/*------------------------------------------------------------------------------
								PRONOTE
------------------------------------------------------------------------------*/
.main {
	background: url("../../img/pronote/back.jpg") no-repeat center center / cover;
	min-height: calc(100vh - 565px);
}
.box {
	box-sizing: border-box;
	padding: 4vw 0;
	position: relative;
}
.pronote {
	overflow: hidden;
	position: relative;
}
.box .left-box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
.box .left-box ul li {
	position: relative;
	font-weight: 600;
	line-height: 1.8em;
	padding: 0.6em 0 0.6em 1em;
	margin-bottom: 2px;
	font-size: 20px;
}
.box .left-box ul li span {
	color: #b89600;
	font-weight: 800;
	margin-right: 0.75em;
	font-style: italic;
}
.box .left-box ul li strong {
	margin-right: 0.5em;
	font-size: 32px;
}
.box .left-box ul li.act {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(184,150,0,0.9) url("../../img/pronote/arrow1.png") no-repeat right 0.5em center / 1em;
	color: #000000;
}
.box .left-box ul li.act span {
	color: #000000;
}
.box .left-box ul li.nomal {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(0,0,0,0.5) url("../../img/pronote/arrow2.png") no-repeat right 0.5em center / 1em;
}
.box .left-box ul li.nomal:hover {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(184,150,0,0.9) url("../../img/pronote/arrow1.png") no-repeat right 0.5em center / 1em;
	color: #000000;
}
.box .left-box ul li:hover span {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	color: #000000;
}

.box .left-box ul li a {
	text-indent: -99999px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.box .right-box {
	width: 100%;
	position: relative;
	margin-top: -60px;
	padding-top: 60px;
}

.box .right-box .pronote-main {
	width: 100%;
	height: auto;
	position: relative;
}
.box .right-box::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	background: #b89600;
	top: 60px;
	left: 50px;
}
.box .right-box::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: #b89600;
	top: 110px;
	left: 20px;
}
.box .right-box .pronote-main::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	background: #b89600;
	bottom: 20px;
	right: 50px;
}
.box .right-box .pronote-main::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: #b89600;
	bottom: 50px;
	right: 20px;
}
.box .right-box ul.pronote-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.box .right-box ul li {
	padding: 0 100px 100px;
}
.box .right-box ul li h4 {
	color: #b89600;
	font-size: 32px;
	line-height: 1em;
	font-style: italic;
	text-indent: -30px;
}
.box .right-box ul li h3 {
	font-size: 30px;
}
.box .right-box ul li h3 strong {
	font-size: 60px;
	margin-right: 0.3em;
}
.box .right-box ul li p {
	font-size: 18px;
	line-height: 2em;
	text-align: justify;
	text-indent: 1em;
}
.box .right-box ul li p.chu {
	font-size: 14px;
	line-height: 2em;
	text-align: right;
	text-indent: 0px;
}
.right-txt {
	text-align: right;
	margin-right: 90px;
}
.photo-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.photo-area .photo {
	width: 25%;
	float: left;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								PRONOTE
------------------------------------------------------------------------------*/
.box {
	padding: 8vw 0;
}
.box .left-box {
	padding: 0 40px;
}
.box .left-box ul li {
	padding: 0.6em 0 0.6em 1em;
	margin-bottom: 0.4vw;
	font-size: 2.75vw;
	padding: 0.8em 0 0.8em 1em;
}
.box .left-box ul li strong {
	font-size: 4.5vw;
	margin-right: 0.3em;
}
.box .left-box ul li.act {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(184,150,0,0.9) url("../../img/pronote/arrow1.png") no-repeat right 0.5em center / 1em;
	color: #000000;
}
.box .left-box ul li.act span {
	color: #000000;
}
.box .left-box ul li.nomal {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(0,0,0,0.5) url("../../img/pronote/arrow2.png") no-repeat right 0.5em center / 1em;
}
.box .left-box ul li:hover {
	-webkit-transition: none;
	transition:         none;
	background: rgba(184,150,0,0.9) url("../../img/pronote/arrow1.png") no-repeat right 0.5em center / 1em;
	color: #000000;
}
.box .left-box ul li.nomal:hover {
	-webkit-transition: none;
	transition:         none;
	background: rgba(0,0,0,0.5) url("../../img/pronote/arrow2.png") no-repeat right 0.5em center / 1em;
	color: #FFFFFF;
}
.box .left-box ul li.nomal:hover span {
	-webkit-transition: none;
	transition:         none;
	color: #b89600;
}
.box .right-box {
	margin-top: -6vw;
	padding-top: 6vw;
}
.box .right-box::before {
	width: 0.3vw;
	height: 18vw;
	top: 5vw;
	left: 5vw;
}
.box .right-box::after {
	width: 36vw;
	height: 0.3vw;
	top: 12vw;
	left: 2vw;
}
.box .right-box .pronote-main::before {
	width: 0.3vw;
	height: 16vw;
	bottom: 2vw;
	right: 5vw;
}
.box .right-box .pronote-main::after {
	width: 36vw;
	height: 0.3vw;
	bottom: 5vw;
	right: 2vw;
}

.box .right-box ul li {
	padding: 0 9vw 9vw;
}
.box .right-box ul li h4 {
	font-size: 4vw;
	text-indent: -2vw;
}
.box .right-box ul li h3 {
	font-size: 3.2vw;
}
.box .right-box ul li h3 strong {
	font-size: 8vw;
}
.box .right-box ul li p {
	font-size: 2.5vw;
	line-height: 1.8em;
}
.box .right-box ul li p.chu {
	font-size: 2vw;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.right-txt {
	text-align: right;
	margin-right: 9vw;
}
.photo-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.photo-area .photo {
	width: 50%;
	float: left;
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}