

body { background: #fff; color: #000; }
#main { padding: 0; }
#main .youtube.inner { max-width: 100%; width: 100%;}

.youtube .item .head { padding: 5% 0 20px; text-align: center;}
.youtube .textbox { text-align: left; }
.youtube .textbox h2 {  margin: 0 8% 20px; font-size: 28px; line-height: 1.5; font-family: 'Noto Sans Medium'; text-align: left;}
.youtube .textbox p { margin: 30px 0 24px; font-size: 15px; font-family: 'Noto Sans Regular'; line-height: 200%; }
.youtube .textbox .item p { margin: 50px 8% 24px; font-size: 15px; font-family: 'Noto Sans Regular'; line-height: 200%; text-align: left;}
.youtube .yt-wrap { position: relative; width: 100%; padding-top: 56.25%; }
.youtube .yt-wrap iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
	
	.youtube .textbox h2 {  margin: 0 5% 10px; font-size: 20px; line-height: 1.5; font-family: 'Noto Sans Medium';}
	.youtube .textbox p { font-size: 14px; line-height: 180%; }
	.youtube .textbox .lead { margin: 10px 5% 24px; font-size: 14px; font-family: 'Noto Sans Regular'; line-height: 200%; }
	.youtube .textbox .item p { margin: 30px 5% 24px; font-size: 14px; font-family: 'Noto Sans Regular'; line-height: 180%; text-align: left;}
}