@charset "UTF-8";

/* *******************************************************************************************
* 
*	家庭菜園のコツ
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* 共通 
*
* ----------------------------------------------------------------------------------------- */

footer .js-back-to-top{
	z-index: 100;
}
.contents_header_inner{
	padding-bottom: 15px;
}
.contents_header_bread{
	margin-bottom: 0;
}
#cont .pc{ display: block;}
#cont .sp{ display: none;}
#cont br.pc{ display: inline-block;}
#cont span.pc{ display: inline-block;}
#cont br.sp{ display: none;}
#cont span.sp{ display: none;}
#cont img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
sup{
	position: relative;
	bottom: 1ex;
	height: 0;
	color: inherit;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}
.howto,
.howto_detail{
	color: #000;
	min-width: 320px;
}
.transition{
	transition: all .4s ease;
}
.underline{
	text-decoration: underline;
}
@media screen and (min-width : 737px){
	.underline:hover{
		text-decoration: none;
	}
}
@media screen and (max-width: 736px) {
	#cont .pc{ display: none;}
	#cont .sp{ display: block;}
	#cont br.pc{ display: none;}
	#cont span.pc{ display: none;}
	#cont br.sp{ display: inline-block;}
	#cont span.sp{ display: inline-block;}
	.contents_header_inner {
		padding-bottom: 0;
	}
}

/* ----------------------------- 監修 ----------------------------- */

.howto_supervision{
	background: #e5f0f8;
}
.howto_supervision .inner{
	margin: 0 auto;
	padding: 30px 0;
	width: 490px;
}
.supervision_clm{
	display: flex;
	align-items: center;
}
.supervision_clm_img{
	width: 168px;
}
.supervision_clm_img_holder{
	position: relative;
	width: 128px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}
.supervision_clm_info{
	width: 322px;
}
.supervision_clm_info_ttl{
	color: #396483;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.supervision_clm_info_txt{
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0;
}

@media screen and (max-width: 736px) {
	.howto_supervision .inner{
		padding: 24px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.supervision_clm{
		justify-content: center;
	}
	.supervision_clm_img{
		width: 126px;
	}
	.supervision_clm_img_holder{
		width: 95px;
	}
	.supervision_clm_info{
		width: 162px;
	}
	.supervision_clm_info_ttl{
		margin-bottom: 2px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}
	.supervision_clm_info_txt{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}
}

/* ----------------------------- こちらもチェック! ----------------------------- */

.howto_recommend{
	background: #fff;
}
.howto_recommend .inner{
	margin: 0 auto;
	padding: 40px 0 45px 0;
	width: 980px;
}
.recommend_ttl{
	margin-bottom: 28px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 center no-repeat;
	background-size: 20px auto;
}
.recommend_list{
	display: flex;
}
.recommend_list_item{
	margin-right: 58px;
	width: 201px;
}
.recommend_list_item:nth-child(4n){
	margin-right: 0;
}
.recommend_list_item a{
	position: relative;
	display: block;
	height: 100%;
}
.recommend_list_item_img{
	position: relative;
	margin-bottom: 15px;
	z-index: 10;
}
/* hover */
@media screen and (min-width : 737px){
	.recommend_list_item a:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
		border-radius: 32px;
		box-sizing: border-box;
		z-index: 5;
	}
	.recommend_list_item a:hover:before{
		transform: scale(1.2,1.05);
		background: #e5f0f8;
	}
}
.recommend_list_item_inner{
	position: relative;
	padding-bottom: 68px;
	height: calc(100% - 218px);
	box-sizing: border-box;
	z-index: 10;
}
.recommend_list_item_ttl{
	color: #396483;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}
.recommend_list_item_btn{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}
.btn-more{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
	background: #71a3c7;
	border-radius: 6px;
}

@media screen and (max-width: 736px) {
	.howto_recommend .inner{
		padding: 30px 16px 25px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.recommend_ttl{
		margin-bottom: 20px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.06em;
		background-size: 15px auto;
	}
	.recommend_list{
		display: block;
	}
	.recommend_list_item{
		position: relative;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 25px;
		width: 100%;
	}
	.recommend_list_item:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: url(../img/line_dot_x.png) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.recommend_list_item:last-child{
		margin-bottom: 0;
	}
	.recommend_list_item:last-child:after{
		content: none;
	}
	.recommend_list_item a{
		display: flex;
		height: auto;
	}
	.recommend_list_item_img{
		margin-bottom: 0;
		margin-right: 16px;
		width: calc(50% - 8px);
	}
	.recommend_list_item_inner{
		padding-bottom: 0;
		width: calc(50% - 8px);
		height: auto;
	}
	.recommend_list_item_ttl{
		padding-top: 14px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 0.06em;
	}
	.recommend_list_item_btn{
		bottom: 16px;
		right: auto;
		width: 100%;
		max-width: 136px;
	}
	.btn-more{
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 0.06em;
		border-radius: 4px;
	}
}

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

/* ----------------------------- ビジュアル ----------------------------- */

.howto_visual{
	position: relative;
	padding-top: 81px;
	height: 437px;
	background: #e5f0f8 url(../img/bg_visual.png) center bottom no-repeat;
	background-size: 1440px auto;
	box-sizing: border-box;
}
.howto_visual:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_visual_nami.png) center bottom repeat-x;
	z-index: 10;
}
.howto_visual .inner{
	margin: 0 auto;
	width: 980px;
}
.visual_ttl{
	margin: 0 auto 50px auto;
	width: 540px;
}
.visual_lead{
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.howto_visual{
		padding-top: 30px;
		height: 405px;
		background: #e5f0f8 url(../img/bg_visual_sp.png) center bottom no-repeat;
		background-size: 468px auto;
	}
	.howto_visual:after{
		width: 100%;
		height: 7px;
		background: url(../img/bg_visual_nami_sp.png) 0 bottom repeat-x;
		background-size: 92px 7px;
	}
	.howto_visual .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.visual_ttl{
		margin-bottom: 26px;
		width: 228px;
	}
	.visual_lead{
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 0.06em;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.howto_container .inner{
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
}
.howto_section{
	position: relative;
	padding: 40px 0 80px 0;
}
.howto_section:last-child{
	padding-bottom: 0;
}
.howto_section:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #e5f0f8;
	border-radius: 2px;
	z-index: 5;
}
.howto_section:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background: #71a3c7;
	border-radius: 2px;
	z-index: 10;
}
.howto_section_ttl{
	margin-bottom: 36px;
	color: #396483;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.howto_section_lead{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.howto_section_subTtl{
	margin-bottom: 15px;
	padding-left: 32px;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}
.howto_section_point{
	display: flex;
	margin-bottom: 40px;
	padding-top: 40px;
}
.howto_section_point_item{
	margin-right: 28px;
	width: 308px;
}
.howto_section_point_item:nth-child(3n){
	margin-right: 0;
}
.howto_section_point_item a{
	position: relative;
	display: block;
	padding: 25px;
	padding-bottom: 50px;
	height: 100%;
	background: #fff;
	border: 4px solid #e5f0f8;
	border-radius: 32px;
	box-sizing: border-box;
}
.howto_section_point_item a:after{
	position: absolute;
	content: '';
	bottom: 17px;
	right: 17px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_section_point_item_label{
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	margin: auto;
	width: 126px;
	z-index: 10;
}
.howto_section_point_item_ttl{
	margin-bottom: 14px;
	padding-top: 115px;
	color: #396483;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}
.howto_section_point_item_txt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
}

/* hover */
@media screen and (min-width : 737px){
	.howto_section_point_item a{
		transition: all .2s ease;
	}
	.howto_section_point_item a:hover{
		background: #e5f0f8;
	}
	.howto_section_point_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.howto_section_point_item a:hover:after{
		transform: translate(3px, 3px);
	}
	.howto_section_point_item_label{
		transition: all .2s ease;
	}
	a:hover .howto_section_point_item_label{
		transform: translate(0, -5px);
	}
}

.howto_section_planting a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 37px 100px 28px 50px;
	background: #fff;
	border: 4px solid #e5f0f8;
	border-radius: 32px;
	box-sizing: border-box;
}
.howto_section_planting a:after{
	position: absolute;
	content: '';
	bottom: 17px;
	right: 17px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_section_planting_img{
	width: 156px;
}
.howto_section_planting_info{
	padding-left: 63px;
	width: calc(100% - 156px);
	box-sizing: border-box;
}
.howto_section_planting_info_ttl{
	margin-bottom: 14px;
	color: #396483;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.howto_section_planting_info_txt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
}

/* hover */
@media screen and (min-width : 737px){
	.howto_section_planting a{
		transition: all .2s ease;
	}
	.howto_section_planting a:hover{
		background: #e5f0f8;
	}
	.howto_section_planting a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.howto_section_planting a:hover:after{
		transform: translate(3px, 3px);
	}
	.howto_section_planting_img{
		transition: all .2s ease;
	}
	a:hover .howto_section_planting_img{
		transform: translate(0, -5px);
	}
}

.howto_section_basic{
	display: flex;
	flex-wrap: wrap;
}
.howto_section_basic_item{
	margin-bottom: 28px;
	margin-right: 28px;
	width: calc(50% - 14px);
}
.howto_section_basic_item:nth-child(2n){
	margin-right: 0;
}
.howto_section_basic_item:last-nth-child(2),
.howto_section_basic_item:last-child{
	margin-bottom: 0;
}
.howto_section_basic_item a{
	position: relative;
	display: flex;
	padding: 28px;
	height: 100%;
	background: #fff;
	border: 4px solid #e5f0f8;
	border-radius: 32px;
	box-sizing: border-box;
}
.howto_section_basic_item a:after{
	position: absolute;
	content: '';
	bottom: 17px;
	right: 17px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_section_basic_item_img{
	width: 180px;
}
.howto_section_basic_item_img_holder{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}
.howto_section_basic_item_info{
	padding-left: 24px;
	width: calc(100% - 180px);
	box-sizing: border-box;
}
.howto_section_basic_item_info_ttl{
	margin-bottom: 14px;
	color: #396483;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.howto_section_basic_item_info_txt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
}

/* hover */
@media screen and (min-width : 737px){
	.howto_section_basic_item a{
		transition: all .2s ease;
	}
	.howto_section_basic_item a:hover{
		background: #e5f0f8;
	}
	.howto_section_basic_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.howto_section_basic_item a:hover:after{
		transform: translate(3px, 3px);
	}
	.howto_section_basic_item_img_holder{
		transition: all .2s ease;
	}
	a:hover .howto_section_basic_item_img_holder{
		opacity: .8;
	}
}


@media screen and (max-width: 736px) {
	.howto_container .inner{
		padding: 40px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.howto_section{
		padding: 25px 0 40px 0;
	}
	.howto_section:last-child{
		padding-bottom: 0;
	}
	.howto_section:before{
		height: 4px;
	}
	.howto_section:after{
		width: 45px;
		height: 4px;
	}
	.howto_section_ttl{
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}
	.howto_section_lead{
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.howto_section_subTtl{
		margin-bottom: 16px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../img/icon_sub.png) 0 5px no-repeat;
		background-size: 15px auto;
	}
	.howto_section_point{
		display: block;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.howto_section_point_item{
		margin-right: 0;
		margin-bottom: 10px;
		padding-top: 30px;
		width: 100%;
	}
	.howto_section_point_item:las-child{
		margin-bottom: 0;
	}
	.howto_section_point_item a{
		padding: 16px;
		padding-bottom: 43px;
		height: auto;
		border: 3px solid #e5f0f8;
		border-radius: 24px;
	}
	.howto_section_point_item a:after{
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.howto_section_point_item_label{
		top: -33px;
		width: 92px;
	}
	.howto_section_point_item_ttl{
		margin-bottom: 9px;
		padding-top: 90px;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.06em;
	}
	.howto_section_point_item_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.howto_section_planting a{
		display: block;
		padding: 10px 16px 43px 16px;
		border: 3px solid #e5f0f8;
		border-radius: 24px;
	}
	.howto_section_planting a:after{
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.howto_section_planting_img{
		margin: 0 auto 12px auto;
		width: 103px;
		transform: translate(10px,0);
	}
	.howto_section_planting_info{
		padding-left: 0;
		width: 100%;
	}
	.howto_section_planting_info_ttl{
		margin-bottom: 9px;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.06em;
		text-align: center;
	}
	.howto_section_planting_info_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.howto_section_basic{
		display: block;
	}
	.howto_section_basic_item{
		margin-bottom: 16px;
		margin-right: 0;
		width: 100%;
	}
	.howto_section_basic_item:last-child{
		margin-bottom: 0;
	}
	.howto_section_basic_item a{
		padding: 15px;
		height: auto;
		border: 3px solid #e5f0f8;
		border-radius: 24px;
	}
	.howto_section_basic_item a:after{
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.howto_section_basic_item_img{
		width: 48%;
	}
	.howto_section_basic_item_info{
		padding-top: 6px;
		padding-left: 14px;
		width: 52%;
	}
	.howto_section_basic_item_info_ttl{
		margin-bottom: 6px;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.06em;
	}
	.howto_section_basic_item_info_txt{
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
}

/* ----------------------------- ボトム ----------------------------- */

.howto_btm{
	position: relative;
	padding-top: 72px;
	height: 220px;
	text-align: center;
	background: #e5f0f8 url(../img/bg_btm.png) center bottom no-repeat;
	background-size: 332px auto;
}
.howto_btm:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_btm_nami.png) center bottom repeat-x;
	z-index: 10;
}
.link-back{
	display: inline-block;
	padding-left: 30px;
	color: #396483;
	font-size: 16px;
	line-height: 1;
	background: url(../img/icon_back.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	.howto_btm{
		padding-top: 40px;
		height: 165px;
		background-size: 250px auto;
	}
	.howto_btm:after{
		height: 10px;
		background: url(../img/bg_btm_nami_sp.png) center bottom repeat-x;
		background-size: 130px 10px;
	}
	.link-back{
		padding-left: 20px;
		font-size: 14px;
		line-height: 1;
		background: url(../img/icon_back.png) 0 2px no-repeat;
		background-size: 12px auto;
	}
}

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

/* ----------------------------- ビジュアル ----------------------------- */

.howto_detail_visual{
	position: relative;
	background: #e5f0f8 url(../img/bg_detail_visual.png) center bottom no-repeat;
	background-size: 1440px auto;
}
.howto_detail_visual:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_visual_nami.png) center bottom repeat-x;
	z-index: 10;
}
.howto_detail_visual .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 980px;
	height: 277px;
	text-align: center;
}
.detail_visual_info_point{
	margin: 0 auto 10px auto;
	width: 100px;
	line-height: 1;
}
.detail_visual_info_ttl{
	margin-bottom: 5px;
	color: #000;
	font-size: 52px;
	line-height: 72px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_visual_info_ttl strong{
	color: #396483;
	font-size: 52px;
	line-height: 72px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_visual_info_lead{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 736px) {
	.howto_detail_visual{
		background: #e5f0f8 url(../img/bg_detail_visual_sp.png) center bottom no-repeat;
		background-size: 480px auto;
	}
	.howto_detail_visual:after{
		width: 100%;
		height: 10px;
		background: url(../img/bg_visual_detail_nami_sp.png) center bottom repeat-x;
		background-size: 130px 10px;
	}
	.howto_detail_visual .inner{
		padding: 0 16px;
		width: 100%;
		height: 275px;
		box-sizing: border-box;
	}
	.detail_visual_info{
		position: relative;
	}
	.detail_visual_info_point{
		position: absolute;
		top: -36px;
		left: 0;
		right: 0;
		margin: auto;
		width: 75px;
	}
	.detail_visual_info_ttl{
		margin-bottom: 10px;
		font-size: 40px;
		line-height: 52px;
		letter-spacing: 0;
	}
	.detail_visual_info_ttl.sp-ttl-s{
		font-size: 36px;
	}
	.detail_visual_info_ttl strong{
		font-size: 40px;
		line-height: 52px;
		letter-spacing: 0;
	}
	.detail_visual_info_lead{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.howto_detail_container{
	padding: 60px 0 70px 0;
}
.howto_detail_container .inner{
	margin: 0 auto;
	width: 980px;
}
.detail_section{
	position: relative;
	padding: 40px 0 80px 0;
}
.detail_section:last-child{
	padding-bottom: 60px;
}
.detail_section:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #e5f0f8;
	border-radius: 2px;
	z-index: 5;
}
.detail_section:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background: #71a3c7;
	border-radius: 2px;
	z-index: 10;
}
.detail_section_ttl{
	margin-bottom: 40px;
	color: #396483;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.detail_section_lead{
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.detail_section_lead small{
	color: #000;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
}
.detail_section_clm{
	display: flex;
	flex-wrap: wrap;
}
.detail_section_clm + .detail_section_clm{
	margin-top: 40px;
}
.detail_section_clm_l{
	width: 490px;
	overflow: hidden;
}
.detail_section_clm_r{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-left: 60px;
	width: 490px;
	box-sizing: border-box;
}
.detail_section_clm_l-wide{
	width: 725px;
}
.detail_section_clm_r-narrow{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-left: 60px;
	width: 255px;
	box-sizing: border-box;
}
.detail_section_clm_full{
	width: 100%;
	overflow: hidden;
}
.detail_section_clm_step{
	margin-right: 60px;
	width: 286px;
}
.detail_section_clm_step + .detail_section_clm_step + .detail_section_clm_step{
	margin-right: 0;
}
.detail_section_clm_step + .detail_section_clm_step + .detail_section_clm_step + .detail_section_clm_step{
	margin-top: 34px;
}
/*.detail_section_clm_item{
	margin-bottom: 14px;
}
.detail_section_clm_item:last-child{
	margin-bottom: 0;
}*/
.detail_section_clm_item_ttl{
	margin-bottom: 14px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}
.detail_section_clm_item_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_section_clm_item_txt strong{
	color: #396483;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_txt a{
	color: #396483;
	text-decoration: underline;
}
.detail_section_clm_item_txt small{
	color: #000;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
ul.detail_section_clm_item_txt{
	margin-top: 30px;
}
ul.detail_section_clm_item_txt:first-child{
	margin-top: 0;
}
.detail_section_clm_item_txt li{
	display: block;
	margin-left: 1.5em;
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	text-indent: -1.5em;
}
.detail_section_clm_item_txt li:last-child{
	margin-bottom: 0;
}
.detail_section_clm_item_txt li strong{
	color: #396483;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_attention{
	display: flex;
}
.detail_section_clm_item_attention dt{
	color: #396483;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}
.detail_section_clm_item_attention dd{
	color: #396483;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_point{
	margin-top: 30px;
	padding: 30px;
	padding-bottom: 20px;
	background: #e5f0f8;
}
.detail_section_clm_item_point_ttl{
	margin-bottom: 10px;
	color: #396483;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_point_ttl_img{
	width: 44px;
	line-height: 1;
}
.detail_section_clm_item_point_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_section_clm_info{
	margin-top: 20px;
}
.detail_section_clm_info.mt0{
	margin-top: 0;
}
.detail_section_clm_info_ttl{
	margin-bottom: 11px;
	color: #396483;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_clm_info_clm{
	display: flex;
	flex-wrap: wrap;
}
.detail_section_clm_info_clm_item{
	display: flex;
	margin-right: 60px;
	width: 460px;
}
.detail_section_clm_info_clm_item:nth-child(2n),
.detail_section_clm_info_clm_item:last-child{
	margin-right: 0;
}
.detail_section_clm_info_clm_item:nth-child(n+3){
	margin-top: 40px;
}
.detail_section_clm_info_clm_item_img{
	width: 200px;
}
.detail_section_clm_info_clm_item_txt{
	margin-top: -6px;
	padding-left: 40px;
	width: calc(100% - 200px);
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}
.detail_section_clm_info_clm_item_txt strong{
	color: #000;
	font-weight: 600;
}
.detail_section_clm_img{
	margin-right: 40px;
	margin-bottom: 40px;
	width: 195px;
}
.detail_section_clm_img:nth-child(2n){
	margin-right: 0;
}
.detail_section_clm_img:last-child,
.detail_section_clm_img:nth-last-child(2){
	margin-bottom: 0;
}
.detail_section_clm_img:last-child{
	margin-right: 0;
}
.detail_section_clm_img_holder{
	margin-bottom: 17px;
	border: 1px solid #e6e6e6;
}
.detail_section_clm_img_caption{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.06em;
}
.detail_section_clm_step_img{
	margin-bottom: 20px;
}
.detail_section_clm_step_caption{
	margin-left: 1.5em;
	font-size: 16px;
	line-height: 28px;
	text-indent: -1.5em;
	letter-spacing: 0.06em;
}
.detail_section_info{
	margin-top: 40px;
	padding: 20px 30px;
	border: 1px solid #c8d9e6;
}
.detail_section_info_ttl{
	color: #396483;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_info_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_section_attention{
	margin-top: 40px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
}
.link-next{
	display: inline-block;
	padding-left: 32px;
	color: #396483;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_arrow_next.png) 0 7px no-repeat;
	background-size: 18px auto;
}
.link-next strong{
	display: inline-block;
	color: #396483;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
a.link-arrow{
	display: inline-block;
	margin-top: 10px;
	padding-left: 19px;
	color: #376384;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
	text-decoration: none;
	background: url(../img/icon_link_s.png) 0 11px no-repeat;
	background-size: 6px auto;
}

/* ナビ1 */
.howto_nav1{
	background: #71a3c7;
}
.howto_nav1 .inner{
	margin: 0 auto;
	width: 980px;
}
.howto_nav1_list{
	display: flex;
}
.howto_nav1_list_item{
	display: block;
	width: 25%;
	height: 100px;
	border-right: 1px solid #e5f0f8;
	box-sizing: border-box;
}
.howto_nav1_list_item:first-child{
	border-left: 1px solid #e5f0f8;
}
.howto_nav1_list_item a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 72px 0 28px;
	height: 100px;
	color: #fff;
}
.howto_nav1_list_item a:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 30px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_arrow_nav.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_nav1_list_item a.current{
	color: #71a3c7;
	background: #fff;
}
.howto_nav1_list_item a.current:after{
	background: url(../img/icon_arrow_current.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_nav1_list_item_point{
	margin-bottom: 6px;
	width: 50px;
	height: 11px;
}
.howto_nav1_list_item_ttl{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
/* hover */
@media screen and (min-width : 737px){
	.howto_nav1_list_item a{
		transition: all .2s ease;
	}
	.howto_nav1_list_item a:hover{
		opacity: .7;
	}
	.howto_nav1_list_item a.current:hover{
		opacity: 1;
	}
	.howto_nav1_list_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.howto_nav1_list_item a:hover:after{
		transform: translate(5px, 0);
	}
	.howto_nav1_list_item a.current:hover:after{
		transform: translate(0, 0);
	}
}

/* ナビ2 */
.howto_nav2{
	background: #71a3c7;
}
.howto_nav2 .inner{
	margin: 0 auto;
	width: 980px;
}
.howto_nav2_list{
	display: flex;
	flex-wrap: wrap;
}
.howto_nav2_list_item{
	display: block;
	width: 33.33%;
	height: 100px;
	border-right: 1px solid #e5f0f8;
	box-sizing: border-box;
}
.howto_nav2_list_item:first-child,
.howto_nav2_list_item:nth-child(4){
	border-left: 1px solid #e5f0f8;
}
.howto_nav2_list_item:nth-child(n+4){
	border-top: 1px solid #e5f0f8;
}
.howto_nav2_list_item a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 72px 0 28px;
	height: 100px;
	color: #fff;
}
.howto_nav2_list_item a:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 30px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_arrow_nav.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_nav2_list_item a.current{
	color: #71a3c7;
	background: #fff;
}
.howto_nav2_list_item a.current:after{
	background: url(../img/icon_arrow_current.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.howto_nav2_list_item_ttl{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
/* hover */
@media screen and (min-width : 737px){
	.howto_nav2_list_item a{
		transition: all .2s ease;
	}
	.howto_nav2_list_item a:hover{
		opacity: .7;
	}
	.howto_nav2_list_item a.current:hover{
		opacity: 1;
	}
	.howto_nav2_list_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.howto_nav2_list_item a:hover:after{
		transform: translate(5px, 0);
	}
	.howto_nav2_list_item a.current:hover:after{
		transform: translate(0, 0);
	}
}

/* 目次 */
.detail_menu{
	display: flex;
	margin-bottom: 80px;
	padding: 40px 0;
	background: #e5f0f8;
}
.detail_menu_label{
	width: 123px;
	color: #2b383f;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #71a3c7;
	box-sizing: border-box;
}
.detail_menu_list{
	display: flex;
	flex-wrap: wrap;
	padding-left: 39px;
	width: calc(100% - 123px);
	box-sizing: border-box;
}
.detail_menu_list_item{
	display: block;
	width: 33%;
}
.detail_menu_list_item.item-full{
	margin-bottom: 20px;
	width: 100%;
}
.detail_menu_list_item:last-child{
	margin-bottom: 0;
}
.detail_menu_list_item a{
	display: inline-block;
	padding-left: 39px;
	color: #396483;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.07em;
	background: url(../img/icon_anchor.png) 0 5px no-repeat;
	background-size: 18px auto;
}
.detail_menu_list_sub{
	padding: 16px 0 0 42px;
}
.detail_menu_list_sub_item{
	margin-bottom: 7px;
	display: block;
}
.detail_menu_list_sub_item:last-child{
	margin-bottom: 0;
}
.detail_menu_list_sub_item a{
	display: inline-block;
	padding-left: 22px;
	color: #396483;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.07em;
	background: url(../img/icon_anchor_s.png) 0 9px no-repeat;
	background-size: 10px auto;
}

/* ボトム */
.detail_btm{
	padding-top: 40px;
}

@media screen and (max-width: 736px) {
	.howto_detail_container{
		padding-top: 40px;
	}
	.howto_detail_container .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.howto_detail_container .inner-spFull{
		padding: 0;
	}
	.detail_section{
		padding: 25px 0 40px 0;
	}
	.detail_section:last-child{
		padding-bottom: 40px;
	}
	.detail_section:before{
		height: 4px;
	}
	.detail_section:after{
		width: 45px;
		height: 4px;
	}
	.detail_section_ttl{
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}
	.detail_section_lead{
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_lead small{
		display: block;
		margin-top: 21px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm{
		display: block;
	}
	.detail_section_clm + .detail_section_clm{
		margin-top: 30px;
	}
	.detail_section_clm_l{
		width: 100%;
	}
	.detail_section_clm_r{
		justify-content: flex-start;
		margin-top: 30px;
		padding-left: 0;
		width: 100%;
	}
	.detail_section_clm_l-wide{
		width: 100%;
	}
	.detail_section_clm_r-narrow{
		justify-content: flex-start;
		margin-top: 30px;
		padding-left: 0;
		width: 100%;
	}
	.detail_section_clm_step{
		margin-top: 15px;
		margin-right: 0;
		width: 100%;
	}
	.detail_section_clm_step + .detail_section_clm_step + .detail_section_clm_step + .detail_section_clm_step{
		margin-top: 15px;
	}
	/*.detail_section_clm_item{
		margin-bottom: 14px;
	}
	.detail_section_clm_item:last-child{
		margin-bottom: 0;
	}*/
	.detail_section_clm_item_ttl{
		margin-bottom: 11px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background-size: 15px auto;
	}
	.detail_section_clm_item_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_txt strong{
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_txt small{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	ul.detail_section_clm_item_txt{
		margin-top: 20px;
	}
	ul.detail_section_clm_item_txt:first-child{
		margin-top: 0;
	}
	.detail_section_clm_item_txt li{
		margin-left: 1.5em;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
		text-indent: -1.5em;
	}
	.detail_section_clm_item_txt li strong{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_attention dt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_attention dd{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_point{
		margin-top: 20px;
		padding: 20px 16px;
		padding-bottom: 15px;
	}
	.detail_section_clm_item_point_ttl{
		/*margin-bottom: 10px;*/
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_point_ttl_img{
		width: 39px;
		line-height: 1;
	}
	.detail_section_clm_item_point_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_info_ttl{
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_info_clm{
		display: block;
	}
	.detail_section_clm_info_clm_item{
		margin-top: 20px;
		margin-right: 0;
		width: 100%;
	}
	.detail_section_clm_info_clm_item:first-child{
		margin-top: 0;
	}
	.detail_section_clm_info_clm_item:nth-child(n+3){
		margin-top: 20px;
	}
	.detail_section_clm_info_clm_item_img{
		width: calc(50% - 8px);
	}
	.detail_section_clm_info_clm_item_txt{
		margin-top: -5px;
		padding-left: 16px;
		width: calc(50% - 8px);
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_img{
		margin-right: 16px;
		margin-bottom: 20px;
		width: calc(50% - 8px);
	}
	.detail_section_clm_img_holder{
		margin-bottom: 11px;
	}
	.detail_section_clm_img_caption{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_img_full{
		width: 100%;
	}
	.detail_section_clm_step_img{
		margin-bottom: 15px;
	}
	.detail_section_clm_step_caption{
		margin-left: 1.5em;
		font-size: 14px;
		line-height: 24px;
		text-indent: -1.5em;
		letter-spacing: 0.06em;
	}
	.detail_section_info{
		margin-top: 30px;
		padding: 20px 16px;
	}
	.detail_section_info_ttl{
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_info_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_attention{
		margin-top: 30px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.link-next{
		padding-left: 24px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../img/icon_arrow_next.png) 0 center no-repeat;
		background-size: 14px auto;
	}
	.link-next strong{
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	a.link-arrow{
		margin-top: 6px;
		padding-left: 14px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../img/icon_link_s.png) 0 9px no-repeat;
		background-size: 4px auto;
	}

	/* ナビ1 */
	.howto_nav1 .inner{
		padding: 0;
		width: 100%;
	}
	.howto_nav1_list{
		flex-wrap: wrap;
	}
	.howto_nav1_list_item{
		width: 50%;
		height: 90px;
	}
	.howto_nav1_list_item:first-child{
		border-left: 0;
		border-bottom: 1px solid #e5f0f8;
	}
	.howto_nav1_list_item:nth-child(2){
		border-bottom: 1px solid #e5f0f8;
	}
	.howto_nav1_list_item:nth-child(2n){
		border-right: 0;
	}
	.howto_nav1_list_item a{
		padding: 0 50px 0 15px;
		height: 90px;
	}
	.howto_nav1_list_item a:after{
		right: 16px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.howto_nav1_list_item a.current:after{
		background-size: 24px auto;
	}
	.howto_nav1_list_item_point{
		margin-bottom: 6px;
		width: 40px;
		height: 9px;
	}
	.howto_nav1_list_item_ttl{
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.06em;
	}

	/* ナビ2 */
	.howto_nav2 .inner{
		padding: 0;
		width: 100%;
	}
	.howto_nav2_list_item{
		width: 50%;
		height: 90px;
	}
	.howto_nav2_list_item:first-child{
		border-left: 0;
	}
	.howto_nav1_list_item:nth-child(2n){
		border-right: 0;
	}
	.howto_nav2_list_item:nth-child(4){
		border-left: 0;
	}
	.howto_nav2_list_item:nth-child(n+3){
		border-top: 1px solid #e5f0f8;
	}
	.howto_nav2_list_item a{
		padding: 0 50px 0 15px;
		height: 90px;
	}
	.howto_nav2_list_item a:after{
		right: 16px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.howto_nav2_list_item a.current{
		color: #71a3c7;
		background: #fff;
	}
	.howto_nav2_list_item a.current:after{
		background-size: 24px auto;
	}
	.howto_nav2_list_item_ttl{
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.06em;
	}

	/* 目次 */
	.detail_menu{
		display: block;
		margin-bottom: 40px;
		padding: 20px 15px;
	}
	.detail_menu_label{
		margin-bottom: 10px;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		text-align: left;
		border-right: 0;
	}
	.detail_menu_list{
		padding-left: 0;
		width: 100%;
	}
	.detail_menu_list_item{
		margin-bottom: 10px;
		width: 50%;
	}
	.detail_menu_list_item.item-full{
		width: 100%;
	}
	.detail_menu_list_item.item-spHalf{
		width: 50%;
	}
	.detail_menu_list_item:last-child,
	.detail_menu_list_item:nth-last-child(2){
		margin-bottom: 0;
	}
	.detail_menu_list_item a{
		padding-left: 26px;
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 0.07em;
		background-size: 14px auto;
	}
	.detail_menu_list_sub{
		padding: 7px 0 0 28px;
	}
	.detail_menu_list_sub_item{
		margin-bottom: 4px;
	}
	.detail_menu_list_sub_item:last-child{
		margin-bottom: 0;
	}
	.detail_menu_list_sub_item a{
		padding-left: 16px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.07em;
		background: url(../img/icon_anchor_s.png) 0 7px no-repeat;
		background-size: 8px auto;
	}

	/* ボトム */
	.detail_btm{
		padding-top: 30px;
	}

}













