@charset "UTF-8";

/* --------------------------------------------------
-------------------------------------------------- */
/* bnrBlock */
.bnrBlock {
	padding-top: 20px;
}
	.bnrBlock ul {
    	background: #F6F7F1;
    	margin: 0;
    	list-style: none;
    	overflow: hidden;
    	padding: 5px;
	}
	.bnrBlock ul li {
		width: 32%;
    	float: left;
	}
	.bnrBlock ul li img {
    	max-width: 100%;
	}
	.bnrBlock ul li+li {
    	margin-left: 2%;
	}
	.bnrBlock ul li img {
    	display: block;
	}

/* tabBlock */
.tabBlock {
	margin-top: 15px;
}
	.tabBlock .nav-tab {
		margin-bottom: 0;
		position: relative;
    	overflow: hidden;
	}
	.tabBlock .nav-tab:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 33.33%;
		width: 1px;
		background: #fff;
	}
	.tabBlock .nav-tab:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 33.33%;
		width: 1px;
		height: auto;
		background: #fff;
		visibility: visible;
	}
	.tabBlock .nav-tab li {
		width: 33.33%;
		list-style: none;
		float: left;
		margin-top: 2.26%;
	}
	.tabBlock .nav-tab li img {
		width: 100%;
		display: block;
	}
	.tabBlock .nav-tab li.current {
		margin-top: 0;
	}
	.tabBlock .tabInner {
		background: #E3F1F8;
		padding: 10px;
	}
	.tabBlock .tabInner .fsS {
		font-size: inherit;
	}
	.tabBlock .tabInner .item {
		background: #fff;
	}
	.tabBlock .tabInner .item h2 {
    	font-size: 116.6%;
    	color: #000C66;
    	padding: 10px 0 11px 5px;
	}
	.tabBlock .tabInner .item p {
    	padding: 0 10px 13px;
    	clear: both;
	}
	.tabBlock .tabInner > .item h2 img {
		width: 70px;
    	margin: 0 12px 5px;
    	vertical-align: -3px;
    	float: right;
	}
	.tabBlock .tabInner > .item h2 img:first-child {
		width: 15px;
    	vertical-align: -6px;
    	margin: 0 8px;
    	float: none;
	}
	.tabBlock .tabInner .col-3,
	.tabBlock .tabInner .col-2 {
    	margin: 6px -1px 0;
    	padding-bottom: 0;
	}
	.tabBlock .tabInner .col-3 .item,
	.tabBlock .tabInner .col-2 .item {
		border: solid 1px #D1E7F3;
		margin: 0;
		padding: 5px 5px 1px;
	}
	.tabBlock .tabInner .col-3 .item + .item,
	.tabBlock .tabInner .col-2 .item + .item {
    	margin-top: 7px;
	}
	.tabBlock .tabInner .col-3 .item h2,
	.tabBlock .tabInner .col-2 .item h2 {
    	background: #F4F5DF;
    	color: #000C66;
    	font-size: 12px;
    	font-weight: normal;
    	padding: 10px 0;
    	text-align: center;
	}
	.tabBlock .tabInner .col-3 .item h2 img {
		width: 90px;
    	display: block;
    	margin: 0 auto 5px;
	}
	.tabBlock .tabInner .col-2 .item h2 img {
		width: 200px;
    	display: block;
    	margin: 0 auto;
	}
	.tabBlock .tabInner .col-3 .item h2 + p,
	.tabBlock .tabInner .col-2 .item h2 + p {
    	padding: 10px 7px 2px 7px;
	}
	.tabBlock .tabInner .col-3 .item .more a,
	.tabBlock .tabInner .col-2 .item .more a {
		background: #F6F6F6 url(/simulation/old/files/400333932.png) no-repeat 10px center;
		width: 143px;
    	border-radius: 3px;
    	margin: 0 auto;
    	padding: 5px 10px 5px 15px;
    	display: block;
    	text-align: center;
	}

.planBlock {
	margin: 20px 0 30px;
	padding: 5px 5px 10px;
	border: solid 1px #ddd;
	position: relative;
}
	.planBlock h2 {
		text-align: center;
		padding: 7px 0 4px;
    	background: #EFF4F8;
    	background-size: 100% auto;
	}
	.planBlock h2 img {
		width: 180px;
	}
	.planBlock .img {
		width: 25%;
		margin: 5px 5% 10px 2%;
		float: left;
	}
	.planBlock .img img {
		width: 100%;
	}
	.planBlock .img + p {
    	margin: 10px;
	}
	.planBlock .point {
		margin: 0 1%;
		clear: both;
		overflow: hidden;
	}
	.planBlock .point img:first-child {
		width: 12.551%;
		vertical-align: top;
		float: left;
	}
	.planBlock .point img + img {
		width: 83.95%;
    	float: right;
	}
	.planBlock .btn {
    	text-align: center;
	}
	.planBlock .btn a {
		border: solid 2px #90AECD;
		border-radius: 3px;
		display: inline-block;
		margin-top: 3px;
		padding: 6px 36px 6px 20px;
		background: #fff url(/simulation/old/files/400333978.png) no-repeat 96.271% center;
		text-decoration: none;
	}
	
.otherBlock {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}
	.otherBlock .col-2 {
		background: #F6F6F6;
		padding: 10px;
		margin-bottom: 10px;
	}
	.otherBlock .col-2 .item {
    	background: #F7F8E7;
    	border: solid 1px #EDEDED;
        position: relative;
        padding: 10px;
	}
	.otherBlock .col-2 .item:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		border: solid 5px #fff;
	}
	.otherBlock .col-2 .item .img {
    	background: #fff;
    	margin-bottom: 5px;
    	z-index: 1000;
    	position: relative;
	}
	.otherBlock .col-2 .item .img img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.otherBlock .col-2 .item + .item {
		margin-top: 5px;
	}
	.otherBlock .col-2 .item .img + p {
    	margin-top: 3px;
    	line-height: 1.4;
	}


.form_box select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 9px 9px;
    font-family: inherit;
}

.form_box input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 9px 7px;
    font-family: inherit;
}

.kinri_box input[type='text'] {
    width: 3em;
}

.block-btn {
	margin-top: 0;
}

.block-btn p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.block-btn p a#sb_calc {
    background: #DB6F47;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 25px;
    width: auto;
    border: none;
}

.block-btn p a#sb_reset {
	background-image: none;
    width: auto;
    padding: 7px 25px;
}

.form_box .kinri_box {
    padding: 0 0 10px;
    text-align: left;
}
	.form_box .kinri_box > div {
	    padding: 0 0 10px;
	}

.form_box label {
	display: inline-block;
	padding: 0.5em 0;
}
.btnSec02 ul {
	overflow: hidden;
	padding: 0 10px;
}
	.btnSec02 img {
    	vertical-align: bottom;
	}
	.btnSec02 ul li {
	    width: 48%;
	    float: left;
	}
	.btnSec02 ul li:nth-child(2) {
		float: right;
	}
	.btnSec02 ul li a {
	    display: block;
	    border: 1px solid #c5c5c5;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -ms-border-radius: 3px;
	    text-align: center;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    padding: 6px 0;
	    width: 100%;
	}
.pcsiteBtn01 {
    margin-bottom: 10px;
	padding: 0 10px;
}
	.pcsiteBtn01 img {
    	vertical-align: bottom;
	}
	.pcsiteBtn01 a {
	    display: block;
	    border: 1px solid #c5c5c5;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -ms-border-radius: 3px;
	    padding: 8px 10px;
	    text-align: center;
	}

.form_box input[type="text"].off_focus,
#keisan_kekka input {
    background-color: transparent !important;
    border-style: none !important;
    text-align: right;
}

#mainBody table.tableNormal {
	width: 100%;
	display: table;
	border: none !important;
	margin-top: 0;
}
	#mainBody table.tableNormal tbody {
    	display: table-row-group;
	}
	#mainBody table.tableNormal tr {
    	display: table-row;
	}
	#mainBody table.tableNormal td {
    	display: table-cell;
    	border: none !important;
    	border-bottom: solid 1px #ccc !important;
    	padding: 5px;
	}

#mainBody #keisan_kekka .table_design th {
	vertical-align: middle;
	padding: 7px;
	line-height: 1.3;
}
#mainBody #keisan_kekka .table_design.w100 th {
	padding: 12px;
	line-height: 1.5;
}
#mainBody #keisan_kekka .table_design td {
	padding: 7px 12px;
}
#mainBody table tr td {
	padding: 6px;
}