/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
#pronote-area {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.pronote-box {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.pronote {
	overflow: hidden;
	position: relative;
	margin-top: -3vw;
	padding-top: 6vw;
}

@media screen and (min-width: 1600px) {
.pronote {
	margin-top: -48px;
	padding-top: 96px;
}
}

@media screen and (max-width: 1280px) {
.pronote {
	margin-top: -38.4px;
	padding-top: 76.8px;
}
}
.pronote .left-box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px 0;
	z-index: 1;
	position: relative;
}
.pronote .left-box ul {
	position: relative;
	overflow: hidden;
}
.pronote .left-box ul li {
	width: 49.9%;
	margin-right: 0.2%;
	float: left;
	position: relative;
	font-weight: 600;
	line-height: 1.8em;
	padding: 0.3em 0 0.3em 1em;
	box-sizing: border-box;
	margin-bottom: 0.2%;
	font-size: 20px;
}
.pronote .left-box ul li:nth-child(2n) {
	margin-right: 0px;
}
.pronote .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: #e7b42d url("../../img/common/arrow1.png") no-repeat right 0.5em center / 1em;
	color: #000000;
}
.pronote .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: #333333 url("../../img/common/arrow4.png") no-repeat right 0.5em center / 1em;
}
.pronote .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: #8d7430 url("../../img/common/arrow4.png") no-repeat right 0.5em center / 1em;
}

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

.pronote .right-box .pronote-main {
	width: 100%;
	height: auto;
	position: relative;
}
.pronote .right-box ul.pronote-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.pronote .right-box ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px 0;
}
.pronote .right-box ul li h3 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #e7b42d;
}
.pronote .right-box ul li p {
	font-size: 18px;
	line-height: 2em;
	text-align: justify;
	margin-top: 0.5em;
}
.photo-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.photo-area .photo {
	width: 100%;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
.pronote-box {
	width: 100%;
}
.pronote {
	margin-top: -14vw;
	padding-top: 16vw;
}
.interview .left-box {
	width: 100%;
}
.pronote .left-box ul li {
	width: 100%;
	margin-right: 0%;
	float: none;
	line-height: 1.8em;
	padding: 0.2em 0 0.2em 1em;
	margin-bottom: 0.4%;
	font-size: 3vw;
}
.pronote .left-box ul li.nomal:hover {
	-webkit-transition: none;
	transition: 		none;
	background: #333333 url("../../img/common/arrow4.png") no-repeat right 0.5em center / 1em;
}
.pronote .right-box {
	margin-top: -6vw;
	padding-top: 6vw;
}
.pronote .right-box ul.pronote-wrap {
	padding-top: 0px;
}

.pronote .right-box ul li h3 {
	font-size: 3.9vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	line-height: 1.5em;
}
.pronote .right-box ul li p {
	font-size: 2.8vw;
	line-height: 1.8em;
}
}

@media print{
.pronote .right-box ul li .photo-none {
	display:none;
}
}