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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/works/mv.jpg");
}



/* youtube */
.youtube__box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.youtube__box::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
}



/* east,west */
.east {
	background-color: #F7F7F7;
}

.east__tbl,
.west__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
}

.east__tbl th,
.west__tbl th {
	font-weight: bold;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #DDD;
}

.east__tbl th:nth-of-type(1),
.west__tbl th:nth-of-type(1) {
	width: 13%;
}

.east__tbl th:nth-of-type(2),
.west__tbl th:nth-of-type(2) {
	width: 12%;
}

.east__tbl th:nth-of-type(3),
.west__tbl th:nth-of-type(3) {
	width: 15%;
}

.east__tbl th:nth-of-type(4),
.west__tbl th:nth-of-type(4) {
	width: 60%;
}

.east__tbl td,
.west__tbl td {
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}




/******************************************************

タブレットの設定 960px〜1199pxの場合に適用 

*******************************************************/

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





}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

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




}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* youtube */
.youtube__box {
	margin-bottom: 30px;
}
	
	
	
/* east,west */
.tbl__wrapper {
	overflow: scroll;
	white-space: nowrap;
}
	
.east__tbl,
.west__tbl {
	width: 600px;
	}

.east__tbl th,
.west__tbl th {
	padding: 15px 0 15px 10px;
}

.east__tbl th:nth-of-type(1),
.west__tbl th:nth-of-type(1) {
	width: 13%;
}

.east__tbl th:nth-of-type(2),
.west__tbl th:nth-of-type(2) {
	width: 12%;
}

.east__tbl th:nth-of-type(3),
.west__tbl th:nth-of-type(3) {
	width: 15%;
}

.east__tbl th:nth-of-type(4),
.west__tbl th:nth-of-type(4) {
	width: 60%;
}

.east__tbl td,
.west__tbl td {
	padding: 15px 0 15px 10px;
}




}