@charset "utf-8";
/****************************************************************************************************
****************************************************************************************************/
.gla_job1{
}
	.gla_jobFig{
        width: calc( 380 / 750 * 100% );
	}
	.gla_jobNoitce{
        width: calc( 340 / 750 * 100% );
	}
@media only screen and (max-width:736px){
	.gla_jobFig{ width:100%; }
	.gla_jobNoitce{ width:100%; }
}
/****************************************************************************************************
****************************************************************************************************/
.law_row1{
    margin-bottom:30px;
}
@media only screen and (max-width:736px){
.law_row1{
    margin-bottom:0;
}
}

.law_listBase1{
    padding:10px;
    width:340px;
    background-color:#F2F8FC;
}
@media only screen and (max-width:1000px){
.law_listBase1{
    width:48%;    /*360px;*/
}
}
@media only screen and (max-width:736px){
.law_listBase1{
    margin-bottom:20px;
    width:100%;
}
}
    
    .law_listBase1 span{
        color:#0072BA;
    }
    .law_listBase1 dt{
        margin-bottom:10px;
        font-weight:bold;
        font-size:114%;
    }

.law_listL{ float:left; }
.law_listR{ float:right; }
@media only screen and (max-width:736px){
.law_listL{ float:none; }
.law_listR{ float:none; }
}



.law_job1{
}
    .law_jobFig{
        width: calc( 355 / 750 * 100% );
    }
    .law_jobNoitce{
        width:48%;    /*360px;*/
    }
@media only screen and (max-width:736px){
    .law_jobFig{ width:100%; }
    .law_jobNoitce{ width:100%; }
}


.movie__iframe.-youtube{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc( 160 / 288 * 100% );
}
@media only screen and (max-width:736px){
.movie__iframe.-youtube{
    padding-top: calc( 480 / 716 * 100% );
}
}
.movie__iframe.-youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




