@charset "UTF-8";
/*-------------------------
 *
 *
 *
 * Page title
 *
 *
 *
-------------------------*/

.page_ttl {
	margin-bottom: 0;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

}

@media (max-width: 560px) {

}

/*-------------------------
 *
 *
 *
 * Plans
 *
 *
 *
-------------------------*/

#plans {
	background: #3A8B9A url(../images/common/bg_01.png) no-repeat center bottom / 100% auto;
}

#plans > .inner {
	max-width: 1082px;
	padding: 50px 0 40px;
}

.plans_box {
	color: #fff;
	margin-bottom: 40px;
}

.plans_box:last-of-type {
	margin-bottom: 0;
}

.plans_box_hl {
	font-size: 24px;
	line-height: 1.33;
	margin-bottom: 20px;
}

.plans_box_desc_text {
	margin-bottom: 20px;
}

.plans_list ul {
	display: flex;
	justify-content: center;
	column-gap: 2%;
}

.plans_item {
	width: 32%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 20px 24px;
	border: 1px solid #efefef;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	color: #333;
}

.plans_item_hl {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #199A42;
	margin-bottom: 12px;
}

.plans_item_desc_text {
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.plans_item_desc_notes {
	font-size: 10px;
	display: flex;
	position: relative;
}

.plans_item_desc_notes::before {
	display: block;
	content: '※';
	margin-right: .25em;
}

.plans_item_btn a {
	margin: 0 auto;
}

.plans_item_btn a::before {
	display: none;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	.plans_list ul {
		flex-wrap: wrap;
	}

	.plans_item {
		width: 49%;
	}

	.plans_item_everyday {
		width: 100%;
		margin-bottom: 2%;
	}

}

@media (max-width: 560px) {

	.plans_item {
		width: 100%;
		margin-bottom: 2%;
	}

	.plans_item:last-of-type {
		margin-bottom: 0;
	}

	.plans_box_hl {
		font-size: 22px;
	}

	.plans_item_hl {
		font-size: 20px;
	}

}

/*-------------------------
 *
 *
 *
 * Compare
 *
 *
 *
-------------------------*/

#compare > .inner {
	max-width: 1082px;
	padding: 45px 0 50px;
	color: #333;
}

.compare_box {
	margin-bottom: 40px;
}

.compare_box:last-of-type {
	margin-bottom: 0;
}

.compare_box_hl {
	font-size: 24px;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 50px;
}

.compare_box_hl br {
	display: none;
}

/* Table */

.plans_table_wrapper_1 {
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}

.plans_table_wrapper_1::-webkit-scrollbar {
	height: 5px;
}

.plans_table_wrapper_1::-webkit-scrollbar-thumb {
	background: #d6d6d6;
	border-radius: 3px;
}

.plans_table_wrapper_1::-webkit-scrollbar-track {
	background: none;
	border-radius: 0;
}

.plans_table_wrapper_2 {
	width: 1150px;
}

.plans_table {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.plans_table_hl {
	padding-left: 172px;
	display: flex;
	border-bottom: 1px solid #ddd;
}

.plans_table_hl_item {
	border-right: 1px solid #ddd;
	background: #EFEFEF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}
.plans_table_hl_item .unit {
	font-size:14px;
}
.plans_table_hl_item:last-of-type {
	border-right: none;
}

.plans_table_hl_item.empha {
	background: E6F2ET;
	color: #555555;
}

.plans_table_desc_row {
	display: flex;
	border-bottom: 1px solid #ddd;
}

.plans_table_desc_row:last-of-type {
	border-bottom: none;
}

.plans_table_desc_hl {
	width: 174px;
	min-height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #EFEFEF;
	padding: 24px 14px;
}
.plans_table_desc_hl .num {
	font-size: 14px;
}
.plans_table_desc_items {
	display: flex;
}

.plans_table_desc_item {
	padding: 24px 12px;
	min-height: 96px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5;
}

.plans_table_desc_item:last-of-type {
	border-right: none;
}

.plans_table_desc_item.empha {
	background: E6F2ET;;
}

.plans_table_desc_item_notes {
	font-size: 12px;
	margin-top: 5px;
}

.plans_table_desc_item .num {
	font-size: 16px;
}
.plans_table_desc_item .num1 {
	font-size: 16px;
}
.plans_table_desc_item .unit {
	font-size: 14px;
	margin-left: .25em;
}

.plans_table_desc_item .unit.unit_before {
	margin-right: .25em;
	margin-left: 0;
}

.plans_table_desc_item li {
	margin-bottom: 10px;
}

.plans_table_desc_row_feature .plans_table_desc_item,
.plans_table_desc_row_other .plans_table_desc_item {
	align-items: flex-start;
	text-align: left;
}

/* plan */

.compare_box_plan .plans_table_hl_item,
.compare_box_plan .plans_table_desc_item {
	width: 468px;
}

.plan_feature_list_item {
	margin-top: 10px;
	font-size: 12px;
}

/* school */

.compare_box_school .plans_table_hl_item,
.compare_box_school .plans_table_desc_item {
	width: 244px;
}

.compare_box_school .plans_table_desc_item_notes {
	font-size: 14px;
	margin-top: 0;
}

/* onlinelesson */

.compare_box_onlinelesson .plans_table_hl_item,
.compare_box_onlinelesson .plans_table_desc_item {
	width: 234px;
}

.compare_box_onlinelesson .plans_table_desc_item_notes {
	font-size: 14px;
	margin-top: 0;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

}

@media (max-width: 560px) {

	.compare_box_hl {
		font-size: 22px;
	}

	.compare_box_hl br {
		display: inline;
	}

}

/*-------------------------
 *
 *
 *
 * Payment
 *
 *
 *
-------------------------*/

#payment {
	background: #FFE7A7;
	color: #333;
}

#payment > .inner {
	padding: 20px 0 30px;
	max-width: 1082px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment_desc {
	font-size: 24px;
	line-height: 1.33;
	margin-right: 75px;
}

.payment_desc br.br_01 {
	display: none;
}

.payment_img {
	width: 38%;
}

.payment_img > .img {
	padding-top: 26.33%;
	background: url(../images/plans/payment_01.png) no-repeat center center / cover;
}

@media (max-width: 1180px) {

	.payment_desc br.br_01 {
		display: inline;
	}

}

@media (max-width: 768px) {

	#payment > .inner {
		display: block;
		padding-top: 36px;
	}

	.payment_desc {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.payment_desc br.br_01 {
		display: none;
	}

	.payment_img {
		width: 100%;
		max-width: 414px;
		margin: 0 auto;
	}

}

@media (max-width: 560px) {

	.payment_desc {
		font-size: 20px;
	}

	.payment_desc br.br_01 {
		display: inline;
	}

}

/*-------------------------
 *
 *
 *
 * Fee
 *
 *
 *
-------------------------*/

#fee > .inner {
	max-width: 1082px;
	padding: 50px 0;
}

.fee_box_wrapper_1 {
	width: 100%;
}

.fee_box_hl {
	position: relative;
	height: 64px;
	line-height: 64px;
	background: #3A8B9A;
	color: #fff;
	font-size: 24px;
	padding: 0 24px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fee_box_hl .plus {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 24px;
	right: 24px;
}

.fee_box_hl .plus::before,
.fee_box_hl .plus::after {
	display: block;
	content: '';
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;

}

.fee_box_hl .plus::after {
	transform: rotate(90deg);
	transition: .3s ease;
}

.fee_box_hl.active .plus::after {
	transform: rotate(0deg);
	transition: .3s ease;
}

.fee_box_desc {
	padding: 24px 60px 65px;
	background: #F9F9F9;
	margin-bottom: 50px;
}

#each .fee_box_desc {
	margin-bottom: 0;
}

.fee_box_desc_lead {
	font-size: 16px;
	line-height: 1.33;
	color: #707070;
	margin-bottom: 50px;
}

.fee_box_desc_lead_note {
	font-size: 16px;
	display: flex;
	margin-top: 5px;
	color: red;
}

.fee_box_desc_lead_note::before {
	display: block;
	content: '※';
	margin-right: .25em;
}

.fee_table_container {
	margin-bottom: 40px;
}

.fee_table_container:last-of-type {
	margin-bottom: 0;
}

.fee_table_container_hl {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.fee_table_row {
	display: flex;
	margin-bottom: 5px;
	background: #fff;
}

.fee_table_row:last-of-type {
	margin-bottom: 0;
}

.fee_table_row_hl {
	flex-shrink: 0;
	width: 228px;
	min-height: 88px;
	background: #F0F7F0;
	color: #199A42;
	line-height: 1;
	position: relative;
}

.fee_table_row_hl_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	padding: 24px 20px;
}

.fee_table_row_hl .fee_table_purchase_btn {
	display: none;
}

.fee_table_row_hl_recommend {
	display: inline-block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	background: #FEEB34;
	color: #555;
	padding: 0 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.fee_table_row_hl_desc {
	font-size: 12px;
	color: #555555;
	margin-top: 6px;
}

.fee_table_row_desc {
	width: calc( 100% - 228px );
	display: flex;
}

.fee_table_item {
	flex-shrink: 0;
	width: 260px;
	min-height: 88px;
	padding: 24px 0 24px 20px;
}

.fee_table_item_hl {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
}

.fee_table_day .fee_table_item_hl {
	margin-bottom: 10px;
}

.fee_table_item_desc {
	line-height: 1;
}

.amount_container {
	display: flex;
	align-items: baseline;
}

.fee_table_item_desc .num {
	font-size: 24px;
	margin: 0 4px 0 0;
}

.fee_table_item_desc .unit {
	font-size: 12px;
	display: inline-block;
}

.fee_table_purchase_btn {
	min-height: 88px;
	width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
}

.fee_table_purchase_btn a {
	width: 80px;
	color: #fff;
	background: #199A42;
}

.fee_table_purchase_btn a::before {
	display: none;
}

.fee_table_point .fee_table_row_hl {
	width: 236px;
	font-size: 32px;
}

.fee_table_point .fee_table_row_hl .unit {
	font-size: 16px;
	margin-left: .1em;
}

@media (max-width: 1280px) {

	.fee_table_item {
		width: auto;
		padding: 24px 0 24px 20px;
	}

	.amount_container {
		flex-direction: column;
	}

	.fee_table_item_desc .unit.per {
		position: relative;
		left: -0.5em;
	}

}

@media (max-width: 960px) {

	.fee_table_row {
		display: block;
		margin-bottom: 10px;
	}

	.fee_table_row_hl,
	.fee_table_point .fee_table_row_hl {
		width: 100%;
		display: block;
		position: relative;
	}

	.fee_table_row_hl_inner {
		width: 100%;
		text-align: center;
	}

	.fee_table_row_hl .fee_table_purchase_btn {
		display: flex;
		width: 120px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.fee_table_row_desc .fee_table_purchase_btn {
		display: none;
	}

	.fee_table_row_desc {
		width: 100%;
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
	}

	.fee_table_item {
		min-height: initial;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 0;
	}

	.fee_table_fee {
		margin-bottom: 15px;
	}

	.amount_container {
		align-items: center;
	}

	.fee_table_day .fee_table_item_hl {
		margin-bottom: 5px;
	}

	.fee_table_item_desc .unit.per {
		left: 0;
	}

}

@media (max-width: 768px) {

	.fee_box_desc {
		padding: 24px 30px 40px;
	}

}

@media (max-width: 560px) {

	#fee > .inner {
		width: 100%;
	}

	.fee_box_hl {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		padding: 0 20px;
	}

	.fee_box_hl .plus {
		top: 17px;
		right: 17px;
	}

	.fee_box_desc {
		padding: 24px 20px 40px;
		margin-bottom: 40px;
	}

	.fee_table_row_hl_inner {
		padding: 20px 10px 10px;
		font-size: 22px;
	}

	.fee_table_row_hl .fee_table_purchase_btn {
		position: relative;
		width: 100%;
		min-height: initial;
		padding: 0 10px 16px;
	}

	.fee_table_row_desc {
		padding: 20px 10px;
	}

	.fee_table_item_desc .num {
		font-size: 20px;
	}

}
