@charset "utf-8";

/**************************************
        大学生の矯正 200830 add
**************************************/
.studentPage {
	background: url(../img/student/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.student {
	margin: -5px 0 0;
}

.student .color {
	color: #f57173;
}

.student p {
	margin-bottom: 31px;
	line-height: 2;
}

.student .mb70 {
	margin: 0 auto 70px;
}


.student .headLine01 {
	margin-bottom: 28px;
}

.student .headLine02 {
	font-weight: bold;
}

.student .headLine01.h3Ttl {
	margin-bottom: 40px;
}

.student .headLine02.h4Ttl {
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.student .comInner .textBox {
	width: 425px;
}

.student .comLink {
	margin-bottom: 70px;
}

.student .txtUl01 {
	background: #FFF9E9;
	padding: 5px 18px 6px;
}

.student .txtUl01 li {
	padding: 21px 0;
	border-bottom: 1px dotted #ccc;
}

.student .txtUl01 li:last-child {
	border-bottom: none;
}

.student .txtUl01 li .headLine02 {
	font-size: 15px;
	margin: 0;
	text-decoration: underline;
	background-position: left 5px top 10px;
}


.student .meritUl {
	margin-bottom: 70px;
}

.student .meritUl li {
	padding: 35px 0 35px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
}

.student .meritUl li:first-child {
	border-top: 1px dotted #ccc;
}

.student .meritUl li .photoBox {
	width: 236px;
	margin-bottom: 0;
}

.student .meritUl li .photoBox img {
	width: 100%;
}

.student .meritUl li .textBox {
	width: 460px;
}

.student .meritUl li .textBox .ttl {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -6px;
}

.student .meritUl li .textBox .ttl .icon {
	margin-right: 8px;
	padding: 2px 9px 1px 10px;
	border: 2px solid #ffebeb;
	border-radius: 5px;
	color: #f57173;
	font-size: 16px;
}

.student .meritUl li .textBox .txt {
	line-height: 2;
	margin-bottom: 0;
}


.student .banner {
	margin-bottom: 35px;
}

.student .txt01 {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 40px;
	margin-bottom: 40px;
}


.student dl {
	margin-bottom: 70px;
}

.student dt {
	padding: 3px 0 20px 44px;
	font-size: 19px;
	background: url(../img/question/img.webp) no-repeat 2px top;
	background-size: 30px auto;
}

.student dd {
	margin-bottom: 52px;
	padding: 0 0 42px 3px;
	line-height: 2;
	border-bottom: 1px solid #EBEBEB;
}

.student dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.student dd>a {
	color: #F57173;
	text-decoration: underline;
}

.student dd a:hover {
	text-decoration: none;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.studentPage {
		background: url(../img/student/sp_page_title_bg.webp) no-repeat center center;
	}

	.student {
		margin: -2px 0 0;
	}

	.student p {
		margin-bottom: 21px;
		line-height: 1.8;
	}

	.student .headLine01 {
		margin-bottom: 32px;
	}

	.student .headLine01.h3Ttl {
		margin-bottom: 30px;
	}

	.student .comInner .textBox {
		width: 100%;
		margin-bottom: 20px;
	}

	.student .textBox p {
		width: 100%;
		margin-bottom: 30px;
	}

	.student .comLink {
		margin-bottom: 57px;
	}

	.student .txtUl01 {
		padding: 6px 12px 10px;
		margin-bottom: 0;
	}

	.student .txtUl01 li {
		padding: 12px 0;
	}

	.student .txtUl01 li .headLine02 {
		font-size: 11.5px;
		margin: 0;
		text-decoration: underline;
		background-position: left 5px top 6px;
	}


	.student .meritUl {}

	.student .meritUl li {
		display: block;
	}

	.student .meritUl li:first-child {
		border-top: 1px dotted #ccc;
	}

	.student .meritUl li .photoBox {
		width: 236px;
		margin: 0 auto 25px;
	}

	.student .meritUl li .textBox {
		width: 100%;
	}

	.student .meritUl li .textBox .ttl {
		font-size: 15px;
		margin-top: 0;
		padding-left: 2.6em;
		text-indent: -2.6em;
	}

	.student .meritUl li .textBox .ttl .icon {
		font-size: 13px;
	}


	.student .banner {
		margin-bottom: 35px;
	}

	.student .banner img {
		width: 100%;
	}

	.student .txt01 {
		padding-bottom: 25px;
	}


	.student dl {
		margin-bottom: 70px;
	}

	.student dt {
		padding: 0px 0 16px 29px;
		font-size: 13px;
		line-height: 1.75;
		background: url(../img/question/img.webp) no-repeat 2px top;
		background-size: 20px auto;
	}

	.student dd {
		font-size: 12px;
		margin-bottom: 36px;
		padding: 0 0 34px 3px;
		line-height: 1.8;
	}

}



