@charset "utf-8";
/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.e0029_item{font-size:15px;line-height:1.8;color:#333333;}
.e0029_item .ct{margin:0 auto;text-align:center;}
.e0029_item .contents{margin:0 auto;width:660px;}
.e0029_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;}

.e0029_item h1{
    margin: 0 auto 40px;
    max-width: 1240px;
    width: 100%;
}
.e0029_item p.lead{
	font-size: 16px;
	text-align: center;
}
.e0029_item div#section01{
	max-width: 1240px;
	width: 100%;
	margin: 60px auto 0;
}
.e0029_item div#section01 div.wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.e0029_item div#section01 div.wrap div.box{
	width: 48.5%;
}
.e0029_item div#section01 div.wrap div.box.b03,
.e0029_item div#section01 div.wrap div.box.b04{
	margin-top: 90px;
}
.e0029_item div#section01 div.wrap div.box p.month{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.e0029_item div#section01 div.wrap div.box ul{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
.e0029_item div#section01 div.wrap div.box ul li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 5px;
}
.e0029_item div#section01 div.wrap div.box ul li:last-child{
	margin-bottom: 0;
}
.e0029_item div#section01 div.wrap div.box ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url(/img/special/E0029/arr.png) no-repeat;
}
@media print, screen and (max-width: 767px) {
	.e0029_item h1{
	    margin: 0 auto 30px;
	}
	.e0029_item p.lead{
		font-size: 14px;
		text-align: left;
	}
	.e0029_item div#section01{
		margin: 30px auto 0;
	}
	.e0029_item div#section01 div.wrap{
		display: block;
	}
	.e0029_item div#section01 div.wrap div.box{
		width: 100%;
	}
	.e0029_item div#section01 div.wrap div.box.b02,
	.e0029_item div#section01 div.wrap div.box.b03,
	.e0029_item div#section01 div.wrap div.box.b04{
		margin-top: 40px;
	}
	.e0029_item div#section01 div.wrap div.box ul{
		width: 95%;
	}
}