@charset "utf-8";
/* CSS Document */

.youtube_box{

width: 90%!important;
    margin: auto;
	margin-top: 40px;
}
.youtube_box:empty{
	display: none;
}
.youtube_box iframe{
    width: 100%;
    height: 550px;
}

#cms_4-b .youtube_box iframe{
	height: 200px;	
}


/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
.youtube_box iframe {
    height: 400px;
}
#cms_4-b .youtube_box iframe{
	height: 200px;	
}

}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
.youtube_box {
    margin-top: 20px;
}
.youtube_box iframe {
    width: 100%!important;
    height: 250px;
}
#cms_4-b .youtube_box iframe{
	height: 150px;	
}
}
