@charset "utf-8";
/* 英検対策コーチングページ特有のCSS*/

.sub_section {
    margin-bottom: 3em;
}

/*--------------------------------------------------------------
# intro
--------------------------------------------------------------*/
.problem_list {
    margin-bottom: 3em;
	justify-content: center;
}
.problem_list > div {
    margin-bottom: 2.5em;
}
.problem_item {
    padding: 2em 1.5em 2em 120px;
    border: 3px solid #008bcf;
    height: 100%;
    position: relative;
    overflow: visible;
    font-weight: bold;
    max-width: 450px;
    margin: 0 auto;
}
.problem_img {
    position: absolute;
    width: 90px;
    bottom: -2.3em;
    left: 1.4em;
}
.coaching_feature {
    font-weight: bold;
    color: #153D66;
}
.coaching_feature img {
    width: 28%;
}

/* -------- voices */
.voices {
	margin-top: -2em;
}
.voices .form_title_box {
	position: relative;
    top: 2em;
    left: 6%;
}
.voices .form_title {
	color: #ffea3c;
}
.voices .form_title::before {
	content: '\f075';
}
.voice_item {
	border-color: #c4e7c6;
}
.voice_item img {
	width: 30%;
	margin-bottom: 0.5em;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.voice_title {
	margin-top: 0;
	display: inline-block;
	padding: 0.7em 1em 0.5em 2em;
    background: #cce8f5;
    border-radius: 100vh 0 0 100vh;
    margin-left: -0.7em;
	position: relative;
	margin-bottom: 1em;
}
.voice_title::before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #fff;
}
.voice_title small {
	font-weight: normal;
	color: #333;
	font-size: 70%;
	margin-left: .5em;
	white-space: nowrap;
}
.voice_title small::before {
	content: '--- ';
}

/*--------------------------------------------------------------
# coaches
--------------------------------------------------------------*/

.coaches {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coaches .text_box {
    width: 70%;
}
.coaches .pict_box {
    width: 25%;
}
.coaches .pict_box img {
    border-radius: 50%;
    border: 3px solid #008bcf;
}


/*--------------------------------------------------------------
# fee
--------------------------------------------------------------*/

.fee .explainer {
    text-align: center
}
.fee small {
    font-weight: normal;
}
.price_figure {
    font-weight: bold;
    margin-bottom: .2em;
    font-size: 1.8rem;
}
.price_figure strong {
    font-size: 150%;
    color: #3db143;
    margin-right: 2px;
    white-space: nowrap;
}


@media screen and (max-width: 600px) {
    .fee .explainer {
        margin: 2em 8px;
    }
	
} /* end media query */
/*--------------------------------------------------------------
# flow
--------------------------------------------------------------*/

.flow_list {
    margin-bottom: 2em;
}
.label {
    background: #3db143;
    padding: 0.4em 0.5em 0.3em;
    color: white;
    line-height: 1;
    font-size: 200%;
    border-radius: 50%;
    margin: 0.3em 0;
    display: inline-block;
}
.label.alt {
    background: #3db143;
}
.flow_list dt {
    width: 5em;
    float: left;
    clear: left;
}
.flow_list dd {
    margin-left: 5em;
    margin-bottom: 5em;
    position: relative;
    overflow: visible;
    padding-top: 1.5em;

}
.flow_list dd::after {
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    font-weight: 900;
    font-size: 50px;
    color: #99D1EC;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}
.flow_list dd:last-child {
    margin-bottom: 0;
}
.flow_list dd:last-child::after {
    content: "";
}

@media screen and (max-width: 768px) {
    .flow_list dt {
        float: none;
        width: 100%;
        margin-bottom: 0.7em;
    }
    .label {
        display: inline;
    }
    .flow_list dd {
        margin-left: 0;
    }
	
} /* end media query */

/*--------------------------- CTAボタン ----------------------------*/

.cta_btn::before {
    content: "\f044";
}

/*--------------------------------------------------------------
# 申し込み＆事前質問フォーム
--------------------------------------------------------------*/
@media screen and (min-width: 901px) {

	legend {
        width: 20%;
        padding-right: 1em;
    }
    
} /* end media query */

input.input_half {
    padding: 0 1em;
}

.input_small.fixed_w {
    width: 12em;
    position: relative;
    top: .3em;
    left: -.5em;
}
label.fixed_w {
    width: 12em;
    display: inline-block;
}
label.fixed_w.sml {
    width: 6em;
}
p.input_wlabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type="text"].input_wlabel {
    width: calc(100% - 2em);
}

/*2つの短い入力要素を並列する*/
.form_parallel > * {
    display: inline-block;
    white-space: nowrap;
}

.radio_box label, 
.checkbox_box label {
    margin-right: .8em;
}

.form_box {
    margin-bottom: 2em;
}
.form_box dt {
    font-weight: bold;
    margin-bottom: .5em;
}

/*--- vertical radio */

.radio_box.vertical {
    display: flex;
    justify-content: space-around;
}
.vert_radio_suppl {
    width: 1em;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    padding-top: .3em;
    color: #756456;
}
.radio_box.vertical label {
    margin-right: 0;
    padding: 0;
    width: 26px;
    display: inline-block;
    text-align: center;
}
.radio_box.vertical label::before {
    top: 100%;
    right: 0;
    margin: auto;
}
.radio_box.vertical label::after {
    top: 116%;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 768px) {
    
    input.input_half {
        width: 100%;
    }
    
	
} /* end media query */

@media screen and (max-width: 480px) {
    
    .form_table span.no_break input[type="text"] {
        width: 60%;
        min-width: auto;
    }

	
} /* end media query */

