  .simulation-plan{
    position: relative;
}

.simulation-plan input{
    left: .466em;
    display: none;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: 15px 0 0 0;
    outline: 0 !important;
    z-index: 1;
}

.simulation-block-a,
.simulation-block-b{
    float:left;
    width: 100%;
}

.simulation-input + label{
    background: #f6f6f6;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    color: #333;
    font-size: 120%;
}

.simulation-input + label:hover{
    background-color: #ededed;
    border-color: #ddd;
    color: #333;

}

.simulation-icon::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: .8em;
    background-color: rgba(0,0,0,.3);
    border-radius: 4px;
}

.simulation-input:checked + label{
    background: #f6f6f6;
    color: #333;
    border: 1px solid #ddd;

}
.simulation-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0c6db1;
    border: none;
    border-radius: 4px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
}

.simulation-btn-icon-left{
    margin-right: .9375em;
    margin-left: .3125em;
    padding: .7em 1em;
    padding-left: 2.5em;
}

.simulation-btn-icon-left::after{
    top: 30%;
}

.simulation-submit-block{
    margin-left: auto;
}

#simulation-submit{
    width: 100%;
    background: #4292ca;
    border-radius: 4px;
    border: 1px solid #4292ca;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
}

#simulation-submit:hover{
    background-color: #07436d;
    border-color: #07436d;
    color: #fff;
}


/*入力ステップ表示設定*/
#step table{
	width: 670px;
	height: 50px;
}

#step td{
	line-height:15px;
	}

.step_no{
	display: none;
}

.step_white{
	color: #FFFFFF;
}
.step_speace{
	width: 10px;
}

.step3_1{
	background-image:url(/asset/img/individual/price-calculation/step3_1.gif);
	background-repeat:no-repeat;
}
.step3_2{
	background-image:url(/asset/img/individual/price-calculation/step3_2.gif);
	background-repeat:no-repeat;
}
.step3_3{
	background-image:url(/asset/img/individual/price-calculation/step3_3.gif);
	background-repeat:no-repeat;
}

.step3_td_1{
	width: 204px;
	text-align: left;
	vertical-align: top;
	padding: 20px 8px 5px 8px;
}
.step3_td_2{
	width: 204px;
	text-align: left;
	vertical-align: top;
	padding: 20px 8px 5px 8px;
}
.step3_td_3{
	width: 204px;
	text-align: left;
	vertical-align: top;
	padding: 20px 8px 5px 8px;
}
