@charset "UTF-8";

#mv{
		background-color: #E5D8D6; 
}

.copy {
	font-size: 3.0rem;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
}

.course-ti-box {
	line-height: 1.4;
	margin-bottom: 30px;
}

.course-ti-box img {
	width: 35%;
}

.course-ti-box img:last-child {
	transform: rotateX( 180deg );
}

.course-ti-box h2 {
	font-size: 2.8rem;
	margin-top: 25px;
}

.course-ti-box p {
	margin-bottom: 25px;
}
.course-box {
	border-width: 5px;
	padding: 30px 5%;
	position: relative;
	margin-bottom: 80px;
}

.course .course-box:last-child {
	margin-bottom: 0;
}

.course-box:after {
	text-align: center;
	position: absolute;
	bottom: -77px;
	font-size: 3.5rem;
	left: 50%;
}

.course-box > h3 {
	font-size: 2.6rem;
	line-height: 1.2;
}

.course-box .sub-ti-en {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.course-box li {
	width: 48%;
	margin-bottom: 20px;
	padding-top: 20px;
	border-width: 1px 0 0 !important;
}

.course-box li.w100:first-child {
	border: none !important;
	padding-top: 0;
}

.course-box li h4 {
	font-size: 2.2rem !important;
	line-height: 1.6;
}

.course-box li h4 + div {
	margin-top: 15px;
}

.course-box img {
	width: 45%;
	margin-right: 5%;
}


@media screen and (max-width: 834px) {
	
	
	.course-box li {
		margin-bottom: 15px;
		padding-top: 15px;
	}
	
	.course-box li:last-child {
		margin-bottom: 0;
	}
	
	
	.course-box li, .course-box img {
		width: 100%;
	}
	
	.course-box img {
		max-width: 300px;
		margin: 0 auto 15px;
	}
	
	.course-ti-box img {
		width: 80%;
		max-width: 200px;
	}
	
}

