@charset "shift-jis";
*,*::before,*::after{ box-sizing: border-box;}
body{
    counter-reset: vol 0;
    overflow-x: hidden;
}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #5e76a7;}
.txt_lblue { color: #5e76a7;}
.txt_fanvy { color: #1c236d;}
.txt_bold { font-weight: bold;}
.txt_line { text-decoration: underline;}
.marker{ background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);}

.txt_s { font-size: .85em !important;}
.txt_l{ font-size: 18px;}

.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;}
.tab{ display: none;}
.sp{ display: none;}

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

optgroup { display: none;}

#contents{ padding: 0 0 5px 0;}

img {
    max-width: 100%;
    height: auto;
}

.fill{fill:#d7ba41;}
.stroke{stroke:#d7ba41;}

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

section h3{
    text-align: center;
    font-size: 23px;
}

h3 .sub{
    display: block;
    font-size: .7em;
    font-weight: bold;
    padding-top: 30px;
}

.ttl_border{
    border-top: 1px solid #D7BA41;
    border-bottom: 1px solid #D7BA41;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

h2.line,
h3.line {
    position: relative;
    color: #d7ba41;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 30px;
}
h2.line.line::before,
h2.line.line::after,
h3.line.line::before,
h3.line.line::after {
    max-width: 300px;
    content: "";
    width: 30%;
    border-top: 1px solid #d7ba41;
    position: absolute;
    top: 50%;
}
h2.line::before,
h3.line::before {
    left: 0;
}
h2.line::after,
h3.line::after {
    right: 0;
}

.bg-beige { background-color: #f3f3f2;}
.bg-school { background-color: #FBF8EB;}

.lead{
    font-size: 20px;
    text-align: center;
}
.lead .color{
    font-size: 1.35em;
    color: #d7ba41;
}
.caution{ font-size: .8em;}


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


.btn01{
    max-width: 800px;
    margin: 30px auto;
}
.btn01 a{
    padding: 10px;
    display: block;
    border: 1px solid;
    background: #fff;
    color: #d7ba41;
    font-size: 18px;
    border-radius: 5px;
}
.btn01 a .txt{ margin: 0 auto;}
.btn01 a .arw{
    margin: 0 0 0 auto;
    align-self: center;
}
.btn01 a .arw > svg{
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
}
.btn01 a:hover{
    cursor: pointer;
    opacity: .7;
}

.btn02 {
    text-align: center;
    background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    padding: 18px;
    position: relative;
    box-shadow: 0 1.5px 0 #782332;
}
button.btn02 { padding: 15px;}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.btn02:disabled{
    background-color: #ccc;
    box-shadow: 0 1.5px 0 #818181;
}
.btn02:disabled:hover{ opacity: 1;}

a.btn_school {
    display: block;
    width: 100%;
    max-width: 420px;
    background: #d7ba41 url(/images/common/arrow.svg) 98% center/23px no-repeat;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 12px 32px;
    margin: 0 auto;
}
a.btn_school:hover{
    cursor: pointer;
    opacity: .7;
}
a.btn_school .fill{ fill: #fff;}

.dl_pdf .btn {
    width: 85%;
    max-width: 400px;
    background: #d7ba41;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.list_sample li:nth-child(2) .dl_pdf .btn{ background-color: #EBC318;}
.dl_pdf .btn:hover {
    text-decoration: none;
}
.dl_pdf .btn .icn_pdf,
.dl_pdf .btn .icn_dl{ line-height: 1;}


.list_disc li{
    list-style: disc outside;
    margin-left: 1.5em;
}

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

.box_border{
    border: 1px solid #d7ba41;
    padding: 2em;
    background: #fff;
}
.box_bg_wt{
    padding: 2em;
    background: #fff;
}

.top_bnr{
    text-align: center;
    margin: 40px auto 20px;
}


.summary{
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

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

 #comment_wrap {
 width: 950px;
 margin: auto;
 }

.story{ margin-top: 90px;}
.story .list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
.story .list li{
    clear: both;
    width: 31.5%;
    margin-left: 2%;
    position: relative;
}
.story .list li img {
width: 100%;
}
.story .list li:nth-child(3n-2){ margin-left: 0;}
.story .list li a{
    display: block;
    color: #000;
}
.story .list li h3{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.story a.link{
    display: block;
    font-size: 16px;
    color: #00a1e6;
	text-align: center;
}

dt.accordion{
    border: 1px solid #d7ba41;
    padding: 10px;
    font-size: 23px;
}
dt.accordion::after{
    content: "";
    padding: 15px;
    background: url(/images/common/arrow_fss.svg) right 15px/25px no-repeat;
    display: inline-block;
    margin-left: 20px;
}
dt.accordion.active::after{
    transform: rotate(180deg);
    background-position: right 3px;
}

#modal-close{ display: none;}

#modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}

dl.kitei { margin-top: 35px;}
dl.kitei dt.accordion{ text-align: center;}
.kitei_sp{ display: none;}
.kitei dd h2::after{ content: none;}

/* �̌��w�K�� */
.taiken .inner{ padding-bottom: 0;}
.taiken ul.course{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.taiken ul.course li{
    width: 30%;
    border: 1px solid #d7ba41;
    text-align: center;
    font-size: 15px;
}
.taiken ul.course li h3{
    font-size: 20px;
    line-height: 1.5;
    color: #d7ba41;
    padding: 20px;
    border-bottom: 1px solid #d7ba41;
    margin-bottom: 20px;
    min-height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.taiken ul.course li .point{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}
.taiken ul.course li .point > p{
    width: 113px;
    height: 113px;
    border: 1px solid #d7ba41;
    border-radius: 100%;
    color: #d7ba41;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    font-size: 28px;
    line-height: 1.2;
    margin: 20px 15px 0;
}
.taiken ul.course li .point > p span{
    display: block;
    width: 100%;
}
.taiken ul.course li .point > p .txt_s{ font-size: .8em;}
.taiken ul.course li .point > p .txt_s del{ font-size: .8em;}
.taiken ul.course li .btn02{
    margin: 0 8.5% 35px;
    width: 83%;
    padding: 0;
}
.taiken ul.course li .btn02 > a{
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 14px;
}
.taiken .course li .txt{ padding: 0 1em;}


/* .info �₢���킹�� */
.info .school_info{
    border-top: 3px solid #d7ba41;
    border-bottom: 3px solid #d7ba41;
    background: #FBF8EB;
    padding: 40px 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.info .school_info h3{
    width: 70%;
    margin-right: auto;
    margin-bottom: 30px;
    position: relative;
    color: #d7ba41;
    font-size: 28px;
    border-top: 1px dashed #d7ba41;
    border-bottom: 1px dashed #d7ba41;
    text-align: left;
    padding: 25px 0;
    letter-spacing: .1em;
}
.info .school_info h3 figure{
    position: absolute;
    top: -15px;
    right: -246px;
}
.info .school_info .school_info_question li{
    padding-left: 25px;
    padding-bottom: 25px;
    background: url(/vod/img2017/icn_q.svg) left top/24px no-repeat;
    text-align: left;
    font-size: 21px;
    line-height: 1.5;
}
.info .school_info .school_info_question{
    position: relative;
    margin-bottom: 85px;
}
.info .school_info .school_info_question:after{
    content: "";
    border: 14px solid transparent;
    border-top: 24px solid #d7ba41;
    position: absolute;
    left: 50%;
    bottom: -65px;
}
.info .school_info > p{
    text-align: center;
    font-size: 18px;
    line-height: 3;
}
.info .school_info + .btn_wrap{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info .school_info + .btn_wrap li{ width: 47%;}
.info .school_info + .btn_wrap li a{
    display: block;
    color: #fff;
    font-size: 26px;
    width: 100%;
/*    height: 60px;*/
    padding: 15px 0 15px 20px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #d7ba41;
    color: #d7ba41;
    background: url(/vod/img2017/arrow02.svg) 95% center/35px no-repeat;
}


/* �u��u���̐��v�X���C�_�[ */
.comment_slick.slick-initialized .slick-slide{ padding: 30px;}
.comment_slick .slick-dots li button:before{
    font-family: inherit;
    content: "\025cf";
    font-size: 15px;
}
.comment_slick .slick-prev {
    left: 0;
    z-index: 10;
}
.comment_slick .slick-prev::before{
    content: "";
    color: #d7ba41;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    padding: 8px;
    transform: rotate(45deg);
    display: block;
}
.comment_slick .slick-next { right: 0;}
.comment_slick .slick-next::before{
    content: "";
    color: #d7ba41;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    padding: 8px;
    transform: rotate(225deg);
    display: block;
}
.comment_slick .width48{
    background: #fff;
}
.comment_slick .width48 .img{
    position: relative;
    min-height: 100px;
}
.comment_slick .width48 .img::before{
    content: "";
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding-right: 100px;
    background-image: url(/school/image/icn_students.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.man01::before{
    background-position: left top;
}
.woman01::before{
    background-position: left bottom;
}
.width48 .name{
    font-size: 18px;
    color: #d7ba41;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
    .width48 .name{
    font-size: 16px;
    }
}
.comment_slick .width48 .txt{ font-size: 14px;}
.comment_slick .slick-dots{ bottom: 0;}


/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .pc{ display: none ;}
    .tab{ display: inherit ;}
    .sp{ display: none ;}

    #head2{ height: 85px !important;}

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

    .info .school_info h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 700px) {
	section p {
        font-size: 14px;
    }
}

/* �X�}�z */
@media screen and (max-width: 599px) {
    section.story {
        padding: 0px 3%;
        box-sizing: border-box;
    }
    .story .list{
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .story .list li{
        width: 48%;
        margin-bottom: 15px;
    }
    .story .list li img{
        width: 100%;
        float: none;
    }
    .story .list li h3{
        margin-left: 0;
        font-size: 13px;
        height: auto;
        line-height: 1.6;
    }
    .story a.link{ font-size: 14px;}

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

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

    .snsBtn { margin: 0}
    #breadcrumbs{ display: none;}

    .box_border,
    .box_bg_wt{ padding: 1em;}

    section .inner{ padding: 40px 0;}
    section h2 {
        font-size: 1.3rem;
        letter-spacing: 0;
        line-height: 1.5;
    }
    section h2:not(.bd_none)::after {
        width: 80px;
        margin: 15px auto 35px;
    }
    section h3{ font-size: 1.2rem}

    h2.line,
    h3.line{
        margin-bottom: 20px;
        font-size: 20px;
    }
    h2.line::before,
    h2.line::after,
    h3.line::before,
    h3.line::after{ width: 10%;}

    .lead{
        font-size: 14px;
        text-align: left;
    }

    .btn01 a{ font-size: 15px;}
    .btn02::before{ left: 5px;}

    a.btn_school{
        background-size: 15px;
        font-size: 15px;
        padding: 12px 20px;
    }

    .dl_pdf{ display: block;}
    .dl_pdf .btn {
        font-size: 15px;
        max-width: initial;
        padding: 10px;
    }
    .dl_pdf .btn .icn_pdf > svg,
    .dl_pdf .btn .icn_dl > svg{ width: 1.2em;}

    .summary{ font-size: 1.25em;}

    .kitei dt.accordion {
        border: 1px solid #d7ba41;
        padding: 10px 5px;
    }

    .taiken .lead {
        text-align: justify;
    }
    .taiken ul.course{ margin-top: 40px;}
    .taiken ul.course li{
        width: 100%;
        margin-bottom: 25px;
    }
    .taiken ul.course li h3 {
        font-size: 16px;
        padding: 12px;
        min-height: initial;
    }
    .taiken ul.course li .point{ margin: 10px 0 20px;}
    .taiken ul.course li .point > p{
        width: 68px;
        height: 68px;
        margin: 0 5px;
        font-size: 20px;
    }

    .info .inner {
        padding-top: 20vw;
        padding-bottom: 0;
    }
    .info .school_info{
        padding: 30px 15px;
        margin-top: 30px;
    }
    .info .school_info h3{
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
    }
    .info .school_info h3 figure{
        width: 28%;
        top: -105px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .info .school_info h3 figure img{ max-width: 100%;}
    .info .school_info .school_info_question{ margin-bottom: 40px;}
    .info .school_info .school_info_question li {
        padding-left: 18px;
        padding-bottom: 20px;
        background: url(/vod/img2017/icn_q.svg) left top/16px no-repeat;
        font-size: 14px;
    }
    .info .school_info .school_info_question:after{
        border: 7px solid transparent;
        border-top: 12px solid #d7ba41;
        left: 47%;
        bottom: -25px;
    }
    .info .school_info > p{ font-size: 11px;}
    .info .school_info > p img{ width: 75%;}
    .info .school_info + .btn_wrap li{
        width: 100%;
        margin-bottom: 20px;
    }
    .info .school_info + .btn_wrap li a{
        font-size: 15px;
        padding: 12px 0 12px 20px;
        background: url(/vod/img2017/arrow02.svg) 95% center/16px no-repeat;
    }

    /* ���[�_���ݒ� */
    .modal-content {
        width: 80% ;
        max-height: 80%;
        overflow: auto;
        padding: 10px 20px ;
        border: 2px solid #aaa ;
        background: #fff ;
        position: fixed ;
        display: none ;
        z-index: 2 ;
        left: 0;
        right: 0;
        top: 110px;
        margin: auto;
    }
    #modal-overlay {
        z-index: 1 ;
        display: none ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        width: 100% ;
        height: 120% ;
        background-color: rgba( 0,0,0, 0.75 ) ;
    }
    .button-link {
        color: #000 ;
        text-decoration: none;
    }
    .button-link:hover { cursor: pointer ;}
    #modal-close{
        display: block;
        position: fixed;
        top: 120px;
        background: #fff;
        z-index: 1;
        padding: 0 4px;
        border: 3px solid #aaa;
        line-height: 1.3;
        right: 13%;
    }

    /* slick�ݒ� */
    .comment_slick{ padding-top: 25px;}
    .comment_slick .slick-dots{ bottom: 30px;}
    .comment_slick.slick-initialized .slick-slide{ padding: 0 10px;}

    .btn02{ font-size: 13px;}

}


/* ==========================================================================
   mv
   ========================================================================== */
.mv {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 560px;
    overflow: hidden;
    align-content: center;
}
.mv > div{
    width: 50%;
    background: #d7ba41;
    color: #fff;
    padding: 0;
    text-align: left;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    position: relative;
}
.mv .detail {
    margin-right: 10px;
    width: 100%;
    max-width: 490px;
}
.mv .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
}

.mv h1 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: .8em;
    width: 100%;
    text-align: center;
}
.mv .lead{
    order: -1;
    margin-bottom: 35px;
}
.mv p,
.mv .lead{
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: .15em;
}
.mv .lead{
    font-weight: normal;
    width: 100%;
}
ul.type {
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.type li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    color: #d7ba41;
    padding: 17px 5px;
    border-radius: 5px;
    position: relative;
    line-height: 1.4;
    text-align: center;
}
ul.type li:nth-child(1) {
    width: 100%;
}
ul.type li:nth-child(2),
ul.type li:nth-child(3) {
    width: 48%;
    margin-top: 40px;
}
ul.type li:nth-child(2)::before,
ul.type li:nth-child(3)::before {
    content: '+';
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.mv ul.point{
    text-align: left;
    width: 92%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.mv ul.point > li{
    width: calc(100% / 4);
    max-width: 96px;
    margin: 0 3px;
    text-align: center;
}
.mv ul.point .icn{
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv ul.point .icn .fill{ fill: #fff;}
.mv ul.point p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    margin-top: .5em;
    margin-bottom: 0;
}

.mv .photo > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv .icn_notice{
    width: 230px;
    height: 230px;
    justify-content: center;
    border: 2px solid #d7ba41;
    background: rgba(255, 255, 255, .9);
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.mv .icn_notice p{
    color: #d7ba41;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: center;
}
.mv .icn_notice strong{
    font-weight: normal;
    letter-spacing: -0.08em;
}

.mv .icn_notice.class p::before{
    content: "";
    display: block;
    padding: 34px;
    background: url(/school/image/fss/flow_icn_classroom.svg) center/contain no-repeat;
    margin-bottom: 10px;
}

@media screen and (min-width: 1921px) {
    .mv > div:first-of-type::before{ font-size: 5em;}
}
@media screen and (max-width: 999px) {
    .mv{ letter-spacing: 0;}
    .mv > div {
        justify-content: center;
    }
    .mv > div:first-of-type::before{ font-size: 1.8em;}
    .mv p,
    .mv .lead{ font-size: 16px;}
    .mv .title h1{ top: 20%;}
    .mv ul.type li{
        font-size: 16px;
    }
    .mv .detail {
        margin-right: 0;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 700px) {
    .mv h1 {
        font-size: 2em;
    }
}
@media screen and (max-width: 599px) {
    .mv > div {
        width: 100%;
    }
    .mv > div:first-of-type::before{
        top: auto;
        right: auto;
        left: auto;
        bottom: -105px;
        width: 100%;
        text-align: center;
    }
    .mv .in {
        padding: 0;
    }
    ul.type {
        width: 80%;
    }
    ul.type li {
        padding: 10px;
        border-radius: 5px;
    }
    ul.type li:nth-child(2),
    ul.type li:nth-child(3) {
        margin-top: 30px;
    }
    ul.type li:nth-child(2)::before,
    ul.type li:nth-child(3)::before {
        font-size: 20px;
        top: -28px;
    }

    .mv ul.point{ margin: 10px 0 0;}
    .mv ul.point .icn{ height: 30px;}
    .mv ul.point .icn svg{ max-height: 100%;}
    .mv ul.point .online .icn svg{ width: 26px;}
    .mv ul.point p{ font-size: 10px;}

    .mv p{
        font-size: 3.5vw;
        margin-bottom: 0;
        text-align: left;
        letter-spacing: 0;
    }
    .mv h1{
        margin-bottom: 12px;
    }
    .mv .lead{
        color: inherit;
        padding: 0 0 1em;
        font-size: 12px;
        margin-bottom: 0;
        order: 0;
        text-align: center;
    }
    .mv .photo {
        height: 160px;
    }

    .mv .icn_notice {
        width: 140px;
        height: 140px;
    }
    .mv .icn_notice p{ font-size: 14px;}
    .mv .icn_notice.class p::before{ padding: 20px;}
}

/* ==========================================================================
catch
========================================================================== */
.catch{
    padding: 0;
    width: 100%;
}
.catch .heading{ background: #FBF8EB;}
.catch .heading .nottl_lead{
    letter-spacing: 0;
    font-size: 1.25rem;
    text-align: center;
}
.catch .heading .inner > p {
    text-align: center;
}
.catch p {
    font-size: 16px;
    margin-bottom: 30px;
}
.catch p:last-of-type {
    margin-bottom: 0;
}
.catch .ttl {
    font-size: 24px;
    color: #d7ba41;
    text-align: left;
    margin-bottom: 20px;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .catch p {
        font-size: 16px;
        text-align: justify;
    }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .catch .ttl {
        font-size: 18px;
    }
    .catch p {
        font-size: 14px;
        text-align: left;
    }
}

/* ==========================================================================
osusume
========================================================================== */
.osusume li{
    text-align: left;
    padding-top: 3px;
    padding-left: 28px;
    font-size: 18px;
    background: url(/school/image/fss/icn_check.svg) left top 4px/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 999px) {
    .osusume li { font-size: 16px;}
}

@media screen and (min-width: 600px) {
    .osusume ul{ column-count: 2;}
}


/* ==========================================================================
questionnaire
========================================================================== */
.questionnaire{
}
.questionnaire .heading {
    max-height: 400px;
    min-height: 200px;
    overflow: hidden;
}
.questionnaire .heading .bg {
    width: 100%;
    height: 0;
    padding-top: 23.2781839%;/* 605/2599 */
    background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}
.questionnaire .heading .ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    line-height: 1.5;
    transform: translateY(-50%);
}
.questionnaire .heading .ttl::after {
    margin-bottom: 0;
}
.questionnaire .txt-total {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: -3em;
    position: relative;
    line-height: 1;
    padding-right: 10px;
    font-size: 12px;
}
.questionnaire .story{ margin-top: 90px;}
.questionnaire .story .list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
.questionnaire .story .list li{
    clear: both;
    width: 31.5%;
    margin-left: 2%;
    position: relative;
}
.questionnaire .story .list li img {
    width: 100%;
}
.questionnaire .story .list li:nth-child(3n-2){ margin-left: 0;}
.questionnaire .story .list li a{
    display: block;
    color: #000;
}
.questionnaire .story .list li h3{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.questionnaire .story .list li .name {
    text-align: left;
    font-size: 16px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.questionnaire .story .list li .arrow{
    font-size: 16px;
    text-align: left;
    color: #d7ba41;
    background: none;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.questionnaire .story a.link{
    display: block;
    font-size: 16px;
    color: #d7ba41;
    text-align: center;
}
.questionnaire .story .list li .arrow:hover,
.questionnaire .story a.link:hover{ text-decoration: underline;}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .questionnaire .heading .bg {
        padding-top: 200px;
    }
    .questionnaire .txt-total {
        margin-top: -1.5em;
    }
}

@media screen and (max-width: 599px) {
    .questionnaire .story {
        padding: 0px 3%;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .questionnaire .story .list{
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .questionnaire .story .list li{
        width: 48%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .questionnaire .story .list li img{
        width: 100%;
        float: none;
    }
    .questionnaire .story .list li h3{
        margin-left: 0;
        font-size: 13px;
        height: auto;
        line-height: 1.6;
    }
    .questionnaire .story .list li .name{
        float: none;
        margin-left: 0;
        text-align: left;
        padding-bottom: 10px;
        font-size: 13px;
    }
    .questionnaire .story a.link{ font-size: 14px;}

    .questionnaire .story h2::after {
        margin: 10px auto 15px;
    }
    .questionnaire .story .list li .arrow {
        position: static;
        font-size: 13px;
    }
}


/* ==========================================================================
about
========================================================================== */
.about .heading {
    max-height: 400px;
    min-height: 200px;
    overflow: hidden;
}
.about .heading .bg {
    width: 100%;
    height: 0;
    padding-top: 23.2307692%;/*302/1300*/
    background: url(/school/image/finance_strategy/bg_about_head.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}
.about .heading .ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    line-height: 1.5;
    transform: translateY(-50%);
}
.about .heading .ttl::after {
    margin-bottom: 0;
}
.about .lead-wrap {
    display: flex;
    justify-content: flex-end;
    background-color: #1c236d;
    max-height: 600px;
    overflow: hidden;
}
.about .lead-wrap > div {
    width: 50%;
}
.about .lead-wrap .txt {
    max-width: 500px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.about .lead-wrap .lead-main {
    font-size: 21px;
}
.about .lead-wrap .lead-sub {
    font-size: 18px;
    margin-top: 30px;
}

.about .photo-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about .lead-wrap .photo {
    width: 50%;
    height: 0;
    padding-top: 35.3846154%;/* (460/650)/2 */
    position: relative;
}
.about .lead-wrap .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.about .main-txt {
    text-align: justify;
    font-size: 18px;
}
.about .block {
    margin-top: 80px;
    text-align: center;
}
.about .block .ttl {
    color: #333333;
    font-size: 30px;
}
.about .block .ttl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #d7ba41;
    width: 115px;
    margin: 20px auto 55px;
}
.about .block .ttl-sub {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.about .block .media {
    font-size: 20px;
}
.about .block .media:not(:first-child) {
    margin-top: 30px;
}
.about .block .lead {
    font-size: 18px;
    margin-bottom: 30px;
}
.about .block .photo {
    width: 100%;
    height: 0;
    position: relative;
}
.about .block .photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.about .block .photo1 {
    padding-top: 8.5747393%;/* 74/863 */
}
.about .block .photo2 {
    padding-top: 63.4969325%;/* 621/978 */
}
.about .block .photo3 {
    padding-top: 24.625%;/* 197/800 */
}
.about .block .photo4 {
    padding-top: 50%;/* 500/1000 */
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .about .heading .bg {
        padding-top: 200px;
    }
    .about .main-txt {
        font-size: 16px;
    }
    .reason-list {
        margin-top: 50px;
    }
    .about .lead-wrap {
        display: block;
    }
    .about .lead-wrap > div {
        width: 100%;
    }
    .about .lead-wrap .txt {
        max-width: none;
        text-align: center;
        padding: 20px 10px;
    }
    .about .lead-wrap .lead-sub {
        margin-top: 15px;
    }
    .about .photo-wrap {
        flex-wrap: nowrap;
    }
    .about .lead-wrap .photo {
        width: 25%;
        padding-top: 17.6923077%;/* (460/650)/4 */
    }
    .about .block .lead {
        font-size: 16px;
    }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .about .lead-wrap .lead-main {
        font-size: 18px;
    }
    .about .lead-wrap .lead-sub {
        font-size: 14px;
    }
    .about .main-txt {
        font-size: 14px;
    }
    .about .block {
        margin-top: 40px;
    }
    .about .block .ttl {
        font-size: 20px;
    }
    .about .block .ttl::after {
        margin-top: 10px;
        margin-bottom: 35px;
        width: 80px;
    }
    .about .block .media {
        font-size: 18px;
    }
    .about .block .lead {
        font-size: 14px;
        text-align: justify;
    }
}
/* ==========================================================================
training
========================================================================== */
.training {
    background-color: #FBF8EB;
}
.training .box {
    background-color: #eeeeef;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    margin-top: 30px;
    border-top: 1px solid #d7ba41;
    border-bottom: 1px solid #d7ba41;
}
.training .company-list {
    font-size: 16px;
    padding-right: 20px;
}
.training .box .company-list:nth-child(1) {
    width: 30%;
}
.training .box .company-list:nth-child(2) {
    width: 37%;
}
.training .box .company-list:nth-child(3) {
    width: 33%;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .training .lead {
        text-align: justify;
    }
    .training .box {
        display: block;
    }
    .training .company-list {
        padding-right: 0;
        font-size: 14px;
    }
    .training .box .company-list:nth-child(1),
    .training .box .company-list:nth-child(2),
    .training .box .company-list:nth-child(3) {
        width: 100%;
    }
}
/* ==========================================================================
advisory
========================================================================== */
.advisory-list {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.advisory-list .item {
    max-width: 212px;
    margin: 0 15px;
}
.advisory-list .photo {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
}
.advisory-list .photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.advisory-list .name {
    font-size: 20px;
    margin: 5px 0;
}
.advisory-list .post {
    font-size: 14px;
}
.advisory-list .txt {
    font-size: 13px;
    margin-top: 13px;
    text-align: justify;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .advisory .lead {
        text-align: justify;
    }
    .advisory-list {
        display: block;
        margin-top: 30px;
        padding: 0 10px;
    }
    .advisory-list .item {
        max-width: none;
        margin: 0;
    }
    .advisory-list .item:not(:first-child) {
        margin-top: 30px;
    }
    .advisory-list .item .head {
        display: flex;
    }
    .advisory-list .item .head figure {
        width: 40%;
        margin-right: 5%;
    }
}
/* ==========================================================================
tips
========================================================================== */
.tips .heading {
    max-height: 400px;
    min-width: 200px;
    overflow: hidden;
}
.tips .heading .bg {
    width: 100%;
    height: 0;
    padding-top: 23.2602845%;/*605/2601*/
    background: url(/school/image/finance_strategy/bg_tips_head.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.tips .heading .ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.5;
}
.tips .heading .ttl::after {
    margin-bottom: 0;
}
.tips .inner {
    font-size: 18px;
}
.tips .inner .txt {
    text-align: center;
}
.tips .txt-option {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.tips .txt-option .bracket {
    width: 10%;
    max-width: 40px;
    display: flex;
    flex-direction: column;
}
.tips .txt-option .bracket .top,
.tips .txt-option .bracket .bottom {
    position: relative;
}
.tips .txt-option .bracket .top {
    background-image: linear-gradient(-45deg, transparent 49%, #d7ba41 49%, #d7ba41 52%, transparent 52%, transparent);
}
.tips .txt-option .bracket .bottom {
    background-image: linear-gradient(45deg, transparent 49%, #d7ba41 49%, #d7ba41 52%, transparent 52%, transparent);
}
.tips .txt-option li {
    padding-left: 40px;
    position: relative;
}
.tips .txt-option li:before {
    content: "��";
    position: absolute;
    top: 0;
    left: 5px;
    color: #d7ba41;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .tips .heading .bg {
        padding-top: 200px;
    }
    .tips .inner {
        font-size: 16px;
    }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .tips .inner {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .tips .inner .txt {
        text-align: left;
    }
    .tips .txt-option {
        display: block;
    }
    .tips .txt-option .bracket {
        display: none;
    }
}

/* ==========================================================================
method
========================================================================== */
.method-list {
    display: flex;
    justify-content: space-between;
    counter-reset: method;
    margin-top: 30px;
}
.method-list .item {
    width: 313px;
    border: 1px solid #d7ba41;
    position: relative;
    margin-top: 60px;
}
.method-list .item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}
.method-list .item:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    counter-increment: method;
    content: counter(method);
    font-family: 'Josefin Slab', serif;
    background: #fff;
    color: #d7ba41;
    border: 2px solid #d7ba41;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    font-size: 64px;
    box-sizing: border-box;
}
.method-list .item .ttl {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    background-color: #d7ba41;
    line-height: 1.2;
    padding: 30px 5px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.method-list .item .body {
    padding: 135px 20px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 100%;
}
.method-list .item li {
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}
.method-list .item li:before {
    content: "��";
    position: absolute;
    top: 0;
    left: 5px;
    color: #d7ba41;
}
.method-list .item li:not(:first-child) {
    margin-top: 10px;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .method-list {
        display: block;
    }
    .method-list .item {
        width: 100%;
    }
    .method-list .item:before {
        width: 50px;
        height: 50px;
        font-size: 50px;
    }
    .method-list .item:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }
    .method-list .item .ttl {
        font-size: 22px;
        padding: 20px 5px 10px;
    }
    .method-list .item .body {
        padding-top: 100px;
        font-size: 14px;
    }
}

/* ==========================================================================
curriculum
========================================================================== */
.curriculum .inner {
    padding-left: 0;
    padding-right: 0;
}
.curriculum .summary-box {
    border-top: 1px solid #d7ba41;
    background-color: #fff;
    font-size: 16px;
    padding: 20px;
    margin: 20px 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.curriculum .summary-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0;
}
.curriculum .summary-box dl dt,
.curriculum .summary-box dl dd {
    display: flex;
    align-items: flex-end;
}
.curriculum .summary-box dl dt {
    width: 5em;
}
.curriculum .summary-box .num {
    font-family: 'Josefin Slab', serif;
    font-size: 35px;
    color: #d7ba41;
    line-height: 1;
    display: inline-block;
    padding: 0 5px;
}
.curriculum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.curriculum-list .item {
    max-width: 460px;
    width: 48%;
    background-color: #efefef;
    border-bottom: 1px solid #d7ba41;
    position: relative;
    margin-bottom: 60px;
}
.curriculum-list .item > .ttl {
    color: #d7ba41;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    width: 100%;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
}
.bg-beige .curriculum-list .item > .ttl{ background-color: #f3f3f2;}
.bg-school .curriculum-list .item > .ttl{ background-color: #FBF8EB;}
.curriculum-list .item > .ttl .study {
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    font-weight: normal;
}
.curriculum-list .item > .ttl .num {
    font-family: 'Josefin Slab', serif;
    font-size: 50px;
    display: inline-block;
    padding: 0 10px 0 3px;
    vertical-align: bottom;
    line-height: 1;
    position: relative;
    top: 13px;
    font-weight: normal;
}
.curriculum-list .item > .ttl .main {
    padding-bottom: 3px;
    line-height: 1.2;
}
.curriculum-list .box {
    background-color: #efefef;
    font-size: 14px;
    border-top: 1px solid #d7ba41;
    padding: 20px;
}
.curriculum-list .box > p {
    margin-bottom: 1em;
}
.curriculum-list .box ul + p {
    margin-top: 1.5em;
}
.curriculum-list .box ul li > p {
    margin-left: 2em;
}
.curriculum-list .box dl {
    display: flex;
    margin-top: 0;
}
.curriculum-list .box dl:not(:first-child) {
    margin-top: 10px;
}
.curriculum-list .box dl dt {
    font-weight: bold;
    width: 90px;
}
.curriculum-list .box dl dd {
    width: calc( 100% - 90px );
}
.curriculum .sample-document h4.line {
    position: relative;
    color: #d7ba41;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
.curriculum .sample-document h4.line::before,
.curriculum .sample-document h4.line::after {
    max-width: 300px;
    content: "";
    width: 30%;
    border-top: 1px solid #d7ba41;
    position: absolute;
    top: 50%;
}
.curriculum .sample-document h4.line::before{ left: 0;}
.curriculum .sample-document h4.line::after{ right: 0;}
.curriculum .sample-document h4.line,
.curriculum .sample-document .lead{
    margin-bottom: 30px;
}

.list_sample{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 90%;
    margin: 0 auto;
}
.list_sample li{ width: 48%;}
.list_sample h3{
    text-align: left;
    border-bottom: 1px solid;
    color: #d7ba41;
}
.list_sample h3 .icn{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.list_sample h3 .txt{
    display: inline-block;
    vertical-align: middle;
}
.list_sample .img_sample{
    max-height: 200px;
    display: block;
    margin: 25px auto;
    border: 1px solid #ccc;
}
.list_sample h3 .icn{ line-height: 1;}

/* �ڂ����m�肽���� */
.link_school{
    text-align: center;
    padding: 30px 10px;
    background: rgba(0,0,0,.15);
}
.link_school .btn01 a{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.link_school.kyouyou{ background: rgba(126,103,141,.15);}
.link_school.kyouyou .btn01 a{ color: #7e678d;}
.link_school.kyouyou .btn01 .arw .stroke{ stroke: #7e678d;}

.link_school.retire{ background: rgba(225,111,78,.15);}
.link_school.retire .btn01 a{ color: #e16f4e;}
.link_school.retire .btn01 .arw .stroke{ stroke: #e16f4e;}


/* �X�}�z */
@media screen and (max-width: 599px) {
    .curriculum-list {
        display: block;
    }
    .curriculum-list .item {
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .curriculum-list .box dl dt {
        width: 70px;
    }
    .curriculum-list .box dl dd {
        width: calc( 100% - 70px );
    }

    .curriculum .sample-document h4.line,
    .curriculum .sample-document .lead {
        margin-bottom: 20px;
    }
    .curriculum .sample-document h4.line {
        font-size: 20px;
    }
    .curriculum .sample-document h4.line::before,
    .curriculum .sample-document h4.line::after {
        width: 22%;
    }
    .list_sample li{ width: 100%;}
    .list_sample li + li{ margin-top: 30px;}
}



/* ==========================================================================
   application
========================================================================== */
.application .lead {
    font-size: 16px;
}
.application .head-wrap {
    width: 80%;
    margin: 25px auto 0;
}
.application .lead-note {
    border: 1px solid #d7ba41;
    color: #d7ba41;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.application .explanation-wrap {
    margin-top: 35px;
}
.application .explanation-wrap .box {
    color: #d7ba41;
    border: 1px solid #d7ba41;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 20px 5px;
}
.application .explanation-wrap .box strong {
    display: block;
    font-weight: normal;
    font-size: 20px;
}
.application .explanation-wrap .col-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.application .explanation-wrap .col-wrap .box {
    width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application .explanation-wrap .col-wrap .box::before {
    content: '+';
    color: #d7ba41;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    line-height: 1;
}
.application .txt-choice {
    text-align: center;
    font-size: 16px;
    color: #d7ba41;
    margin: 45px 0 35px;
}
.application .course-list {
    display: flex;
    margin-bottom: 30px;
}
.application .course-list > .item {
    width: 33%;
}
.application .course-list > .item .in {
    background-color: #F8F8F8;
}
.application .course-list > .item:not(:first-child) {
    margin-left: 0.5%;
}
.application .course-list .ttl {
    color: #ffffff;
    font-size: 20px;
    background-color: #d7ba41;
    padding: 23px 0;
}
.application .course-list .info-wrap {
    padding: 20px 15px;
    border: 1px solid #CCCCCC;
}
.application .course-list .info-wrap .main {
    font-size: 16px;
    font-weight: bold;
}
.application .course-list .info-wrap .txt {
    font-size: 16px;
    margin-top: 15px;
}
.application .course-list table {
    width: 100%;
}
.application .course-list table tr:nth-child(odd) th,
.application .course-list table tr:nth-child(odd) td {
    background-color: #fff;
}
.application .course-list table th,
.application .course-list table td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.application .course-list table th {
    font-weight: normal;
    text-align: center;
    color: #d7ba41;
    padding: 20px 5px;
    width: 30%;
}
.application .course-list table td {
    border-right: 1px solid #ccc;
    padding: 20px 10px;
}
.application .course-list table .row-total th,
.application .course-list table .row-total td {
    border-left: 2px solid #d7ba41;
    border-bottom: 2px solid #d7ba41;
    border-top: 2px solid #d7ba41;
}
.application .course-list table .row-total td {
    border-right: 2px solid #d7ba41;
}
.application .course-list table .detail-list .item {
    position: relative;
    padding-left: 1em;
}
.application .course-list table .detail-list .item::before {
    content: '�E';
    position: absolute;
    top: 0;
    left: 0;
}
.application .course-list table .link-schedule {
    display: block;
    border: 1px solid #d7ba41;
    text-align: center;
    color: #d7ba41;
    border-radius: 1em;
    margin-top: 10px;
    position: relative;
}
.application .course-list table .link-schedule::after {
    content: '>';
    color: #d7ba41;
    position: absolute;
    top: 5px;
    right: 8px;
    line-height: 1;
    transform: scale(0.9, 1.5);
    font-size: 14px;
}
.application .course-list .link-txt {
    padding-left: 1em;
}
.application .course-list .link-txt a {
    color: #333333;
    text-decoration: underline;
}


.application h4.line {
    position: relative;
    color: #d7ba41;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.application h4.line::before,
.application h4.line::after {
    max-width: 300px;
    content: "";
    width: 30%;
    border-top: 1px solid #d7ba41;
    position: absolute;
    top: 50%;
}
.application h4.line::before{ left: 0;}
.application h4.line::after{ right: 0;}


.application .form-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.application .form-list dt,
.application .form-list dd {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.application .form-list dt {
    background-color: #F8F8F8;
    width: 155px;
    color: #d7ba41;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.application .form-list dd {
    background-color: #fff;
    width: calc( 100% - 155px );
    border-right: 1px solid #ccc;
    padding: 30px 50px;
}
.application .form-list dt:first-of-type,
.application .form-list dd:first-of-type {
    border-top: 1px solid #ccc;
}
.application .form-list dt .required {
    background-color: #c6272d;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
}
.application .form-list .check-list .item:not(:first-child) {
    margin-top: 10px;
}
.application .form-list .check-list input {
    opacity: 0;
    appearance: none;
    position: absolute;
}
.application .form-list .check-list .txt {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.application .form-list .check-list .txt::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #707070;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}
.application .form-list .check-list input:checked + .txt::after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #d7ba41;
    position: absolute;
    left: 3px;
    top: 6px;
}
.application .form-list .price {
    font-weight: bold;
    color: #d7ba41;
}
.application .form-list .price-txt {
    color: #d7ba41;
}
.application .form-list .payment img {
    width: 40%;
    min-width: 200px;
}
.application .btn02 {
    display: block;
    width: 100%;
    max-width: 468px;
    margin: 10px auto 0;
    color: #fff;
    padding: 18px 22px 18px 5px;
    font-size: 18px;
    background-size: 17px;
}
.application .btn_wrap {
    position: relative;
    max-width: 468px;
    margin: 10px auto 0;
}
.application .btn_wrap .btn02 {
    margin: 0;
}
.application .btn_wrap .btn_chk_dummy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.application .btn_wrap .btn_chk_dummy.hide {
    display: none;
}
.is-disable {
    pointer-events: none;
    opacity: 0.4;
}
.application .btn02,
.application .note-txt {
    text-align: center;
}
.application .link-to-course {
    display: none;
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 599px) {
    .application .lead {
        font-size: 14px;
        text-align: left;
    }
    .application .head-wrap {
        width: 100%;
    }
    .application .lead-note {
        font-size: 14px;
        text-align: left;
    }
    .application .explanation-wrap {
        font-size: 30px;
    }
    .application .explanation-wrap .box {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .application .explanation-wrap .box strong {
        font-size: 16px;
    }
    .application .explanation-wrap .col-wrap {
        margin-top: 40px;
    }
    .application .explanation-wrap .col-wrap .box::before {
        font-size: 30px;
        top: -40px;
    }
    .application .txt-choice {
        font-size: 14px;
        margin: 25px 0;
    }
    .application .link-to-course {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .application .link-to-course a {
        background-color: #d7ba41;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32.5%;
        padding: 17px 0;
        text-align: center;
    }
    .application .course-list {
        flex-direction: column;
    }
    .application .course-list > .item {
        width: 100%;
    }
    .application .course-list > .item:not(:first-child) {
        margin-top: 35px;
    }
    .application .course-list .photo img {
        width: 100%;
    }
    .application .course-list .info-wrap .main,
    .application .course-list .info-wrap .txt {
        font-size: 14px;
    }
    .application .course-list table th,
    .application .course-list table td {
        font-size: 14px;
    }
    .application h4.line::before,
    .application h4.line::after {
        max-width: 80px;
    }
    .application .form-list {
        flex-direction: column;
    }
    .application .form-list dt,
    .application .form-list dd {
        width: 100%;
        font-size: 14px;
        padding: 20px 15px;
    }
    .application .form-list dt {
        justify-content: flex-start;
        flex-direction: row;
        border-right: 1px solid #ccc;
    }
    .application .form-list dt .required {
        margin-left: 15px;
    }
    .application .form-list dd:first-of-type {
        border-top: none;
    }
    .application .form-list .check-list .item:not(:first-child) {
        margin-top: 15px;
    }
    .application .btn02 {
        width: 100%;
        font-size: 16px;
    }
}

.wrap_form{
    max-width: 760px;
    margin: 0 auto;
}
.tbl_app{
    width: 100%;
    border-top: 1px solid #d7ba41;
    border-left: 1px solid #d7ba41;
    margin-bottom: 30px;
}
.tbl_app th,
.tbl_app td{
    border-right: 1px solid #d7ba41;
    border-bottom: 1px solid #d7ba41;
    padding: 20px;
}
.tbl_app th{
    background: #F2E9C5;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    padding: 20px 10px;
}
.tbl_app td{ background: #fff;}

.list_checkbox li{
    background: #F2E9C5;
    padding: 15px;
    border-radius: 5px;
}
.list_checkbox li.checked{
    background: #d7ba41;
    color: #fff;
}
.list_checkbox li + li{ margin-top: 15px;}
.list_checkbox input{ display: none;}
.list_checkbox label{
    display: inline-block;
    padding-left: 45px;
    position: relative;
}
.list_checkbox label::before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d7ba41;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list_checkbox input:checked + label::after{
    content: "";
    width: 18px;
    height: 8px;
    border-left: 2px solid #d7ba41;
    border-bottom: 2px solid #d7ba41;
    transform: rotate(-45deg);
    position: absolute;
    left: 1px;
    top: -5px;
    bottom: 0;
    margin: auto;
}

.tbl_subtotal{
    margin: 0 0 35px auto;
    width: 80%;
    max-width: 380px;
    border-top: 2px solid #d7ba41;
    border-left: 2px solid #d7ba41;
}
.tbl_subtotal th,
.tbl_subtotal td{
    border-right: 2px solid #d7ba41;
    border-bottom: 2px solid #d7ba41;
    padding: 20px 25px;
}
.tbl_subtotal th{
    background: #F2E9C5;
    font-weight: normal;
    text-align: center;
}
.tbl_subtotal td{
    background: #fff;
    text-align: right;
}
.tbl_subtotal td .price{
    font-size: 1.2em;
}

@media screen and (max-width: 599px) {
    .list_checkbox label{ padding-left: 35px;}
}

/* ----------------
    tab
---------------- */
.js-toggle-content {
    display: none;
}
.js-toggle-content.is-visible {
    display: block;
}
.js-tab-content {
    display: none;
}
.js-tab-content.is-visible {
    display: block;
}
.tab-content {
    background-color: #fff;
    display: none;
    border-top: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #D7BA41;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 60px 50px;
}
@media screen and (max-width: 599px) {
    .tab-content {
        padding: 40px 15px;
    }
}
.special-tab {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.special-tab.top {
    margin-top: 60px;
    align-items: flex-end;
}
.special-tab.bottom {
    align-items: flex-start;
}
.special-tab > li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.3;
    width: 32%;
    padding: .6em .3em;
    box-sizing: border-box;
    text-align: center;
    background: #E0E0E0;
    border: 1px solid #d7ba41;
    border-bottom: 0;
}
.special-tab.top >li {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    top: -2px;
}
.special-tab.bottom >li {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.special-tab > li.is-active {
    color: #fff;
    background: #d7ba41;
    padding: 1em .3em;
    cursor: default;
}
.special-tab.top > li.is-active {
    border-bottom-width: 0;
    top: 0;
}
.special-tab.bottom > li.is-active {
    border-top-width: 0;
    margin-top: -2px;
}
@media screen and (max-width: 999px) {
    .special-tab {
        width: 100%;
        justify-content: space-between;
    }
}
@media screen and (max-width: 599px) {
    .special-tab.top {
        margin-top: 20px;
    }
    .special-tab > li {
        width: 32.5%;
        min-height: 5em;
        font-size: 15px;
        padding: 1em 0.3em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .special-tab.bottom {
        display: none;
    }
}
.js-toggle-content {
    display: none;
}

/* .table01 */
.table01{
    width: 100%;
    border-top: 1px solid #D7BA41;
    border-left: 1px solid #D7BA41;
}
.table01 th,
.table01 td{
    border-right: 1px solid #D7BA41;
    border-bottom: 1px solid #D7BA41;
    padding: 18px;
}
.table01 th{
    background: #F2E9C5;
    vertical-align: middle;
    min-width: 30%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}
.table01 td{ background-color: #fff;}
  
@media screen and (min-width: 600px) {
    .table01 th{ width: 30%;}
}
@media screen and (max-width: 599px) {
    .table01 th,
    .table01 td{
        display: block;
    }
}

.list_target{
    border-top: 1px dashed #D7BA41;
    border-bottom: 1px dashed #D7BA41;
    background: #faf8ee;
    padding: 10px;
    margin: 1.5rem auto;
}
.list_target .ttl{
    text-align: center;
    color: #d7ba41;
    font-size: 1.3rem;
}
.list_target .txt {
    text-align: center;
}
@media screen and (max-width: 599px) {
    .list_target .txt{ text-align: left;}
}

/* ==========================================================================
application-method
========================================================================== */
.application-method ul li{ border-left-color: #d7ba41;}
.application-method ul li .phone,
.application-method ul li .phone a{ color: #d7ba41;}
.application-method ul li .btn_mail a{ background-color: #d7ba41;}

@media screen and (max-width: 599px) {
    .application-method ul li .btn_mail a{ background-color: #d7ba41;}
}


/* ==========================================================================
taiken
========================================================================== */
.taiken .inner{ padding-bottom: 0;}
.taiken ul.course{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.taiken ul.course li{
    width: 30%;
    border: 1px solid #d7ba41;
    text-align: center;
    font-size: 15px;
}
.taiken ul.course li h3{
    font-size: 20px;
    line-height: 1.5;
    color: #d7ba41;
    padding: 20px;
    border-bottom: 1px solid #d7ba41;
    margin-bottom: 20px;
    min-height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.taiken ul.course li h3 .baloon{
    position: absolute;
    right: -30px;
    width: 180px;
    top: -70px;
}
.taiken ul.course li .point{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}
.taiken ul.course li .point > p{
    width: 113px;
    height: 113px;
    border: 1px solid #d7ba41;
    border-radius: 100%;
    color: #d7ba41;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    font-size: 28px;
    line-height: 1.2;
    margin: 20px 15px 0;
}
.taiken ul.course li .point > p span{
    display: block;
    width: 100%;
}
.taiken ul.course li .point > p .txt_s{ font-size: .8em;}
.taiken ul.course li .point > p .txt_s del{ font-size: .8em;}
.taiken ul.course li .btn02{
    margin: 0 8.5% 35px;
    width: 83%;
    padding: 0;
}
.taiken ul.course li .btn02 > a{
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 14px;
}
.taiken .course li .txt{ padding: 0 1em;}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    .taiken ul.course li h3 .baloon{ width: 120px;}
}
/* �X�}�z */
@media screen and (max-width: 599px) {
    .taiken .lead {
        text-align: justify;
    }
    .taiken ul.course{ margin-top: 40px;}
    .taiken ul.course li{
        width: 100%;
        margin-bottom: 25px;
    }
    .taiken ul.course li h3 {
        font-size: 16px;
        padding: 12px;
        min-height: initial;
    }
    .taiken ul.course li .point{ margin: 10px 0 20px;}
    .taiken ul.course li .point > p{
        width: 68px;
        height: 68px;
        margin: 0 5px;
        font-size: 20px;
    }
    .taiken ul.course li h3 .baloon {
        right: -5px;
        top: -28px;
    }
}

/* ==========================================================================
fixed-btn
========================================================================== */
.fixed-btn {
    position: fixed;
    z-index: 10;
    bottom: 100px;
    right: 10px;
    display: none;
}
.fixed-btn.is-show {
    display: block;
}
.fixed-btn a {
    display: block;
    background: #c6272d;
    box-shadow: 0 1.5px 0 #782332;
    color: #ffffff;
    position: relative;
    min-width: 220px;
    padding: 8px 15px 8px 0;
    text-align: center;
    border-radius: 2.8px;
    letter-spacing: 1px;
    font-size: 16px;
    background: #c6272d url(/images/common/arrow02.svg) 94% center/12px no-repeat;
}
.fixed-btn a:hover {
    text-decoration: none;
}
.fixed-btn .baloon {
    display: block;
    padding: 2px 7px;
    position: absolute;
    left: 0;
    top: -57%;
    background-color: #fff;
    color: #c6272d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c6272d;
    letter-spacing: normal;
}
.fixed-btn .baloon::after {
    content: "";
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

.voice .width48{
    background: #fff;
    border: 1px solid #fff;
}
.voice .width48 p{ text-align: left;}
.voice .width48 .img{
    position: relative;
    min-height: 100px;
}
.voice .width48 .img::before{
    content: "";
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding-right: 100px;
    background-image: url(/school/image/icn_students.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 599px) {
    .fixed-btn {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 15px;
        background-color: rgba( 255,255,255, 0.75);
    }
    .fixed-btn .baloon {
        display: none;
    }
    .fixed-btn a {
        width: calc(100% - 80px);
        font-size: 16px;
        background-size: 16px;
    }
}


.start-online-school-box {
    border: 1px solid #d7ba41;
	background: #fff;
    margin-top: 40px;
    padding: 30px;
}
.start-online-school-box-ttl {
    text-align: center;
    font-size: 22px;
    color: #d7ba41;
}
.start-online-school-box-txt {
    margin: 15px 0;
}
a.start-online-school-box-btn-link {
    display: block;
    color: #d7ba41;
    text-align: center;
    border: 1px solid #d7ba41;
    font-size: 18px;
    padding: 5px 15px;
	border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .start-online-school-box {
        padding: 20px 15px;
        margin-top: 30px;
    }
    .start-online-school-box-ttl {
        font-size: 16px;
		line-height: 1.8;
    }
    a.start-online-school-box-btn-link {
        font-size: 14px;
    }
}


/* ==========================================================================
.jukostyle
========================================================================== */
.jukostyle .box_detail{
    border-top-color: #d7ba41;
    border-bottom-color: #d7ba41;
}
.jukostyle .box_detail h3{ color: #d7ba41;}

.jukostyle .list_live li{ border-color: #d7ba41;}
.jukostyle .list_live h4{ color: #d7ba41;}


/* �u�t�Љ� */
.teacher li img{
    width: 200px;
}
.teacher li .position{
    font-size: 1.2em;
}

@media screen and (min-width: 600px) {
    .teacher li img{
        float: left;
        margin-right: 10px;
    }
    .teacher li h3,
    .teacher li p{
        margin-bottom: 30px;
        text-align: left;
    }
    .teacher li .text{
        clear: both;
        padding-top: 1em;
    }
}

@media screen and (max-width: 599px) {
    .teacher li{ text-align: center;}
    .teacher li img{ margin: 0 auto 30px;}
    .teacher li h3,
    .teacher li p{
        margin-bottom: 10px;
    }
    .teacher li .text{ text-align: left;}
}


/* �����Љ� */
.books{
    background: rgb(215 186 65 / 15%);
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
    font-size: .95em;
}
.books dl{
    clear: both;
    width: 100%;
}
.books .book_img{
    float: left;
    width: 20%;
    margin-right: 15px;
}
.books dt{
    font-size: 15px;
    margin-bottom: 10px;
}
.books .author{ margin-bottom: 25px;}
.books .date{ line-height: 1.3;}

@media screen and (max-width: 599px) {
    .books{
        padding: 10px 10px;
    }
    .books .book_img{
        width: auto;
        max-width: 150px;
    }
}
/*close�{�^��*/
.close_btn {
    text-align: center;
    background: #cccccc url(/images/common/arrow02.svg) 97% center/21px no-repeat;
    width: 100%;
    max-width: 420px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 18px;
    margin: 0 auto 20px;
    display: block;
    position: relative;
    box-shadow: 0 3px 0 rgb(0 0 0 / 25%);
}
@media screen and (max-width: 599px) {
    .close_btn {
        font-size: 16px;
    }
}

.gentei{
  background:#FFFFFF;
  border-bottom: #E16F4D 1px solid;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.gentei .gentei_ttl{
  width: 100%;
  background:#E16F4D;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 24px;
}
p.ttl_orange{
  text-align: center;
  color: #E16F4D;
  font-size: 18px;
  margin:20px auto;
}
.gentei dl{
  display: block;
    margin: 20px auto 30px;
    max-width: 600px;
    height: auto;
    overflow: hidden;
}
.gentei dl dt{
  position: relative;
  float: left;
  margin-top: 10px;
font-size: 20px;
}
.gentei dl dt::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: -28px;
    margin: auto;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 12px solid #555;
}
.gentei dl dd{
  float: right;
  color: #E16F4D;
  font-size: 26px;
}
.gentei dl dd span.offprice{
  background: #E16F4D;
  color: #FFFFFF;
  font-size: 16px;
  padding: 4px 8px;
  margin-right: 10px;
}
.gentei dl dd span.taxincrude{
  font-size: 16px;
}
.gentei dl dd small{
  font-size:16px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  p.ttl_orange {
    margin: 15px auto 0;
    line-height: 1.6;
    font-size: 16px;
}
.gentei .gentei_ttl {
  height: 35px;
    line-height: 35px;
    font-size: 20px;
}
  .gentei dl{
    max-width: 90%;
margin: 10px auto 25px;
  }
  .gentei dl dt{
    float:none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
  }
  .gentei dl dt::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    border: 10px solid transparent;
    border-top: 13px solid #555;
  }
  .gentei dl dd {
    width: fit-content;
    text-align: left;
    float: none;
    margin: 15px auto 0;
    line-height: 1.4;
    font-size: 23px;
}
  .gentei dl dd span.offprice {
    width: fit-content;
    font-size: 12px;
}
.gentei dl dd span.taxincrude{
  font-size: 14px;
}
.gentei dl dd small {
    font-size: 14px;
    color: #000000;
    display: block;
    text-align: right;
}
}

/* ==========================================================================
student_voice
========================================================================== */
.student_voice .heading {
    max-height: 400px;
    min-height: 200px;
    overflow: hidden;
}
.student_voice .heading .bg {
    width: 100%;
    height: 0;
    padding-top: 23.2781839%;/* 605/2599 */
    background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}
.student_voice .heading .ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    line-height: 1.5;
    transform: translateY(-50%);
}
.student_voice .heading .ttl::after {
    margin-bottom: 0;
}
.student_voice .txt-total {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: -3em;
    position: relative;
    line-height: 1;
    padding-right: 10px;
    font-size: 12px;
}
.student_voice .list {
    margin-bottom: 75px;
}
.student_voice .list .list_box {
    padding: 0 20px;
}
.student_voice .list .list_box .img {
    padding: 15px;
    border: 1px solid #1c2569;
    text-align: center;
}
.student_voice .list .list_box img {
    display: inline-block;
    max-width: 136px;
}
.student_voice .list .list_box .txt {
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.6;
}
.student_voice .list .list_box .txt + .txt {
    margin-top: 0.6em;
}
.student_voice .list .list_box .label {
    display: block;
    margin-bottom: 1em;
    padding: 0.4em 1em;
    border-radius: 9999px;
    background: #d7ba41;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.voice_slick .slick-prev {
    left: -15px;
}
.voice_slick .slick-next {
    right: -15px;
}
.voice_slick .slick-prev::before,
.voice_slick .slick-next::before {
    content: "";
    color: #707070;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    padding: 8px;
    display: block;
}
.voice_slick .slick-prev::before {
    transform: rotate(45deg);
}
.voice_slick .slick-next::before {
    transform: rotate(225deg);
}
@media screen and (max-width: 999px) {
    .student_voice .heading .bg {
        padding-top: 200px;
    }
    .student_voice .txt-total {
        margin-top: -1.5em;
    }
    .student_voice .list .list_box .label {
        font-size: 13px;
        width: fit-content;
    }
}
@media screen and (max-width: 599px) {
    .student_voice {
        padding: 0px 3%;
        box-sizing: border-box;
    }
    .student_voice .list {
        margin-bottom: 50px;
        justify-content: space-between;
    }
    .student_voice .story .list .list_box {
        margin-bottom: 15px;
        margin-left: 0;
    }
    .student_voice .list .list_box .txt {
        font-size: 14px;
    }
    .student_voice .list .list_box img {
        width: 100%;
        float: none;
    }
    .student_voice h2::after {
        margin: 10px auto 15px;
    }
}
