/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section#mv {
	background-image: url("../../common/images/cm/main_vis.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
#mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mv_ttl img {
    width: 220px;
    height: auto;
    margin: 60px auto 0;
}
section#cm_area01 {
	background-color: #f5f6f8;
	background-image: url("../../common/images/cm/cm_area01_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
	position: relative;
	width: 100%;
}
.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;
	width: 90%;
	text-align: left;
	color: #56595b;
}
.cm_area01_youtube_wrap {
	margin: auto;
	width: 90%;
}
.cm_area01_youtube {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cm_area01_youtube_frame {
    height: auto;
    position: relative;
    box-sizing: border-box;
    border: solid 8px #c6ecfc;
    width: 100%;
    margin-bottom: 10px;
}
/*iframeに記載してあるwidthとheightを削除する*/
.cm_area01_youtube_frame iframe {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: solid 8px #fff;
}
.youtube_cap {
	text-align: left;
	display: flex;
    align-items: center;
    flex-direction: column;
}
.youtube_cap h2 {
	color: #013e98;
	font-size: 20px;
	position: relative;
}
.youtube_cap img {
}
.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;
}