<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.box_youtube{
	max-width: 1200px;
	margin:2rem auto 2rem;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	padding: 3rem 0rem 2rem;
	width: 100%;
	
}
.box_youtube p{
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 5rem;
	color: #A2A2A2;
}
.tube {
position:relative;
width:100%;
height: 0;
padding-top:calc(9 / 16 * 100%);
margin: 0 auto 2rem;
overflow: hidden;
		
}
.tube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
	color: #FFFFFF;

}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 1024px) {
	
.wrap{
  margin-bottom: 1.5rem;
	max-width: 1200px;
	margin: 0 auto 5rem;
}
  .float-right{
    float: right;
width:50%;
  }
  .float-left{
    float:left;
    width: 50%;
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
}
</pre></body></html>