@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  入学案内 専科コースのご紹介 CSS
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.main]
/* [02.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.main]
--------------------------------------------------------------------------*/
.course .main .post-area .dep-list {
	margin-bottom: 40px;
}
.course .main .dep-list ul {
	margin-bottom: 0;
	padding-top: 0;
}
.course .main .dep-list > li {
	margin-bottom: 0;
}
.course .main .dep-list > li span {
	padding: 0;
	background: none;
}
.course .post-area > strong {
	display: block;
	margin-bottom: 20px;
	color: #e91b22;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.course .main .post-area .learn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
}
.course .main .post-area .learn > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 490px;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.course .learn-img {
	position: relative;
	width: 210px;
}
.course .learn-img:first-of-type::before {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1em);
	right: -24px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../images/course/plus.png) no-repeat center center/cover;
}
.course .learn-img img {
	margin-bottom: 10px;
}
.course .learn-img span,
.course .learn div > ul > li {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: center;
	background: #f5f5f5;
}
.course .learn-img span:first-of-type {
	margin: 0;
	padding: 0;
	background: none;
}
.course .learn div:last-of-type {
	position: relative;
	padding-top: 30px;
}
.course .learn div:last-of-type::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url(../images/course/plus.png) no-repeat center center;
}
.course .learn div:last-of-type ul {
	margin-bottom: 0;
}
.course .learn div > ul > li:last-child {
	margin-bottom: 0;
	padding: 5px 0 0 122px;
	text-align: left;
	background: url(../images/course/girl_1.jpg) no-repeat center left 24px;
}
.course .learn div > ul > li:last-child ul {
	width: 100%;
}
.course .learn li:nth-child(2) div > ul > li:last-child {
	background: url(../images/course/girl_2.jpg) no-repeat center left 24px;
}
.course .learn div > ul > li:last-child span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.07rem;
}
.course .learn div > ul > li:last-child ul {
	margin-bottom: 0;
}
.course .learn div > ul > li:last-child p {
	text-align: left;
}
.course .main .post-area .voices {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
}
.course .voices > li {
	width: 320px;
}
.course .voices > li > span {
	display: block;
	width: 116px;
	margin: 0 auto 20px;
	padding: 5px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
	background: #e91b22;
}
.course .voices li > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.course .post-area .voices img {
	width: 100px;
	height: 100px;
}
.course .post-area .voices span + ul {
	width: 160px;
	margin: 0;
}
.course .post-area .voices p {
	margin-bottom: 20px;
	text-align: left;
}
.course .voices li > div {
	height: calc(100% - 55px);
	align-content: flex-start;
}
.course .name {
	font-weight: bold;
}
.course .main .post-area ol:nth-last-child(n + 2) {
	width: 670px;
	margin-bottom: 10px;
}
.course .main .post-area ol:last-child {
	width: 120px;
}
.course .main .post-area:last-child ol:nth-last-child(n + 2) {
	width: 430px;
}
.course .main .post-area:last-child p:last-of-type{
	width: 850px;
	margin: 0 auto 30px;
	text-align: left;
}

/* [02.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1020px) {
	.course .main .post-area .dep-list {
		justify-content: space-between;
	}
	.course .main .dep-list > li {
		margin-bottom: 30px;
	}
	.course .main .dep-list > li:last-child {
		margin-bottom: 0;
	}
	.course .main .post-area .learn {
		display: block;
		width: 490px;
	}
	.course .main .post-area .learn > li:first-of-type {
		margin-bottom: 30px;
	}
	.course .post-area .voices div > span {
		margin: 0 auto 10px;
	}
	.course .post-area .voices span + ul {
		width: 200px;
	}
}
@media (max-width: 767px) {
	.course .post-area > strong {
		font-size: 18px;
	}
	.course .main .post-area .learn {
		display: block;
		width: 100%;
	}
	.course .main .post-area .learn li {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.course .learn-img {
		width: 100%;
		margin: 0 auto;
	}
	.course .learn-img img {
		width: 100%;
		height: auto;
	}
	.course .learn-img:first-of-type::before {
		display: none;
	}
	.course .main .post-area .voices {
		display: block;
	}
	.course .main .post-area .voices > li {
		margin: 0 0 30px;
	}
	.course .main .post-area .voices > li:last-child {
		margin-bottom: 0;
	}
	.course .post-area .voices div > span {
		margin: 0 0 10px;
	}
	.course .post-area .voices span+ ul {
		width: 160px;
	}
	.course .voices > li,
	.course .main .post-area ol:nth-last-child(n + 2),
	.course .main .post-area:last-child ol:nth-last-child(n + 2),
	.course .main .post-area:last-child p:last-of-type {
		width: 100%;
	}
}
@media (max-width: 320px) {
	.course .main .post-area .dep-list {
		width: 100%;
	}
	.course .main .dep-list > li {
		margin: 0 0 30px;
	}
	.course .learn div > ul > li:last-child {
		padding-left: 80px;
		background: url(../images/course/girl_1.jpg) no-repeat center left 5px/25%;
	}
	.course .learn li:nth-child(2) div > ul > li:last-child {
		background: url(../images/course/girl_2.jpg) no-repeat center left 5px/25%;
	}
	.course .post-area .voices span + ul {
		width: 120px;
	}
}
@media all and (-ms-high-contrast: none){
	.course .main .post-area ol:nth-last-child(n + 2) {
		width: 672px;
	}
	.course .main .post-area ol:last-child {
		width: 128px;
	}
	.course .main .post-area:last-child ol:nth-last-child(n + 2) {
		width: 432px;
	}
}