@charset "shift-jis";
/* --------------------------------------------------------------------
	Financial Academy

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
    counter-reset: process 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.pc_02{ display: inherit;}
.sp{ display: none;}

.br_pc::before{
    content: "\A" ;
    white-space: pre ;
}

.en{ font-family: 'Josefin Slab', serif;}

.list_default{
    margin-left: 1.5em;
}
.list_default li{
    list-style-type: inherit;
}

section h2{
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2:not(.bd_none)::after{
    content: "";
    display: block;
    border-bottom: 3px solid #0091d7;
    width: 115px;
    margin: 20px auto 85px;
}

section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line{
    position: relative;
    margin-bottom: 50px;
}
section h3.line::before,
section h3.line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #0091d7;
    position: absolute;
    top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}
h3 .sub{
    display: block;
    font-size: .7em;
    font-weight: bold;
}

.bg-beige { background-color: #f3f3f2;}
.bg-lblue { background-color: #f4f5f7;}
.bg-white { background-color: #fff;}

.lead{ font-size: 22px;}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}
.text_s{ font-size: .85em;}

.indent1{
    text-indent: -1em;
    padding-left: 1em;
}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}

.btn01{ text-align: center;}
.btn01 a{
    background: #0091d7 url(/images/common/arrow.svg) 96% center/33px no-repeat;
    color: #fff;
    padding: 10px 60px;
    font-size: 30px;
    width: 55%;
    max-width: 542px;
    display: block;
    margin: 60px auto;
    font-weight: normal;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}

.wrap_btn{
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
}
.wrap_btn > .btn01{
    width: 48%;
    margin: 0 10px;
}
.wrap_btn > .btn01 a{ width: 100%;}

.btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    position: relative;
}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
}
.btn02::before{
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.video_wrap{
    max-width: 750px;
    margin: 0 auto;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#breadcrumbs{
    float: left;
    margin: 20px 0;
}

.top h1{
    font-weight: normal;
    font-size: 2.8em;
    text-align: center;
}
.top h1::after{
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 100px;
    margin: 20px auto 30px;
}

.top h2{
    margin: 40px auto;
    color: #1c236d;
    font-size: 1.3rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
.top h2::after{
    content: "";
    display: block;
    border-bottom: 1px solid #1c236d;
    width: 100%;
    margin: 10px auto;
}


.txt{
/*    max-width: 95%;*/
    margin: 3em auto 0;
    font-size: 1.2em;
/*    text-align: center;*/
}

.panp{
    margin: 30px auto;
    text-align: center;}

.panp a{
    text-decoration: underline;}

.conf a{
    display: block;
    box-sizing: border-box;
    width: 30%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: 20px 20px 20px 5px;
    border-radius: 6px;
    background: #f3b11b;
    box-shadow: 0 1.5px 0 #88001c;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}

.photfl{
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    max-width: 800px;}

.photfl p{
    width: 30%;}

.photfl p img{
    width: 100%;}

.allabfl{
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;}

.allabfl div{
    margin-bottom: 10px;
    width: 40%;}

.allabfl div p{
    margin-bottom: 10px;
    color: #1c236d;
    font-size: 1rem;}

/*.allabfl ul li:before {
    content: "�? ";
    color: #1c236d;}*/

.allabfl ul li span {
    margin-right: 3px;
    color: #1c236d;}

a.btn_top{
    background: #1c236d url(/images/common/arrow.svg) 95% center/20px no-repeat;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.3em;
    width: 70%;
    max-width: 380px;
    display: block;
    margin: 30px auto 80px;
    text-align: center;
}

.teacher{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teacher li{
    width: 20%;
    font-size: 13px;
}
.teacher li figure img{
    width: 153px;
    height: 153px;
    object-fit: cover;
}
.teacher li .name{
    font-size: 17px;
    letter-spacing: .15em;
    margin-top: 10px;
}


h3.voice{
    max-width: 600px;
    margin: 0 auto;
    color: #1c236d;
    font-size: 1.3em;
}
h3.voice::before{
    content: "";
    padding: 2.5em;
    background: url(/images/salon/soudan.png) center center/contain no-repeat;
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
}
h3.voice > span{
    display: inline-block;
    width: calc(100% - 6em);
}
.voice_bf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_bf dl{
    border: 1px solid #1c236d;
    padding: 70px 20px 20px;
    position: relative;
    width: 45%;
    margin-top: 80px;
}
.voice_bf dl + dl::before{
    content: "";
    padding: 13%;
    background: url(/images/salon/arw_ba.svg) center center/contain no-repeat;
    position: absolute;
    left: -25%;
}
.voice_bf dt{
    background: #fff;
    padding: 20px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    text-align: center;
}
.voice_bf dt > span{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #1c236d;
    color: #fff;
    line-height: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.voice_bf dt .en{ font-size: 1.5em;}



.top{
    width: 90%;
    max-width: 750px;
    margin: 0 auto 50px;
}
.TrialContactForm__title{
    font-size: 1.2em;
    margin-bottom: 5em;
    text-align: center;
}

.TrialContactForm__calendar_nav {
    display: flex;
    font-size: 0.85rem;
    justify-content: space-between;
}

.TrialContactForm__calendar__button {
    border: 1px solid #999;
    color: #333;
    border-radius: 3px;
    padding: 3px 10px;
    box-shadow: 0 1px 0 #999;
    cursor: pointer;
}

.TrialContactForm__calendar__button_disable {
    border: 1px solid #eee;
    color: #999;
    box-shadow: 0 1px 0 #eee;
    cursor: default;
}


.TrialContactForm__calendar {
    font-size: 0.85rem;
    line-height: 1rem;
}

.TrialContactForm__calendar_loading {
    text-align: center;
    padding: 150px 0;
}

.TrialContactForm__calendar_table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 10px 0 0;
}

.TrialContactForm__calendar_table_smart {
    max-width: 300px;
    margin: 10px auto 0;
}

.TrialContactForm__calendar_table td{
    border: 1px solid #999;
    vertical-align: middle;
    width: calc(80% / 7);
}

.TrialContactForm__calendar_table td{
    border: 1px solid #999;
}

.TrialContactForm__calendar_table_date {
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding: 0.8rem 0;
    font-weight: 300;
}

.TrialContactForm__calendar_table_smart .TrialContactForm__calendar_table_date {
    width: 50%;
}

.TrialContactForm__calendar_table_holiday {
    background-color: #ffb6c1;
}

.TrialContactForm__calendar_table_sat {
    background-color: #99CCFF;
}

.TrialContactForm__calendar_table .TrialContactForm__calendar_table_time {
    background-color: #ddd;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    font-weight: 300;
    width: 20%;
}

.contact_close { background: #f0f0f0;}
.contact_close p,
.contact_tel p{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    display: inline-block;
    text-align: left;
}

.TrialContactForm__calendar_table_full {
    background-color: #eee;
}

.TrialContactForm__calendar_table_off {
    background-color: #eee;
}

.TrialContactForm__calendar_select {
    cursor: pointer;
    color: #f05186;
    text-decoration: underline;
}

.TrialContactForm__calendar_selected {
    background-color: #d4dcf7;
}

.TrialContactForm__calendar_attention {
    font-size: 0.8rem;
    margin: 0 0 3rem;
}
.TrialContactForm__calendar_attention .link_mail{
    text-decoration: underline;
    color: #333;
}
.TrialContactForm__calendar_attention .link_mail:hover{ color: #009;}
.icn_mail > svg{ height: 1em;}

.TrialContactForm__calendar_choicee_date {
    display: flex;
}

.TrialContactForm__calendar_choice {
    border: 1px solid #999;
    margin-left: 5px;
    padding-left: 5px;
    width: 16rem;
    line-height: 1.8rem;
    pointer-events : none;
}

.TrialContactForm__select {
    position: absolute;
    display: block;
    padding: 0 12px;
    height: 3.3rem;
    line-height: 1.6;
    background: transparent;
    font-size: 1rem;
    border: 1px solid #999;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    z-index: 1;
}

.TrialContactForm__select::-ms-expand {
    display: none;
}

#inquiry.TrialContactForm__textarea {
    display: block;
    padding: 0 12px;
    height: 7.3rem;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 1rem;
    background: #fff;
    border: 1px solid #999;
    width: 100% !important;
    margin: 0.3rem 0;
}

.TrialContactForm__checkbox li,
.TrialContactForm__radio li{
    display: inline-block;
    margin-right: 1.5em;
    line-height: 2;
    cursor: pointer;
}
.TrialContactForm__checkbox li input,
.TrialContactForm__radio li input,
.tab-wrapper li input { display: none;}
.TrialContactForm__checkbox li .checkbox-label,
.TrialContactForm__radio li .radio-label,
.tab-wrapper li .checkbox-label{
    padding-left: 20px;
    position: relative;
}
.TrialContactForm__checkbox li .checkbox-label::before,
.TrialContactForm__radio li .radio-label::before,
.tab-wrapper li .checkbox-label::before{
    content: "";
    border: 1px solid #ccc;
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.TrialContactForm__checkbox li input:checked + .checkbox-label:before,
.TrialContactForm__radio li input:checked + .radio-label:before,
.tab-wrapper li input:checked + .checkbox-label:before {
    background-color: #fff8f5;
    border-color: #fbcdbc;
}
.TrialContactForm__checkbox li input:checked + .checkbox-label:after,
.tab-wrapper li input:checked + .checkbox-label:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ea5520;
    border-right: 3px solid #ea5520;
}
.TrialContactForm__radio li .radio-label::before,
.TrialContactForm__radio li input:checked + .radio-label:before {
    border-radius: 100%;
}
.TrialContactForm__radio li input:checked + .radio-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #ea5520;
}
/*.TrialContactForm__checkbox {
    border: 1px solid #ccc;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin: 0 6px 0 0;
}

.TrialContactForm__checkbox_checked {
    background-color: #235994;
}

.TrialContactForm__checkbox_check {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    margin: 4px 0 0 4px;
    vertical-align: top;
}*/


#TrialContactForm__agree {
    border: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-end;
    font-weight: 400;
    padding: 0.7rem;
    margin-bottom: 0.5rem;
    font-size: 1.07rem;
    color: #333;
    line-height: 1.7;
    cursor: pointer;
}

.Course__overview {
    margin: 0 auto;
/*    width: 90%;*/
    max-width: 544px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.75rem;
    line-height: 2;
    text-align: left;
}

.Course__overview dt{
    width: 25%;
    margin: -1px 0 0;
    padding: 1rem 0 0 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #666;
    font-size: 13px;
}

.Course__overview dd{
    width: 70%;
    margin: -1px 0 0;
    padding: 0.8rem 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
}
.Course__overview dd > a,
.Course__overview dd .Course__overview_store > a{
    text-decoration: underline;
    color: #333;
}
.Course__overview dd > a:hover,
.Course__overview dd .Course__overview_store > a:hover{
    color: #000099;
}

.Course__overview_strong {
/*    font-size: 16px;
    color: #235994;*/
    font-weight: bold;
}

.Course__overview_address {
    font-size: .9em;
    color: #666;
    line-height: 1.5;
    padding-top: .5em;
}

.AnotherStores__links {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.AnotherStores__links a{
    display: block;
    box-sizing: border-box;
    width: 30%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: 10px 10px 10px 5px;
    border-radius: 6px;
    background-color: #ea5520;
    box-shadow: 0 1.5px 0 #88001c;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}
.AnotherStores__links a.tel{
    background: #f3b11b;
    box-shadow: 0 1.5px 0 #926b11;}
.AnotherStores__links a:hover{ text-decoration: underline;}
.AnotherStores__links a::after {
    content: '';
    padding: 7px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;}
.AnotherStores__links a.off{
    background: #e0e0e0;
    box-shadow: 0 1.5px 0 #bbb;
    pointer-events: none;
}

.pamday_links {
    margin:1rem;
    display: flex;
    justify-content: center;
    width: 100%;}

.pamday_links p{
    text-align: center;
    width: 30%;
    margin: 1rem;}

.pamday_links a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    padding: 20px;
    border-radius: 6px;
    background-color: #f2f2f2;
    /* box-shadow: 0 1.5px 0 #88001c; */
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}


.ContactDetail_block {
    max-width: 34rem;
    margin: 0 auto;
}

.TrialContact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #235994;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.3rem 0 0;
    font-size: 1.28rem;
}

.TrialContact__title_disable {
    display: none;
}

.TrialContact__title:before, .TrialContact__title:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #235994;
    margin: 0 0.4em;
}

.TrialContactForm__title {
    margin: 1.2rem 0 1rem;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

.TrialContactForm__required {
    display: inline-block;
    margin: 0 0.2rem;
    color: #fff;
    letter-spacing: 0.05px;
    font-weight: normal;
    background-color: #d7063a;
    padding: 0 5px;
    font-weight: 200;
    border-radius: 3px;
}

.TrialContactForm__arbitrary {
    display: inline-block;
    margin: 0 0.2rem;
    color: #fff;
    font-size: 0.71rem;
    letter-spacing: 0.05px;
    font-weight: normal;
    background-color: #a6a6a6;
    padding: 0 5px;
    font-weight: 200;
    border-radius: 3px;
}

.TrialContactForm__example {
    color: #333;
    font-size: 0.9rem;
    font-weight: 200;
}

#TrialContactForm .error {
    display: block;
    text-align: left;
    font-size: 1rem;
    color: #f00;
    font-weight: normal;
}

.TrialContactForm__subtitle {
    display: inline-block;
    background-color: #235a97;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.3rem 0.5rem;
}

.TrialContactForm__field_text {
    display: block;
    padding: 0 12px;
    height: 3.3rem;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 1rem;
    background: #fff;
    border: 1px solid #999;
    width: 100%;
}
.TrialContactForm__field_text + .TrialContactForm__field_text{ margin-top: 1em;}

.TrialContactForm__pulldown_box{
    position: relative;
    height: 3.3rem;
    margin: 0.3rem 0;
}

.TrialContactForm__pulldown {
    position: absolute;
    top: 0.25rem;
    right: 2px;
    width: 2.75rem;
    height: 2.75rem;
    border-left: 1px solid #999;
    fill: #999;
    text-align: center;
    z-index: 0;
}

.TrialContactForm__pulldown svg{
    width: 1rem;
    height: 1rem;
    margin: 0.8rem 0 0;
}

.TrialContactForm__input {
    position: absolute;
    display: block;
    padding: 0 12px;
    height: 3.3rem;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 1rem;
    background: transparent;
    border: 1px solid #999;
    width: 100%;
    color: #333;
    z-index: 1;
}

.TrialContactForm__calendar_nav {
    display: flex;
    font-size: 0.85rem;
    justify-content: space-between;
}

.TrialContactForm__calendar__button {
    border: 1px solid #999;
    color: #333;
    border-radius: 3px;
    padding: 3px 10px;
    box-shadow: 0 1px 0 #999;
    cursor: pointer;
}

.TrialContactForm__calendar__button_disable {
    border: 1px solid #eee;
    color: #999;
    box-shadow: 0 1px 0 #eee;
    cursor: default;
}


.TrialContactForm__calendar {
    font-size: 0.85rem;
    line-height: 1rem;
}

.TrialContactForm__calendar_loading {
    text-align: center;
    padding: 150px 0;
}



.TrialContactForm__title.input{
    display: inline-block;
    width: 20%;
    background: #1a2975;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}
#date{
    font-size: 1.2rem;
    border: 0;
    outline: 0;
    display: inline-block;
    width: 75%;
    margin-left: 1em;
    resize: none;
}

#submit{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: .85em 1.8em;
    border-radius: 5px;
    background-color: #ea5520;
    box-shadow: 2px 2px 0 #ccc;
    border: 1px solid;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;
}
#submit::after {
    content: '';
    padding: 9px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
}


/*  */
@media screen and (max-width: 1024px) {
    #head2{ height: 85px !important;}

    #container{
        margin-top: 70px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}

    .btn01{ max-width: 100%;}
    .btn01 a{ width: 80%;}
}

@media screen and (max-width: 1000px) {
    .pc_02{display: none}
}


/*  */
@media screen and (max-width: 599px) {
    #breadcrumbs{ display: none;}

    .pc{ display: none;}
    .pc_02{ display: none;}
    .sp{ display: inherit;}

    .br_pc::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }
    #contents{ display: none;}

    .text_l{ font-size: 1.15em;}

    section .inner{ padding: 40px 0;}
    .top h1::after{
        width: 50px;
        margin: 10px auto 15px;
    }
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    section h2:not(.bd_none)::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    .btn01 a{
        font-size: 16px;
        padding: 10px 5px;
        background: #0091d7 url(/images/common/arrow.svg) 97% center/16px no-repeat;
    }

    .wrap_btn{ flex-wrap: wrap;}
    .top .wrap_btn{ margin-bottom: 50px;}
    .wrap_btn > .btn01{ width: 100%;}
    .wrap_btn > .btn01 a{ margin: 20px auto 0;}

    .btn02::before{ left: 5px;}

    .top h1{ font-size: 2em;}
    .top h1 .txt_s::before,
    .top h1 .txt_s::after{
        content: "\A";
        white-space: pre;
    }

    .top .text{ line-height: 1.6;}

    .AnotherStores__links a{
        padding: 10px 15px 10px 10px;
        font-size: 12px;
        width: 70%;
    }

    .AnotherStores__links a::after{
        padding: 5px;
        right: 6px;
    }

    .pamday_links {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    width: 100%;}

.pamday_links p{
    width: 60%;
    margin: 1rem;}

.pamday_links a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    padding: 20px 20px 20px 5px;
    border-radius: 6px;
    background-color: #f2f2f2;
    /* box-shadow: 0 1.5px 0 #88001c; */
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}

    .TrialContactForm__title.input{ width: auto;}
    #date{
        width: 100%;
        margin-left: 0;
    }

    #submit{ max-width: initial;}

    .conf a{ width: 90%;}

    .photfl{
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    max-width: 90%;}

    .photfl p{
        width: 100%;
        margin-bottom: 10px;}

    .photfl p img{
    width: 100%;}

    .allabfl{
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        max-width: 90%;}

    .allabfl div{
        font-size: 0.8rem;
        margin-bottom: 10px;
        width: 100%;}

    .allabfl div p{
        margin-bottom: 10px;
        color: #1c236d;
        font-size: 1rem;}

    /*.allabfl ul li:before {
        content: "�? ";
        color: #1c236d;}*/

    .allabfl ul li span {
        margin-right: 3px;
        color: #1c236d;}

    .teacher li{
        width: 46%;
        font-size: 10px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em;
    }
    .teacher li figure img{
        width: 80px;
        height: 80px;
    }
    .teacher li .name{
        width: calc(100% - 80px);
        font-size: 12px;
        margin-top: 0;
        align-self: center;
        padding-left: 1em;
        line-height: 1.8;
    }
    .teacher li p:not(.name){
        padding-top: 1em;
        line-height: 1.3;
    }

    .voice_bf dl{ width: 100%;}
    .voice_bf dl + dl{ margin-top: 140px;}
    .voice_bf dl + dl::before{
        left: 0;
        right: 0;
        top: -145px;
        text-align: center;
        transform: rotate(90deg);
        z-index: 1;
    }
}

@media screen and (max-width: 320px) {
    .top h1 .txt_s{ font-size: .65em;}
}

.tab-content .ttl {
    font-size: 1.3rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 25px;
}
.tab-content h2.ttl {
    color: #ffffff;
    background-color: #1c236d;
    border-bottom: none;
    margin-bottom: 0;
    padding: 5px 15px;
    line-height: 1.3;
}
.tab-content h2.ttl::after {
    content: normal;
}
.tab-content h2.ttl + .ttl {
    margin-top: 10px;
}
.tab-content .ttl.kabu {
    color: #2e4196;
    border-color: #2e4196;
}
.tab-content .ttl.fx {
    color: #d7053c;
    border-color: #d7053c;
}
.tab-content .ttl.retirement {
    color: #ED7845;
    border-color: #ED7845;
}
.tab-content .ttl.fudo {
    color: #0091d7;
    border-color: #0091d7;
}
.tab-content ul.web {
    display: flex;
    flex-wrap: wrap;
}
.tab-content ul.web li {
    width: 50%;
}
@media screen and (max-width: 550px) {
    .tab-content ul.web li {
        width: 100%;
    }
}
.tab-wrapper {
    margin-top: 40px;
}
.tab-wrapper .tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.tab-wrapper .tabs li {
    cursor: pointer;
    width: 45%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: .15em;
    border: 1px solid #1c236d;
    color: #1c236d;
    position: relative;
    background-color: #f5fffb;
}
.tab-wrapper .tabs li:first-child {
    margin-right: 1%;
}
.tab-wrapper .tabs li:last-child {
    margin-left: 1%;
}
.tab-wrapper .tabs li.active {
    cursor: auto;
    border-bottom: none;
    line-height: 2.6;
}
.tab-wrapper .tab-content {
    display: none;
    border-top: 1px solid #1c236d;
    margin-top: -1px;
    padding: 0 4%;
}
.tab-wrapper .tab-content.show {
    display: block;
}
.tab-wrapper .tab-content li {
    margin-top: 10px;
}
.tab-wrapper .tab-content .sub {
    margin-top: 5px;
    line-height: 1.6;
}
.tab-wrapper .tab-content .sub strong {
    color: #bf2530;
}
.tab-wrapper .apply-btn {
    background: #e60012;
    display: block;
    color: #fff;
    font-size: 24px;
    width: 100%;
    max-width: 540px;
    height: 60px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    border-radius: 2.8px;
    box-shadow: 0 1.5px 0 #88001c;
    letter-spacing: .175em;
    line-height: 1.8;
    margin-top: 30px;
}
.tab-wrapper .apply-btn:hover {
    cursor: pointer;
}
.tab-wrapper .apply-btn.is-disable {
    opacity: .3;
    pointer-events: none;
}
.tab-wrapper .apply-btn.is-disable:hover {
    cursor: auto;
}
@media screen and (max-width: 599px) {
    .tab-wrapper .apply-btn {
        width: 100%;
        padding: 10px 0;
        height: 45px;
        font-size: 15px;
    }
}
.notes{
    margin-top: 20px;
    color: #ea5520;
    padding: 10px;
    text-align: center;
}
.notes2{
    color: #ea5520;
    font-size: 12px;
}
@media screen and (max-width: 599px) {
    .notes{
        text-align: left;
    }
}

.application {
    background-color: #F3F3F2;
    padding: 50px 15px;
}
.application-inner {
    max-width: 800px;
    margin: 0 auto;
}
.application .line {
    position: relative;
    color: #1C2569;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.application .line::before,
.application .line::after {
    max-width: 300px;
    content: "";
    width: 30%;
    border-top: 1px solid #1C2569;
    position: absolute;
    top: 50%;
}
.application .line::before{ left: 0;}
.application .line::after{ right: 0;}

@media screen and (max-width: 599px) {
    .application .line {
        font-size: 20px;
    }
    .application .line::before,
    .application .line::after {
        width: 17%;
    }
}
