@charset "utf-8";

/* Laptop small S */
@media all and (min-width:1024px) and (max-width:1440px){
}
/* Laptop E */

/* Tablet and Mobile S */
@media all and (max-width:1023px){
    #ci>div>div{
        display: block;
    }
    #ci>div>div>ul{
        display: flex;
    }
    #ci>div>div>ul>li{
        margin-right: 10px;
    }
    #ci>div>div>div>p{
        margin-bottom: var(--white_space_mt2);
    }
}
/* Tablet and Mobile E */

/* Tablet S */
@media all and (min-width:768px) and (max-width:1023px){
   
}
/* Tablet E */

/* Mobile S */
@media all and (max-width:767px){
    .wrap{
        margin-top: 55px;
    }
    #ci>div>h2{
        font-size: var(--font_size_mt_h2);
        padding-top: 15px;
        margin-bottom: var(--white_space_mt1)
    }
    #ci>div>h2::after{
        width: 34px;
        height: 4px;
    }
    #ci>div>h3{
        margin-bottom: var(--white_space_mt2);
    }
    #ci>div>div>div{
        margin-right: 0px;
    }
    #ci>div>div>div>h2{
        margin-bottom: var(--white_space_mt2);
    }
    #ci>div>div>div>h2>img{
        width: 190px;
    }
    #ci>div>div>div>p{
        line-height: var(--line_height_mt_body1);
        font-size: var(--font_size_mt_body1);
    }

    #ci>div>div>ul{
        display: flex;
    }
    #ci>div>div>ul>li{
        width: 50%;
        margin-right: 10px;
    }
    #ci>div>div>ul>li:last-of-type{
        margin-right: 0px
    }
    #ci>div>div>ul>li>a{
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: var(--font_size_mt_body1);
    }
}
/* Mobile E */