@charset "utf-8";
/*--------------------------
メインビジュアル
---------------------------*/

#main_visual {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_visual h1 {
    padding: 15px 40px 20px;
    background: #fff;
    font-size: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#main_visual h1 span {
    display: block;
    text-align: center;
}
#main_visual h1 span .changeTxt {
    display: inline;
}
#main_visual h1 .subChTxt {
    color: #0543CA;
    font-size: 3rem;
    line-height: 1.5;
}
#main_visual h1 .MainChTxt {
    font-size: 5.1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    color: #d60920;
    font-family: var(--fontFamily-serif-noto);
    font-weight: 900;
}
#main_visual h1 .MainChTxt_B {
    font-size: 6.4rem;
    display: block;
    text-align: center;
    line-height: 1;
    color: #d60920;
    margin-bottom: 20px;
    font-family: var(--fontFamily-serif-noto);
    font-weight: 900;
}
#main_visual h1 .MainChTxt .eLine {
    display: flex;
    justify-content: center;
}
#main_visual h1 .MainChTxt .eLine span {
    font-size: 110%;
    line-height: 1.13;
    margin-right: .03em;
}
#main_visual h1 .SubTxt{
    font-size: 24px;
}
@media not screen and (max-width: 600px){
    #main_visual {
        height: min(50vw,375px);
        background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/common/mainV_bg.png) 50% 0/auto 375px no-repeat;
    }
    .no_webp #main_visual {
        background-image: url(../images/lp/common/mainV_bg.png);
    }
    #main_visual h1 picture {
        width: 80.2vw;
    }
}

@media screen and (min-width: 769px) and (max-width: 834px){
    #main_visual {
        height: min(50vw,45vw);
        background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/common/mainV_bg.png) 50% 0/auto 375px no-repeat;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px){
    #main_visual {
        background-size: cover;
    }
}
@media screen and (max-width: 768px){
    #main_visual {
        justify-content: center;
        align-items: flex-start;
        padding-top: clamp(2.1rem,var(--sp-40px),15rem);
        height: 68.933vw;
        background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/prv_univ_20-chokuzen/school_lp_mainBg_sp_normal.png) 0 0/contain no-repeat;
    }

    #main_visual h1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 75vw;
        height: 43.633vw;
        font-size: 10.667vw;
        padding: 0;
        border-radius: 10px;
    }
    #main_visual h1 .subChTxt {
        font-size: clamp(1.4rem,var(--sp-17px),7rem);
        margin: 2vw auto 0;
    }
    #main_visual h1 .MainChTxt {
        font-size: clamp(2.1rem,var(--sp-27px),9rem);
        line-height: 1.3;
        letter-spacing: -.02em;
    }
    #main_visual h1 .MainChTxt_B {
        font-size: clamp(2.1rem,var(--sp-31px),9rem);
        line-height: 1;
        letter-spacing: -.02em;
        margin-bottom: 13px;
    }
    #main_visual h1 .MainChTxt .eLine span {
        line-height: 1.1;
    }
    #main_visual h1 .SubTxt {
        font-size: clamp(1.4rem,4vw,5rem);
        line-height: 1.2;
    }
}
/*--LEAD--*/
.rubyH2 span:not([data-ruby]) {
    font-size: 2.3rem;
}
@media screen and (max-width: 768px){
    .rubyH2 span:not([data-ruby]) {
        font-size: max(1.8rem,min(4.867vw,2.8rem));
    }
}


/*-----------------------------------------------------------------
letter見出しデザイン
----------------------------------------------------------------------*/
.letterH2_container {
    background: #bc2141;
    margin: 65px 0 25px 0;
    padding: 20px 0;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(180, 35, 64, 1) 6px, rgba(180, 35, 64, 1) 8px );
}
.letterH2_cont {
    position: relative;
    background: #ffffff;
}
.letterH2_cont::before, .letterH2_cont::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bc2141;
}
.letterH2_cont::after {
    top: auto;
    bottom: 5px;
}
.letterH2_cont h2 {
    display: flex;
    align-items: center;
    position: relative;
    width: 880px;
    min-height: 138px;
    font-size: 3.6rem;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    font-feature-settings: "palt";
    font-family: 游ゴシック体, 游ゴシック, YuGothic, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0px auto;
    padding: 26px 0px;
}
.letterH2_cont h2::after {
    content: "";
    position: absolute;
    top: -37px;
    right: 0;
    width: 169px;
    height: 216px;
    background: url(/koukousei/site_wp/wp-content/themes/site/images/letter/letter_h2_icon.svg);
    z-index: 1;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
}
.test_list{
    margin-left: 0.5em;
    display: block;
    font-size: 2rem;
}

/* Paper num title
----------------------------------------- */
.paperNum {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-gap: clamp(6px, 1.867vw, 27px);
    margin: 30px auto 15px;
    padding: 6px clamp(6px, var(--sp-6px), 20px);
    min-height: 50px;
    font-size: clamp(1.8rem, var(--sp-20px), 2.6rem);
    line-height: 1.2;
    border-radius: clamp(5px, var(--sp-5px), 10px);
    background-color: #fff9e6;
    border: 1px solid var(--color-koukousei);
    counter-increment: num;
}
.lower_wrap_subcont .paperNum {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: calc(100% + (var(--lower_wrap_subcont-padding) * 2));
}
.paperNum > span {
    display: grid;
}
.paperNum span {
    font: inherit;
}
.paperNum .num {
    position: relative;
    place-items: center;
    margin-top: clamp(-12px, -2.667vw, -10px);
    width: clamp(45px, 12vw, 77px);
    height: clamp(49px, 13.6vw, 95px);
    font: 700 clamp(2.7rem, 7.733vw, 3.9rem)/1 var(--fontFamily-serif-noto);
    background: url(/koukousei/site_wp/wp-content/themes/site/images/about/about_subttl2_img.png.webp) 0 0/contain no-repeat;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.paperNum > span:not(.class) {
    grid-gap: 3px;
}

@media screen and (max-width: 834px){
    .letterH2_container {
        margin: 40px 0 15px 0;
        padding: 15px 0;
    }
    .letterH2_cont h2 {
        width: auto;
        min-height: 80px;
        padding: 20px 90px 20px 15px;
        font-size: 2.2rem;
        line-height: 1.3;
    }
    .letterH2_cont h2 {
        font-size: var(--h2-sizeAuto);
    }
    .letterH2_cont::before,
    .letterH2_cont::after {
        top: 2px;
    }
    .letterH2_cont::after {
        top: auto;
        bottom: 2px;
    }
    .letterH2_cont h2::after {
        top: -7px;
        right: 12px;
        width: 67px;
        height: 86px;
    }
}
/*----------------------------------------------------------------------
合格体験記
----------------------------------------------------------------------*/
#mainView {
    margin-bottom: 0;
}

/*----------------------------------------------------------------------
合格体験記
----------------------------------------------------------------------*/
#pass {
    padding-top: 1px;
    padding-bottom: 60px;
    background-color: rgba(247, 243, 223, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(238, 234, 215, 0.7) 6px, rgba(238, 234, 215, 0.7) 8px);
}

#pass h2 {
    margin: 40px auto 0 auto;
    padding-bottom: 45px;
    font-size: 2.8rem;
    display: flex;
    justify-content: center;

}

#pass h2 span:not(.changeTxt) {
    position: relative;
    padding:0 60px;
    text-align: center;
}
#pass h2 span:not(.changeTxt)::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/common/leaf.svg);
}
#pass h2 span:not(.changeTxt)::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/common/leaf_r.svg);
}

#pass_list::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#pass_list li {
    width: 274px;
    /*margin-right: 5px;
    margin-left: 5px;*/
    float: left;
}

#pass_list a {
    display: block;
    width: 100%;
    background: #ffffff;
    border: solid 1px #b95367;
    padding: 0;
    margin-bottom: 10px;
    float: left;
    position: relative;
    pointer-events: none;
}

#pass_list img {
    width: 100%;
}

#pass_list .pImg_top {
    height: 180px;
}

.pass_copy {
    font-size: 2rem;
    color: #c21538;
    line-height: 1.2;
    font-weight: bold;
    text-indent: -1em;
    min-height: 70px;
    padding: 10px 10px 10px calc(14px + .1em);
}

.pass_copy {
    margin-bottom: 0;
}

.pass_name {
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.3;
    margin-top: 0;
    padding: 10px 10px;
}

.pass_name span {
    font-weight: bold;
}

.pImg_top {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover;";
    width: 239px;
    height: 231px;
}

.ie .pImgWrap,
.edge .pImgWrap {
    position: relative;
    overflow: hidden;
    width: 272px;
    height: 180px;
}

@media screen\0 {
    .pImgWrap {
        position: relative;
        overflow: hidden;
        width: 239px;
        height: 231px;
    }

    .pImg_top {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: auto !important;
        height: 100%;
    }
}

@supports (-ms-ime-align: auto) {
    .pImgWrap {
        position: relative;
        overflow: hidden;
        width: 239px;
        height: 231px;
    }

    .pImg_top {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: auto !important;
        height: 100%;
    }
}

#reason_cont2_passed dd {
    margin-top: 20px;
}

#reason_cont2_passed h3 {
    font: bold 1.8rem "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.lower_wrap p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    /*-----------------------------------------------------------------
    合格体験記
    ----------------------------------------------------------------------*/
    #pass {
        padding-bottom: 25px;
    }

    #pass h2 {
        width: 100%;
        margin: 0;
        padding: 20px 20px 30px;
    }

    #pass_list li {
        width: 214px;
        /*margin-right: 10px;
        margin-left: 10px;*/
    }

    #pass_list a {
        min-height: 280px;
        padding: 10px;
    }

    #pass_list a::after {
        right: -5px;
        bottom: -5px;
        border: 14px solid transparent;
        border-top: 14px solid #bc2141;
    }

    #pass_list a div {
        height: 120px;
        overflow: hidden;
    }

    #pass_list a div img {
        margin-top: -10px;
    }

    .pass_copy {
        min-height: 65px;
        font-size: 1.7rem;
        text-indent: -1rem;
        padding: 0;
        margin-top: 0;
    }

    .pass_name {
        font-size: 1.4rem;
        line-height: 1.4;
        margin: 5px 0 5px 0;
        padding: 0;
    }

    .pass_name span {
        font-size: inherit;
        line-height: inherit;
    }

    .pass_name span.only_sp {
        display: inline;
    }

    #pass_school_list .pImg_top,
    #Grade_pass_list .pImg_top {
        margin-top: 0;
        height: 100%;
        object-position: top;
    }

    @media (max-width: 480px) {

        /*----------------------------------------------------------------------
    合格体験記
    ----------------------------------------------------------------------*/
         #pass h2 span:not(.changeTxt) {
            font-size: 2.3rem;
            line-height: 1.3;
        }

        #lower_container #pass_list li:nth-child(8) a .pass_name {
            font-size: 1.3rem;
        }

        @media (max-width: 375px) {

            /*----------------------------------------------------------------------
    合格体験記
    ----------------------------------------------------------------------*/
            #pass h2 span:not(.changeTxt) {
                font-size: 2rem;    padding: 0 50px;
                line-height: 1.3;
            }

            @media (max-width: 320px) {

                /*----------------------------------------------------------------------
    合格体験記
    ----------------------------------------------------------------------*/
                #pass h2 {
                    padding: 30px 20px 30px;
                }

                #pass h2 span {
                    padding: 0 40px;
                }

               #pass h2 span:not(.changeTxt)::before,#pass h2 span:not(.changeTxt)::after {
                    width: 30px;
                    height: 52px;
                }

                #pass_list li {
                    width: 164px;
                }

                .pass_copy {
                    font-size: 1.5rem;
                }

                .pass_name {
                    font-size: 1.3rem;
                }
            }
        }
    }
}

/*-------------------------
CTA手前体験記スライダー
---------------------------*/
#pass.entranceslider{
    padding-bottom: 30px;
}
#pass.under_pass{
    position: relative;
    background: linear-gradient(.25turn, #fbc5be, #fcefed 50%, #fbc5be);
    overflow: hidden;
}
#pass.under_pass::before, #pass::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    height: 290px;
    background: 0 0 no-repeat;
    background-size: contain;
}
#pass.under_pass::before,
#pass.under_pass::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    height: 290px;
    background: 0 0 no-repeat;
    background-size: contain;
}
#pass.under_pass::before {
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/mainView_bg_before.png);
    width: 550px;
    left: calc(50% - 800px);
}
#pass.under_pass::after {
    width: 550px;
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/mainView_bg_after.png);
    right: calc(50% - 800px);
}
 #pass.under_pass h2{
    position: relative;
    margin: 20px auto 20px auto;
    padding-bottom: 0;
}
#pass.under_pass .h2_student {
    position: relative;
    z-index: 1;
    margin: 0;
    width: auto;
    padding: 40px;
}
@media screen and (min-width: 835px){
    #pass.under_pass .h2_student.multiLine {
        padding: 20px 0;
    }
}
#pass.under_pass .h2_student::before,
#pass.under_pass .h2_student::after {
    content: "";
    position: absolute;
    top: 15px;
    height: 217px;
    background-repeat: no-repeat;
    background-size: contain;
}
#pass.under_pass .h2_student::before {
    width: 394px;
    left: calc(50% - 620px);
}
#pass.under_pass .h2_student::after {
    width: 360px;
    right: calc(50% - 620px);
}
.no_webp #pass.under_pass .h2_student::before {
    background-image: url("/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_before.png");
}
.no_webp #pass.under_pass .h2_student::after {
    background-image: url("/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_after.png");
}
.webp #pass.under_pass .h2_student::before {
    background-image: url("/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_before.png.webp");
}
.webp #pass.under_pass .h2_student::after {
    background-image: url("/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_after.png.webp");
}
.slick-slider{
    z-index: 1;
}
#pass.under_pass h2 span::before,#pass.under_pass h2 span::after{
    content: none;
}
@media screen and (max-width: 480px){
    #pass.under_pass::before {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/mainView_bg_before_sp.png);
        width: 29.867vw;
        height: 37.867vw;
        left: 0;
    }
    #pass.under_pass::after {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/mainView_bg_after_sp.png);
        width: 32vw;
        height: 37.867vw;
        right: 0;
    }
    .passWrap::after {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/dlpo_pass_wrap_after_sp.png);
        width: 79.867vw;
        height: 9.6vw;
    }
}
@media screen and (max-width: 834px){

    #pass.under_pass {
        padding-bottom: 25px;
        overflow: hidden;
    }
    #pass.under_pass .h2_student {
        padding: 25px 0 50px;
    }
    #pass.under_pass h2 {
        margin: 0px auto 20px auto;
        padding-bottom: 0;
    }
    #pass.under_pass .h2_student::before,
    #pass.under_pass .h2_student::after {
        top: 40px;
        height: 22.786vw;
        background-size: contain;
        background-position: 0 0;
    }
    #pass.under_pass .h2_student::before {
        left: -45px;
        width: 33.611vw;
        height: 18.469vw;
    }
    #pass.under_pass .h2_student::after {
        right: -25px;
        width: 31.25vw;
    }
}

@media screen and (max-width: 768px){
    #pass.under_pass .h2_student {
        padding: 0;
    }
    #pass.under_pass h2 {
        margin: auto;
        padding: 20px;
    }
}

@media screen and (max-width: 600px){
    #pass.under_pass .h2_student::before,
    #pass.under_pass .h2_student::after {
        top: 4.167vw;
    }
    #pass.under_pass .h2_student::before {
        left: 0;
        width: 23.2vw;
        height: 39.467vw;
    }
    #pass.under_pass .h2_student::after {
        right: -1.667vw;
        width: 23.733vw;
        height: 38.667vw;
    }
    .no_webp #pass.under_pass .h2_student::before {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_before_sp.png);
    }
    .no_webp #pass.under_pass .h2_student::after {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_after_sp.png);
    }
    .webp #pass.under_pass .h2_student::before {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_before_sp.png.webp);
    }
    .webp #pass.under_pass .h2_student::after {
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/top/pass_ttl_after_sp.png.webp);
    }
}
@media screen and (max-width: 480px){
    #pass.under_pass  {
        padding-bottom: 10px;
    }
}
/*-------------------------
  小見出し
---------------------------*/

.aboutCont {
    text-align: center;
}
.aboutCont h3 {
    font-size: 3.2rem;
    font-family: '游ゴシック体', '游ゴシック', 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Quicksand, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.reasonCont h3 {
    position: relative;
    background: #fdede4;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(243, 228, 219, 0.6) 6px, rgba(243, 228, 219, 0.6) 8px );
    border-top: solid 2px #dd0130;
    font-size: 2.8rem;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: bold;
    margin: 40px 0 15px 0;
    padding: 10px 20px 10px 60px;
}
.reasonCont h3 {
    margin-top: 50px;
    text-indent: -2em;
    padding-left: 4em;
}
.reasonCont h3::before {
    content: '理由';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    font-size: 1.8rem;
    color: #ce0303;
    font-family: inherit;
    font-weight: inherit;
}
@media screen and (min-width: 835px){
    .reasonCont h3::before {
        top: 30px;
        left: 75px;
    }
}
.reasonCont h3 .font-small {
    font-size: 2.4rem;
    line-height: 1.3;
}
.reasonH3_num {
    font-size: 2.8rem;
    color: #ce0303;
    font-family: inherit;
    margin-right: 5px;
}
@media screen and (max-width: 834px){
    .reasonCont h3 {
        line-height: 1.3;
        margin: 40px 0 15px 0;
        padding: 7px 20px 10px 15px;
        text-indent: 0;
    }
    .aboutCont h3, .reasonCont h3, .reasonCont h3 .font-small .reasonH3_num {
        font-size: var(--h3-sizeAuto);
    }
    .reasonCont h3::before {
        top: 12px;
        left: 16px;
        transform: none;
        -webkit- transform: none;
        font-size: 1.6rem;
        position: static;
        font-size: max(1.4rem,min(4.267vw,2rem));
    }
    .reasonH3_num {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-right: 0;
        margin-left: 35px;
        display: block;
    }
    .reasonH3_num {
        margin-left: 3px;
        display: inline-block;
    }
}
/*----------------------------
メディア
------------------------------*/
.sub_ttl_comment {
    background: #bc2141;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #ffffff;
    display: inline-block;
    padding: 0 45px;
    margin: 55px auto 8px auto;
    position: relative;
    font-family: '游ゴシック体', '游ゴシック', 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Quicksand, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.sub_ttl_comment::after {
    content: "▼";
    position: absolute;
    left: 50%;
    bottom: -19px;
    font-size: 1.8rem;
    color: #bc2141;
    transform: translateX(-50%) scale(1.6, 1);
    -webkit- transform: translateX(-50%);
}
.mediaContents_ttl h3 {
    text-align: left;
    line-height: 1.3;
    color: #bc2141;
    font-size: 1.7rem;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
@media screen and (min-width: 835px){
    .mediaContents_ttl h3 {
        margin-bottom: 0;
    }
}
.mediaConts h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
}
/*----------------------------------------------------------------------
志望大学・学部に合わせた受験勉強、どうやればいいの？
----------------------------------------------------------------------*/
#about_container {
    background: #fffcf4;
    margin-top: 35px;
    margin-bottom:20px;
    padding: 40px 40px 20px 40px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 8px;
}
#about_contents_list {
    text-align: inherit;
}
#about_contents_list dt {
    color: #bc2141;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-indent: -4rem;
    padding-left: 4rem;
    margin-bottom: 10px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
#about_contents_list dt span {
    color: inherit;
    font-size: 3.2rem;
    font-weight: inherit;
    line-height: 1.5;
    margin-right: .5em;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
#about_contents_list dd {
    margin-bottom: 40px;
}
#about_contents_list dd::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.about_contents_list_left {
    width: 470px;
    float: left;
}
#about_contents_list dd img {
    float: right;
    width: 290px;
    height: auto;
}
@media screen and (max-width: 834px){
    /*----------------------------------------------------------------------
    志望大学・学部に合わせた受験勉強、どうやればいいの？
    ----------------------------------------------------------------------*/
    #about_container {
        margin-top: 15px;
        padding: 20px;
    }
    #about_contents_list dt {
        line-height: 1.3;
        font-size: 2rem;
        text-indent: 0rem;
        padding-left: 0rem;
    }
    #about_contents_list dt span {
        line-height: 1.15;
        font-size: 4rem;
        display: block;
        float: left;
        margin: 0 8px 0 0;
    }
    #about_contents_list dd {
        margin-bottom: 20px;
    }
    .about_contents_list_left {
        width: 100%;
        float: none;
    }
    #about_contents_list dd img {
        width: 100%;
        float: none;
        margin: 8px 0 10px 0;
    }
    .about_contents_list_left p {
        clear: both;
        line-height: 1.4;
    }
}
/*---------- 大サイズ体験記 ----------*/
#Large_pass {
    padding-top: 1px;
    padding-bottom: 20px;
    background-color: #fff;
}
#Large_pass h2 {
    margin: 20px auto;
    font-size:2.8rem;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
#Large_pass h2 span {
    position: relative;
    font-size: 2.2rem;
    color: #d8002e;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
#Large_pass h2 span::before {
    content: "／";
    transform: scale(-1, 1);
    position: absolute;
    top: 0px;
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    left: -50px;
}
#Large_pass h2 span::after {
    content: "／";
    position: absolute;
    top: 0px;
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    right: -40px;
}
#Large_pass_list li {
    width: 800px;
    /*margin-right: 5px;
    margin-left: 5px;*/
    padding:28px 38px 34px;
    float: left;
    border:solid 1px #947f28;
    background-color: #fffcf4;
}
#Large_pass_list li .pass_copy {
    font-size: 2.8rem;
    color: #c21538;
    line-height: 1.2;
    font-weight: bold;
    text-indent:0;
    padding:0px;
    min-height: auto;
    margin-bottom:20px;
    font-feature-settings: "palt";
}
#Large_pass_list li .pImg_top_guide {
    width: 210px;
    height: 170px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#Large_pass_list li .pImg_top_guide img {
    width: auto;
    height: 170px;
    max-width: none;
}

#Large_pass_list li .pass_name {
    padding:0;
    margin-bottom:10px;
    font-size:17px;
}
#Large_pass_list li .pImg_txt {
    width:490px;
    height:108px;
    border:solid 1px #dddfca;
}
@media screen and (max-width: 834px){
    /*---------- Largeサイズ体験記 ----------*/
    #Large_pass {
        padding-bottom: 0px;
    }
    #Large_pass_list li {
        width: 700px;
    }
    #Large_pass_list li .pass_copy {
        font-size: 2.5rem;
    }
    #Large_pass_list li .pImg_top_guide {
        width:190px;
        height:154px;
    }
    #Large_pass_list li .pImg_top_guide img {
        width:auto;
        height:154px;
    }
    #Large_pass_list li .pass_name {
        margin-bottom:12px;
        font-size:15px;
    }
    #Large_pass_list li .pImg_txt {
        width:410px;
        height:auto;
    }
}
@media screen and (max-width: 480px){
    /*---------- Largeサイズ体験記 ----------*/
    #Large_pass h2 {
        font-size: 2.3rem;
    }
    #Large_pass_list li {
        width: 100%;
        max-width:340px;
        padding:10px 20px 15px;
    }
    #Large_pass_list li .pass_copy {
        font-size: 2rem;
    }
    #Large_pass_list li .pImg_top_guide {
        width:80px;
        height:65px;
        margin-right:10px;
    }
    #Large_pass_list li .pImg_top_guide img {
        width:auto;
        height:65px;
        margin-right:10px;
    }
    #Large_pass_list li .pass_name {
        font-size:14px;
        min-height: 75px;
    }
    #Large_pass_list li .pImg_txt {
        width:100%;
        height:auto;
        border:solid 1px #dddfca;
    }
}

.efficiency_cont {
    background: #fffcf4;
    border: solid 1px #AB951D;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fffcf4;
}
.efficiency_img {
    width: calc( 100% / 2 - 30px );
}
.lower_wrap .efficiency_img p {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-top: 10px;
    margin-bottom: 0;
}
.efficiency_img.right {
    color: #ce0303;
}

@media screen and (max-width: 768px){
    .efficiency_cont {
        display: block;
        padding: 10px;
    }
    .efficiency_img {
        width: 100%;
    }
    .efficiency_img.left,.efficiency_img.right{
        padding: 20px;
        margin-bottom: 0;
    }
    .efficiency_img.left {
        margin-bottom: 0;
        border-bottom: solid 1px #ccc;
    }
    .efficiency_img p {
        font-size: 1.8rem;
    }

}

@media screen and (max-width: 375px){
    .lower_wrap .efficiency_img p {
        padding-top: 0;
        font-size: 1.7rem;
    }
}