@charset "utf-8";
/* CSS Document */

/*------------------
 　動画詳細
-------------------*/

/*------------------
 　section
-------------------*/
div#wrap_sec1  h2{
	border: none;
	text-decoration: none;
	font-size: clamp(18px, 3.8vw, 24px);
	line-height: 1.5;
}
div#wrap_sec1 {
    background: #f1f6ff;
    padding: 50px 0;
	text-align: center;
}
div#wrap_sec2 {
    background: #fff;
    padding: 50px 0;
}
.wrap_breadcrumb {
    background: #fff;
}
@media screen and (max-width: 550px) {
	div#wrap_sec1 {
		padding: 20px 0;
}
}
