@charset "utf-8";
/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.e0042_item{font-size:15px;line-height:1.8;color:#333333;}
.e0042_item .ct{margin:0 auto;text-align:center;}
.e0042_item .contents{margin:0 auto;width:660px;}
.e0042_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;}

.e0042_item h1{
    margin: 0 auto 40px;
    max-width: 1240px;
    width: 100%;
}
.e0042_item h2.title{
	width: 100%;
	margin: 0 auto 30px;
	background-image: linear-gradient(90deg, #48c9d8, #c8eff0);
	color: #fff;
	line-height: 1.2;
	padding: 18px 15px 18px 30px;
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid #00808E;
}
span.sub{
	font-size: 12px;
}
p.p-txt span.sub,
dl dd span.sub,
table span.sub{
	font-size: 10px;
}
.e0042_item div.lead-box{
	background: #F0F9FD;
	padding: 40px 0 40px;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.e0042_item div.lead-box p.question{
	text-align: center;
	font-size: 20px;
}
.e0042_item div.lead-box p.question span.green{
	font-weight: bold;
	color: #00808E;
}
.e0042_item div.lead-box p.question span.bold{
	font-weight: bold;
}
.e0042_item div.lead-box div.arrow{
	width: 100px;
	margin: 15px auto;
}
.e0042_item div.lead-box p.answer{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.e0042_item div.lead-box p.answer span{
	color: #D62D88;	
}
.e0042_item div#section01,
.e0042_item div#section02,
.e0042_item div#section03{
	width: 100%;
	margin: 70px auto 0;
}
.e0042_item div#section04{
	width: 100%;
	margin: 70px auto;
}
.e0042_item div#section01 p.sec-lead{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.e0042_item div#section01 p.sec-lead span.green{
	color: #00808E;	
}
.e0042_item div#section01 p.sec-lead span.pink{
	color: #D62D88;	
}
.e0042_item div#section01 div.movie{
	max-width: 1000px;
	width: 100%;
	background: #F0F9FC;
	padding: 30px 0 40px;
	margin: 30px auto 0;
}
.e0042_item div#section01 div.movie h3.mov-title{
	position: relative;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 525px;
	margin: 0 auto 20px;
}
.e0042_item div#section01 div.movie h3.mov-title::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    left: -35px;
    bottom: 0;
    background: #000;
    transform: rotate(-22deg);
}
.e0042_item div#section01 div.movie h3.mov-title::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    right: -30px;
    bottom: 0;
    background: #000;
    transform: rotate(22deg);
}
.e0042_item div#section01 div.movie div.youtube{
	max-width: 863px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.e0042_item div#section01 div.movie div.youtube div.mov{
	max-width: 420px;
	width: 100%;
}
.e0042_item div#section01 div.movie div.youtube div.mov img{
	width: 100%;
	height: auto;
}
.e0042_item div#section01 div.movie div.youtube div.mov p{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.e0042_item div#section01 div.box{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
}
.e0042_item div#section01 div.box div.ttl{
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C9C9C9;
}
.e0042_item div#section01 div.box div.ttl h4{
	border-left: 8px solid #00808E;
	color: #00808E;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 10px;
	padding-top: 3px;
}
.e0042_item div#section01 div.box p.p-txt{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 0;
	font-size: 16px;
}
.e0042_item div#section01 div.box ul.list{
	max-width: 960px;
	width: 100%;
	margin: 20px auto 30px;
	display: flex;
	justify-content: space-between;
}
.e0042_item div#section01 div.box ul.list li{
	position: relative;
	background: #F0F9FC;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 20px 18px 50px;
}
.e0042_item div#section01 div.box ul.list li::before{
	content: '';
    position: absolute;
    left: 20px;
    top: 24px;
    width: 19px;
    height: 19px;
    background: url(/img/special/E0042/listicon.png) no-repeat;
}
.e0042_item div#section01 div.box ul.list li span{
	color: #D62D88;	
}
.e0042_item div#section01 div.box ul.merit{
	max-width: 960px;
	width: 100%;
	margin: 20px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.e0042_item div#section01 div.box ul.merit li{
	width: 49%;
	background: #F0F9FC;
	padding: 25px 35px;
}
.e0042_item div#section01 div.box ul.merit li h5{
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.e0042_item div#section01 div.box ul.merit li p{
	font-size: 14px;
}
.e0042_item div#section01 div.box ul.merit li:nth-child(1),
.e0042_item div#section01 div.box ul.merit li:nth-child(2){
	margin-bottom: 10px;
}
.e0042_item div#section02 h2.title{
	margin: 0 auto 40px;
}
.e0042_item div#section02 div.wrap{
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.e0042_item div#section02 div.wrap div.box{
	background: #F0F9FC;
	padding: 25px 30px 30px;
	width: 49%;
}
.e0042_item div#section02 div.wrap div.box.b01,
.e0042_item div#section02 div.wrap div.box.b02{
	margin-bottom: 25px;
}
.e0042_item div#section02 div.wrap div.box div.ttl{
	display: flex;
	align-items: end;
	position: relative;
}
.e0042_item div#section02 div.wrap div.box div.ttl div.img{
	width: 105px;
	position: absolute;
	top: -35px;
}
.e0042_item div#section02 div.wrap div.box div.ttl h4{
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	color: #00808E;
	padding-left: 125px;
}
.e0042_item div#section02 div.wrap div.box div.ttl p.num{
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	font-family:'メイリオ','Meiryo';
	color: #DCF0F7;
	letter-spacing: -1px;
	position: absolute;
	top: -10px;
	right: 0;
}
.e0042_item div#section02 div.wrap div.box.b02 div.ttl h4,
.e0042_item div#section02 div.wrap div.box.b04 div.ttl h4{
	margin-top: 25px;
}
.e0042_item div#section02 div.wrap div.box dl{
	margin-top: 30px;
}
.e0042_item div#section02 div.wrap div.box dl dt{
	font-size: 16px;
	font-weight: bold;
}
.e0042_item div#section02 div.wrap div.box dl dd{
	font-size: 14px;
}
.e0042_item div#section03 h2.title{
	margin: 0 auto 40px;
}
.e0042_item div#section03 div.recommend{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-top: 1px solid #00808E;
	border-bottom: 1px solid #00808E;
}
.e0042_item div#section03 div.recommend div.img{
	width: 243.5px;
	margin-right: 50px;
}
.e0042_item div#section03 div.recommend ul li{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
}
.e0042_item div#section03 div.recommend ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(/img/special/E0042/listicon.png) no-repeat;
}
.e0042_item div#section03 div.beforeafter{
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 0;
}
.e0042_item div#section03 div.beforeafter h3.title{
	position: relative;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 470px;
	margin: 0 auto 30px;
}
.e0042_item div#section03 div.beforeafter h3.title::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    left: -35px;
    bottom: 0;
    background: #000;
    transform: rotate(-22deg);
}
.e0042_item div#section03 div.beforeafter h3.title::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    right: -30px;
    bottom: 0;
    background: #000;
    transform: rotate(22deg);
}
.e0042_item div#section03 div.beforeafter div.wrap{
	display: flex;
	justify-content: space-between;
}
.e0042_item div#section03 div.beforeafter div.wrap div.list{
	display: flex;
	justify-content: center;
}
.e0042_item div#section03 div.beforeafter div.wrap div.list ul li{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.list ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl,
.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl{
	display: flex;
	justify-content: center;
	align-items: end;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	margin: 0 auto;
	max-width: 363px;
	width: 100%;
	padding-bottom: 15px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before{
	max-width: 463px;
	width: 100%;
	background: #F5F5F5;
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl{
	border-bottom: 1px solid #00808E;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl div.img{
	width: 66px;
	margin-right: 15px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl h4{
	color: #00808E;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
}
.e0042_item div#section03 div.beforeafter div.wrap div.before div.list ul li::before{
    background: url(/img/special/E0042/listicon.png) no-repeat;
}
.e0042_item div#section03 div.beforeafter div.wrap div.arrow{
	width: 34px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.after{
	max-width: 463px;
	width: 100%;
	background: #FFF5FA;
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl{
	border-bottom: 1px solid #E874B2;
}
.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl div.img{
	width: 70px;
	margin-right: 10px;
}
.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl h4{
	color: #E874B2;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
}
.e0042_item div#section03 div.beforeafter div.wrap div.after div.list ul li::before{
    background: url(/img/special/E0042/listicon_pink.png) no-repeat;
}
.e0042_item div#section04 h2.title{
	margin: 0 auto 40px;
}
.e0042_item div#section04 div.table-plan{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.e0042_item div#section04 div.table-plan table{
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-collapse: collapse;
}
.e0042_item div#section04 div.table-plan table th{
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.e0042_item div#section04 div.table-plan table tr.odd{
	background: #F7F8FA;
}
.e0042_item div#section04 div.table-plan table td{
	width: 350px;
	border-bottom: 1px solid #D8D8D8;
}
.e0042_item div#section04 div.table-plan table td.basic{
	border-right: 1px solid #D8D8D8;
}
/* title */
.e0042_item div#section04 div.table-plan table th.ttl{
	background: #F7F8FA;
	padding-left: 40px;
}
.e0042_item div#section04 div.table-plan table td.icon{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;	
}
.e0042_item div#section04 div.table-plan table td.icon.basic div.logo{
	width: 180px;
	margin: 0 auto;
}
.e0042_item div#section04 div.table-plan table td.icon.visualization div.logo{
	width: 155px;
	margin: 0 auto;
}
.e0042_item div#section04 div.table-plan table td.plan{
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;	
}
.e0042_item div#section04 div.table-plan table td.plan.basic{
	background: #E06DAB;
}
.e0042_item div#section04 div.table-plan table td.plan.visualization{
	background: #FFAE15;
}
.e0042_item div#section04 div.table-plan table td.ex{
	font-size: 12px;
	padding: 12px 40px 10px;
	line-height: 1.8;
}
.e0042_item div#section04 div.table-plan table td.ex.basic{
	background: #FFF5FA;
}
.e0042_item div#section04 div.table-plan table td.ex.visualization{
	background: #FFF9EF;
}
/* check */
.e0042_item div#section04 div.table-plan table th.check{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.e0042_item div#section04 div.table-plan table td.check{
	text-align: center;
	font-size: 28px;
	line-height: 1;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}
.e0042_item div#section04 div.table-plan table td.check.no{
	font-size: 20px;
}
.e0042_item div#section04 div.table-plan table td.check span.att{
	position: absolute;
	font-size: 14px;
	top: 18px;
    margin-left: 5px;
}
.e0042_item div#section04 div.table-plan table td.check.basic{
	color: #E06DAB;
}
.e0042_item div#section04 div.table-plan table td.check.visualization{
	color: #FFAE15;
}
.e0042_item div#section04 ul.att{
	margin-top: 15px;
}
.e0042_item div#section04 ul.att li{
	font-size: 12px;
}
@media print, screen and (max-width: 767px) {
	.e0042_item h1{
	    margin: 0 auto 20px;
	}
	.e0042_item h2.title{
		margin: 0 auto 20px;
		line-height: 1.2;
		padding: 18px 15px 18px 15px;
		border-left: 6px solid #00808E;
	}
	.e0042_item div.lead-box{
		padding: 30px 15px 30px;
	}
	.e0042_item div.lead-box p.question{
		text-align: left;
		font-size: 16px;
	}
	.e0042_item div.lead-box div.arrow{
		width: 100px;
		margin: 15px auto 10px;
	}
	.e0042_item div.lead-box p.answer{
		font-size: 20px;
	}
	.e0042_item div#section01,
	.e0042_item div#section02,
	.e0042_item div#section03{
		margin: 40px auto 0;
	}
	.e0042_item div#section04{
		margin: 40px auto;
	}
	.e0042_item div#section01 p.sec-lead{
		font-size: 16px;
		line-height: 1.8;
	}
	.e0042_item div#section01 div.movie{
		padding: 30px 0 35px;
		margin: 20px auto 0;
	}
	.e0042_item div#section01 div.movie h3.mov-title{
		font-size: 17px;
		line-height: 1.5;
		width: 340px;
		margin: 0 auto 15px;
	}
	.e0042_item div#section01 div.movie h3.mov-title::before{
	    width: 2px;
	    height: 30px;
	    left: -15px;
	}
	.e0042_item div#section01 div.movie h3.mov-title::after{
	    width: 2px;
	    height: 30px;
	    right: -15px;
	}
	.e0042_item div#section01 div.movie div.youtube{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.e0042_item div#section01 div.movie div.youtube div.mov{
		max-width: inherit;
		width: 100%;
	}
	.e0042_item div#section01 div.movie div.youtube div.mov.m02{
		margin-top: 25px;
	}
	.e0042_item div#section01 div.movie div.youtube div.mov p{
		margin-top: 15px;
		font-size: 14px;
	}

	.e0042_item div#section01 div.box{
		margin: 40px auto 0;
	}
	.e0042_item div#section01 div.box div.ttl{
		margin-bottom: 20px;
	}
	.e0042_item div#section01 div.box div.ttl h4{
		border-left: 4px solid #00808E;
		font-size: 20px;
	}
	.e0042_item div#section01 div.box p.p-txt{
		font-size: 14px;
	}
	.e0042_item div#section01 div.box ul.list{
		margin: 15px auto 15px;
		display: block;
	}
	.e0042_item div#section01 div.box ul.list li{
		font-size: 16px;
		padding: 15px 30px 15px 50px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.e0042_item div#section01 div.box ul.list li:last-child{
		margin-bottom: 0;
	}
	.e0042_item div#section01 div.box ul.list li::before{
	    top: 20px;
	}
	.e0042_item div#section01 div.box ul.list li span{
		color: #D62D88;	
	}
	.e0042_item div#section01 div.box ul.merit{
		margin: 20px auto 0;
		display: block;
	}
	.e0042_item div#section01 div.box ul.merit li{
		width: 100%;
		padding: 25px 15px;
	}
	.e0042_item div#section01 div.box ul.merit li h5{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.e0042_item div#section01 div.box ul.merit li p{
		font-size: 14px;
	}
	.e0042_item div#section01 div.box ul.merit li:nth-child(1),
	.e0042_item div#section01 div.box ul.merit li:nth-child(2),
	.e0042_item div#section01 div.box ul.merit li:nth-child(3){
		margin-bottom: 15px;
	}
	.e0042_item div#section02 h2.title{
		margin: 0 auto 30px;
	}
	.e0042_item div#section02 div.wrap{
		margin: 20px auto 30px;
		display: block;
	}
	.e0042_item div#section02 div.wrap div.box{
		padding: 25px 20px 20px;
		width: 100%;
	}
	.e0042_item div#section02 div.wrap div.box.b01,
	.e0042_item div#section02 div.wrap div.box.b02,
	.e0042_item div#section02 div.wrap div.box.b03{
		margin-bottom: 25px;
	}
	.e0042_item div#section02 div.wrap div.box div.ttl{
		align-items: end;
	}
	.e0042_item div#section02 div.wrap div.box div.ttl div.img{
		width: 84px;
		top: -35px;
	}
	.e0042_item div#section02 div.wrap div.box div.ttl h4{
		font-size: 17px;
		line-height: 1.4;
		padding-left: 100px;
	}
	.e0042_item div#section02 div.wrap div.box div.ttl p.num{
		font-size: 64px;
		top: -5px;
	}
	.e0042_item div#section02 div.wrap div.box.b02 div.ttl h4,
	.e0042_item div#section02 div.wrap div.box.b04 div.ttl h4{
		margin-top: 10px;
	}
	.e0042_item div#section02 div.wrap div.box dl{
		margin-top: 20px;
	}
	.e0042_item div#section02 div.wrap div.box.b02 dl,
	.e0042_item div#section02 div.wrap div.box.b04 dl{
		margin-top: 35px;
	}
	.e0042_item div#section03 h2.title{
		margin: 0 auto 20px;
	}
	.e0042_item div#section03 div.recommend{
		display: block;
		border-left: 1px solid #00808E;
		border-right: 1px solid #00808E;
		padding-bottom: 20px;
	}
	.e0042_item div#section03 div.recommend div.img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.e0042_item div#section03 div.recommend div.list{
		display: flex;
		justify-content: center;
	}
	.e0042_item div#section03 div.recommend ul li{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.e0042_item div#section03 div.recommend ul li:last-child{
		margin-bottom: 0;
	}
	.e0042_item div#section03 div.recommend ul li::before{
	    top: 3px;
	}
	.e0042_item div#section03 div.beforeafter{
		margin: 30px auto 0;
	}
	.e0042_item div#section03 div.beforeafter h3.title{
		font-size: 18px;
		line-height: 1.5;
		width: 324px;
		margin: 0 auto 30px;
	}
	.e0042_item div#section03 div.beforeafter h3.title::before{
	    width: 2px;
	    height: 30px;
	    left: -15px;
	}
	.e0042_item div#section03 div.beforeafter h3.title::after{
	    width: 2px;
	    height: 30px;
	    right: -15px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap{
		display: block;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.list ul li{
		font-size: 15px;
		padding-left: 30px;
		margin-bottom: 5px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.list ul li:last-child{
		margin-bottom: 0;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.list ul li::before{
	    top: 3px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl,
	.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl{
		max-width: inherit;
		width: 85%;
		padding-bottom: 10px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.before{
		max-width: inherit;
		width: 100%;
		padding-top: 75px;
		padding-bottom: 25px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl div.img{
		width: 51px;
		margin-right: 12px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.before div.ttl h4{
		font-size: 20px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.arrow{
		width: 63px;
		margin: 10px auto;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.after{
		max-width: inherit;
		width: 100%;
		padding-top: 75px;
		padding-bottom: 25px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl div.img{
		width: 54px;
		margin-right: 10px;
	}
	.e0042_item div#section03 div.beforeafter div.wrap div.after div.ttl h4{
		font-size: 20px;
	}
	.e0042_item div#section04 h2.title{
		margin: 0 auto 20px;
	}
	.e0042_item div#section04 div.table-plan{
		overflow-x: scroll;
	}
	.e0042_item div#section04 div.table-plan table{
		width: 790px;
	}
	.e0042_item div#section04 div.table-plan table th{
		width: 220px;
		font-size: 14px;
		vertical-align: middle;
	}
	.e0042_item div#section04 div.table-plan table td{
		width: 285px;
	}
	/* title */
	.e0042_item div#section04 div.table-plan table th.ttl{
		padding-left: 35px;
		vertical-align: middle;
	}
	.e0042_item div#section04 div.table-plan table td.icon{
		padding-top: 15px;
		padding-bottom: 15px;	
	}
	.e0042_item div#section04 div.table-plan table td.icon.basic div.logo{
		width: 162px;
	}
	.e0042_item div#section04 div.table-plan table td.icon.visualization div.logo{
		width: 138px;
	}
	.e0042_item div#section04 div.table-plan table td.plan{
		padding-top: 12px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.e0042_item div#section04 div.table-plan table td.ex{
		padding: 12px 15px 10px;
	}
	/* check */
	.e0042_item div#section04 div.table-plan table th.check{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.e0042_item div#section04 div.table-plan table td.check{
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.e0042_item div#section04 div.table-plan table td.check.no{
		font-size: 18px;
	}
	.e0042_item div#section04 div.table-plan table td.check span.att{
		font-size: 12px;
		top: 12px;
	}
	.e0042_item div#section04 ul.att{
		margin-top: 10px;
	}
}