@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: #D6053A;}

.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;}

.bg-white {
background: #FFFFFF;
}

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

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

  section.ttl01 h2::after
  {
	border-bottom: 3px solid #FFFFFF;
	}
	
section h3{
    text-align: center;
    font-size: 23px;
}

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

.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;
}

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


#container > section.ttl01.bg-beige > div {
padding: 120px 0 !important;
}

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;
    text-decoration: none;
    color: #fff;
}
.btn02::before{
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

#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: #D6053A;
    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 20px 30px;
    /*margin-top: 25px;*/
    height: 660px;
}
.kabe li .title {
    text-align: center;
    position: absolute;
    top: -1.4em;
    left: 0;
    right: 0;
    width: 35px;
    margin: auto;
}

.kabe li .title2 {
    text-align: center;
    position: absolute;
    top: -2.4em;
    left: 0;
    right: 0;
    width: 38px;
    margin: auto;
}

.kabe li .title img,
.kabe li .title2 img {
width: 100%;
}

/*.kabe li .title .number{
    font-family: 'Josefin Slab', serif;
    color: #D6053A;
    font-size: 73px;
    vertical-align: middle;
    padding: 0 10px;
}*/

.kabe li h3{
    font-size: 21px;
    color: #D6053A;
    font-weight: normal;
    height: 250px;
    position: relative;
    line-height: 1.5;
}
.kabe li h3::after{
    content: "";
    width: 100%;
    height: 148px;
    display: block;
    position: absolute;
    bottom: 0;
}
.kabe li:first-child h3::after{ background: url(/school/image/casebox/fx/kabe01.svg) center bottom/126px no-repeat;
    /*margin: 24px 0 30px;*/
}

.kabe li:nth-child(3) h3::after{ background: url(/school/image/casebox/fx/kabe03.svg) center bottom/126px no-repeat;
    /*margin: 52px 0 20px;*/
}


/*.kabe li:nth-child(1) h3{
    margin-bottom: 148px;
    position: relative;
}*/
/*.kabe li:nth-child(2) h3{
    margin-bottom: 148px;
    position: relative;
}*/
/*.kabe li:nth-child(3) h3{
    margin-bottom: 148px;
    position: relative;
}*/
.kabe li:nth-child(2) h3::after{
    background: url(/school/image/casebox/fx/kabe02.svg) center bottom/126px no-repeat;
    /*position: absolute;
    left: -53px;
    width: calc(100% + 106px);*/
	/*margin: 24px 0 30px;*/
}

.kabe li .voice{
    background: #fff;
    position: relative;
    padding: 30px 25px;
    margin-bottom: 15px;
    height: 220px;
    display: inline-flex;
    /*align-items: center;*/
    top: 50px;
}

#container > section.ttl02 > div > ol > li:nth-child(1) > p.coution {
padding-top: 40px;
font-size: 12px;
line-height: 16px;
}

.kabe li .voice::before,
.kabe li .voice::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #D6053A;
    border-left: 2px solid #D6053A;
}
.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 #D6053A;
}
.data li::after{
    content: "";
    width: 100%;
    height: 155px;
    display: block;
}
.data li:first-child::after{
    background: url(/school/image/casebox/fx/data01.svg) center bottom/266px no-repeat;
    margin: 20px auto 0;
}
.data li:nth-child(2)::after{
    background: url(/school/image/casebox/fx/data02.svg) center center/147px no-repeat;
/*    margin: 3px auto;*/
}
.data li:nth-child(3)::after{ background: url(/school/image/casebox/fx/data03.svg) center center/134px no-repeat;}

.flex_container {
display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   align-items: center;
}

section.ttl03 .flex_container.wrap01 div.box01 {
width: 510px;
font-size: 20px;
line-height: 2em;
}

section.ttl03 .flex_container.wrap01 div.box02 {
width: 350px;
font-size: 17px;
text-align: center;
}

section.ttl03 .flex_container.wrap01 div.box02  strong {
font-size: 24px;
color: #D7063A;
font-weight: normal;
}

section.ttl03 .flex_container.wrap01 div.box02  p {
position: relative;
margin-top: 50px;
}

section.ttl03 .flex_container.wrap01 div.box02 p::before {
    content: "";
    border: 14px solid transparent;
    border-top: 16px solid #D6053A;
    position: absolute;
    top: -30px;
    left: 51%;
    transform: translateX(-50%);
    display: block;
}

dl.ex{
    /*background: #f3f3f2;*/
    background: #ffffff;
    padding-top: 45px;
}

dl.ex.ex01 {
padding-bottom: 45px;
}

dl.ex dt{
    color: #D6053A;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    border-top: 2px solid #D6053A;
    border-bottom: 2px solid #D6053A;
    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 #D6053A;
    border-radius: 100%;
    position: absolute;
    right: 5%;
    top: -40px;
    width: 128px;
    height: 128px;
    line-height: 128px;
}
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/fx/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: #D6053A;
    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: 50px 0 0;
    /*background: #fff;*/
}
dl.ex dd .keihi > div h3{ margin-bottom: 20px;
color: #D6053A
}

dl.ex dd .keihi > div:first-child h3::after {
    content: url(/school/image/casebox/fx/icn_ok.svg);
    width: 398px;
    display: block;
    margin: 20px auto 10px;
}
dl.ex dd .keihi > div:last-child h3::after {
    content: url(/school/image/casebox/fx/icn_ng.svg);
    width: 290px;
    display: block;
    margin: 20px auto 10px;
    height: 206px;
}
dl.ex dd .keihi > div p{
    font-size: 15px;
    padding: 0 30px 30px;
}

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

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

.support {
max-width: 1000px;
margin: auto;
padding: 84px 0 90px;
position: relative;
}

.support h2 {
width: 372px;
margin: auto;
}

.support h2::after {
content: none;
}

.support div.wrap01 {
border: #D7063B dashed 2px;
border-radius: 20px;
padding: 132px 50px 64px;
margin-top: -80px;
}

.support div.wrap01 div {
width: 552px;
font-size: 19px;
line-height: 32px;
}

.support div.wrap01 figure {
width: 312px;
}

.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: 22px;
    text-align: center;
    color: #D6053A;
    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 #D6053A;
    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/fx/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: #D6053A;
    font-size: 1.2em;
}
.choice_school dt::before{
    content: "";
    padding: 40px;
    background: url(/school/image/casebox/fx/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/fx/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;
}
.choice_school dd li{ width: 27.5%;}
.choice_school dd li h3{
    color: #D6053A;
    font-size: .95em;
    line-height: 1.6;
    margin-bottom: 20px;
}
/*.choice_school dd li h3::before{
    content: url(/school/image/casebox/fx/icn_anser.svg);
    width: 21px;
    display: block;
    margin: 0 auto 15px;
}*/
.choice_school dd li .btn{
    display: block;
    background: #D6053A;
    color: #fff;
    padding: 15px 10px 30px;
    font-size: 19px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.6;
}
.choice_school dd li .btn:hover{ opacity: .7;}
.choice_school dd li .btn::after{
    content: "";
    width: 36px;
    height: 36px;
    background: url(/school/image/casebox/fx/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;*/
}

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

section[class^="ttl"]{
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ttl01{ background-image: url(/school/image/casebox/fx/ttl01.jpg);}
.ttl01 h2{ color: #FFFFFF;}
.ttl02 {
background-image:none;
}
.ttl02 h2{ color: #D6053A;}
.ttl02 h2::after {
    border-bottom: 3px solid #D6053A;
    margin: 20px auto 100px !important;
}
.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;}

#what {
margin: 20px 0 10px;
    border: #D7063B dotted 2px;
    border-radius: 20px;
    padding: 30px 35px 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#what figure {
}

#what p {
    text-align: left;
    width: 700px;
}

#what p strong {
font-weight: normal;
line-height: 2;
}

#what p span {
font-size: 14px;
color: #000;
}

/* ディスプレイ（大） */
@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) {
.pc{ display: none;}
    #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;
    text-align: left;
    padding: 0 20px;}
    
    #mv{ letter-spacing: 0;}
    #mv .img img{ width: 100%;}
    
    .btn01{ max-width: 100%;}
    .btn01 a{ width: 80%;}
    
    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 {
    width: 32%;
    position: relative;
    background: #f3f3f2;
    padding: 55px 20px 30px;
    /* margin-top: 25px; */
}

    .kabe li h3{ font-size: 18px;}
   
    
    .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 dd li h3{ font-size: .65em;}
    
/*    section.ttl04 .inner{ padding: 2em 0;}*/
    section.ttl02 h2::after,
    section.ttl04 h2::after{ margin: 20px auto 100px;
	}
    
dl.ex dd .keihi > div:first-child h3::after {
    content: url(/school/image/casebox/fx/icn_ok.svg);
    width: 96%;
    display: block;
    margin: 60px auto 30px;
}

.support {
    max-width: 96vw;}
	
}

/* スマホ */
@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;}

    section .inner{
        width: 86%;
        padding: 40px 0 !important;
    }
    section h2 {
        font-size: 16px;
        letter-spacing: 0;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    section h3 {
    font-size: 1.2rem;
    }
    
    .lead{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    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 !important;}
    
#container > section.ttl01.bg-beige > div {
    padding: 2em 0 !important;
    }

#what {
    margin: 20px 0 10px;
    padding: 30px 20px 25px;
    display: block;
}

#what figure {
    text-align: center;
}

#what p {
    text-align: left;
    width: 100%;
}

#what p strong {
    font-size: 18px;
}
    
    .kabe{ justify-content: center;}
    
    .kabe li{
        width: 100%;
        margin-top: 60px;
        padding: 60px 12px 100px;
    height: auto;
    }
    .kabe li:first-child{ margin-top: 25px;
    padding: 60px 12px 30px;
    }
    .kabe li h3{ font-size: 18px;}
    .kabe li:nth-child(2) h3::after{
        left: -14%;
        width: 127%;
    }
    .kabe li .voice{
        height: auto;
        top: 80px;
        /*padding: 12px;
        font-size: 11px;*/
    }
    
#container > section.ttl02 > div > ol > li:nth-child(1) > p.coution {
    padding-top: 80px;}
    
    .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;
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #D6053A;
    position: absolute;
    left: 50%;
    display: block;
    background: transparent;
    transform: translateX(-50%);
}

section.ttl03 .flex_container.wrap01 div.box02 {
    width: 100%;
    margin-top: 2em;}

dl.ex.ex01 {
    padding-bottom: 0px;
}

    .data li{
        width: 100%;
        font-size: 14px;
        padding: 20px 15px;
    }
    
    .flex_container {
    display: block;}
    
section.ttl03 .flex_container.wrap01 div.box01 {
    width: 100%;
    font-size: 14px;}
    
section.ttl03 .flex_container.wrap01 div.box02 p {
    position: relative;
    margin-top: 50px;
}

section.ttl03 .flex_container.wrap01 div.box02 strong {
    font-size: 20px;}

dl.ex dt .type {
    font-size: 13px;
    width: 79px;
    height: 79px;
    line-height: 79px;
}

dl.ex dd .keihi > div:first-child h3::after,
dl.ex dd .keihi > div:last-child h3::after
{
    width: 100%;}

dl.ex dd .keihi > div p {
    font-size: 15px;
    padding: 0 0px 30px;
}

.support {
    max-width: 332px;
    margin: auto;
    padding: 30px 0;
    position: relative;
}

#container > section.support > h2 > img {
width: 90%;
    margin: 10px auto;
}

.support div.wrap01 {
    border: #D7063B dashed 2px;
    border-radius: 20px;
    padding: 80px 20px 30px;
    margin-top: -80px;
    width: 100%;}

.support div.wrap01 div {
    width: 100%;
    font-size: 19px;
    line-height: 32px;
}

.support div.wrap01 figure {
    width: 100%;
    margin-top: 20px;
}
.support h2 {
    width: 100%;
    margin: auto;
}

    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/fx/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/fx/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 li{
        width: 100%;
        margin-top: 25px;
    }
    .choice_school dd li h3{
        text-align: left;
        padding-left: 30px;
        position: relative;
        font-size: .75em;
        margin-bottom: 10px;
    }
    .choice_school dd li h3::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;}

    #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;}

dl.ex dd .keihi > div:first-child h3::after {
    content: url(/school/image/casebox/fx/icn_ok.svg);
    width: 96%;
    display: block;
    margin: 60px auto 30px;
}

}

@media screen and (max-width: 768px){
.kabe li {
    height: 750px !important;
}
 .kabe li .voice { height: 300px !important;}
 }

@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%;
    }
}