<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* ==========================================================================
    /includes/school/jukostyle.inc
========================================================================== */

.jukostyle .top_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    background: url(/school/image/jukostyle/cross.svg)center/5% no-repeat;
}
.jukostyle .top_img &gt; div{
    width: 45%;
    padding-top: 45%;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jukostyle .top_img .ttl{
    text-align: center;
    color: #1c236d;
    font-size: 30px;
    line-height: 1.3;
    padding: 10px;
    width: 100%;
    background: rgb(255 255 255 / .7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.jukostyle .top_img &gt; div:first-child{ background-image: url(/school/image/jukostyle/img01.jpg);}
.jukostyle .top_img &gt; div:nth-child(2){ background-image: url(/school/image/jukostyle/img02.jpg);}

.jukostyle .box_detail{
    background: #fff;
    border-top: 1px solid #1c236d;
    border-bottom: 1px solid #1c236d;
    padding: 25px 20px;
    position: relative;
}
.jukostyle .box_detail +  .box_detail{ margin-top: 70px;}
.jukostyle .box_detail +  .box_detail::before{
    content: "";
    padding: 15px;
    background: url(/school/image/jukostyle/cross.svg)center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
}
.jukostyle .box_detail h3{
    color: #1c236d;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.jukostyle .box_detail &gt; .box_detail{ background: #f3f3f2;}

.jukostyle .wrap_curricrum{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.jukostyle .wrap_curricrum + .link{ text-align: right;}

.jukostyle .list_live li{ border: 1px solid #1c236d;}
.jukostyle .list_live h4{
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    color: #1c236d;
}
.jukostyle .list_live .photo{ width: 100%;}
.jukostyle .list_live .link{
    text-align: right;
    padding: 10px 15px;
}
.jukostyle .list_live .description{
    padding: 10px 15px;
}
.jukostyle .list_live .caution{
    font-size: 12px;
    position: absolute;
}

@media screen and (min-width: 600px){
    .jukostyle .wrap_curricrum &gt; p{ width: 47%;}
    .jukostyle .wrap_curricrum .photo{ width: 46.5%;}
    .jukostyle .wrap_curricrum + .link{
        width: 47.5%;
        margin-top: -2em;
    }
    .jukostyle .list_live{
        display: flex;
        justify-content: space-between;
        margin: 50px auto;
    }
    .jukostyle .list_live li{
        width: 47.5%;
    }
    .jukostyle .list_live .caution{ max-width: 45%;}
}

@media screen and (max-width: 599px){
    .jukostyle .top_img .ttl{ font-size: 16px;}
    .jukostyle .box_detail h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .jukostyle .box_detail + .box_detail::before {
        padding: 10px;
        top: -45px;
    }
    .jukostyle .wrap_curricrum .photo{
        order: -1;
        margin-bottom: 1em;
    }

    .jukostyle .list_live{ margin: 30px auto;}
    .jukostyle .list_live li + li{ margin-top: 10px;}
    .jukostyle .list_live li:first-child{ margin-bottom: 4em;}
}

</pre></body></html>