@charset "UTF-8";

/* ------------------------------
    students
------------------------------ */

/* ------------------------------
    area_cmn_detail
------------------------------ */
.area_title .inner{
	padding: 20px 0;
	height: auto;
}
.area_title .breadcrumb{
	position: static;
}

.sec_students_detail{
	min-width: 1200px; /*min-width*/
	padding: 75px 0 60px;
	background: url(../img/common/check_bg01.png);
}
.hd_article{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.hd_article .img{
	max-width: 540px;
}
.hd_article .box_txt{
	width: 605px;
	margin-top: 10px;
}
.hd_article .name{
	font-size: 1.6rem;
	font-weight: 500;
	text-indent: -.5em;
}
.hd_article .name .strong{
	font-size: 3rem;
	letter-spacing: -.1em;
	font-style: italic;
	font-weight: 700;
	margin-right: 25px;
}
.hd_article .name .initial{
	font-size: 5rem;
}
.hd_article .ttl{
	font-size: 3rem;
	line-height: 1.366;
	font-style: italic;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 25px;
}
.hd_article .table{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
}
.hd_article .table dt,
.hd_article .table dd{
	font-size: 1.6rem;
	line-height: 1.625;
	padding: 20px 0;
	border-top: 1px solid #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.hd_article .table dt.pd34,
.hd_article .table dd.pd34{
	padding: 34px 0;
}
.hd_article .table dt:last-of-type,
.hd_article .table dd:last-of-type{
	border-bottom: 1px solid #000;
}
.hd_article .table dt{
	width: 180px;
	padding-right: 10px!important;
}
.hd_article .table dt .small{
	font-size: 1.1rem;
	display: block;
}
.hd_article .table dd{
	width: 425px;
}
.content_article{
	margin-top: 115px;
}
.content_article .ttl{
	font-size: 3.4rem;
	line-height: 1.366;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.01em;
	font-style: italic;
	background: #0065a8;
	padding: 5px 15px 9px 15px;
	margin: 85px 0 25px;
}
.content_article .ttl:first-child{
	margin-top: 0;
}
.content_article p{
	font-size: 1.6rem;
	line-height: 2.125;
	font-weight: 500;
	letter-spacing: .01em;
}
.sec_students_detail .btn{
	width: 380px;
	margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
	.area_title{
		display: none;
	}

	.sec_students_detail{
		min-width: 0;
		padding: 8% 0;
		background-size: 700px auto;
	}
	.hd_article{
		display: block;
	}
	.hd_article .box_txt{
		width: 100%;
		margin-top: 8%;
	}
	.hd_article .name{
		font-size: 1.4rem;
		text-indent: -.2em;
	}
	.hd_article .name .strong{
		font-size: 2.3rem;
		margin-right: 1em;
	}
	.hd_article .name .initial{
		font-size: 2.8rem;
	}
	.hd_article .ttl{
		font-size: 2.4rem;
		margin-top: 5%;
	}
	.hd_article .table{
		display: block;
		margin-top: 7%;
	}
	.hd_article .table dt,
	.hd_article .table dd,
	.hd_article .table dt.pd34,
	.hd_article .table dd.pd34{
		font-size: 1.4rem;
		padding: 4% 0;
		display: block;
		border-bottom: 0;
		width: 100%;
	}
	.hd_article .table dd:last-of-type{
		border-bottom: 1px solid #000;
	}
	.hd_article .table dt,
	.hd_article .table dt.pd34{
		padding-right: 0!important;
		padding-bottom: 2%;
	}
	.hd_article .table dt .small{
		font-size: 1.1rem;
		display: inline-block;
		margin-left: 1em;
	}
	.hd_article .table dd,
	.hd_article .table dd.pd34{
		border-top: 0;
		padding-top: 0;
	}
	.content_article{
		margin-top: 12%;
	}
	.content_article .ttl{
		font-size: 1.8rem;
		padding: 3% 3% 4% 3%;
		margin: 10% 0 4%;
	}
	.content_article .ttl:first-child{
		margin-top: 0;
	}
	.content_article p{
		font-size: 1.4rem;
	}
	.sec_students_detail .btn{
		width: auto;
		margin: 10% auto 0;
	}
}

/* ------------------------------
    sec_students_nav
------------------------------ */

.sec_students_nav {
	background: #0065a8;
	color: #fff;
	padding: 80px 0;
}
.sec_students_nav .ttl {
	color: #fff;
	font-size: 5.0rem;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.sec_students_nav .txt {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 2em;
}
.sec_students_nav .btn {
	width: 380px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.sec_students_nav {
		padding: 10% 0;
	}
	.sec_students_nav .ttl {
		font-size: 6vw;
	}
	.sec_students_nav .txt {
		font-size: 4vw;
	}
	.sec_students_nav .btn {
		width: 80%;
	}

}