@charset "utf-8";

.bg_catch_facilities {
    height: 45rem;
    background: url('../images/bg_catch_facilities.png') no-repeat;
    background-position: bottom center;
    vertical-align: top;
    background-size: 100% auto;
}


.renew-pbox{
max-width: 750px;
margin-left: auto;
margin-right: auto;
}

.half.right.renew .imgbox{
text-align: center;
}


.youtube {
width: 95%;
max-width: 750px;
padding: 0;
box-sizing: border-box;
margin-top: -4rem;
margin-bottom: 7rem;
margin-left: auto;
margin-right: auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1080px){
#content{
overflow: hidden;
}
}


@media screen and (max-width: 767px){

.youtube {
width: 97%;
margin-top: 3rem;
}

}
