.contents_header_lead{
	padding: 50px 0 20px 0;
	font-size: 18px;
}
.contents_guide{
	padding-bottom: 80px;
}
.contents_guide_inner{
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_header_bar_ttl{
		line-height: 30px;
	}
	.contents_header_lead{
		padding: 0 4%;
		font-size: 16px;
	}
	.contents_guide{
		padding-bottom: 40px;
	}
	.contents_guide_inner{
		width: 100%;
	}
}

/* ----------------------------- セクション ----------------------------- */

.contents_guide_clm{
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.contents_guide_clm_section{
	padding: 50px 0;
	border-bottom: 1px solid #bbb;
}
.contents_guide_clm_section:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.contents_guide_clm_section_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.contents_guide_clm_section_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff6400;
}
.guide_mov_clm{
	display: flex;
	justify-content: space-between;
}
.guide_mov_clm_item{
	width: 465px;
}
.guide_mov_clm_item_caption{
	padding-top: 10px;
	font-size: 14px;
}
.guide_mov_clm_item_link{
	margin-bottom: 20px;
}
.guide_mov_clm_item_link:last-child{
	margin-bottom: 0;
}
.guide_mov_clm_item_link_ttl{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #22272a;
}
.guide_mov_clm_item_link_list{
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #e4e7e9;
}
.guide_mov_clm_item_link_list li{
	width: 50%;
	border-right: 1px solid #e4e7e9;
	border-bottom: 1px solid #e4e7e9;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.guide_mov_clm_item_link_list li.full{
	width: 100%;
}
.guide_mov_clm_item_link_list a{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 20px;
	height: 60px;
	color: #2b383f;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.06em;
	text-align: center;
}
.guide_mov_clm_item_link_list span{
	display: inline-block;
	padding-left: 32px;
	background: url(../img/icon_play.png) 0 center no-repeat;
	background-size: 23px auto;
}
.guide_img_clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guide_img_clm_item{
	width: 310px;
}
.guide_img_clm_item:nth-child(n+4){
	margin-top: 45px;
}
.guide_img_clm_item_caption{
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
}
.contents_guide_clm_section_comment{
	margin-top: 50px;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.contents_guide_clm{
		padding: 0 4%;
		width: 100%;
	}
	.contents_guide_clm_section{
		padding: 40px 0;
	}
	.contents_guide_clm_section:last-child{
		padding-bottom: 0;
	}
	.contents_guide_clm_section_ttl{
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 33px;
	}
	.guide_mov_clm{
		display: block;
	}
	.guide_mov_clm_item{
		margin-bottom: 30px;
		width: 100%;
	}
	.guide_mov_clm_item:last-child{
		margin-bottom: 0;
	}
	.guide_mov_clm_item_caption{
		padding-top: 6px;
		font-size: 12px;
	}
	.guide_mov_clm_item_link{
		margin-bottom: 15px;
	}
	.guide_mov_clm_item_link:last-child{
		margin-bottom: 0;
	}
	.guide_mov_clm_item_link_ttl{
		padding: 13px 10px;
		line-height: 24px;
	}
	.guide_mov_clm_item_link_list{
		display: block;
	}
	.guide_mov_clm_item_link_list li{
		width: 100%;
	}
	.guide_mov_clm_item_link_list a{
		padding-left: 15px;
		height: 45px;
		font-size: 14px;
	}
	.guide_mov_clm_item_link_list span{
		padding-left: 28px;
		background-size: 19px auto;
	}
	.guide_img_clm{
		display: block;
	}
	.guide_img_clm_item{
		margin-bottom: 25px;
		width: 100%;
	}
	.guide_img_clm_item:last-child{
		margin-bottom: 0;
	}
	.guide_img_clm_item.spLast{
		margin-bottom: 0;
	}
	.guide_img_clm_item:nth-child(n+4){
		margin-top: 0;
	}
	.guide_img_clm_item_caption{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.contents_guide_clm_section_comment{
		font-size: 12px;
	}
}

/* ----------------------------- 注釈 ----------------------------- */

.attention{
	margin-bottom: 20px;
	border: 5px solid #efefef;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.attention .inner{
	display: flex;
	align-items: center;
	padding: 30px;
}
.attention_l{
	width: 28.26531%;
}
.attention_l_img{
	display: inline-block;
	width: 65px;
	margin-right: 10px;
	vertical-align: middle;
}
.attention_l_txt{
	display: inline-block;
	width: 60%;
	color: #c00;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	vertical-align: text-top;
}
.attention_r{
	padding-left: 30px;
	width: 72.57143%;
	border-left: 1px solid #ccc;
}
.attention_r_ttl{
	margin-bottom: 20px;
	color: #c00;
	font-size: 22px;
	line-height: 30px;
}
.attention_r_txt{
	margin-bottom: 20px;
	color: #2b383f;
	font-size: 16px;
	line-height: 26px;
}
.attention_r_link{
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.attention{
		margin: 0 4%;
	}
	.attention .inner{
		flex-direction: column;
		padding: 15px;
	}
	.attention_l{
		padding-bottom: 15px;
		width: 100%;
	}
	.attention_l_img{
		margin-right: 15px;
		width: 13.46154%;
		vertical-align: middle;
	}
	.attention_l_txt{
		width: 72%;
		font-size: 14px;
		line-height: 1.6;
		vertical-align: middle;
	}
	.attention_r{
		padding-left: 0;
		padding-top: 15px;
		width: 100%;
		border-left: none;
		border-top: 1px solid #ccc;
	}
	.attention_r_ttl{
		margin-bottom: 15px;
	    font-size: 18px;
	}
	.attention_r_txt{
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
	}
}








