.contents_header_bar_ttl{
	width: 410px;
}
.contents_header_bar_txt{
	width: 570px;
}
.contents_guide{
	padding-bottom: 70px;
}
.contents_guide_inner{
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_header_bar_ttl{
		width: 100%;
	}
	.contents_header_bar_txt{
		width: 100%;
	}
	.contents_guide{
		padding-bottom: 40px;
	}
	.contents_guide_inner{
		padding: 0 4%;
		width: 100%;
	}
}

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

.guide_attention{
	margin-top: 50px;
	padding: 30px;
	border: 5px solid #efefef;
}
.guide_attention_ttl{
	color: #c00;
	font-size: 22px;
	font-weight: bold;
}
.guide_attention_list{
	padding-top: 30px;
}
.guide_attention_list_item{
	margin-bottom: 5px;
	margin-left: calc(1em + 5px);
	text-indent: calc(-1em - 5px);
	font-size: 16px;
}
.guide_attention_list_item:last-child{
	margin-bottom: 0;
}
.guide_attention_list_item:before{
	padding-right: 5px;
	content: "●";
	color: #bbb;
}

@media screen and (max-width: 736px) {
	.guide_attention{
		margin-top: 30px;
		padding: 15px;
	}
	.guide_attention_ttl{
		font-size: 18px;
	}
	.guide_attention_list{
		padding-top: 20px;
	}
	.guide_attention_list_item{
		font-size: 14px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* TOP
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 動画 ----------------------------- */

#target_video{
	margin-top: -129px;
	padding-top: 129px;
}
.contents_guide_video{
	margin-bottom: 70px;
	background: #eceff1;
}
.contents_guide_video_inner{
	margin: 0 auto;
	padding: 70px 0;
	width: 860px;
}
.contents_guide_video_ttl{
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.contents_guide_video_ttl:after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	padding-top: 20px;
	border-bottom: solid 3px #c30d23;
}
.contents_guide_video_lead{
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.contents_guide_video_container{
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
}
.contents_guide_video video,
.contents_guide_video .video-js{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.bc-player-4k5Jg43ag_default .vjs-big-play-button{
	top: 50% !important;
	left: 50% !important;
	margin-top: -52px;
	margin-left: -78px;
}
.contents_guide_video_caption{
	margin-bottom: 50px;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.contents_guide_video_share{
	padding: 0 25px 1px 25px;
	background: #fff;
}
.contents_guide_video_share_ttl{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.accordion_btn{
	display: block;
	padding: 25px 0;
	color: #2b383f;
}
.accordion_btn span{
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.accordion_btn span:after{
	position: absolute;
	/*content: '+';*/
	content: "\f067";
	top: 50%;
	right: 0;
	font-family: FontAwesome;
	color: #2b383f;
	font-size: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.accordion_btn.is-open span:after{
	content: "\f068";
}
.contents_guide_video_share_code{
	display: none;
	margin-bottom: 25px;
	padding-top: 5px;
	overflow: hidden;
}
.contents_guide_video_share_code.on{
	display: block;
}
.contents_guide_video_share_code pre{
	padding: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
}
.contents_guide_video_share_code code{
	word-wrap: break-word;
	white-space: normal;
}

.guide_ttl{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.guide_ttl:after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	padding-top: 20px;
	border-bottom: solid 3px #c30d23;
}
.guide_list_item{
	margin-bottom: 10px;
	border: 1px solid #e4e7e9;
}
.guide_list_item:last-child{
	margin-bottom: 0;
}
.guide_list_item_link{
	display: flex;
}
.guide_list_item_img{
	width: 464px;
	border-right: 1px solid #e4e7e9;
}
.guide_list_item_info{
	position: relative;
	width: 514px;
}
.guide_list_item_info_inner{
	position: absolute;
	top: 50%;
	left: 50px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.guide_list_item_info_cat{
	margin-bottom: 36px;
	width: 260px;
	color: #fff;
	padding: 11px 0;
	font-size: 22px;
	text-align: center;
	background: #c00;
}
.guide_list_item_info_ttl{
	font-size: 28px;
	font-weight: bold;
}
.guide_list_item_info:after{
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 28px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	-webkit-transform: translate(0, -50%) scaleX(.9);
	transform: translate(0, -50%) scaleX(.9);
}

@media screen and (max-width: 736px) {
	#target_video{
		margin-top: -78px;
		padding-top: 78px;
	}
	.contents_guide_video{
		margin-bottom: 40px;
	}
	.contents_guide_video_inner{
		padding: 40px 4%;
		width: 100%;
		box-sizing: border-box;
	}
	.contents_guide_video_ttl{
	    margin-bottom: 20px;
	    font-size: 24px;
	}
	.contents_guide_video_ttl:after{
	    padding-top: 12px;
	}
	.contents_guide_video_lead{
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 24px;
	}
	.contents_guide_video_caption{
		margin-bottom: 30px;
	}
	.contents_guide_video_share{
		padding: 0 15px 1px 15px;
	}
	.contents_guide_video_share_ttl{
		font-size: 14px;
	}
	.accordion_btn{
		padding: 15px 0;
	}
	.accordion_btn span{
		display: block;
	}
	.accordion_btn span:after{
		right: 15px;
	}
	.contents_guide_video_share_code{
		margin-bottom: 15px;
	}
	.contents_guide_video_share_code pre{
		padding: 10px;
	}
	.guide_ttl{
	    margin-bottom: 30px;
	    font-size: 24px;
	}
	.guide_ttl:after{
	    padding-top: 12px;
	}
	.guide_list_item_link{
		display: block;
	}
	.guide_list_item_img{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e4e7e9;
	}
	.guide_list_item_info{
		width: 100%;
	}
	.guide_list_item_info_inner{
		position: static;
		padding: 15px;
		padding-right: 30px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.guide_list_item_info_cat{
		margin-bottom: 12px;
		width: 190px;
		padding: 4px 0;
		font-size: 16px;
	}
	.guide_list_item_info_ttl{
		position: relative;
		font-size: 21px;
	}
	.guide_list_item_info:after{
		content: "";
	}
	.guide_list_item_info_ttl:after{
		position: absolute;
		content: "\f054";
		top: 50%;
		right: -15px;
		height: 16px;
		color: #c00;
		font-size: 14px;
		font-family: FontAwesome;
		line-height: 16px;
		-webkit-transform: translate(0, -50%) scaleX(.9);
		transform: translate(0, -50%) scaleX(.9);
	}
}

/* -------------------------------------------------------------------------------------------
*
* 下層
*
* ----------------------------------------------------------------------------------------- */

.contents_header_secondary_cat{
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 14px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: #c00;
	border-radius: 6px;
}
.contents_header_secondary_ttl{
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}
.contents_header_secondary_description{
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.contents_header_secondary{
		padding: 0 4%;
		text-align: center;
	}
	.contents_header_secondary_cat{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.contents_header_secondary_ttl{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.contents_header_secondary_description{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
}

/* ----------------------------- アンカー ----------------------------- */

.guide_anchor{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e4e7e9;
}
.guide_anchor_item{
	width: 50%;
	border-right: 1px solid #e4e7e9;
	border-bottom: 1px solid #e4e7e9;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.guide_anchor_item:nth-child(1){
	border-left: 1px solid #e4e7e9;
}
.guide_anchor_item a{
	position: relative;
	display: block;
	padding: 20px 0;
	padding-right: 15px;
	color: #2b383f;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -0.06em;
	text-align: center;
}
.guide_anchor_item a:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 11px;
	height: 6px;
	background: url(../img/icon_arr_b.png) 0 0 no-repeat;
	background-size: 11px auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 736px) {
	.guide_anchor_item a{
		display: flex;
		align-items: center;
		padding: 5px 20px 5px 10px;
		height: 100%;
		min-height: 42px;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.guide_anchor_item a:after{
		right: 9px;
		width: 8px;
		height: 4px;
		background-size: 8px auto;
	}
}

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

#skillful1,#skillful2{
	margin-top: -129px;
	padding-top: 129px;
}
.contents_guide_section{
	padding: 50px 0;
	border-top: 1px solid #bbb;
}
#skillful1 + .contents_guide_section{
	border-top: 0;
}
.contents_guide_section:last-child{
	padding-bottom: 70px;
}
.contents_guide_section_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.contents_guide_section_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #c00;
}
.contents_guide_section_clm_item{
	display: flex;
	margin-bottom: 50px;
}
.contents_guide_section_clm_item:last-child{
	margin-bottom: 0;
}
.contents_guide_section_clm_item_img{
	width: 465px;
	border: 1px solid #e4e7e9;
}
.contents_guide_section_clm_item_img.img-borderNone{
	border: 0;
}
.contents_guide_section_clm_item_info{
	padding-left: 50px;
	width: 515px;
}
.contents_guide_section_clm_item_info_label{
	color: #c00;
	font-size: 14px;
}
.contents_guide_section_clm_item_info_ttl{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.contents_guide_section_clm_item_info_ttl small{
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
}
.contents_guide_section_clm_item_info_txt{
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	#skillful1,#skillful2{
		margin-top: -78px;
		padding-top: 78px;
	}
	.contents_guide_section{
		padding: 40px 0;
	}
	.contents_guide_section:last-child{
		padding-bottom: 40px;
	}
	.contents_guide_section_ttl{
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 1.3;
	}
	.contents_guide_section_clm_item{
		display: block;
		margin-bottom: 30px;
	}
	.contents_guide_section_clm_item_img{
		width: 100%;
	}
	.contents_guide_section_clm_item_info{
		padding-left: 0;
		padding-top: 15px;
		width: 100%;
	}
	.contents_guide_section_clm_item_info_ttl{
		margin-bottom: 10px;
		font-size: 21px;
	}
	.contents_guide_section_clm_item_info_txt{
		font-size: 16px;
	}
}

/* ----------------------------- ページナビ ----------------------------- */

.guide_btm{
	text-align: center;
	background: #22272a;
}
.guide_nav{
	padding: 25px 0;
	font-size: 0;
	line-height: 0;
}
.guide_nav_item{
	display: inline-block;
}
.guide_nav_item a{
	display: block;
	padding: 13px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}
.guide_nav_item a:hover{
	text-decoration: underline;
}
.guide_nav_item a.current{
	color: #fff;
	background: #c00;
}
.guide_back{
	padding-top: 10px;
}
.back_link{
	display: inline-block;
	padding-left: 26px;
	color: #2b383f;
	font-size: 16px;
	background: url(../img/icon_return.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	.guide_nav{
		display: flex;
		padding: 0;
	}
	.guide_nav_item{
		width: 33.33%;
		border-right: 1px solid #fff;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.guide_nav_item:last-child{
		border-right: 0;
	}
	.guide_nav_item a{
		padding: 20px 5px;
		height: 100%;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 0;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.back_link{
		padding-left: 21px;
		font-size: 14px;
		background-size: 12px auto;
	}
}











