/* Fees */

#fees_plan_basic {
    margin-bottom: 3.5em;
}
.fees_plan_pane {
    float: left;
    padding: 2em 2em 2.5em 2em;
    width: 31%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.fees_plan_pane:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
}
.fees_plan_pane:nth-of-type(3n + 1) {
    clear: both;
}
.fees_plan_category h4 {
	position: relative;
    margin-bottom: 2.5em;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #212362;
    text-align: center;
}
.fees_plan_category h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 1px dashed #212362;
}
.fees_plan_category h4 span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	background: #f3f9fb;
	z-index: 10;
}
.fees_plan_icon {
    display: block;
    margin: 0 auto 1em auto;
    width: 50px;
}
.fees_plan_pane_heading {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.fees_plan_pane_title h5 {
    margin-bottom: 1.2em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2em;
}
.fees_plan_times {
    margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.2em;
	color: #6e759b;
}
.fees_plan_times .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0.8em;
    padding: 0.2em 0.8em;
    font-size: 0.8em;
    color: #fff;
    background: #6e759b;
    border-radius: 50vh;
}
.fees_plan_pane_heading h6 {
	font-size: 1.8em;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #212362;
}
.fees_plan_pane_heading h6 .label {
	margin-left: 0.5em;
	font-size: 0.45em;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.fees_plan_recommend {
    text-align: left;
}
.fees_plan_recommend li {
    position: relative;
    padding-left: 28px;
    line-height: 1.5em;
    font-size: 0.9em;
}
.fees_plan_recommend li:not(:last-of-type) {
    margin-bottom: 0.8em;
}
.fees_plan_recommend li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_recommend.png) no-repeat center / 100%;
    border-radius: 50%;
}
#fees_plan_students {
    float: none;
    width: 65.5%;
    /* margin-right: 3.5%; */
    margin: 0 auto;
}
#fees_plan_students p.note {
    text-align: center;
}
#fees_plan_students .fees_plan_pane {
    margin: 0;
    width: 48%;
}
#fees_plan_students .fees_plan_pane:nth-of-type(even) {
    float: right;
}
#fees_plan_kids {
    float: right;
    width: 31%;
}
#fees_plan_kids .fees_plan_pane {
    width: 100%;
}
#fees_plan_kids .fees_plan_icon {
    width: 53px;
}
#fees_plan p.note {
	margin-top: 2.5em !important;
}

#fees_select {
    position: relative;
    background: #212362;
    /* border-radius: 40px 40px 0 0; */
	overflow: hidden;
}
#fees_select h4.title {
    margin-bottom: 2.5em;
}
#fees_select .inner {
    padding-top: 5em;
    padding-bottom: 5em;
}
#fees_select h4.title {
    color: #fff !important;
}
#fees_select::before {
    position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/overlay_stripe_white.png) repeat center / 6px;
	opacity: 0.1;
}
#fees_select li {
    position: relative;
    float: left;
    padding: 1em 2em 1.2em 95px;
    width: 48%;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.5em;
    color: #212362;
    background: #fff;
    /* text-align: center; */
    border-radius: 10px;
}
#fees_select li::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 1;
}
#fees_select li::after {
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
    content: '';
    width: 55px;
    height: 55px;
    background: #fff url('../images/fees/fees_select_katsuragi.jp') no-repeat center / 100%;
    border-radius: 50%;
    border: 1px solid #212362;
    overflow: hidden;
    z-index: 10;
}
#fees_select li.select_katsuragi::after {
    background: #fff url('../images/fees/fees_select_katsuragi.jpg') no-repeat center / 100%;
}
#fees_select li.select_nagatsuka::after {
    background: #fff url('../images/fees/fees_select_nagatsuka.jpg') no-repeat center / 100%;
}
#fees_select li.select_yamashita::after {
    background: #fff url('../images/fees/fees_select_yamashita.jpg') no-repeat center / 100%;
}

#fees_select li:nth-of-type(even) {
    float: right;
}
#fees_select li:nth-of-type(3n) {
    margin-top: 2em;
    margin-top: 3em;
    margin-left: 26%;
    clear: both;
}
#fees_membership_first {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.fees_membership_first_image {
    float: right;
    width: 52%;
    background: #ccc;
}
.fees_membership_first_text {
    float: left;
    padding: 4em 2.5em 4em 3.5em;
    width: 48%;
}
.fees_membership_first_text h4.title {
    margin-bottom: 1.5em;
}
.fees_membership_first_text ul {
    padding-left: 0.25em;
}
.fees_membership_first_text li {
    font-size: 1.05em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    list-style-type: disc;
    list-style-position: inside;
}
.fees_membership_first_text li:not(:last-of-type) {
    margin-bottom: 0.8em;
}
#_fees_membership_flow {
    margin-bottom: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #ccc;
}
._fees_membership_flow_panes {
    counter-reset: number 0;
}
.fees_membership_flow_pane {
    position: relative;
    padding: 2em;
    color: #fff;
    background: #6e759b;
    border-radius: 10px;
}
.fees_membership_flow_pane:not(:last-of-type) {
    margin-bottom: 3em;
}
.fees_membership_flow_pane:not(:last-of-type)::before {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_flow.png) no-repeat center / 100%;
}
.fees_membership_flow_pane .fees_membership_flow_soon {
    float: none;
    position: absolute;
    top: -30px;
    right: -35px;
    transform: rotate(20deg);
    padding: 15px 10px 19px;
    width: 100px;
    height: 100px;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background: #212362;
    border-radius: 50%;
}
.fees_membership_flow_pane .fees_membership_flow_soon span {
    display: block;
    font-size: 1.6em;
    font-size: 1.45em;
}
.fees_membership_flow_pane h6 {
    float: left;
    margin-top: -2px;
    margin-right: 1.5em;
    padding: 0.5em 1em;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.2em;
    color: #212362;
    background: #fff;
    letter-spacing: 0;
    border-radius: 8px;
}
.fees_membership_flow_pane h5 {
    float: left;
    font-size: 1.15em;
    font-weight: 500;
}
.fees_membership_flow_pane p {
    float: right;
    width: calc(100% - 280px);
    font-size: 1.03em;
}
#fees_membership_fee {
    float: left;
    padding-right: 3%;
    width: 53%;
    border-right: 1px solid #ccc;
}
#fees_membership_notes {
    float: right;
    width: 43%;
}
.fees_membership_fee_sum {
    position: relative;
}
.fees_membership_fee_sum:not(:last-child) {
    margin-bottom: 2em;
}
.fees_membership_fee_add,
.fees_membership_fee_monthly {
    float: left;
}
.fees_membership_fee_sum p {
	/* float: left; */
	font-size: 2.2em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #212362;
    font-variant-numeric: tabular-nums;
}
.fees_membership_fee_add {
    margin-top: 25px;
}
.fees_membership_fee_add p::after {
	margin: 0 20px;
	content: '+';
	font-size: 1em;
	font-weight: 500;
}
.fees_membership_fee_sum p .label {
	display: inline-block;
	line-height: 1.2em;
}
.fees_membership_fee_sum p .label:first-of-type {
	transform: translateY(-5px);
	margin-right: 1rem;
	padding: 0.1em 0.2em;
	font-size: 0.32em;
	font-size: 0.38em;
	letter-spacing: 0.03em;
    line-height: 1.4em;
	color: #111;
	background: #fff;
}
.fees_membership_fee_sum .fees_membership_fee_monthly p:not(:last-of-type) {
    margin-bottom: 0.3em;
}
.fees_membership_fee_sum .fees_membership_fee_monthly p .label:first-of-type {
    transform: none;
}
.fees_membership_fee_sum p .label:last-of-type {
	transform: translateY(-3px);
	margin-left: 0.5rem;
	font-size: 0.45em;
	letter-spacing: 0;
}
._fees_membership_fee_sum p:last-of-type {
	float: right;
}
#fees_membership_fee ul.note {
	margin-top: 2em;
}

 
@media screen and (max-width: 1033px) and (min-width: 751px) {
	
    .fees_plan_pane {
        padding: 2em 1.5em 2.5em 1.5em;
    }
    .fees_plan_recommend li {
		padding-left: 24px;
		font-size: 0.8em;
		letter-spacing: 0;
	}
	.fees_plan_recommend li::before {
		top: 1px;
		width: 16px;
		height: 16px;
	}
    .fees_membership_first_text {
        padding: 4em 2em 4em 2.2em;
        width: 50%;
    }
    .fees_membership_first_image {
        width: 50%;
    }
    .fees_membership_fee_sum p {
        font-size: 1.8em;
    }
	
}