/* common */
.e0023_item{font-size:15px;line-height:1.8;color:#333333;}
.e0023_item .ct{margin:0 auto;text-align:center;}
.e0023_item .contents{margin:0 auto;width:660px;}
.e0023_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;}

.e0023_item h1 {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
}
.e0023_item div.anker-area{
	margin: 40px 0 0;
}
.e0023_item div.anker-area ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.e0023_item div.anker-area ul li{
	margin-right: 15px;
}
.e0023_item div.anker-area ul li::last-child{
	margin-right: 0;
}
.e0023_item div.anker-area ul li a{
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 236px;
	text-align: center;
	line-height: 1.3;
	border-radius: 30px;
	box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.03);
	position: relative;
}
.e0023_item div.anker-area ul li a::after{
	content: '';
    position: absolute;
    right: 12px;
    top: 19px;
    width: 18px;
    height: 18px;
    background: url(/img/special/E0023/anker_arr.png) no-repeat;
}
.e0023_item div.anker-area ul li a.button{
	padding: 19px 0;
}
.e0023_item div.anker-area ul li a:hover{
	text-decoration: none;
}
.e0023_item h2.title{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 25px;
	background: #6F7F8E;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	padding: 11px 10px 9px 15px;
}
.e0023_item #section01{
	margin: 40px auto 0;
	max-width: 1240px;
	width: 100%;
}
.e0023_item #section01 div.block{
	padding: 40px 40px 30px;
	background: #fff;
}
.e0023_item #section01 div.block p.ttl{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}
.e0023_item #section01 div.block div.img-area {
	max-width: 749px;
	width: 100%;
	margin: 25px auto 0;
}
.e0023_item #section01 div.block div.wrap{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}
.e0023_item #section01 div.block div.wrap div.box{
	width: 360px;
	background: #E8F6FF;
	padding: 30px;
	margin-right: 30px;
	border-radius: 10px;
}
.e0023_item #section01 div.block div.wrap div.box.b03,
.e0023_item #section01 div.block div.wrap div.box.b05{
	margin-right: 0;
}
.e0023_item #section01 div.block div.wrap div.box.b01,
.e0023_item #section01 div.block div.wrap div.box.b02,
.e0023_item #section01 div.block div.wrap div.box.b03{
	margin-bottom: 25px;
}
.e0023_item #section01 div.block div.wrap div.box div.img{
	width: 148px;
	margin: -70px auto 20px;
}
.e0023_item #section01 div.block div.wrap div.box h3{
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.e0023_item #section01 div.block div.wrap div.box h3::before{
	content: '';
    position: absolute;
    width: 30px;
    height: 26.57px;
    left: 0;
    background: url(/img/special/E0023/icon_check.svg) no-repeat;
}
.e0023_item #section01 div.block div.wrap div.box p.txt{
	font-size: 14px;
	line-height: 1.8;
}
.e0023_item #section02{
	margin: 70px auto 0;
	max-width: 1240px;
	width: 100%;
}
.e0023_item #section02 div.table-area{
	background: #fff;
	padding: 50px 70px 50px;
}
.e0023_item #section02 table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #D8D8D8;
}
.e0023_item #section02 table th{
	width: 36%;
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #D8D8D8;
	color: #333333;
	font-size: 16px;
	line-height: 1.3;
	padding: 18px 0 16px 30px;
}
.e0023_item #section02 table th.ttl{
	background: #F7F8FA;
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 15px 0;
}
.e0023_item #section02 table th span{
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.e0023_item #section02 table td{
	width: 32%;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	padding: 18px 0 16px;
}
.e0023_item #section02 table td span{
	display: block;
	font-size: 12px;
}
.e0023_item #section02 table td.first.ttl{
	background: #00529F;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
}
.e0023_item #section02 table td.second.ttl{
	background: #848173;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
}
.e0023_item #section02 table td.first{
	background: #E8F6FF;
}
.e0023_item #section02 table td.second{
	background: #F8F8F1;
}
.e0023_item #section03{
	margin: 70px auto 0;
	max-width: 1240px;
	width: 100%;
}
.e0023_item #section03 div.wrap{
	display: flex;
	flex-wrap: wrap;
}
.e0023_item #section03 div.box{
	width: 295px;
	background: #fff;
	padding: 25px 0 35px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.e0023_item #section03 div.box.r,
.e0023_item #section03 div.box.b18{
	margin-right: 0;
}
.e0023_item #section03 div.box.b17,
.e0023_item #section03 div.box.b18{
	margin-bottom: 0;
}
.e0023_item #section03 div.box p.txt{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #666666;
}
.e0023_item #section03 div.box p.txt.br{
	margin-bottom: 20px;
}
.e0023_item #section03 div.box p.txt.single{
	margin-top: 15px;
	margin-bottom: 30px;
}
.e0023_item #section03 div.box div.img{
	width: 228px;
	margin: 0 auto;
}
.e0023_item #section03 div.box div.button-area{
	width: 245px;
	margin: 25px auto 0;
}
.e0023_item #section03 div.box div.button-area a{
	font-size: 15px;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    width: 245px;
    text-align: center;
    line-height: 1.3;
    border-radius: 30px;
    position: relative;
    padding: 9px 0 7px 0;
    border: 1px solid #4A545E;
}
.e0023_item #section03 div.box div.button-area a::before{
	content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 35px;
    background: url(/img/special/E0023/button-arr.png) no-repeat;
}
.e0023_item #section03 div.box div.button-area a:hover{
	text-decoration: none;
}
#plan-area {
    max-width: 1240px;
    margin: 70px auto 0;
    width: 100%;
}
@media print, screen and (max-width: 767px) {
	.e0023_item h1 {
	    width: 100%;
	}
	.e0023_item h1 img{
	    width: 100%;
	    height: auto;
	}
	.e0023_item div.anker-area{
		margin: 0;
		padding: 20px 0 25px;
		background: #EBEDEF;
		width: 100%;
	}
	.e0023_item div.anker-area h2.index{
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		letter-spacing: 0.5px;
		margin-bottom: 20px;
	}
	.e0023_item div.anker-area ul{
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}
	.e0023_item div.anker-area ul li{
		margin-right: 0;
		width: 48%;
	}
	.e0023_item div.anker-area ul li a{
		font-size: 13px;
		width: 100%;
		text-align: left;
		border-radius: 5px;
	}
	.e0023_item div.anker-area ul li a::after{
	    right: 8px;
	    top: 19px;
	}
	.e0023_item div.anker-area ul li a.button.b01,
	.e0023_item div.anker-area ul li a.button.b02{
		margin-bottom: 8px;
	}
	.e0023_item div.anker-area ul li a.button{
		padding: 19px 10px;
	}
	.e0023_item div.anker-area ul li a.button.b02{
		padding: 11px 10px;
	}
	.e0023_item h2.title{
		margin: 0 auto;
		padding: 11px 10px 9px 15px;
		border-radius: 10px 10px 0 0;
	}
	.e0023_item #section01{
		margin: 25px auto 0;
	}
	.e0023_item #section01 div.block{
		padding: 20px 10px 30px;
	}
	.e0023_item #section01 div.block p.ttl{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.3;
	}
	.e0023_item #section01 div.block div.img-area {
		width: 100%;
		margin: 25px auto 0;
	}
	.e0023_item #section01 div.block div.wrap{
		display: block;
	}
	.e0023_item #section01 div.block div.wrap div.box{
		width: 100%;
		padding: 20px;
		margin-right: 0;
	}
	.e0023_item #section01 div.block div.wrap div.box.b03,
	.e0023_item #section01 div.block div.wrap div.box.b05{
		margin-right: 0;
	}
	.e0023_item #section01 div.block div.wrap div.box.b01,
	.e0023_item #section01 div.block div.wrap div.box.b02,
	.e0023_item #section01 div.block div.wrap div.box.b03,
	.e0023_item #section01 div.block div.wrap div.box.b04{
		margin-bottom: 12px;
	}
	.e0023_item #section01 div.block div.wrap div.box h3{
		font-size: 16px;
		margin-bottom: 15px;
		padding-left: 40px;
	}
	.e0023_item #section01 div.block div.wrap div.box h3::before{
	    width: 28.16px;
	    height: 24.93px;
	}
	.e0023_item #section01 div.block div.wrap div.box p.txt{
		font-size: 14px;
		line-height: 1.8;
	}
	.e0023_item #section02{
		margin: 40px auto 0;
	}
	.e0023_item #section02 div.table-area{
		background: #fff;
		padding: 20px 10px 40px;
	}
	.e0023_item #section02 div.table-area div.table-wrap{
		overflow-x: scroll;
	}
	.e0023_item #section02 div.table-area div.table-wrap::-webkit-scrollbar {
	  width: 10px;
	}
	.e0023_item #section02 div.table-area div.table-wrap::-webkit-scrollbar-track {
	  background-color: #fff;
	}
	.e0023_item #section02 div.table-area div.table-wrap::-webkit-scrollbar-thumb {
	  background-color: #6F7F8E;
	  border-radius: 10px;
	}
	.e0023_item #section02 table{
		width: 700px;
	}
	.e0023_item #section02 table th{
		width: 30%;
		font-size: 12px;
		line-height: 1.3;
		padding: 15px 0 12px 30px;
		vertical-align: middle;
	}
	.e0023_item #section02 table th.ttl{
		padding: 15px 0;
	}
	.e0023_item #section02 table th span{
		font-size: 9px;
		margin-left: 0;
		display: block;
	}
	.e0023_item #section02 table td{
		width: 35%;
		font-size: 12px;
		padding: 15px 0 12px;
		vertical-align: middle;
	}
	.e0023_item #section02 table td span{
		font-size: 9px;
	}
	.e0023_item #section02 table td.first.ttl{
		background: #00529F;
		color: #fff;
		font-weight: bold;
		padding: 10px 0;
	}
	.e0023_item #section02 table td.second.ttl{
		background: #848173;
		color: #fff;
		font-weight: bold;
		padding: 10px 0;
	}
	.e0023_item #section02 table td.first{
		background: #E8F6FF;
	}
	.e0023_item #section02 table td.second{
		background: #F8F8F1;
	}
	.e0023_item #section03{
		margin: 40px auto 0;
	}
	.e0023_item #section03 div.wrap {
	    justify-content: space-between;
	    margin-top: 15px;
	}
	.e0023_item #section03 div.box{
		width: 48.5%;
		padding: 20px 0 20px;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.e0023_item #section03 div.box.r{
		margin-right: 0;
	}
	.e0023_item #section03 div.box p.txt{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		color: #666666;
	}
	.e0023_item #section03 div.box p.txt.three{
		margin-bottom: 20px;
		letter-spacing: -0.6px;
	}
	.e0023_item #section03 div.box p.txt.br{
		margin-bottom: 20px;
	}
	.e0023_item #section03 div.box p.txt.br.w{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.e0023_item #section03 div.box p.txt.single{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.e0023_item #section03 div.box p.txt.single.w{
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.e0023_item #section03 div.box div.img{
		width: 159px;
		margin: 0 auto;
	}
	.e0023_item #section03 div.box div.button-area{
		width: 160px;
		margin: 20px auto 0;
	}
	.e0023_item #section03 div.box div.button-area a{
		font-size: 12px;
	    width: 160px;
	    padding: 9px 0 7px 0;
	}
	.e0023_item #section03 div.box div.button-area a::before{
	    width: 12px;
	    height: 12px;
	    left: 15px;
	    background: url(/img/special/E0023/button-arr_sp.png) no-repeat;
	}
	#plan-area {
	    margin: 40px auto 0;
	}
}