@charset "UTF-8";

/* plan-check */
body {
	overflow: auto;
	background: none;
	min-width: 0;
}


@media print {
body {
	overflow: visible;
}
}


#plan-check-inner .for-sp { display: none; }

#plan-bg {
	background: rgba(0,135,207,.6);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 500;
	min-width: 1020px;
	width: 100%;
}
#plan-check {
	width: 920px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -460px;
	padding: 21px 0 0;
	display: none;
	z-index: 510;
}
	#plan-check iframe {
		width: 100%;
		position: relative;
		z-index: 10;
		display: block;
		border: none;
	}
	#plan-check:before {
    	content: "";
    	position: absolute;
    	top: 5px;
    	left: 5px;
    	right: 5px;
    	bottom: 5px;
    	background: url(/files/400334069.png);
	}
	#plan-check:after {
    	content: "";
    	position: absolute;
    	top: 9px;
    	left: 9px;
    	right: 9px;
    	bottom: 9px;
    	background: #fff;
    	z-index: 1;
	}
	#plan-check .btn_close {
		position: absolute;
		top: -25px;
		right: -25px;
		margin-top: 0;
		z-index: 20;
    	cursor: pointer;
	}
	#plan-check-inner h2,
	#plan-check h2 {
    	position: relative;
    	z-index: 2;
    	margin-left: 33px;
	}
	#plan-check-inner img,
	#plan-check img {
    	display: block;
	}
	#plan-check-inner .img,
	#plan-check .img {
		position: absolute;
		right: 15px;
		bottom: 0;
		z-index: 3;
	}
	#plan-check-inner .plan-choice,
	#plan-check .plan-choice {
		width: 657px;
		height: 282px;
		background: url(/files/400334070.png) no-repeat;
    	position: relative;
    	z-index: 2;
    	margin: 12px 0 0 19px;
	}
	#plan-check-inner ul,
	#plan-check ul {
    	float: left;
    	padding: 41px 0 0 37px;
	}
	#plan-check-inner ul + ul,
	#plan-check ul + ul {
    	padding: 41px 0 0 21px;
	}
	#plan-check-inner li,
	#plan-check li {
    	width: 304px;
    	padding: 0 0 12px;
	}
	#plan-check-inner ul + ul li,
	#plan-check ul + ul li {
    	width: 256px;
	}
	#plan-check-inner li + li,
	#plan-check li + li {
		background: url(/files/400334124.png) repeat-x left top;
		padding-top: 12px;
	}
	#plan-check-inner li a,
	#plan-check li a {
    	display: block;
    	padding: 2px 0 0 33px;
    	min-height: 24px;
    	background: url(/files/400334086.png) no-repeat left center;
	}
	#plan-check-inner li a:hover,
	#plan-check li a:hover {
    	background: url(/files/400334087.png) no-repeat left center;
	}

/* plan-result */
.plan-result {
	position: relative;
	margin: 14px 0 0 40px;
	z-index: 2;
	display: none;
}
	.plan-start {
		position: relative;
		z-index: 2;
	}
	.plan-result h3 {
		background: url(/files/400334087.png) no-repeat left center;
		padding: 2px 0 0 35px;
		margin-bottom: 15px;
		min-height: 24px;
	}
	.result-block {
		width: 725px;
		background: #ECECEC;
		margin: 0 0 20px 58px;
		padding: 10px;
	}
	.result-block.no-bg {
		background: none;
		margin-bottom: 30px;
	}
	.result-block .item {
    	background: #fff;
    	padding: 5px;
    	border: solid 1px #DBDBDB;
	}
	.result-block.no-bg .item {
		border: none;
	}
	.plan-result h4 {
		float: left;
		position: relative;
	}
	.plan-result h4.icon_s:after {
    	content: "";
    	width: 30px;
    	height: 30px;
    	display: block;
    	background: url(/files/400334089.png) no-repeat;
    	position: absolute;
    	right: -8px;
    	top: -10px;
	}
	.result-block .item > p {
    	line-height: 1.6;
    	padding: 10px 15px 0;
    	overflow: hidden;
	}
	.result-block.col-2 .item {
		width: 349px;
    	float: left;
	}
	.result-block.col-2 h4,
	h3:first-child + .result-block h4 {
    	float: none;
	}
	h3:first-child + .result-block.col-1 h4.icon_s:after {
    	width: 46px;
    	height: 46px;
    	background: url(/files/400334090.png) no-repeat;
    	right: -13px;
    	top: -13px;
	}
	.result-block.col-2 .item:nth-child(2n) {
    	margin-left: 7px;
	}
	.result-block.col-2 .item > p {
    	text-align: center;
    	margin: 11px 0 9px;
    	padding: 0;
	}
	.result-block.col-3 .item {
    		float: left;
		margin-left: 6px;
		width: 231px;
	}
	.result-block.col-3 .item:first-child { margin-left: 0; }
	.result-block.col-3 .item.item-02 p { margin: 1.5em 0; }
		.result-block.col-3 .item p { padding: 10px 10px 12px; text-align: center; }
	.result-block .item .txt_mark {
    	background: #FFFFB2;
	}
	.plan-result .btn a {
		width: 257px;
		border: solid 2px #0087CF;
		border-radius: 3px;
		display: block;
		margin: 30px auto 33px;
		padding: 7px 0 6px 16px;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
		background: url(/files/400334085.png) no-repeat 12px center;
		color: #333;
	}
	.plan-result > p {
		margin: 22px 90px 7px 60px;
		line-height: 1.6;
	}
	.result-block .item .btn a {
		width: 337px;
    	margin: 0 auto;
    	border: solid 1px #E8EFF5;
    	background: #EEF6FA url(/files/400334084.png) no-repeat 96.142% center;
    	font-size: 16px;
    	font-weight: bold;
    	color: #1F5E99;
    	padding: 35px 0;
	}
	#plan-check .for-sp {
		display: none;
	}
	#plan-check .block-column {
    	border: none;
    	background: #FAFAFA;
    	border-radius: 5px;
    	line-height: 1.5;
    	margin: 0 5px 5px;
    	padding: 10px;
	}
	#plan-check .block-column .title {
    	font-weight: bold;
    	font-size: 13px;
    	color: #001F77;
	}
