.ltUnderHeaderWrapper {
	background: url(/assets/img/prospective/bg_pagetitle_pc.jpg);
	background-size: contain;
}

.ltUnderHeaderTitle {
	width: 350px;
}

.mySectionHeader {
	position: relative;
	z-index: 1;
}

.mySectionHeader .inner {
	position: relative;
	padding-top: 100px;
}

.mySectionHeader .number {
	position: absolute;
	top: -25px;
	right: 35px;
	font-size: 35px;
	font-size: 3.5rem;
	font-style: italic;
	color: #187fc4;
}

.mySectionHeader .number .small {
	display: inline-block;
	vertical-align: top;
	margin-right: -10px;
}

.mySectionHeader .number .bold {
	font-size: 127px;
	font-size: 12.7rem;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	letter-spacing: -10px;
}

.mySectionHeader .title {
	font-size: 41px;
	font-size: 4.1rem;
	text-align: center;
	color: #fabe00;
	line-height: 1.2;
}

.mySectionHeader + .modPartsBlock02 .inner {
	padding-top: 70px;
	padding-bottom: 60px;
}

.modPartsBlock02 .inner {
	padding: 140px 20px 100px;
}

.modPartsBlock01HeadingTitle {
	font-size: 43px;
	font-size: 4.3rem;
}

.modPartsBlock01HeadingTitle span {
	font-size: 26px;
	font-size: 2.6rem;
}

.myPhoto {
	text-align: right;
}

.modPartsBlock02.myBlockMessage {
	overflow: hidden;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.modPartsBlock02.myBlockMessage::before {
	background: #0C0C0C;
	-webkit-transform: skewY(0);
	-ms-transform: skewY(0);
	transform: skewY(0);
}

.myReset {
	-webkit-transform: skewY(7deg);
	-ms-transform: skewY(7deg);
	transform: skewY(7deg);
}

.myMessage {
	position: relative;
}

.myMessage::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 120%;
	background: url(../img/prospective/entrance-exam/bg_message.png) center bottom;
	background-size: cover;
	-webkit-transform: translateX(-50%) skewY(0);
	-ms-transform: translateX(-50%) skewY(0);
	transform: translateX(-50%) skewY(0);
}

.myMessage .inner {
	padding: 120px 0 200px;
}

.myBox {
	max-width: 780px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.12);
	padding: 50px 40px;
	border: 1px solid #FFF;
}

.myBox .title {
	text-align: center;
	font-size: 34px;
	font-size: 3.4rem;
	color: #fabe00;
	line-height: 1.2;
	margin-bottom: 45px;
}

.myBox .title > span {
	display: inline-block;
	text-align: left;
}

.myDetailNavi .inner {
	padding-top: 40px;
	padding-bottom: 70px;
}

.myDetailNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.myDetailNavi li {
	padding: 0 10px;
	margin-bottom: 30px;
}

.myDetailNavi li > span,
.myDetailNavi li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

.myDetailNavi li .photo,
.myDetailNavi li .text {
	display: block;
}

.myDetailNavi li .photo {
	margin-bottom: 15px;
}

.myDetailNavi li .text {
	font-size: 40px;
	font-size: 4rem;
	font-style: italic;
	line-height: 1;
	color: #187FC4;
	padding-right: 0.25em;
}

@media only screen and (min-width: 993px) {

.mySectionHeader .title.typeSmall {
	font-size: 33px;
	font-size: 3.3rem;
}

.mySectionHeader + .modPartsBlock02 + .modPartsBlock02 .inner {
	padding-top: 90px;
}

.myText01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
}

.modPartsTxt01Right {
	padding-left: 200px;
}

.modPartsTxt01Left {
	padding-right: 200px;
}

.myBox p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

}

@media only screen and (max-width: 1200px) {

.myDetailNavi li {
	width: 33.333%;
	padding: 0 5px;
}

}

@media only screen and (max-width: 992px) {

.ltUnderHeaderWrapper {
	background: url(/assets/img/prospective/bg_pagetitle_sp.jpg) center;
	background-size: cover;
}

.ltUnderHeaderTitle {
	width: 100%;
}

.mySectionHeader .inner {
	padding-top: 80px;
}

.mySectionHeader .number {
	top: 0vw;
	right: 15px;
	font-size: 17.5px;
	font-size: 1.75rem;
}

.mySectionHeader .number .small {
	margin-right: 0;
}

.mySectionHeader .number .bold {
	font-size: 63.5px;
	font-size: 6.35rem;
	letter-spacing: -5px;
}

.mySectionHeader .title {
	font-size: 21px;
	font-size: 2.1rem;
}

.mySectionHeader + .modPartsBlock02 .inner {
	padding-top: 15px;
	padding-bottom: 30px;
}

.modPartsBlock02 .inner {
	padding: 30px 0;
}

.modPartsBlock01HeadingTitle {
	font-size: 21.5px;
	font-size: 2.15rem;
}

.modPartsBlock01HeadingTitle span {
	font-size: 13px;
	font-size: 1.3rem;
}

.myPhoto {
	text-align: center;
	margin-bottom: 20px;
}

.myPhoto img {
	max-width: 250px;
}

.modPartsBlock02.myBlockMessage {
	margin-bottom: -10vw;
	padding-bottom: 10vw;
}

.myMessage .inner {
	padding-top: 50px;
	padding-bottom: 80px;
}

.myBox {
	padding: 20px 15px;
}

.myBox .title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.myDetailNavi .inner {
	padding-top: 40px;
}

.myDetailNavi ul {
	padding-right: 15px;
	padding-left: 15px;
}

.myDetailNavi li .text {
	font-size: 20px;
	font-size: 2rem;
}

}

@media only screen and (max-width: 768px) {

.myMessage::before {
	background: url(../img/prospective/entrance-exam/bg_message_sp.png) center bottom;
	background-size: cover;
}

}


/*# sourceMappingURL=maps/prospective_entranceexam_detail.css.map */
