@charset "UTF-8";

input[type="text"][disabled] {
    background: #dddddd;
	border: 1px solid #ddd;
	color: #333;
	-webkit-text-fill-color: #333;
	opacity: 1;
}

.pc_area {
	display: inherit;
}

.sp_area {
	display: none;
}

.simulator h2 {
	border-bottom: 2px solid #b80000;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.simulator h2 span {
	position: absolute;
	top: 0;
	right: 0;
}

.simulator h2 span a {
	background: #444;
	color: #fff;
	font-size: .9rem;
	padding: 9px 30px;
	text-decoration: none;
	transition: .3s;
}

.simulator h2 span a:hover {
	opacity: .8;
}

.simulator h2 span a i {
	font-size: 1.6rem;
	vertical-align: -.25rem;
	margin-right: 5px
}

.simulator h3 {
	font-size: 1.2rem;
	padding-bottom: 0;
}

.simulator div.box_result h3 {
	font-size: 1.2rem;
	padding-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.simulator p.cal_txt {
	margin-top: -8px;
	padding-bottom: 15px;
	font-size: 1rem;
}

.simulator ul.error {
	color: #c00;
	margin-top: -10px;
	padding-bottom: 10px;
	font-size: 1rem;
	display: none;
	list-style: disc;
}

.simulator ul.error li {
	margin-left: 20px;
}

.simulator .cal_abj {
	display: table;
	width: 100%;
	min-height: 175px;
	margin-bottom: 50px;
}

.simulator .cal_abj .box_cal {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	width: 37%;
	box-sizing: border-box;
	padding: 20px 5px;
	position: relative;
}

.simulator .cal_abj .box_cal a {
	position: absolute;
	bottom: 15px;
	right: 15px;
	line-height: 100%;
	font-size: .8rem;
}

.simulator .cal_abj .box_result {
	display: table-cell;
	vertical-align: middle;
	background: #eee;
	border: 1px solid #eee;
	width: 37%;
	box-sizing: border-box;
	padding: 20px 17px;
}

.simulator .cal_abj .button {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 27%;
}

.simulator .cal_abj .button button {
	border: none;
	background: #c52e11;
	background: linear-gradient(#c52e11 0%, #810100 100%);
	color: #fff;
	width: 80%;
	font-size: 1.1rem;
	line-height: 100%;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #db7b6d;
	box-shadow: 0 0 0 1px #810100;
	transition: .3s;
	cursor: pointer;
}

.simulator .cal_abj .button button:hover {
	opacity: .8;
}

.simulator .cal_abj .button button i {
	font-size: 1.5rem;
	vertical-align: -.2rem;
	padding: 0 5px;
}

.simulator .cal_abj .box_cal ul li {
	display: table;
	font-size: .85rem;
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
}

.simulator .cal_abj .box_cal ul li input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 1.5rem;
	text-align: right;
}

.simulator .cal_abj .box_cal ul li span {
	display: table-cell;
	vertical-align: middle;
}

.simulator .cal_abj .box_cal ul li span:nth-child(1) {
	text-align: right;
	width: 160px;
}

.simulator .cal_abj .box_cal ul li span:nth-child(2) {
	padding: 0 10px;
}

.simulator .cal_abj .box_cal ul li span:nth-child(3) {
	width: 102px;
	white-space: nowrap;
}

.simulator .cal_abj .box_result ul li {
	display: table;
	font-size: .9rem;
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
}

.simulator .cal_abj .box_result ul li input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 1.5rem;
	text-align: right;
}

.simulator .cal_abj .box_result ul li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 130%;
}

.simulator .cal_abj .box_result ul li span:nth-child(1) {
	text-align: right;
	width: 80px;
	font-size: .85rem;
}

.simulator .cal_abj .box_result ul li span:nth-child(2) {
	padding: 0 10px;
}

.simulator .cal_abj .box_result ul li span:nth-child(3) {
	width: 50px;
}

.simulator .simulator_box {
	background: #fff;
	border: 1px solid #eee;
	padding: 18px;
	position: relative;
	margin-bottom: 25px;
	font-size: .9rem;
}

.simulator .abj_select ul li input[type=checkbox]:checked ~ div {
	background: #faeaea;
}

.simulator .abj_select ul li input[type=checkbox] {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 3px;
	cursor: pointer;
}

.simulator .abj_select ul li {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.simulator .abj_select ul li div {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 10px 0 10px 25px;
	box-sizing: border-box;
}

.simulator .abj_select ul li div span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.simulator .abj_select ul li div span:first-child {
	font-size: 1.1rem;
}

.simulator .abj_select ul li div span:nth-child(2) {
	width: 180px;
}

.simulator .abj_select ul li div span:nth-child(3) {
	width: 130px;
}

.simulator .abj_select ul li div input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 95px;
	margin-right: 5px;
	padding: 5px;
	font-size: 1.5rem;
	text-align: right;
}

.simulator .abj_select ul li div label {
	cursor: pointer;
	padding: 8px 0;
	display: block;
}

.simulator .select_title_pc {
	font-weight: bold;
	overflow: hidden;
	width: 310px;
	margin: 0 0 0 auto;
}

.simulator .select_title_sp {
	display: none;
}

.simulator .select_title_pc div:nth-child(1) {
	width: 175px;
	display: inline-block;
}

.simulator .select_title_pc div:nth-child(2) {
	width: 125px;
	display: inline-block;
}

.simulator .abj_table,
.simulator .abj_table th,
.simulator .abj_table td {
	border-collapse: collapse;
	border: 1px solid #999;
}

.simulator .abj_table th,
.simulator .abj_table td {
	padding: 5px;
	vertical-align: middle;
}

.simulator .abj_table {
	margin: 5px 0;
}

.simulator .abj_table th {
	text-align: center;
	background: #d8e3f2;
}

.simulator .abj_table td span {
	white-space: nowrap;
}

.simulator .simulator_box p {
	margin-bottom: 1.3rem;
	font-size: .9rem;
}

.simulator .simulator_box p:last-child {
	margin-bottom: 0;
}

.simulator .simulator_box p img {
	max-width: 430px;
	width: 100%;
	padding: 10px 0;
}

.simulator .simulator_box p span.indent {
	display: block;
	text-indent: -.9rem;
	padding-left: .9rem;
}

.simulator .simulator_box span {
	font-size: .9rem;
}

.simulator .simulator_box ul.txt li {
	list-style: disc;
	margin-left: 20px;
	font-size: .9rem;
	padding-bottom: 5px;
}

.simulator .simulator_box ol {
	padding-top: 5px;
}

.simulator .simulator_box ol li {
	list-style: decimal;
	margin-left: 20px;
	font-size: .9rem;
	padding-bottom: 5px;
}

.simulator .simulator_box .quote {
	padding: 10px;
	background: #eee;
}

.simulator .simulator_box .quote div {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

.simulator .simulator_box .cap {
	padding: .3rem 0 1rem;
}

.simulator .simulator_box .cap div {
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}

.simulator .simulator_box .red {
	border: 1px solid #d32f7d;
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.simulator .simulator_box .blue {
	border: 1px solid #409fe3;
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.simulator .simulator_box .frame {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 0;
}

.simulator .simulator_box .quote_right {
	text-align: right;
	padding-top: 20px;
	font-size: .8rem;
}

.simurator_desc {

	padding: 15px 0;
	margin-bottom: 20px;
	background: #fff;
}

.simurator_desc strong {


	display: block;
	padding-bottom: 5px;
}

.simurator_desc p {
	padding-bottom: 5px;
	font-size: .9rem;
}

@media only screen and (max-width: 980px) {

.pc_area {
	display: none;
}

.sp_area {
	display: inherit;
}

.simulator .cal_abj {
	display: block;
	min-height: auto;
}

.simulator .cal_abj .box_cal {
	display: block;
	width: 100%;
	text-align: center;
}

.simulator .cal_abj .box_cal a {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	bottom: auto;
	right: auto;
	font-size: .9rem;
}

.simulator .cal_abj .box_cal ul li select {
	background: url(../../../img/select_cursor.png) 98% center no-repeat;
	background-size: 10px;
}

.simulator .cal_abj .box_result {
	display: block;
	width: 100%;
}

.simulator .cal_abj .button {
	display: block;
	width: 87%;
	margin: 20px auto;
}

.simulator .cal_abj .box_cal ul li span {
	display: table-cell;
	vertical-align: middle;
}

.simulator .cal_abj .box_cal ul li span:nth-child(3) {
	text-align: left;
	width: 125px;
}

.simulator .cal_abj .box_cal ul li {
	width: 70%;
	margin: 10px auto;
}

.simulator .cal_abj .box_result ul li {
	width: 70%;
	margin: 10px auto;
}

}


@media only screen and (max-width: 640px) {
	
.simulator .cal_abj .box_cal ul li {
	width: 100%;
}

.simulator .cal_abj .box_result ul li {
	width: 100%;
}

.simulator .cal_abj .box_cal ul li span:nth-child(1) {
	width: 155px;
}

.simulator .cal_abj .box_cal ul li span:nth-child(3) {
	width: 95px;
}

.simulator .abj_table th,
.simulator .abj_table td {
	padding: 3px;
	font-size: .8rem;
}
.simulator .select_title_pc {
	display: none;
}

.simulator .select_title_sp {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
}
.simulator .abj_select ul li div {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5px 0 10px 25px;
}

.simulator .abj_select ul li input[type=checkbox] {
	top: 17px;
	margin-top: 0;
}

.simulator .abj_select ul li div span {
	vertical-align: middle;
	position: relative;
}

.simulator .abj_select ul li div span:nth-child(1) {
	width: 100%;
	display: block;
	font-size: .9rem;
}

.simulator .abj_select ul li div span label {
	display: block;
	width: 100%;
	padding: 5px 0 5px;
}

.simulator .abj_select ul li div span:nth-child(2) {
	float: left;
	width: 155px;
}

.simulator .abj_select ul li div span:nth-child(3) {
	float: left;
	width: 120px;
}

.simulator .abj_select ul li div input[type=text] {
	width: 80px;
	margin-right: 5px;
	padding: 5px;
	font-size: 1.5rem;
	text-align: right;
}

}


@media only screen and (min-width: 481px) {

.for_sp{
	display: none;
}

}

@media only screen and (max-width: 480px) {

.simulator h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 1.1rem;
}

.simulator h2 span {
	top: auto;
	bottom: 7px;
}

.simulator h2 span a {
	padding: 5px 10px;
}

.simulator h2 span a i {
	font-size: 1rem;
	vertical-align: 0;
}

.simulator h3 {
	font-size: 1rem;
}

}

@media print {

h1.title{
	margin: 0;
}

.simulator {
	position: absolute;
    top: 0;
    left: 0;
	padding-top: 50px;
}

.simulator h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.simulator h2 span {
	display: none;
}

.simulator .simulator_box {
	padding: 5px 18px;
	margin-bottom: 5px;
}

.simulator .cal_abj .box_cal {
	padding: 0 5px;
}

.simulator .cal_abj .box_result {
	padding: 0 17px;
}

.simulator .cal_abj {
	min-height: 100px;
	margin-bottom: 0;
}

.simulator .abj_select ul li div {
	padding: 3px 0 3px 25px;
}

.simulator .abj_select ul li div input[type=text] {
	width: 95px;
	padding: 2px;
}

.for_sp{
	display: none;
}

.out_print{
	display: none;
}
	
footer{
	display: none;
}
	
#foot_sitemap{
	display: none;
}
	
#navigation{
	display: none;
}
	
#headnav{
	display: none;
}

#bc{
	display: none;
}

}