@charset "utf-8";
/* CSS Document */
.box_youtube{
	max-width: 1200px;
	margin:5rem auto 5rem;
	text-align: center;
	
	
}
.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%;
}

/* ココから下が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: "";
  }
}
