@charset "utf-8";

/*........../ コース /..........*/
#course .wrap {
	min-width: 980px;
}
#course .align {
	height: 550px;
	width: 50%;
}
#course .text {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 10% 5%;
	background: #FFF;
}
#course .dark .text {
	background: #1d1d36;
	color: #FFF;
}
#course .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
}
#course .img1 {
	background-image: url("../images/Course_img1.png");
}
#course .img2 {
	background-image: url("../images/Course_img2.png");
}
#course .img3 {
	background-image: url("../images/Course_img3.png");
}
#course .img4 {
	background-image: url("../images/Course_img4.png");
}
#course .img5 {
	background-image: url("../images/Course_img5.png");
}
#course .img6 {
	background-image: url("../images/Course_img6.png");
}
#course h4 {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 20px;
}
#course p {
	text-align: justify;
}
#course {
	position: relative;
	padding-bottom: 80px;
}
#course .green_BG {
	margin-top: 0;
	padding-top: 0;
	height: 750px;
	width: 100%;
	position: absolute;
	top: 80px;
	z-index: -1;
}

/*........../ 授業料 /..........*/
#price {
	margin-bottom: 100px;
}
#price .lesson {
	width: 900px;
	margin: auto;
}
#price .lesson h3 {
	margin: 50px 0 10px 0;
}
#price .lesson span {
	border: #3a3a3a 1px solid;
	padding: 1px 5px;
	margin: 0 3px;
	font-size: 0.9rem;
}
table {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border: #c6e15f 2px solid;
}
table th, table td {
	padding: 10px 30px;
}
table th {
	background: #c6e15f;
	border-right: #FFF 2px solid;
}
table th:last-child {
	border: none;
}
table td {
	border: #c6e15f 2px solid;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
table td b {
	font-size: 1.8rem;
}
table .width {
	width: 300px;
}