@charset 'UTF-8';

.sub .block02 .course-select-area {
	margin-bottom: 100px;
}
.course-calc {
	margin-bottom: 80px;
}
.course-calc-title {
	text-align: center;
	margin-bottom: 80px;
}
.course-calc-title span {
	display: block;
	position: relative;
	font-size: 36px;
	font-weight: 700;
}
.course-calc-title span::before {
	position: absolute;
	top: -24px;
	left: 70px;
	content: '';
	background: url('../../images/img_title_left.png') top left no-repeat;
	background-size: contain;
	width: 120px;
	height: 104px;
}
.course-calc-title span::after {
	position: absolute;
	top: -24px;
	right: 70px;
	content: '';
	background: url('../../images/img_title_right.png') top left no-repeat;
	background-size: contain;
	width: 120px;
	height: 104px;
}
.course-calc-area {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.course-calc-item {
	display: flex;
	padding-top: 18px;
	padding-right: 24px;
	padding-bottom: 18px;
	padding-left: 24px;
	border-radius: 18px;
	background-color: #aad384;
}
.course-calc-headline {
	position: relative;
	display: grid;
	place-items: center;
	place-content: center;
	height: 100%;
	padding-right: 35px;
	padding-left: 20px;
}
.course-calc-headline::after {
	position: absolute;
	content: '';
	top: 10%;
	right: 0;
	width: 6px;
	height: 80%;
	background-color: #fff;
	border-radius: 4px;
}
.course-calc-headline span {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.course-calc-body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 35px;
}
.course-calc-qty {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}
.course-calc-qty span {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.course-calc-qty span:first-child {
	margin-right: 1.5em;
}
.course-calc-qty span:last-child {
	margin-left: 0.5em;
}
.course-calc-qty label {
	position: relative;
}
.course-calc-qty label::after {
	background:
			linear-gradient(to top left, transparent 50%, #606060 50.5%) no-repeat top right/50% 100%,
			linear-gradient(to top right, transparent 50%, #606060 50.5%) no-repeat top left/50% 100%;
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 4px);
	height: 8px;
	width: 14px;
	pointer-events: none;
}
.course-calc-qty select {
	font-size: 22px;
	border-radius: 15px;
	background-color: #fff;
	padding-right: 1.0em;
	padding-left: 1.0em;
	border: none;
	width: 130px;
	height: 35px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.course-calc-sum {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 18px;
	background-color: #fff;
}
.course-calc-sum span {
	font-size: 24px;
	font-weight: 500;
}
.course-calc-sum span:first-child {
	margin-right: 1.5em;
}
.course-calc-sum span:nth-child(2) {
	font-size: 28px;
	min-width: 3.5em;
	margin-right: 1.0em;
	text-align: right;
}
.course-calc-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 42px;
	height: 84px;
	width: 430px;
	transition: .3s ease;
	background: #f74e5e url('../../images/arr_order.png') right 42px center /22px auto no-repeat;
	margin: 0 auto;
}
.course-calc-button a span {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.sub .block05 dl dd.form-dev {
	align-items: center;
	justify-content: flex-start;
}
.form-dev label + span {
	margin-left: 1.0em;
}
.form-dev .form-sum {
	position: relative;
	display: flex;
	margin-left: 40px;
}
.form-dev .form-sum::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #c5c5c5;
}
.form-dev .form-sum span:nth-child(2) {
	min-width: 3.5em;
	margin-right: 1.0em;
	margin-left: 1.0em;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.sub .block02 .course-select-area {
		margin-bottom: 80px;
	}
	.course-calc-title {
		margin-bottom: 40px;
	}
	.course-calc-title span {
		font-size: 5.2vw;
	}
	.course-calc-title span::before {
		top: 0;
		left: 0;
		width: 16vw;
		height: 13.866vw;
	}
	.course-calc-title span::after {
		top: 0;
		right: 0;
		width: 16vw;
		height: 13.866vw;
	}
	.course-calc-item {
		flex-direction: column;
	}
	.course-calc-item {
		display: flex;
		padding-top: 4.0vw;
		padding-right: 4.0vw;
		padding-bottom: 4.0vw;
		padding-left: 4.0vw;
		border-radius: 15px;
		background-color: #aad384;
	}
	.course-calc-headline {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 40px;
	}
	.course-calc-headline::after {
		top: initial;
		left: 50%;
		width: 2.5em;
		height: 3px;
		border-radius: 4px;
		transform: translate(-50%, 0);
		bottom: -4.0vw;
	}
	.course-calc-headline span {
		font-size: 4.8vw;
	}
	.course-calc-body {
		flex-direction: column;
		padding-left: 0;
	}
	.course-calc-qty {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.course-calc-qty span {
		font-size: 4.8vw;
	}
	.course-calc-qty span:first-child {
		margin-right: 1.0em;
	}
	.course-calc-qty select {
		font-size: 4.8vw;
		height: 9.33vw;
		width: 26.67vw;
	}
	.course-calc-sum {
		padding-top: 4.0vw;
		padding-right: 4.0vw;
		padding-bottom: 4.0vw;
		padding-left: 4.0vw;
		border-radius: 15px;
	}
	.course-calc-sum span {
		font-size: 4.8vw;
	}
	.course-calc-sum span:first-child {
		margin-right: 1.0em;
	}
	.course-calc-sum span:nth-child(2) {
		font-size: 5.2vw;
		margin-right: 1.0em;
	}
	.course-calc-button a {
		background: #f74e5e url('../../images/arr_order.png') right 6.4vw center /3.46vw auto no-repeat;
		border-radius: 7.33vw;
		width: 80vw;
		height: 14.66vw;
	}
	.course-calc-button a span {
		font-size: 5.06vw;
	}
	.sub .block05 dl dd.form-dev {
		flex-wrap: wrap;
	}
	.form-dev .form-sum {
		margin-top: 20px;
		margin-left: 0;
		flex: 0 0 100%;
	}
	.form-dev .form-sum::after {
		content: none;
	}
	.form-dev .form-sum span {
		padding-bottom: 10px;
		border-bottom: 2px solid #c5c5c5;
	}
	.form-dev .form-sum span:nth-child(2) {
		padding-right: 1.0em;
		padding-left: 1.0em;
		margin-right: 0;
		margin-left: 0;
	}
}
