@charset "UTF-8";
.treatment_box{background: var(--green01); padding: 12% 0; margin-bottom: 12%;}
.treatment_box .item-list{background: #fff;}
span.small {display: inline-block;font-family: inherit;color: inherit;font-size: 70%;}
.item li .name span.small {display: inline-block;font-family: inherit;color: inherit;font-size: 65%;}
.attention{margin-bottom: 12%;}

.movie{width:100%;margin: 0 auto;height:50vw;}



/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) {
	
.treatment_box{padding: 100px 0 10px 0;margin-bottom:240px;}
.attention{margin: 0 auto 270px;}
	
.movie{width:80%;height:550px;}

}

@media screen and (min-width: 1000px) {

}

@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {

}