section#mv {
	background-image: url("../../common/images/cm/main_vis.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	width: 2560px;
}
#mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section#cm_area01 {
	background-color: #f5f6f8;
	background-image: url("../../common/images/cm/cm_area01_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
	position: relative;
	width: 2560px;
}
.cm_area01_ttl {
	height: 79px;
	margin: auto auto 30px;
	position: relative;
	width: 102px;
}
.cm_area01_ttl .cm_area01_title02_txt_yougo_b {
	width: 96px;
	height: 16px;
	font-size: 16px;
	text-align: center;
	color: #013E98;
}
.cm_area01_des_txt_yougo_m {
	margin: auto auto 30px;
	font-size: 16px;
	text-align: center;
	color: #56595b;
}
.cm_area01_youtube_wrap {
	margin: auto;
	width: 743px;
}
.cm_area01_youtube {
	text-align: center;
}
.cm_area01_youtube_frame {
	background-image: url("../../common/images/cm/cm_area01_youtube_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 503px;
	position: relative;
	width: 748px;
}
.cm_area01_youtube_frame iframe {
	height: 315px;
	margin-bottom: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 565px;
}
.youtube_cap {
	margin-top: -40px;
	text-align: left;
}
.youtube_cap h2 {
	color: #013e98;
	font-size: 20px;
	padding-left: 70px;
	margin-bottom: -10px;
	position: relative;
}
.youtube_cap img {
	margin-left: 62px;
}
.youtube_cap h2::before {
	background-image: url("../../common/images/cm/cm_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 34px;
	width: 47px;
}