@charset "UTF-8";
/* 公開後の変更依頼対応　全ての学科に共通するためここにまとめる */

#center .strengths{
    border:0px!important;
}
#center .strengths .orange{
    border:0px!important;
}


@media screen and (min-width:801px) {
    
    #center .course .pdf-link{
        height:auto;
        max-height: fit-content;
        padding: 1em 1em;
        margin:2rem auto 1rem 0px;
    }
    #center .course .pdf-link img{
        display: inline-block;
        position: absolute;
        left: 2em;
        bottom:30%;
        width: 26.3px;
    }
    #center .course .pdf-link::after{
        position: absolute;
        content: "";
        width: 29.4px;
        height: 10px;
        bottom: 40%;
        right: 1em;
    }
    #center .strengths ul li img{
        position:absolute;
        top: 1.5em;
        left:0px;
        width: 100%!important;
        height: 2em;
        display: block;
        
    }
    #center .strengths ul li{
        position:relative;
        padding-top: 5em;
        height:auto;
        min-height: 280px;
        align-content:center;
    }
    #center .strengths .orange{
        font-size: 30px;
    }
     #center .strengths .orange .t{
        position:relative;
     }
    .plus{
        padding:4em 5vw;
    }
    .plus-img{
        width:4em;
        display:block;
    }
    #center .plus .flex{
        gap:3em;
    } 
    .plus .plus-label{
        background-color:var(--theme);
        padding:0.5em;
        font-size: 1.5rem;
        color:white;
        font-weight:700;
        margin-bottom:1rem;
    }
    .plus .color{
        font-size:30px;
        color:var(--theme);
        padding-left: 1em;
        display:block;
    }
    .plus-a{
        padding:0.5em 0px;
        padding-bottom:2rem;
        display: flex;
    }
    .plus-frame{
        border:1px solid var(--theme);
        margin: 2rem 0px;
        padding: 2rem 3rem;
    }
    .plus .tx{
        font-size: 1.2rem;
        padding-bottom: 1rem;
        font-family: 'Zen Kaku Gothic New', sans-serif;
    }

    .kodomo-boshi_box .t{
        color:var(--theme)!important;
        font-size: 1.2em;
        background-color:white!important;
    }
    .kodomo-boshi_box .ex{
        font-size: 16px;
        color: #4d4d4d;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .kodomo-boshi_box{
        border:1px solid #cdcdcd;
        border-radius: 10px;
        margin: 2em 2em; 
        padding: 1em 3em;
    }
    .kodomo-boshi_box .pdf-link{
        width:fit-content!important;
        max-width:100%;
        display: block;
        height:fit-content!important;
        padding: 1.2em 4em;
        font-size: 16px!important;
        margin: 2em auto 1em auto!important;
        text-align:left!important;
    }
    .kodomo-boshi_box .pdf-link img{
        position:absolute;
        display: block;
        height:100%;
        top:0px;
        left: 1.5em!important;
    }
    .kodomo-boshi_box .pdf-link::after{
        position: absolute;
        top:45%;
        right:1.5em!important;
    }
}


@media screen and (max-width:800px) {
    #center .course .pdf-link{
        margin: 3em auto;
    }
    #center .course .pdf-link img{
        width: clamp(15.7px, 4.3vw, 32.8px);
        display: block;
    }
    #center .strengths .t{
        display:block;
        padding-top: 0.5em;
    }
    #center .strengths ul li{
        width: clamp(288px, 80vw, 600px);
        height:auto;
        min-height: 0px;
        height:fit-content;
    }
    .plus{
        padding:4em 5vw;
    }
    .plus-img{
        width:3em;
    }
    #center .plus .flex{
        gap:3em;
        flex-wrap:wrap;
    } 
    .plus .plus-label{
        background-color:var(--theme);
        padding:0.5em;
        font-size: 1.3em;
        color:white;
        font-weight:700;
        margin-bottom:1rem;
    }
    .plus .color{
        font-size:1.8em;
        color:var(--theme);
        padding-top:0.5em;
        padding-left: 0em;
        display:block;
    }
    .plus-a{
        padding:0.5em 0px;
        padding-bottom:2rem;
    }
    .plus-frame{
        border:1px solid var(--theme);
        margin: 2rem 0px;
        padding: 0.5rem 1rem;
    }
    .plus .tx{
        font-size: 1rem;
        padding-bottom: 1rem;
        font-family: 'Zen Kaku Gothic New', sans-serif;
    }
    
    .kodomo-boshi_box{
        margin:0em auto;
        margin-bottom:-1em;
        padding: 0px;
        width: 90%;
        border-radius: 10px;
    }
    .kodomo-boshi_box .t{
        color:var(--theme)!important;
        background-color:white!important;
        font-size:1.3em;
        margin-bottom:-1em;
    }
    .kodomo-boshi_box .ex{
        color: #666666;
        font-size: clamp(14px, 2.93vw, 22px);
        line-height:1.5em;
        padding-top:0em;
        font-family: 'Noto Sans JP', sans-serif;
    }
    #center .kodomo-boshi_box .pdf-link{
        border:1px solid #cdcdcd;
        width: 100%;
        margin: 2em auto;
        height: fit-content;
        align-content: center;
        align-items: center;
        display: flex;
        padding: 0.5em 3em;
        justify-content: center;
        text-decoration: none;
        gap:  0px clamp(7.2px, 2vw, 15px);
        font-size: clamp(15px, 3.07vw, 23px);
        color: #4d4d4d;
        position:relative;
    }
    #center .kodomo-boshi_box .pdf-link img{
        width: clamp(15.7px, 4.3vw, 32.8px);
        position:absolute;
        left:0.7em;
        top:35%;
        display: block;
    }
    #center .kodomo-boshi_box .pdf-link::after{
        position: absolute;
        top: 45%;
        right:0.7em;
        content: "";
        width: clamp(17.8px, 4.9vw, 37px);
        height: clamp(6px, 1.7vw, 12.5px);
        background-image: url("../img/curriculum-next.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }


}