body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.e0016_item{font-size:15px;line-height:1.8;color:#333333;}
.e0016_item .ct{margin:0 auto;text-align:center;}
.e0016_item .contents{margin:0 auto;width:660px;}
.e0016_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;}

.e0016_item h1.spe-title {
    margin-bottom: 45px;
    max-width: 1240px;
    width: 100%;
}
.e0016_item div.lead p{
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.e0016_item div.select{
	margin-top: 45px;
}
.e0016_item div.select h2.ttl{
    width: 100%;
    max-width: 1240px;
	margin-bottom: 40px;
}
.e0016_item div.select div.table table{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.e0016_item div.select div.table table th{
	font-size: 16px;
	font-weight: inherit;
	text-align: center;
	vertical-align: middle;
	height:64px;
	color: #333;
	line-height: 1.4;
	background-color: #F0F0F0;
	border: 1px solid #D8D8D8;
}
.e0016_item div.select div.table table td{
	background-color: #fff;
	border: 1px solid #D8D8D8;
	font-size: 18px;
	text-align: center;
	height: 55px;
	line-height: 2;
	vertical-align: middle;
}
.e0016_item div.select div.table.table-02,
.e0016_item div.select div.table.table-03{
	margin-top: 70px;
}
.e0016_item div.select div.table.table-01 table th,
.e0016_item div.select div.table.table-02 table th,
.e0016_item div.select div.table.table-03 table th{
	width: 110px;
}
.e0016_item div.select div.table.table-01 table td,
.e0016_item div.select div.table.table-02 table td,
.e0016_item div.select div.table.table-03 table th{
	width: 110px;
}
.e0016_item div.select div.table.table-01 table th.w-ajast,
.e0016_item div.select div.table.table-02 table th.w-ajast{
	width: 560px;
}
.e0016_item div.select div.table.table-03 table th.w-ajast{
	width: 340px;
}
.e0016_item div.select div.table table th img{
	vertical-align: middle;
}
.e0016_item div.select div.table table td.icon{
	width: 560px;
	text-align: left;
	padding-left: 45px;
	position: relative;
}
.e0016_item div.select div.table table td.icon a{
	position: relative;
}
.e0016_item div.select div.table table td.icon a::before{
	content: '';
	position: absolute;
	top: 1px;
	left: -28px;
	background: url(/img/special/E0016/arr_icon.png) no-repeat;
	width: 18px;
	height: 18px;
}
.e0016_item div.select div.table table td.icon a:hover{
	cursor: pointer;
}
.e0016_item div.select div.table table td.arrow{
	width: 60px;
	background: inherit;
	border: none;
	padding: 0;
}
.e0016_item div.select div.table table td.icon div.tag01{
	position: absolute;
	top: 12px;
	right: 60px;
}
.e0016_item div.select div.table table td.icon div.tag02{
	position: absolute;
	top: 12px;
	right: 20px;
}
.e0016_item div.select p.att{
	max-width: 1000px;
	width: 100%;
	margin: 15px auto 0;
	font-size: 12px;
	line-height: 1.8;
}
.e0016_item div.select div.arrow{
	width: 327px;
	margin: 50px auto 0;
}

.section{
	margin-top: 50px;
}
.section:before {
    content: "";
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}
.section div.wrap{
	display: flex;
	margin: 0 auto 35px;
}
.section div.wrap div.img{
	width: 140px;
    background: #F7F8FA;
    padding: 10px;
}
.section h3{
	width: 100%;
    max-width: 1100px;
    position: relative;
    background: #F7F8FA;
    line-height: 2;
    padding: 2.6% 15px 2% 40px;
    font-size: 20px;
    font-weight: bold;
}
.section h3::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: #FE1F8D;
}
.section h3::after{
	position: absolute;
    content: " ";
    top: 0;
    left: 70px;
    width: 23px;
    height: 4px;
    background: #FECE00;
}
@media print, screen and (max-width: 767px) {
	.e0016_item h1.spe-title {
		margin-bottom: 40px;
	}
	.e0016_item div.lead p{
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
	.e0016_item div.select{
		margin-top: 30px;
	}
	.e0016_item div.select h2.ttl{
		margin-bottom: 30px;
	}
	.e0016_item div.select div.table.table-02,
	.e0016_item div.select div.table.table-03{
		margin-top: 50px;
	}
	.e0016_item div.select div.table{
		overflow-x: scroll;
	}
	.e0016_item div.select div.table table{
		width: 700px;
	}
	.e0016_item div.select div.table table th{
		font-size: 12px;
		height:50px;
		padding-top: 2px;
	}
	.e0016_item div.select div.table table td{
		font-size: 14px;
		height: 50px;
		padding-top: 2px;
	}
	.section h3 {
	    padding: 5% 15px 4% 20px;
	}
}