@charset "UTF-8";

select[dir='rtl'],
select[dir='rtl'] option{
	text-align:right;
}

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

.pc_area {
	display: inherit;
	position: relative;
}

.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: 10px;
	padding-top: 5px;
}

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

.cal_des{
	font-size: .9rem;
	line-height: 150%;
	padding: 5px;
}

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

.simulator ul.error {
	color: #c00;
	margin-top: -10px;
	font-size: 1.1rem;
	display: none;
	list-style: disc;
	background-color: rgba(255,255,0,0.3);
}

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

.simulator .cal {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.simulator .cal .box_cal {
	background: #fff;
	border: 1px solid #eee;
	width: 39%;
	box-sizing: border-box;
	padding: 20px 5px;
	position: relative;
	min-height: 231px;
}

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

.simulator .cal .box_result {
	vertical-align: middle;
	background: #eee;
	border: 1px solid #eee;
	width: 39%;
	box-sizing: border-box;
	padding: 20px 7px;
}

.simulator .cal .button {
	vertical-align: middle;
	text-align: center;
	width: 22%;
}

.simulator .cal .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 .button button:hover {
	opacity: .8;
}

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

.simulator .cal .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 .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 .box_cal ul li select {
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	padding: 8px 25px 8px 5px;
	line-height: 100%;
    outline:none;
	font-size: 1rem;
	line-height: 1.5;
    background: none transparent;
    vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}

.rate_change select {
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	padding: 10px 25px 10px 10px;
	line-height: 180%;
    outline:none;
	font-size: 0.9rem;
    background: none transparent;
    vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}
.simulator .cal .box_cal ul li select option:first-child {
	font-size: .9rem;
}
::-ms-expand {
	display: none;
}

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

.simulator .cal .box_cal ul li span:nth-child(1) {
	text-align: right;
	width: 70px;
	display: table-cell;
}

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

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

.simulator .cal .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 .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 .box_result ul li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 130%;
}

.simulator .cal .box_result ul li span:nth-child(1) {
	text-align: right;
	width: 190px;
	font-size: .85rem;
	white-space: nowrap;
}

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

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

.simulator .btnarea {
	text-align: center;
	margin-bottom: 20px;
}

.simulator .btnarea.reset {
	margin: 15px 0 0 0;
}

.simulator .btnarea a {
	background: #9d1b0e;
	color: #fff;
	width: 38%;
	display: inline-block;
	margin: 0 10px;
	font-size: 1.1rem;
	line-height: 56px;
	text-decoration: none;
	transition: .3s;
}

.simulator .btnarea a:hover {
	opacity: .8;
}

.simulator .btnarea.reset button {
	background: #9d1b0e;
	color: #fff;
	border: none;
	font-size: .9rem;
	padding: 9px 30px;
	transition: .3s;
	cursor: pointer;
}

.simulator .btnarea.reset button:hover {
	opacity: .8;
}

.simulator .btnarea a i {
	font-size: 1.4rem;
	vertical-align: -.15rem;
	margin-right: 5px;
}

.simulator .btnarea_02 {
	text-align: center;
	margin-bottom: 40px;
}

.simulator .btnarea_02.reset {
	margin: 15px 0 0 0;
}

.simulator .btnarea_02 a {
	background: none;
	border: 1px solid #9d1b0e;
	color: #9d1b0e;
	width: 38%;
	display: inline-block;
	margin: 0 10px;
	font-size: 1.1rem;
	line-height: 56px;
	text-decoration: none;
	transition: .3s;
	background: #fff;
}

.simulator .btnarea_02 a:hover {
	opacity: .8;
}

.simulator .btnarea_02.reset button {
	background: #9d1b0e;
	color: #fff;
	border: none;
	font-size: .9rem;
	padding: 9px 30px;
	transition: .3s;
	cursor: pointer;
}

.simulator .btnarea_02.reset button:hover {
	opacity: .8;
}

.simulator .btnarea_02 a i {
	font-size: 1.4rem;
	vertical-align: -.15rem;
	margin-right: 5px;
}

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

.simulator .simulator_box .box_link {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1rem;
	line-height: 100%;
}

.simulator .simulator_box .ex_main {
	display: table;
}

.simulator .simulator_box .ex_main .img {
	display: table-cell;
	vertical-align: top;
	width: 630px;
}

.simulator .simulator_box .ex_main .img .pc_area img {
	width: 630px;
	height: 270px;
	box-sizing: border-box;
}
.simulator .simulator_box .ex_main .img .pc_area .txt {
	text-align: right;
	font-size:.75rem;
	display: block;
	line-height: 150%;
}
.simulator .simulator_box .ex_main .img .sp_area .txt {
	text-align: right;
	font-size:.65rem;
	display: block;
	line-height: 150%;
}
.simulator .simulator_box .ex_main .img h3 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1rem;
}

.simulator .simulator_box .ex_main .data h3 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	width: 192px;
	font-size: 1rem;
}

.simulator .simulator_box .ex_main .data h4 {
	text-align: center;
	display: inline-block;
	font-size: .85rem;
	width: 96px;
	/*margin-top: px;*/
}

.simulator .ex_main .data {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.simulator .ex_main .data ul li  {
	display: table;
	margin-top: 19px;
}

.simulator .ex_main .data ul li:first-child  {
	margin-top: 17px;
}

.simulator .ex_main .data ul li span {
	display: table-cell;
	font-size: .85rem;
}

.simulator .ex_main .data ul li span:nth-child(1) {
	margin-right: 10px;
}

.simulator .ex_main .data ul li span.sp_area {
	display: none;
}

.simulator .ex_main .data input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 96px;
	padding: 10px 3px;
	font-size: 1rem;
	text-align: right;
	margin-right: 3px;
}

.simulator .ex_main .data a {
	display: block;
	text-align: center;
	border: none;
	background: #c52e11;
	background: linear-gradient(#c52e11 0%, #810100 100%);
	color: #fff;
	width: 67px;
	font-size: .85rem;
	line-height: 2rem;;
	border-radius: 5px;
	padding: 0;
	border: 1px solid #db7b6d;
	box-shadow: 0 0 0 1px #810100;
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
	margin-left: 15px;
}

.simulator .ex_main .data a:hover {
	opacity: .8;
}

.simulator .ex_main .data a i {
	font-size: 1.2rem;
	vertical-align: 0rem;
	padding-right: 5px;
}

.simulator .simulator_box .ex_img {
	text-align: left;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 150px;
}
@media only screen and (max-width: 980px) {
	.simulator .simulator_box .ex_img {
		text-align: center;
		margin: 0;
	}
}

.simulator .pc_area .ex_img img {
	width: 622px;
	height: 76px;
	vertical-align: bottom;
}

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

.simulator .simulator_select {
	overflow: hidden;
	margin-top: 20px;
}

.simulator .simulator_select .simulator_box {
	float: left;
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.simulator .simulator_select .simulator_box:first-child {
	margin-right: 2%;
}

.simulator .simulator_select .simulator_box .head {
	padding-bottom: 5px;
	font-size: 1.1rem;
}

.simulator .simulator_select .simulator_box .head_cal {
	padding-bottom: 5px;
	font-size: .9rem;
	font-weight: bold;
}

.simulator .simulator_select .input {
	background: #f6f6f6;
	padding: 2.7rem 15px 15px 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.simulator .simulator_select .input .cal_head {
	text-align: center;
	font-weight: bold;
	font-size: .9rem;
	margin-top: -2rem;
}

.simulator .simulator_select .box_cal {
	width: 50%;
	float: left;
}

.simulator .simulator_select .box_result {
	width: 50%;
	float: left;
	background: #f7ebe9;
	box-sizing: border-box;
}

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

.simulator .simulator_select .box_cal ul {
	padding: 10px 0;
}

.simulator .simulator_select .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 .simulator_select .box_cal ul li span {
	display: table-cell;
	vertical-align: middle;
}

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

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

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

.simulator .simulator_select .box_result ul {
	padding: 10px 0;
}

.simulator .simulator_select .box_result ul li {
	display: table;
	font-size: .85rem;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 100%;
	box-sizing: border-box;
}

.simulator .simulator_select .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 .simulator_select .box_result ul li span {
	display: table-cell;
	vertical-align: middle;
}

.simulator .simulator_select .box_result ul li span:nth-child(1) {
	text-align: right;
	width: 50px;
}

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

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

.simulator .simulator_select .select {
	background: #f6f6f6;
	padding: 15px;
	overflow: hidden;
	box-sizing: border-box;
}

.simulator .simulator_select .select .spec {
	font-weight: bold;
	font-size: .9rem;
	float: left;
	padding-left: 10px;
	margin-bottom: -8px;
}

.simulator .simulator_select .select .head {
	font-size: .9rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-left: 130px;
	margin-bottom: -8px;
}

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

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

.simulator .simulator_select .select ul li span:nth-child(1) {
	white-space: nowrap;
	text-align: right;
	width: 130px;
}

.simulator .simulator_select .select ul li span:nth-child(2) {
	width: 100%;
	white-space: nowrap;
	padding-left: 15px;
}

.simulator .simulator_select .select ul li select {
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	padding: 5px 25px 5px 5px;
	line-height: 100%;
    outline:none;
	font-size: 1rem;
    background: none transparent;
    vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}
::-ms-expand {
	display: none;
}

.simulator .simulator_select .select ul li input {
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	padding: 5px 25px 5px 5px;
	line-height: 100%;
	font-size: 1rem;
	text-align: right;
}

.expage p {
	font-size: .9rem;
	padding-bottom: 1rem;
}

.expage .simulator_box {
	text-align: center
}

.doc_01 {
	font-size: 1rem;
	margin-bottom: 20px;
}

.doc_01 li {
	padding-top: 15px;
	list-style: disc;
	margin-left: 20px;
}
.doc_02 li {
	padding-bottom: 15px;
	position: relative;
	margin-left: 2.7rem;
}

.doc_02 li > span {
	display: inline-block;
	margin-left: -2.7rem;
}

.doc_02 li div {
	padding-top: 15px;
	margin-left: 1rem;
}

.doc_02 li div > span {
	display: inline-block;
	margin-left: -.9rem;
}
.doc_03 {
	font-size: 1rem;
	margin-bottom: 20px;
}
.doc_03 li {
	list-style: disc;
	margin-left: 20px;
}

.ex_result {
	font-size: .85rem;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	background: #eee;
}

.ex_result strong.head {
	display: inline-block;
	margin-right: 15px;
	background: #666;
	color: #fff;
	font-weight: 100;
	width: 130px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
}

.ex_result span.box {
	display: inline-block;
	margin-right: 10px;
}

.ex_result span input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 110px;
	margin: 0 5px;
	padding: 5px;
	font-size: 1.5rem;
	text-align: right;
}

.ex_result span.ex strong {
	font-weight: 100;
}


.simulator .simulator_box table ,
.simulator .simulator_box table td,
.simulator .simulator_box table th {
	border-collapse: collapse;
	border:1px solid #ccc;
}

.simulator .simulator_box table {
	width: 100%;
	font-size: .9rem;
	table-layout: fixed;
}

.simulator .simulator_box table th {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
	background: #eee;
}

.simulator .simulator_box table td {
	vertical-align: middle;
	padding: 10px;
	text-align: right;
	line-height: 140%;
	font-size: .85rem;
}

.simulator .simulator_box table td var.set {
	font-size: 1.3rem;
	display: inline-block;
	padding-right: 1px;
	font-weight: bold;
}

.simulator .simulator_box table td var.set samp {
	font-size: .85rem;
	font-weight: normal;
}

.simulator .simulator_box table td.error {
	color: #c00;
}

.simulator .simulator_box table td span {
	display: block;
	font-size: .7rem;
	padding-top: 5px;
}

.simulator .simulator_box table td.time {
	text-align: left;
}

.simulator .simulator_box table td.speed {
	text-align: center;
}

.simulator .simulator_box table td.total {
	text-align: right;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}

.simulator .simulator_box table th.cl1 {
	background: #4b67a5;
	color: #fff;
}

.simulator .simulator_box table th.cl2 {
	background: #b27455;
	color: #fff;
}


.simulator h3 span.print {
	background: #444;
	color: #fff;
	font-size: .9rem;
	padding: 9px 15px;
	text-decoration: none;
	transition: .3s;
	margin-top: -3px;
	display: inline-block;
	line-height: 100%;
	float: right;
	cursor: pointer;
}

.simulator h3 span.print:hover {
	opacity: .8;
}

.simulator h3 span.print i {
	padding-right: 3px;
}

.simulator .rate_change h3 {
	text-align: center;
	padding: 0 0 20px;
}

.ex .result {
	position: absolute;
	top: 50px;
	right: 0;
	width: 150px;
	text-align: center;
	display: block;
}

.simulator .rate_change .rate_txt {
	font-size: .7rem;
	position: relative;
	height: 15px;
}

.simulator .rate_change .rate_txt span {
	line-height: 100%;
	position: absolute;
	display: block;
	width: 90px;
	text-align: center;
}

.simulator .rate_change .rate_txt span.txt_01 {
	text-align: left;
}

.simulator .rate_change .rate_txt span.txt_02 {
	left: 16.6%;
	margin-left: -45px;
}

.simulator .rate_change .rate_txt span.txt_03 {
	left: 33.3%;
	margin-left: -45px;
}

.simulator .rate_change .rate_txt span.txt_04 {
	left: 50%;
	margin-left: -45px;
}

.simulator .rate_change .rate_txt span.txt_05 {
	left: 66.6%;
	margin-left: -45px;
}

.simulator .rate_change .rate_txt span.txt_06 {
	left: 83.3%;
	margin-left: -45px;
}

.simulator .rate_change table.rate_select_pc {
	table-layout: fixed;
}

.simulator .rate_change table.rate_select_pc td {
	padding: 0 !important;
	width: 16.6666666667%;
}

.simulator .rate_change table.rate_select_pc td.l2 {
	width: 33.3333333333%;
	background-color: #ececec;
}

.simulator .simulator_box table.table_rate tr:first-child td,
.simulator .simulator_box table.table_rate tr:nth-child(2) td {
	background: #ececec;
	font-size: .75rem;
	padding: 10px 0;
	white-space: nowrap;
}

.simulator .simulator_box td.hide {
	display: none;
}

/*.simulator .simulator_box table.table_rate tr:first-child td {
	width: 12%;
}*/

.simulator .simulator_box table.table_rate tr:first-child td:first-child {
	width: 16%;
}

.simulator .simulator_box table.table_rate tr:first-child td.l2 {
	width: 24%;
}

.simulator .ratechange_link {
	text-align: center !important;
	padding: 10px 0 40px;
}

.simulator .ratechange_link a {
	background: #9d1b0e;
	color: #fff;
	width: 300px;
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 45px;
	text-decoration: none;
	transition: .3s;
}

#rate_select1 span a,
#rate_select2 span a {
	cursor: pointer;
}

.simurator_desc {
	border: 1px solid #c00;
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
}

.simurator_desc strong {
	color: #c00;
	font-size: 1rem;
	display: block;
	padding-bottom: 5px;
}

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

.simurator_desc ol li {
	list-style: decimal;
	margin-left: 20px;
	font-size: .9rem;
}

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

.simulator .simulator_box table {
	table-layout: fixed;
	text-align: center;
	padding: 15px 5px;
}

.simulator .simulator_box table td {
	text-align: center;
	padding: 15px 5px;
}

.simulator .simulator_box table th.cl1,
.simulator .simulator_box table th.cl2 {
	width: 60px;
}

.simulator .simulator_box table th {
	padding: 15px 5px;
	background: #fff;
	width: 90px;
	box-sizing: border-box;
}

.simulator .simulator_box table.table_ex01 tr td:nth-child(3) {
	width: 196px;
}

.simulator .simulator_box table.table_ex01 tr td:nth-child(4) {
	width: 403px;
}

.simulator .simulator_box table.table_ex02 tr td:nth-child(3) {
	width: 196px;
}

.simulator .simulator_box table.table_ex02 tr td:nth-child(4) {
	width: 196px;
}

.simulator .simulator_box table.table_ex02 tr td:nth-child(5) {
	width: 196px;
}

.simulator .simulator_box table.table_ex03 tr td:nth-child(3) {
	width: 196px;
}

.simulator .simulator_box table.table_ex03 tr td:nth-child(4) {
	width: 92px;
}

.simulator .simulator_box table.table_ex03 tr td:nth-child(5) {
	width: 92px;
}

.simulator .simulator_box table.table_ex03 tr td:nth-child(6) {
	width: 197px;
}

}


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

.simulator .rate_change table.rate_select_sp {
	table-layout: fixed;
}

.simulator .rate_change table.rate_select_sp td {
	padding: 20px 0 0 !important;
	width: 50%;
	position: relative;
}

.simulator .rate_change table.rate_select_sp td span {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	text-align: left;
	padding: 3px 0 3px 5px;
	box-sizing: border-box;
	background: #f6f6f6;
}

.simulator .rate_change table.rate_select_sp td.l2 {
	padding: 20px 10px 15px !important;
	background-color: #ececec;
	text-align: center;
}

.simulator .rate_change table.rate_select_sp td.l2 span {
	background: none;
}

.cal_des{
	padding: 0 10px 5px;
	text-align: left;
	margin-top: 0;
}


.simulator p.cal_txt,
.simulator p.error {
	font-size: .9rem;
}

.simulator .simulator_box .ex_img {
	margin-bottom: 0;
}

.simulator .simulator_box .area_title {
	margin-bottom: 5px;
	padding-top: 25px;
}

.pc_area {
	display: none;
}

.sp_area {
	display: inherit;
}

.simulator .cal {
	display: block;
}

.simulator .cal .box_cal {
	display: block;
	width: 100%;
	text-align: center;
	min-height: auto;
}

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

.simulator .cal .box_cal ul li select {
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}

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

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

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

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

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

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

.simulator .btnarea {
	margin-bottom: 30px;
}

.simulator .btnarea a {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 0.95rem;
}

.simulator .btnarea.reset button {
	width: 100%;
}

.simulator .btnarea_02 a {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 0.95rem;
}

.simulator .simulator_select .simulator_box {
	float: none;
	width: 100%;
}

.simulator .simulator_select .simulator_box:first-child {
	margin-right: 0;
}

.simulator .simulator_box .box_link {
	position: relative;
	top: 0;
	left: 0;
}

.simulator .simulator_box .ex_main {
	display: block;
}

.simulator .simulator_box .ex_main .img {
	display: block;
	max-width: 560px;
	width: 100%;
	margin: 0 auto 20px;
}

.simulator .simulator_box .ex_main .img h3 {
	text-align: center;
}

.simulator .simulator_box .ex_main .data h3 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	font-size: 1rem;
}

.simulator .ex_main .data {
	display: block;
	padding-left: 0;
	max-width: 560px;
	margin: 0 auto 20px;
}

.simulator .ex_main .data ul li  {
	display: table;
	margin: 5px 0;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.simulator .ex_main .data ul li:first-child  {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 0;
}

.simulator .ex_main .data ul li span {
	white-space: nowrap;
	font-size: 1.1rem;
}

.simulator .ex_main .data ul li span:nth-child(1) {
	width: 10%;
}

.simulator .ex_main .data ul li span:nth-child(2) {
	width: 36%;
}

.simulator .ex_main .data ul li span:nth-child(3) {
	width: 36%;
}

.simulator .ex_main .data ul li span:nth-child(4) {
	width: 18%;
}

.simulator .ex_main .data a {
	margin-left: 0;
	width: 100%;
}

.simulator .simulator_box .ex_main .data h4 {
	width: 36%;
	font-size: 1rem;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

.simulator .simulator_box .ex_main .data h4:nth-child(2) {
	margin-left: 10%;
}

.simulator .ex_main .data ul li span.sp_area {
	display: table-cell;
	width: 10%;
	white-space: nowrap;
	padding-right: 10px;
}

.simulator .ex_main .data ul li span:last-child {
	text-align: right;
}

.simulator .ex_main .data input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	width: 96%;
	padding: 5px;
	font-size: 1.1rem;
	text-align: right;
	box-sizing: border-box;
}

.simulator .ex_main .data a {
	border: none;
	width: 100%;
}

.simulator .ex_main .data button i {
	font-size: 1.2rem;
	vertical-align: -.2rem;
	padding-right: 5px;
}

.simulator .simulator_box table td.total {
	text-align: left;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.doc_txt {
	font-size: .9rem;
}

.doc_01 {
	font-size: .9rem;
}

.doc_01 li {
	padding-top: 10px;
}

.doc_02 li {
	font-size: .9rem;
	padding-bottom: 10px;
	margin-left: 2.4rem;
}

.doc_02 li > span {
	margin-left: -2.4rem;
}

.ex_result strong.head {
	display: block;
	margin-bottom: 10px;
}

p.doc_03 span {
	display: block;
}

}

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

.ex_result strong.head {
	display: block;
	margin: 0 auto;
}

.ex_result span.box {
	display: block;
	text-align: center;
	margin: 10px auto 0;
}

.ex_result span.ex {
	display: block;
	text-align: center;
	margin: 10px auto 0;
}

.ex_result span.ex span.ex_sp {
	display: none;
}

.ex_result span strong {
	display: block;
	margin: 0 auto;
}

.ex_result span.ex strong {
	display: inline-block;
	width: 65px;
	white-space: nowrap;
	font-weight: 100;
}

}

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

table.table_ex03 td {
	height: 2.4rem;
}
.simulator .cal .box_cal ul li span:nth-child(3) {
	text-align: left;
	width: 84px;
}

}


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

table.table_ex01 td,
table.table_ex02 td {
	height: 2.4rem;
}

.simulator .cal .box_cal ul li span:nth-child(2){
	width: 140px;
}

}


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

.simulator .simulator_box .box_link {
	display: inline-block;
	margin-bottom: 10px;
}

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

.simulator .cal .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 .box_cal ul li select {
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	padding: 11px 25px 11px 5px;
	line-height: 100%;
    outline:none;
	font-size: 1rem;
    background: none transparent;
    vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}

.simulator .cal .box_cal ul li span {
	display: block;
	vertical-align: middle;
}

.simulator .cal .box_cal ul li span:nth-child(1) {
	text-align: left;
	width: 70px;
	display: block;
}

.simulator .cal .box_cal ul li span:nth-child(2) {
	padding: 0;
	float: left;
	width: 70%;
	padding-right: 2%;
	vertical-align: bottom;
}

.simulator .cal .box_cal ul li span:nth-child(3) {
	width: 28%;
	vertical-align: bottom;
	float: left;
	padding: 8px 0;
}



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

.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;
}

.simulator .simulator_select .input {
	padding: 15px;
	overflow: hidden;
}

.simulator .simulator_select .input .cal_head {
	margin-top: 0;
}

.simulator .simulator_select .box_cal {
	width: 100%;
	float: none;
}

.simulator .simulator_select .box_result {
	width: 100%;
	float: none;
	padding: 10px 0 0 0;
}

.simulator .simulator_select .box_result ul {
	padding: 0 0 10px;
}

.simulator .simulator_select .select .head {
	width: 55%;
	margin-left: 45%;
}

.simulator .simulator_select .select ul li span:nth-child(1) {
	width: 37%;
}

.simulator .simulator_select .select ul li span:nth-child(2) {
	width: 55%;
}

.simulator .simulator_select .select ul li select {
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
}

.simulator .ex_main .data ul li span {
	white-space: nowrap;
	font-size: .9rem;
}

.simulator .simulator_box .ex_main .data h4 {
	width: 35%;
	font-size: .9rem;
}

.simulator .simulator_box .ex_main .data h4:nth-child(2) {
	margin-left: 12%;
}

.simulator .ex_main .data ul li span:nth-child(1) {
	width: 12%;
}

.simulator .ex_main .data ul li span:nth-child(2) {
	width: 35%;
}

.simulator .ex_main .data ul li span:nth-child(3) {
	width: 35%;
}

.simulator .ex_main .data ul li span:nth-child(4) {
	width: 18%;
}

}
