@charset "UTF-8";
/* ==========================================================================
    2021kyotsutest_challenge
   ========================================================================== */
@font-face {
    font-family: 'NotoSansCJKjp-Regular_subset';
    font-style: normal;
    font-weight: 400;
    src: url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-style: normal;
    font-weight: 700;
    src: url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp_Bold.woff2') format('woff2'),
url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp_Bold.woff') format('woff'),
url('../../2025sougou_senbatsu_toppa/fonts/NotoSansCJKjp_Bold.otf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../../2025sougou_senbatsu_toppa/fonts/icomoon.eot?s7dfwd');
    src:  url('../../2025sougou_senbatsu_toppa/fonts/icomoon.eot?s7dfwd#iefix') format('embedded-opentype'),
url('../../2025sougou_senbatsu_toppa/fonts/icomoon.ttf?s7dfwd') format('truetype'),
url('../../2025sougou_senbatsu_toppa/fonts/icomoon.woff?s7dfwd') format('woff'),
url('../../2025sougou_senbatsu_toppa/fonts/icomoon.svg?s7dfwd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ico_blank:before {
    content: "\e900";
}
.icon-ico_calendar:before {
    content: "\e901";
}
.icon-ico_pc:before {
    content: "\e902";
}
.icon-ico_phone:before {
    content: "\e903";
}

/*---------------------------------------
    inview
----------------------------------------*/
.fade_item{
    opacity: 0;
    transform: translateY(15px);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.fade_item.snow{
    opacity: 0;
    transform: translateY(-50px);
    transition-property: opacity, transform;
    transition-duration: 0.5s, 0.7s;
    transition-timing-function: ease, ease-out;
}
.fade_item.snow_rotate{
    opacity: 0;
    transform: translateY(-50px);
    transition-property: opacity, transform;
    transition-duration: 0.4s, 1.0s;
    transition-timing-function: ease, ease-out;
}
.active.fade_item,
.active .fade_item{
    opacity: 1;
    transform: translateY(0);
}
.delay_01{ transition-delay: 0.2s;}
.delay_02{ transition-delay: 0.4s;}
.delay_03{ transition-delay: 0.6s;}
.delay_04{ transition-delay: 0.8s;}
.delay_05{ transition-delay: 1.0s;}
.delay_06{ transition-delay: 1.2s;}
.delay_07{ transition-delay: 1.4s;}
.delay_08{ transition-delay: 1.6s;}
.delay_09{ transition-delay: 1.8s;}
.delay_10{ transition-delay: 2.0s;}
.delay_11{ transition-delay: 2.2s;}
.delay_12{ transition-delay: 2.4s;}
.delay_13{ transition-delay: 2.6s;}
.delay_14{ transition-delay: 2.8s;}
.delay_15{ transition-delay: 3.0s;}
.marker{
    background-image: linear-gradient(transparent 0%, #fcf066 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s 0.5s ease-out;
}
.marker.active{
    background-size: 150% 100%;
}
@media print, screen and (min-width:641px) {
    .examinfo_bound_img img{
        transform: scaleX(90deg);
        transform-origin: bottom;
    }
}

/*---------------------------------------
    共通
----------------------------------------*/
.sp{
    display: block;
}
.sp_inline{
    display: inline;
}
.pc,.pc_inline{
    display: none;
}
@media print, screen and (min-width:641px) {
    .pc{
        display: block;
    }
    .pc_inline{
        display: inline;
    }
    .sp,.sp_inline{
        display: none;
    }
}

/*---------------------------------------
    body
----------------------------------------*/
.content-kyotsutest{
    letter-spacing: 0.15em;
    line-height: 1.9;
    overflow: hidden;
    margin-bottom: -35px;
    font-family: 'NotoSansCJKjp-Regular_subset';
    color: #000;
}
.content-kyotsutest *{
    box-sizing: border-box;
}
.content-kyotsutest *:not(span){
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
}
.content-kyotsutest img{
    max-width: 100%;
}
@media print, screen and (min-width:641px) {
    .content-kyotsutest{
        font-size: 1.2rem;
        line-height: 2;
        margin-bottom: -75px;
    }
    .content-kyotsutest *:not(span){
        font-size: 1.5rem;
    }
}

.content-kyotsutest .btn_ms_large{
    max-width: 840px;
    margin: 0 auto;
}
.content-kyotsutest .btn_ms_large a{
    display: block;
    position: relative;
    border: 2px solid #e5432e;
    background-color: #fff;
    padding: 10px 50px;
    height: 55px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 4px #e5432e;
}
.content-kyotsutest .btn_ms_large a .text{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #e5432e;
}
.content-kyotsutest .btn_ms_large a .ico{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background-color: #e5432e;
}
.content-kyotsutest .btn_ms_large a .ico:before{
    content: "\e902";
    display: block;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
.content-kyotsutest .btn_ms_large a .arrow{
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: url(../../2025sougou_senbatsu_toppa/img/arrow.png) right 7px center no-repeat #e5432e;
    background-size: 7px auto;
}

.content-kyotsutest .cp_contact_btn{
    padding: 40px 0;
}
.content-kyotsutest .cp_contact_btn .btn_ms_large{
    margin: 0 auto;
}
.content-kyotsutest .cp_contact_btn .inner{
    max-width: 1010px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.sateline_link{
    padding-top: 20px;
    text-align: center;
}
.sateline_link a{
    color: #e5432e;
    text-decoration: underline;
}
@media print, screen and (min-width:641px) {
    .content-kyotsutest .btn_ms_large{
        margin: 0 auto;
    }
    .content-kyotsutest .btn_ms_large a{
        padding: 25px 70px;
        height: 90px;
        transition: all 0.3s;
    }
    .content-kyotsutest .btn_ms_large a:hover{
        transform: translate(0,4px);
        box-shadow: 0px 0px #5c5c5c;
    }
    .content-kyotsutest .btn_ms_large a .text{
        font-size: 3.5rem;
    }
    .content-kyotsutest .btn_ms_large a .ico{
        width: 62px;
        height: 62px;
        left: 13px;
    }
    .content-kyotsutest .btn_ms_large a .ico:before{
        font-size: 35px;
        width: 35px;
        height: 35px;
    }
    .content-kyotsutest .btn_ms_large a .arrow{
        width: 22px;
        height: 22px;
        right: 20px;
    }
    .content-kyotsutest .btn_ms_large a .arrow:before{
        border: 5px solid transparent;
        border-left: 7px solid #fff;
        right: 1px;
    }
    .content-kyotsutest .cp_contact_btn{
        padding: 70px 0 100px;
    }
    .sateline_link{
        padding: 25px 0 20px;
    }
    .sateline_link a{
        font-size: 1.6rem;
    }
    .sateline_link a:hover{
        text-decoration: none;
    }
}


/*---------------------------------------
    MV
----------------------------------------*/
.kyotsutest_mv{
    display: none;
}
@media print, screen and (min-width:641px) {
    .kyotsutest_mv_sp{
        display: none;
    }
    .kyotsutest_mv{
        display: block;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/mv_title_pro.png");
        padding-top: 44.5%;
    }
    .kyotsutest_mv_title{
        position: absolute;
        width: 34%;
        top: 50%;
        left: 10.3%;
        transform: translate(0,-50%);
    }
    .kyotsutest_mv_title .mv_title img{
        max-width: inherit;
        width: 100%;
    }
    /*2025夏総合型イベントページ追加css*/
    .kyotsutest_mv .mv_link_btn {
        position: absolute;
        width: 60%;
        bottom: -30px;
        left: 60px;
        z-index: 1000;
        transition: 0.6s;
    }
    .kyotsutest_mv .mv_link_btn p {
        font-weight: 700;
        font-size: 2rem;
        color: #6e6e6e;
    }
    .kyotsutest_mv .mv_link_btn a.mv_link {
        color: #fff;
        font-weight: bold;
        line-height: 2.5rem;
        text-align: center;
        background-color: #48adce;
        border-radius: 8px;
        padding: 5px 10px;
        width: 60%;
    }
    .kyotsutest_mv .mv_link_btn a:hover {
        opacity: 0.6;
    }
    .kyotsutest_mv .mv_link_btn .text-link  {
        display: flex;
    }
    .kyotsutest_mv .mv_link_btn .triangle {
            clip-path: polygon(0 0, 100% 50%, 0 100%);
            background: #fff;
            width: 15px;
            height: 15px;
    }
}
/*2025夏総合型イベントページ追加css SP用*/
    .kyotsutest_mv_sp .mv_link_btn {
        position: absolute;
        width: 100%;
        bottom: 33%;
        z-index: 1000;
        transition: 0.6s;
    }
    
    @media screen and (max-width:410px) {
        .kyotsutest_mv_sp .mv_link_btn {
        bottom: 16%;
    }
        
    }
    .kyotsutest_mv_sp .mv_link_btn p {
        font-weight: 700;
        font-size: 1.2rem;
        color: #6e6e6e;
        text-align: center;
    }
    .kyotsutest_mv_sp .mv_link_btn a.mv_link {
        color: #fff;
        font-weight: bold;
        line-height: 2rem;
        text-align: center;
        background-color: #48adce;
        border-radius: 8px;
        width: 80%;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 auto;
    }
    .kyotsutest_mv_sp .mv_link_btn:hover {
        opacity: 0.6;
    }

    .kyotsutest_mv_sp .mv_link_btn .text-link  {
        display: flex;
        justify-content: center;
    }



/*---------------------------------------
    説明(青背景)
----------------------------------------*/
.kyotsutest_about{
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: url(../img/bg_about.jpg) center center no-repeat;
    background-size: cover;
}
.about_inner{
    max-width: 840px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}
.about_title{
    /*padding: 0 13.4%;*//*2025.7.1修正*/
    text-align: center;
}
.about_intro{
    position: relative;
    line-height: 1.9;
    margin: 20px auto 25px;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 16px;
}
.kouza_intro{
    position: relative;
    line-height: 1.9;
    margin: 20px auto 25px;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 16px;
}
.about_day{
    display: flex;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
.about_day dt{
    width: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #e5432e;
}
.about_day dt span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.about_day dd{
    width: calc(100% - 70px);
    padding: 15px 20px 12px;
    text-align: center;
    border: 2px solid #e5432e;
    border-left: none;
    font-size: 1.8rem;
}
.about_day dd img{
    width: 100%;
}
.about_intro .text p{
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 15px;
}
.about_after p{
    text-align: center;
    color: #fff;
}
.about_after .after_day{
    font-size: 1.8rem;
    font-weight: bold;
}
.about_after .after_day span,
.about_after .after_day em{
    font-size: 1.8rem;
    font-weight: bold;
}
.about_after .after_day span{
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
}
.about_after .after_day em{
    color: #fff533;
    font-style: normal;
}
.about_after .notes{
    font-size: 1.3rem;
}

@media print, screen and (min-width:641px) {
    .kyotsutest_about{
        padding: 85px 0 80px;
    }
    .about_inner{
        padding-bottom: 0px;
        width: calc(100% - 30px);
    }
    .about_title{
        padding: 0;
    }
    .about_intro{
        margin: 30px auto;
        padding: 45px 40px;
        text-align: center;
    }
    .about_intro .text p{
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .about_day{
        display: flex;
        width: 100%;
        /*max-width: 460px;*/
        max-width: 600px;
        height: 80px;
        margin: 0 auto;
    }
    .about_day dt{
        width: 106px;
        font-size: 1.9rem;
    }
    .about_day dd{
        width: calc(100% - 106px);
        padding: 17px 25px 13px;
        font-size: 2.5rem;
    }
    .about_intro .text p{
        font-size: 1.7rem;
        line-height: 2.2;
    }
    .about_after .after_day span,
    .about_after .after_day em{
        font-size: 2.2rem;
    }
}


/*---------------------------------------
    申込受付期間
----------------------------------------*/
.kyotsutest_limit{
    padding: 30px 20px 40px;
}
.limit_day{
    text-align: center;
}
.limit_day dt{
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #e5432e;
}
.limit_day dd{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.limit_day dd p{
    margin-top: 0;
    font-size: 1.8rem;
}
.limit_day dd p:nth-child(1){
    width: 90.4%;
    max-width: 453px;
}
.limit_day dd p:nth-child(2){
    width: 9.6%;
    max-width: 48px;
}
.limit_day dd p:nth-child(3){
    margin-top: 15px;
    width: 85.6%;
    max-width: 429px;
}
.kyotsutest_limit .btn_ms_large{
    margin-top: 20px;
}
@media print, screen and (min-width:641px) {
    .kyotsutest_limit{
        padding: 50px 0 60px;
    }
    .limit_day dd p {
        font-size: 2.5rem;
    }
    .limit_day dd p:nth-child(1){
        width: auto;
    }
    .limit_day dd p:nth-child(2){
        width: auto;
    }
    .limit_day dd p:nth-child(3){
        margin-top: 0;
        width: auto;
    }
    .limit_day dt{
        padding: 10px;
        font-size: 2.4rem;
        margin-bottom: 25px;
    }
    .kyotsutest_limit .btn_ms_large{
        margin-top: 40px;
    }
}


/*---------------------------------------
    説明
----------------------------------------*/
.cp_information{
    position: relative;
    background-color: #f0f1f2;
    padding: 50px 0 20px;
}
.cp_animation{
    display: none;
}
.information_inner{
    max-width: 1010px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.information_inner .info_anchor .text{
    text-align: center;
    margin-bottom: 15px;
}
.anchor_inner{
    max-width: 1010px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.anchor_list{
    margin: 0 0 100px;
}
.anchor_list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.anchor_list li a {
    display: block;
    position: relative;
    color: #000;
    font-weight: bold;
    border: 2px solid #6ac7e6
;
    border-radius: 10px;
    line-height: 1;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    height: 65px;
    padding: 12px 20px 30px;
}

.anchor_list li a:before{
    display: block;
    position: absolute;
    content: "";
    background: url(../img/arrow.png) right 6px center no-repeat #6ac7e6
;
    background-size: 5px auto;
    width: 18px;
    height: 18px;
    left: 0;
    right: 0;
    bottom: 8px;
    border-radius: 50%;
    margin: auto;
    transform: rotate(90deg);
}

.anchor_list li a span{
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
@media print, screen and (min-width:641px) {
    .cp_information{
        padding: 100px 0 1px;
    }
    .cp_animation{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .cp_animation li{
        position: absolute;
    }
    .cp_animation li.circle.item_01{
        top: 13%;
        right: calc(50% - 750px);
    }
    .cp_animation li.dot.item_01{
        top: 9%;
        right: calc(50% - 700px);
    }
    .cp_animation li.circle.item_02{
        top: 38%;
        left: calc(50% - 750px);
    }
    .cp_animation li.dot.item_02{
        top: 34%;
        left: calc(50% - 655px);
    }
    .cp_animation li.circle.item_03{
        top: 61%;
        right: calc(50% - 750px);
    }
    .cp_animation li.dot.item_03{
        top: 66%;
        right: calc(50% - 690px);
    }
    .cp_animation li.circle.item_04{
        top: 82%;
        left: calc(50% - 695px);
    }
    .cp_animation li.dot.item_04{
        top: 85.5%;
        left: calc(50% - 765px);
    }
    .information_inner .info_anchor .text{
        margin-bottom: 30px;
    }
    .anchor_list{
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        margin: 0 -10px 125px;
    }
    .anchor_list li{
        width: 25%;
        padding: 0 10px;
    }
    .anchor_list li:not(:last-of-type) {
        margin-bottom: 0px;
    }
    .anchor_list li a {
        height: 82px;
        padding: 20px 10px 30px;
        transition: all 0.3s;
    }
    .anchor_list li a:before{
        bottom: 12px;
    }
    .anchor_list li a:hover {
        transform: translateY(5px);
        /* box-shadow:0px 0px 0px 0px rgba(0,81,159,0); */
    }
    .anchor_list li a span{
        font-size: 1.6rem;
    }
}

/* タイムスケジュール、受験方法 */
.anchor_cont{
    margin-top: -70px;
    padding-top: 70px;
    position: relative;
}
.kyotsutest_contents_wrap{
    margin-bottom: 80px;
    padding: 0 20px 30px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow:0px 0px 15px 15px rgba(135,141,142,0.12);
}
.kyotsutest_contents_title .title_ico{
    width: 120px;
    height: 60px;
    margin: 0 auto -20px;
    padding-top: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 60px 60px 0 0;
    transform: translateY(-50px);
}
.kyotsutest_contents_title .title_ico img{
    max-width: 45px;
}
.kyotsutest_contents_title .anchor_title{
    text-align: center;
}
.kyotsutest_contents_title .anchor_title span{
    display: inline-block;
    max-width: calc(374px * 0.75);
}

@media print, screen and (min-width:641px) {
    .kyotsutest_contents_wrap{
        padding: 0 85px 60px;
    }
    .kyotsutest_contents_title .title_ico{
        width: 175px;
        height: 88px;
        margin: 0 auto -35px;
        padding-top: 45px;
        border-radius: 88px 88px 0 0;
        transform: translateY(-65px);
    }
    .kyotsutest_contents_title .anchor_title span{
        max-width: 374px;
    }
}

.info_anchor_cont .anchor_inner{
    max-width: 1010px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.info_anchor_cont .border_wrap{
    position: relative;
    padding: 0 25px 40px;
}

.info_anchor_cont .anchor_title{
    position: relative;
    text-align: center;
    width: calc(100% - 80px);
    height: 80px;
    margin: 0 auto;
    line-height: 1;
}
.info_anchor_cont .anchor_title img{
    width: 100%;
    max-width: 220px;
}
.info_anchor_cont .anchor_title + *{
    margin-top: -60px;
}

.info_anchor_cont .info_cont_text{
    margin-bottom: 40px;
}
.info_anchor_cont .info_cont_text p{
    margin-top: 0;
}
.info_anchor_cont .info_cont_text p:not(:last-of-type){
    margin-bottom: 15px;
}
.info_anchor_cont .info_cont_text p .marker{
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-weight: 700;
}
.kyotsutest_contents_main p.notes{
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
    margin-top: 5px;
}
.kyotsutest_contents_main p.notes.num{
    margin-left: 2.1em;
    text-indent: -2.1em;
}
@media print, screen and (min-width:641px) {
    .kyotsutest_contents_wrap{
        margin-bottom: 150px;
    }
    .info_anchor_cont .anchor_title{
        width: calc(100% - 80px);
    }
    .info_anchor_cont .anchor_title img{
        width: auto;
        max-width: 100%;
    }
    .info_anchor_cont .info_cont_text{
        margin-bottom: 60px;
    }
    .info_anchor_cont .info_cont_text p{
        font-size: 1.6rem;
        text-align: center;
    }
}

/*---------------------------------------
    スケジュール
----------------------------------------*/
.schedule_table{
    padding: 20px 0 10px;
}
.schedule_table table{
    width: 100%;
}
.schedule_table th,
.schedule_table td{
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.5;
}
.schedule_table th{
    width: 130px;
    padding: 10px 0;
    font-size: 1.3rem;
    color: #fff;
    background-color: #6ac7e6
;
    border-bottom: 1px solid #fff;
}
.schedule_table tr:last-child th{
    border-bottom: 1px solid #6ac7e6
;
}
.schedule_table th span{
    display: block;
    font-size: 1.4rem;
}
.schedule_table td{
    padding: 10px 15px;
    font-size: 1.5rem;
    border: 1px solid #6ac7e6
;
}
.schedule_table td sup{
    font-size: 1rem;
}
@media print, screen and (min-width:641px) {
    .schedule_table{
        padding: 40px 0 15px;
    }
    .schedule_table th{
        width: 295px;
        padding: 15px 0 15px 20px;
        font-size: 2.1rem;
        text-align: left;
    }
    .schedule_table th span{
        display: inline;
        font-size: 2.1rem;
        margin-right: 10px;
    }
    .schedule_table td{
        padding: 15px 20px;
        font-size: 2.2rem;
    }
    .schedule_table td sup{
        font-size: 1.3rem;
    }
}


/*---------------------------------------
    自宅での受験方法
----------------------------------------*/
.flow_wrap{
    padding: 20px 0 30px;
}
.flow_block:not(:last-of-type){
    padding-bottom: 46px;
    background: url(../img/flow_arrow.png) center bottom 10px no-repeat;
    background-size: 54px auto;
}
.flow_block dt{
    position: relative;
    padding: 12px 10px 12px 50px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    background-color: #6ac7e6
;
}
.flow_block dt .num{
    position: absolute;
    display: block;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 50%;
    text-align: center;
    color: #6ac7e6
;
    background-color: #fff;
}
.flow_block dd{
    padding: 15px;
    border: 1px solid #6ac7e6
;
}
.flow_block dd .img{
    width: 115px;
    margin: 0 auto;
}
.flow_block dd .text{
    padding-top: 15px;
}
.flow_block dd .text p{
    line-height: 1.8;
}
.flow_block dd .text sup{
    font-size: 1.0rem;
}
.flow_block dd .text p a{
    color: #000;
    text-decoration: underline;
	display: inline;
}
@media print, screen and (min-width:641px) {
    .flow_wrap{
        padding: 40px 0 50px;
    }
    .flow_block:not(:last-of-type){
        padding-bottom: 55px;
        background: url(../img/flow_arrow.png) center bottom 11px no-repeat;
        background-size: 72px auto;
    }
    .flow_block dt{
        padding: 18px 15px 18px 90px;
        font-size: 2.0rem;
        line-height: 1.6;
    }
    .flow_block dt .num{
        top: 13px;
        left: 25px;
        width: 42px;
        height: 42px;
        padding-top: 9px;
        font-size: 2.2rem;
        line-height: 1;
        letter-spacing: 0.02em;
    }
    .flow_block dd{
        display: flex;
        width: 100%;
        padding: 25px 30px;
    }
    .flow_block dd .img{
        width: 150px;
        margin: inherit;
    }
    .flow_block dd .text{
        width: calc(100% - 150px);
        padding: 0 0 0 30px;
    }
    .flow_block dd .text p a:hover{
        text-decoration: none;
    }
}

/*---------------------------------------
    お知らせ
----------------------------------------*/
.kyotsutest_news{
    padding-bottom: 100px;
}
.news_inner{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.news_column{
    margin-top: 20px;
}
.news_column .text{
    padding-bottom: 30px;
}
.news_column .text a{
    font-weight: bold;
    color: #e5432e;
}
.news_title{
    max-width: 425px;
}
.news_day{
    max-width: 276px;
    margin: 25px 0;
    padding-bottom: 7px;
    border-bottom: 2px solid #6ac7e6
;
}
.news_day p{
    display: inline-block;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
    color: #6ac7e6
;
}
.news_day small{
    font-size: 2.7rem;
}
.news_day span{
    font-size: 4.5rem;
    color: #e5432e;
}
.news_day > div{
    display: inline-block;
    font-size: 1.7rem;
    color: #fff;
    background-color: #6ac7e6
;
}
@media print, screen and (min-width:641px) {
    .kyotsutest_news{
        padding-bottom: 130px;
    }
    .news_column{
        position: relative;
        width: 100%;
        max-width: 1750px;
        min-height: 582px;
        margin: 50px auto 0;
    }
    .news_column .img{
        width: calc(50% - 120px);
    }
    .news_column .img img{
        width: 100%;
        max-width: inherit;
        margin-left: -20px;
    }
    .news_column .text{
        position: absolute;
        top: 50%;
        right: calc(50% - 500px);
        width: 550px;
        padding-bottom: 0;
        transform: translateY(-50%);
    }
    .news_column .text a:hover{
        text-decoration: none;
    }
    .news_day{
        margin: 35px 0 25px;
    }
}

/*---------------------------------------
    お問い合わせ先
----------------------------------------*/
.cp_contact_area{
    background-color: #6ac7e6
;
    padding: 0 0 50px;
}
.cp_contact_area .kyotsutest_contents_title .title_ico{
    background-color: #6ac7e6
;
}
.cp_contact_area .contact_inner{
    max-width: 840px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.cp_contact_area .school_list{
    padding-top: 30px;
}
.cp_contact_area .school_list li:not(:last-of-type){
    margin-bottom: 15px;
}
.cp_contact_area .school_cont{
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.5;
    border-radius: 10px;
}
.cp_contact_area .school_cont:before{
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 22px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: url(../img/arrow.png) right 6px center no-repeat #6ac7e6
;
    background-size: 5px auto;
}
.cp_contact_area .school_cont dt{
    font-family: 'NotoSansCJKjp-Bold_subset';
    font-weight: 700;
    font-size: 1.4rem;
}
.cp_contact_area .school_cont dd{
    font-size: 1.9rem;
}
.cp_contact_area .school_cont dd .tel{
    font-size: 1.9rem;
}
.cp_contact_area .school_cont dd .tel a{
    text-decoration: underline;
    font-size: 1.9rem;
}
@media print, screen and (min-width:641px) {
    .cp_contact_area{
        padding: 0 0 100px;
    }
    .cp_contact_area .contact_title{
        padding-top: 75px;
        margin-bottom: 50px;
    }
    .cp_contact_area .contact_title .ico{
        width: 56px;
        height: 56px;
    }
    .cp_contact_area .contact_title .ico:before{
        font-size: 40px;
        width: 40px;
        height: 40px;
    }
    .cp_contact_area .contact_title div{
        max-width: 232px;
    }
    .cp_contact_area .school_list{
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding-top: 65px;
    }
    .cp_contact_area .school_list li{
        width: 33.33%;
        padding: 0 15px 30px;
    }
    .cp_contact_area .school_list li:not(:last-of-type){
        margin-bottom: 0;
    }
    .cp_contact_area .school_cont{
        padding: 15px 5px;
    }
    .cp_contact_area .school_cont:before{
        display: none;
    }
    .cp_contact_area .school_cont:after{
        display: none;
    }
    .cp_contact_area .school_cont dd{
        font-size: 2.1rem;
    }
    .cp_contact_area .school_cont dd .tel{
        font-size: 2.1rem;
    }
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .cp_contact_area .school_cont dd { letter-spacing: 0; } /* IE11 */
}

/*---------------------------------------
    お申し込みボタン2023年追加
----------------------------------------*/
.btn_push:hover{
    opacity: 0.8;
}

.btn_push:active{
  transform: translate3d(0, 3px, 0);
}
/*---------------------------------------
    調整用
----------------------------------------*/
.mb0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}

/*---------------------------------------
    プリント用
----------------------------------------*/
@media print {
    body{
        width: 1000px;
    }
    .fade_item{
        opacity: 1!important;
        transform: translateY(0)!important;
    }
}
/*---------------------------------------
    ページ下部リンク　2025年6月追加
----------------------------------------*/

.kouza{
	background-color: #F0F1F2;
	text-align: center;
	margin-bottom: 8%;
	margin-top: -5%;
	padding-top: 30px;
	padding-bottom: 30px;		
}

.kouza_box{
	border: 1px solid;
	border-radius: 20px;
	background-color: #004EA1;
	padding: 1em;
	max-width: 1010px;
    width: calc(100% - 40px);
    margin: 0 auto;
	font: #ffffff;
}

