/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.e0014_item{font-size:15px;line-height:1.8;color:#333333;}
.e0014_item .ct{margin:0 auto;text-align:center;}
.e0014_item .contents{margin:0 auto;width:660px;}
.e0014_item div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.e0014_item h1 {
    margin: 0 auto 40px;
    max-width: 1240px;
    width: 100%;
}
.e0014_item h2.title{
	margin: 0 auto 30px;
	max-width: 1240px;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.e0014_item h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FA0000;
}
.e0014_item h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.e0014_item p.lead{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
}
.e0014_item div.text{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.e0014_item div.text p.txt{
	font-size: 16px;
}
/* section01 */
.e0014_item #section01{
	max-width: 1240px;
    width: 100%;
	margin: 50px auto 0;
}
.e0014_item #section01 div.img{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 40px;
}
.e0014_item #section01 div.text p.att{
	margin-top: 10px;
	font-size: 12px;
}
/* section02 */
.e0014_item #section02{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section02 div.imgwrap{
	display: flex;
    justify-content: center;
    margin-top: 30px;
}
.e0014_item #section02 div.imgwrap div.img.i01{
	max-width: 337px;
	width: 50%;
}
.e0014_item #section02 div.imgwrap div.img.i02{
	max-width: 336px;
	width: 50%;
}
/* section03 */
.e0014_item #section03{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section03 div.img{
	max-width: 600px;
	width: 100%;
	margin: 30px auto 0;
}
/* section04 */
.e0014_item #section04{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section04 div.img{
	max-width: 973px;
	width: 100%;
	margin: 70px auto 0;
}
/* section05 */
.e0014_item #section05{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section05 div.img{
	max-width: 750px;
	width: 100%;
	margin: 20px auto 0;
}
/* section06 */
.e0014_item #section06{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section06 div.img{
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0;
}
.e0014_item #section06 div.text.t02{
	max-width: 700px;
	margin-top: 10px;
}
.e0014_item #section06 div.text.t02 p.att{
	font-size: 12px;
	text-align: right;
}
/* section07 */
.e0014_item #section07{
	max-width: 1240px;
    width: 100%;
	margin: 70px auto 0;
}
.e0014_item #section07 div.img{
	max-width: 507px;
	width: 100%;
	margin: 30px auto 30px;
}
.e0014_item #section07 div.text p.att{
	font-size: 12px;
}
@media print, screen and (max-width: 767px) {
	.e0014_item h1 {
	    margin: 0 auto 30px;
	}
	.e0014_item h2.title{
		margin: 0 auto 20px;
		line-height: 1.4;
		padding: 22px 10px 20px 15px;
	}
	.e0014_item p.lead{
		font-size: 14px;
		line-height: 1.8;
	}
	.e0014_item div.text p.txt{
		font-size: 14px;
	}
	/* section01 */
	.e0014_item #section01{
		margin: 40px auto 0;
	}
	.e0014_item #section01 div.img{
		margin: 0 auto 25px;
	}
	/* section02 */
	.e0014_item #section02{
		margin: 40px auto 0;
	}
	.e0014_item #section02 div.imgwrap{
	    margin-top: 20px;
	}
	/* section03 */
	.e0014_item #section03{
		margin: 40px auto 0;
	}
	.e0014_item #section03 div.img{
		margin: 20px auto 0;
		max-width: 316px;
	}
	/* section04 */
	.e0014_item #section04{
		margin: 40px auto 0;
	}
	.e0014_item #section04 div.img{
		margin: 20px auto 0;
	}
	/* section05 */
	.e0014_item #section05{
		margin: 40px auto 0;
	}
	/* section06 */
	.e0014_item #section06{
		margin: 40px auto 0;
	}
	.e0014_item #section06 div.img{
		max-width: 360px;
		margin: 20px auto 0;
	}
	.e0014_item #section06 div.text.t02{
		max-width: 360px;
		margin-top: 5px;
	}
	/* section07 */
	.e0014_item #section07{
		margin: 40px auto 0;
	}
	.e0014_item #section07 div.img{
		max-width: 360px;
		margin: 20px auto 10px;
	}
	.e0014_item #section07 div.text p.att{
		max-width: 360px;
		margin: 0 auto;
	} 
}