<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: 30px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.6;
    color: #1c236d;
}
.jukostyle .list_live h4 span.txt_s{
	font-size: 20px;
}
.jukostyle .list_live .photo {
    width: 45%;
    float: left;
    margin: 20px 2.5%;
}
.jukostyle .list_live .link{
    text-align: right;
    padding: 30px 15px 10px;
}
.jukostyle .list_live .link a{
	color: #1c236d;
}
.jukostyle .list_live .caution{
    font-size: 14px;
	margin-bottom: 0;
}
.jukostyle .box_detail p {
	text-align: left;
}
.jukostyle .box_detail ul.list_live p.lead {
	font-size: 16px;
	margin-bottom: 0;
}

@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: 100%;
		margin-bottom: 40px;
		height: auto;
		overflow: hidden;
    }
    .jukostyle .list_live .caution{}
}

@media screen and (max-width: 599px){
    .jukostyle .top_img .ttl{ font-size: 16px;}
    .jukostyle .box_detail h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	.jukostyle .list_live h4{
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    color: #1c236d;
	}
	.jukostyle .list_live h4 span.txt_s{
		font-size: 12px;
	}
    .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;}
	
	.jukostyle .box_detail ul.list_live p.lead {
	font-size: 14px;
	margin: 0 2.5% 10px;
	}
	.jukostyle .list_live .caution{
    font-size: 12px;
	margin: 0 2.5% 10px;
	}
	.jukostyle .list_live .link{
    padding: 10px 15px ;
	}
	.jukostyle .list_live .photo {
    width: 95%;
    float: none;
    margin: 0 2.5% 20px;
	}
}

/* 20210217_youtube */
.youtube_area.jukostyle_ytb{
	width: 45%;
	height: auto;
	overflow: hidden;
	margin: 20px 2.5%;
	display: block;
	float: left;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width:849px){
	.youtube_area.jukostyle_ytb{
	width: 95%;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
	}
}
</pre></body></html>