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

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{ counter-reset: process 0;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #00afec;}
.txt_purple { color: #88318d;}
.txt_green { color: #03af7a;}

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

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

img{ max-width: 100%;}
@media screen and (min-width: 600px) {
    .img_max50_pc { max-width: 50%;}
}

section h2{
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    position: relative;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #03af7a;
    width: 115px;
    margin: 20px auto 85px;
}
section h3{
    text-align: center;
    font-size: 23px;
}

section h3.check::before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    margin-right: .8em;
}

section h3.bg{
    background: #03af7a;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 40px;
    position: relative;
    padding: 10px 0;
}
.plus h3.bg{ background: #EA5621;}

.ttl_arw {
    text-align: center;
    font-size: 18px;
    color: #00b078;
}
.ttl_arw::after {
    content: '';
    padding: 10px;
    margin-top: 10px;
    background-image: url(/school/image/casebox/arw_clr_mf.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}


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

.lead{ font-size: 20px;}

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

.text_l{ font-size: 18px;}
.text_bold{ font-weight: bold;}

img.per{ width: 86px;}
img.per02{ width: 133px;}
img.plus{ width: 112px;}
img.per,
img.per02,
img.plus{
    vertical-align: baseline;
    padding: 0 5px;
}

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

.list02 li{
    text-indent: -1em;
    padding-left: 1em;
}
.list02 li::before{
    content: "\025cf";
}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}
section .inner .lead{
    font-size: 18px;
    text-align: center;
    margin-bottom: 65px;
}

.btn01{ text-align: center;}
.btn01 a{
    background: #1c236d 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;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}
.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;
    width: 90%;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
.btn02::before{
/*    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;*/
    content: "";
    padding: 9px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.txt_link {
    display: block;
    color: #00b078;
    text-align: center;
    font-size: 16px;
    text-decoration: underline !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.plus .txt_link { color: #EA5621;}

#mv{
    text-align: center;
    letter-spacing: .25em;
/*    position: relative;*/
}
#mv .img{
    text-align: right;
    background: #f3f3f2;
}
#mv .img img{ max-width: 900px;}
#mv .title{
    margin-top: -100px;
    padding-bottom: 70px;
}
#mv .title h1{
    width: 90%;
    max-width: 900px;
    margin: 0 auto 55px;
/*    background: #00afec;
    color: #fff;
    padding: 35px;
    height: 5em;
    mix-blend-mode: multiply;*/
    position: relative;
    font-size: 40px;
    font-weight: normal;
}
#mv .title h1 .bg{
    display: block;
    background: #03af7a;
    width: 100%;
    height: 5em;
    mix-blend-mode: multiply;
}
#mv .title h1 .number{
    font-family: 'Josefin Slab', serif;
    position: absolute;
    color: #01afec;
    font-size: .7em;
    top: -45px;
    left: 0;
    letter-spacing: 0;
}
#mv .title h1 .text{
    position: absolute;
    top: 35px;
/*    top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

.kabe{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kabe li{
    width: 32%;
    position: relative;
    background: #f3f3f2;
    padding: 55px 25px 30px;
    margin-top: 25px;
}
.kabe li .title{
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -3.5em;
    left: 0;
    right: 0;
}
.kabe li .title .number{
    font-family: 'Josefin Slab', serif;
    color: #03af7a;
    font-size: 73px;
    vertical-align: middle;
    padding: 0 10px;
}
.kabe li h3{
    font-size: 21px;
    color: #03af7a;
    font-weight: normal;
}
.kabe li h3::after{
    content: "";
    width: 100%;
    height: 148px;
    display: block;
/*    margin: 18px auto 28px;*/
}
.kabe li:first-child h3::after{ background: url(/school/image/casebox/entrepreneur/kabe01.svg) center center/126px no-repeat;}
.kabe li:nth-child(3) h3::after{ background: url(/school/image/casebox/entrepreneur/kabe03.svg) center center/126px no-repeat;}
.kabe li:nth-child(2) h3{
    margin-bottom: 148px;
    position: relative;
}
.kabe li:nth-child(2) h3::after{
    background: url(/school/image/casebox/entrepreneur/kabe02.svg) center center/100% no-repeat;
    position: absolute;
    left: -53px;
    width: calc(100% + 106px);
}

.kabe li .voice{
    background: #fff;
    position: relative;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: 9em;
    display: inline-flex;
    align-items: center;
}
.kabe li .voice::before,
.kabe li .voice::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #03af7a;
    border-left: 2px solid #03af7a;
}
.kabe li .voice::before{
    top: 0;
    left: 0;
}
.kabe li .voice::after{
    bottom: 0px;
    right: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.data li{
    width: 32%;
    padding: 35px 15px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.data li .line{
    border-bottom: 2px solid #03af7a;
}
.data li::after{
    content: "";
    width: 100%;
    height: 155px;
    display: block;
}
.data li:first-child::after{
    background: url(/school/image/casebox/entrepreneur/data01.svg) center bottom/266px no-repeat;
    margin: 20px auto 0;
}
.data li:nth-child(2)::after{
    background: url(/school/image/casebox/entrepreneur/data02.svg) center center/147px no-repeat;
/*    margin: 3px auto;*/
}
.data li:nth-child(3)::after{ background: url(/school/image/casebox/entrepreneur/data03.svg) center center/134px no-repeat;}

dl.ex{
    background: #f3f3f2;
    padding-top: 45px;
}
dl.ex dt{
    color: #03af7a;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    border-top: 2px solid #03af7a;
    border-bottom: 2px solid #03af7a;
    margin: 0 0 40px;
    position: relative;
    padding: 10px 0;
}
dl.ex dt .type{
/*    color: #000;*/
    font-size: 20px;
    line-height: 1.3;
    height: 6em;
    padding: 25px 12px 5px;
    background: #fff;
    border: 2px solid #03af7a;
    border-radius: 100%;
    position: absolute;
    right: 5%;
    top: -40px;
}
dl.ex dt .type .txt{ color: #000;}

dl.ex dd{
    font-size: 14px;
    margin: 0 50px;
    padding-bottom: 25px;
}
dl.ex dd .case{
    background: #fff url(/school/image/casebox/entrepreneur/case01.svg) 95% 30px/30% no-repeat;
    margin-top: 55px;
    padding: 20px 0 40px 50px;
}
dl.ex dd .caution{ font-size: 11px;}
dl.ex dd .matome{ background: #fff;}
dl.ex dd .question{
    background: #fff;
    padding: 30px;
    margin: 35px 0 10px;
}
dl.ex dd .question .title{ margin-bottom: 10px;}
dl.ex dd .question .text{
    font-size: 14px;
    text-indent: 1em;
    line-height: 2;
}
dl.ex dd .question .text .marker{
    background: #03af7a;
    color: #fff;
    padding: 4px 4px 4px 0;
    margin-left: 5px;
    margin-right: 5px;
}

dl.ex dd .keihi{
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
dl.ex dd .keihi > div{
    width: 49%;
    padding: 40px 60px;
    background: #fff;
}
dl.ex dd .keihi > div h3{ margin-bottom: 20px;}
dl.ex dd .keihi > div:first-child h3::before{
    content: url(/school/image/casebox/entrepreneur/icn_ok.svg);
    width: 93px;
    display: block;
    margin: 0 auto 10px;
}
dl.ex dd .keihi > div:last-child h3::before{
    content: url(/school/image/casebox/entrepreneur/icn_ng.svg);
    width: 96px;
    display: block;
    margin: 0 auto 10px;
}
dl.ex dd .keihi > div ul li{
    font-size: 15px;
    list-style: disc outside;
    margin-left: 20px;
}

dl.ex dd .case h3{
    font-family: 'Josefin Slab', serif;
    font-size: 40px;
    text-align: left;
    color: #03af7a;
}

dl.ex dd .case p{
    font-size: 14px;
    width: 60%;
    line-height: 1.6;
}

.bq{
    background: #f3f3f2;
    position: relative;
    padding: 35px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bq::before{
    content: "";
    width: 100%;
    height: 21px;
    background: url(/school/image/casebox/bq_border_top.png);
    position: absolute;
    top: 0;
    left: 0;
}
.bq::after{
    content: "";
    width: 100%;
    height: 21px;
    background: url(/school/image/casebox/bq_border_bottom.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.bq > cite{
    width: 23%;
    border-right: 1px solid;
    font-size: 22px;
    align-items: center;
    display: inline-flex;
}
.bq > blockquote{
    width: 75%;
    border-right: 1px solid;
    padding-right: 30px;
}

.title_school{
    font-size: 20px;
    text-align: center;
    color: #03af7a;
    margin-bottom: 20px;
}
.title_school.arrow{
    margin-top: 70px;
    position: relative;
    background: none;
}
.title_school.arrow::before{
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #03af7a;
    position: absolute;
    top: -35px;
    left: 49%;
    display: block;
    background: #fff;
}
.bg-beige .title_school.arrow::before{ background: #f3f3f2;}
ul.learning{
    background: #fff;
    padding: 40px;
}
ul.learning li {
    text-align: left;
    padding-left: 25px;
    font-size: 20px;
    background: url(/school/image/casebox/entrepreneur/checkbox.svg) left 4px/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}

.choice_school{
    background: #fff url(/school/image/casebox/img.jpg) left bottom/contain no-repeat;
    padding: 60px 40px 250px;
    position: relative;
    text-align: center;
    font-size: 19px;
    margin-top: 70px;
}
.choice_school dt{
    color: #03af7a;
    font-size: 1.2em;
}
.choice_school dt::before{
    content: "";
    padding: 40px;
    background: url(/school/image/casebox/entrepreneur/icn_question.svg) center center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}
.choice_school dt::after{
    content: url(/school/image/casebox/entrepreneur/chart.svg);
    width: 75%;
    max-width: 675px;
    margin: 20px auto;
    display: block;
}
.choice_school dd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recommendation {
    width: 100%;
}
.choice_school dd .recommendation ul {
    display: block;
}
.choice_school dd > ul > li{ width: 27.5%;}
.choice_school h3.answer{
    color: #03af7a;
    font-size: .95em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.choice_school h3.answer::before{
    content: url(/school/image/casebox/entrepreneur/icn_anser.svg);
    width: 21px;
    display: block;
    margin: 0 auto 15px;
}
.choice_school dd li .btn{
    display: block;
    background: #03af7a;
    color: #fff;
    padding: 15px 10px 30px;
    font-size: 19px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.6;
    border-radius: 3px;
}
.choice_school dd li .btn:hover{ opacity: .7;}
.choice_school dd li .btn::after{
    content: "";
    width: 36px;
    height: 36px;
    background: url(/school/image/casebox/entrepreneur/arrow.svg) left top/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
}
.choice_school dd li .text{
    text-align: left;
    font-size: .75em;
}
.choice_school::after{
/*    content: "";
    display: block;
    position: absolute;
    max-width: 1000px;
    background: url(/school/image/casebox/img.jpg) left top/contain no-repeat;
    padding: 30% 50% 0;
    left: 0;
    bottom: -300px;*/
}
.choice_school dd > ul > li:last-child{
    width: 100%;
    margin: 25px 0;
}


.matome{
    margin-top: 80px;
    text-align: center;
    background: #f3f3f2;
    color: #03af7a;
    font-size: 18px;
/*    font-weight: bold;*/
    padding: 25px;
    position: relative;
}
.bg-beige .matome{ background: #fff;}
.ttl04.bg-beige .matome{ background: #f3f3f2;}
.matome::before{
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #03af7a;
    position: absolute;
    top: -35px;
    left: 49%;
    display: block;
    background: transparent;
}
.matome .line{ border-bottom: 1px solid #03af7a;}

section[class^="ttl"]{
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ttl01{ background-image: url(/school/image/casebox/entrepreneur/ttl01.jpg?20180824);}
.ttl01 h2{ color: #03af7a;}
.ttl02{background-image: url(/school/image/casebox/entrepreneur/ttl02.jpg);}
.ttl02 h2{ color: #fff;}
.ttl02 h2::after{
    border-bottom: 3px solid #fff;
    margin: 20px auto;
}
.ttl03{ background-image: url(/school/image/casebox/ttl03.jpg);}
.ttl04{ background-image: url(/school/image/casebox/ttl04.jpg);}
section[class^="ttl"] .inner{ padding: 120px 0;}
section[class^="ttl"] h2::after{ margin: 20px auto 180px;}

.taiken {
    background: #fff;
    border: 1px solid #03af7a;
    margin-top: 30px;
    font-size: 16px;
    text-align: left;
}
.taiken.plus { border-color: #EA5621;}

.taiken h2.line {
    color: #333;
    font-size: 20px;
    letter-spacing: .05em;
}
.taiken h2.line::after{
    margin-bottom: 40px;
    border-bottom-color: #03af7a;
}
.taiken.plus h2.line::after{ border-bottom-color: #EA5621;}

.taiken h2 .circle {
    font-size: 15px;
    color: #03af7a;
    display: inline-flex;
    width: 58px;
    height: 58px;
    border: 1px solid;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: 12px;
    margin-left: 30px;
    position: absolute;
}
.taiken.plus h2 .circle{ color: #EA5621;}

.taiken .flex {
    margin-top: 30px;
    padding: 0 15px;
}
.taiken .top .catch{
    font-size: 16px;
    margin-bottom: 1em;
    color: #03af7a;
}
.taiken h4{
    border-left: 9px solid;
    border-bottom: 1px solid;
    padding-left: .75em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #03af7a;
}
.taiken.plus .top .catch,
.taiken.plus h4{ color: #EA5621;}



/* ディスプレイ（大） */
@media screen and (min-width: 1651px) {
    section[class^="ttl"] .inner{ padding: 13em 0;}
    section[class^="ttl"] h2::after{ margin: 20px auto 10em;}
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
    #head2{ height: 80px !important;}

    #container{
        margin-top: 100px;
        overflow: hidden;
    }

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

    .lead{ font-size: 20px;}

    #mv{ letter-spacing: 0;}
    #mv .img img{ width: 100%;}

    .btn01{ max-width: 100%;}
    .btn01 a{ width: 80%;}
    .btn02{ padding: 10px;}

    section[class^="ttl"] .inner{ padding: 4.5em 0;}
    section[class^="ttl"] h2::after{ margin: 20px auto 50px;}

    section.ttl01 h2::after{ margin: 20px auto 100px;}

    .kabe li h3{ font-size: 18px;}
    .kabe li .voice{ height: 14em;}

    .bq{ padding: 35px 35px 35px 15px;}
    .bq > cite{
        width: 30%;
        justify-content: center;
    }
    .bq > blockquote{ width: 65%;}

    dl.ex:nth-of-type(2) dt{
        text-align: left;
        padding: 10px 0 10px 50px;
    }
    dl.ex:nth-of-type(2) dt .type{ text-align: center;}

    .choice_school h3.answer{ font-size: .65em;}

/*    section.ttl04 .inner{ padding: 2em 0;}*/
    section.ttl02 h2::after,
    section.ttl04 h2::after{ margin: 20px auto 100px;}
}

@media screen and (min-width: 600px) {
    .flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .taiken .top > div {
        flex-grow: 1;
        margin-left: 25px;
    }
    .taiken .conts > div{ width: 48%;}
}

/* スマホ */
@media screen and (max-width: 599px) {
    #head2{ height: 85px !important;}
    #contents{ display: none;}
    p{ font-size: 14px;}

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

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

    .text_l{ font-size: 1.15em;}
    
    .list02 li{ font-size: 14px;}

    section .inner{
        width: 86%;
        padding: 40px 0;
    }
    section h2 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    section h3{ font-size: 1.2rem}
    section h3.bg{ font-size: 18px;}
    
    .lead{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    section .inner .lead{
        width: 100%;
        font-size: 14px;
        text-align: left;
        margin-bottom: 50px;
    }
    .btn01 a{
        font-size: 16px;
        padding: 10px 5px;
        background: #1c236d url(/images/common/arrow.svg) 97% center/16px no-repeat;
    }
/*    .btn02::before{ left: 5px;}*/

    section[class^="ttl"] .inner{ padding: 2em 0;}
    section[class^="ttl"] h2::after{ margin: 10px auto 40px;}
    section.ttl03 .inner,
    section.ttl04 .inner{ padding-top: .8em;}

    .kabe{ justify-content: center;}
    .kabe li{
        width: 100%;
        margin-top: 60px;
        padding: 50px 12px 15px;
    }
    .kabe li:first-child{ margin-top: 25px;}
    .kabe li h3{ font-size: 18px;}
    .kabe li:nth-child(2) h3::after{
        left: -14%;
        width: 127%;
    }
    .kabe li .voice{
        height: auto;
        padding: 12px;
        font-size: 11px;
    }
    .kabe li:first-child h3::after,
    .kabe li:nth-child(3) h3::after{ margin: 0 auto;}

    .matome{
        font-size: 13px;
        padding: 20px 12px;
        text-align: left;
        margin: 45px auto 0;
        width: 100%;
    }
    .matome::before{ top: -25px;}

    .data li{
        width: 100%;
        font-size: 14px;
        padding: 20px 15px;
    }

    dl.ex dt,
    dl.ex:nth-of-type(2) dt{
        font-size: 16px;
        text-align: left;
        padding-left: 3%;
        padding-right: 30%;
    }
    dl.ex dt .type{
        font-size: 13px;
        padding: 15px 5px;
        text-align: center;
        right: 1%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    dl.ex dd {
        font-size: 14px;
        margin: 0 12px;
    }
    dl.ex dd .question{ padding: 15px;}
    dl.ex dd .question .text{ font-size: 10px;}
    dl.ex dd .keihi > div{
        width: 100%;
        padding: 15px;
    }
    dl.ex dd .keihi > div:first-child{ margin-bottom: 10px;}

    dl.ex dd .case {
        background: #fff;
        margin-top: 35px;
        padding: 10px;
    }
    dl.ex dd .case h3 {
        font-size: 30px;
        text-align: center;
    }
    dl.ex dd .case p{
        font-size: 12px;
        width: 100%;
    }
    dl.ex dd .case p::after{
        content: "";
        width: 60%;
        height: 160px;
        background: url(/school/image/casebox/entrepreneur/case01.svg) left center/contain no-repeat;
        display: block;
        margin: 0 auto;
    }

    .bq{
        padding: 35px 15px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .bq > cite,
    .bq > blockquote{ width: 100%;}
    .bq > cite{
        border-right: 0;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .bq > blockquote{
        border-right: 0;
        padding-right: 0;
        font-size: 11px;
    }

    .title_school{ font-size: 15px;}

    ul.learning{ padding: 15px;}
    ul.learning li{
        font-size: 11px;
        background: url(/school/image/casebox/entrepreneur/checkbox.svg) left top/14px no-repeat;
        padding-left: 16px;
        margin-bottom: 0;
    }

    .choice_school{
        padding: 35px 20px 100px;
        margin-top: 30px;
    }
    .choice_school dt::before{
        padding: 30px;
        top: -30px;
    }
    .choice_school dt{ font-size: 1em;}
    .choice_school dt::after{ content: none;}
    .choice_school dd > ul > li{
        width: 100%;
        margin-top: 25px;
    }
    .choice_school h3.answer{
        text-align: left;
        padding-left: 30px;
        position: relative;
        font-size: .75em;
        margin-bottom: 10px;
    }
    .choice_school h3.answer::before{
        position: absolute;
        left: 0;
        top: 5px;
    }
    .choice_school dd li .btn{
        margin-left: 30px;
        font-size: 16px;
        padding: 10px 5px 20px;
        margin-bottom: 15px;
    }
    .choice_school dd li .btn::after{
        width: 24px;
        height: 24px;
        bottom: -12px;
    }
    .choice_school dd li .text{
        margin-left: 30px;
        font-feature-settings: "pwid";
    }

    #mv .title{
        margin-top: 0;
        padding-bottom: 35px;
    }
    #mv .title h1{
        font-size: 20px;
        width: 100%;
    }
    #mv .title h1 .bg{ height: 6em;}
    #mv .title h1 .number{
        top: -30px;
        right: 0;
        color: #fff;
        font-size: .9em;
    }
    #mv .title h1 .text{ top: 1em;}
    
    .taiken h2.line{ font-size: 17px;}
    .taiken .top > div{ margin-top: 1em;}
    .taiken h2 .circle {
        width: 50px;
        height: 50px;
        right: 5px;
        top: -1em;
    }
}

@media screen and (max-width: 320px){
    section h2{ font-size: 15px;}
    section[class^="ttl"] .inner{ padding-top: 1.5em;}

    #mv .title h1{ font-size: 18px;}
    .kabe li:nth-child(2) h3::after{
        left: -15%;
        width: 130%;
    }
}

.seminar_detail_table {
    width: 100%;
    border-top: 1px solid #eb5620;
    border-left: 1px solid #eb5620;
}
.seminar_detail_table th {
    background: rgb(235 86 32 / .1);
    white-space: nowrap;
    font-weight: normal;
}
.seminar_detail_table th,
.seminar_detail_table td {
    padding: 10px;
    border-right: 1px solid #eb5620;
    border-bottom: 1px solid #eb5620;
    line-height: 1.5;
}
@media screen and (max-width: 599px) {
    .seminar_detail_table {
        font-size: 14px;
    }
    .seminar_detail_table th {
        display: block;
        text-align: center;
    }
    .seminar_detail_table td {
        display: block;
    }
}
