@charset "utf-8";
/* simulation CSS */
.lead {
	font-weight: bold;
	margin-bottom: 1em;
}
#simulationWrap {
	background-color: #ebf8ff;
}
#simulationWrap .h2Ttl {
	text-align: center;
}
.h2Ttl {
	border-bottom: none;
	position: static;
	margin-bottom: 0.5em;
}
.h2Ttl:after {
	content: none;
}
.modal .h2Ttl {
	text-align: center;
}
.modalLead {
	text-align: center;
}

/* formリセット */
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
input {
	border: #007acf 1px solid;
	border-radius: 5px;
	background-color: #fff;
	vertical-align: middle;
}
select {
	border: #007acf 1px solid;
	border-radius: 5px;
	background-color: #fff;
	padding-right: 2em;
	background-image: url("../img/ic_triangle.png");
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
}

/* 申し込みbtn */
.presumption,
.simulate {
	background-color: #ee761a;
	background-image: url("../img/parts/step_ar_r_w.svg");
	background-repeat: no-repeat;
	background-position: right 20px center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
}
.btnWrap {
	clear: both;
	text-align: center;
}
#simulationWrap a {
	text-decoration: underline;
}
#simulationWrap .dotList {
	margin-top: 3em;
}
#item01 label,
#item02 label,
#item03 label {
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}
#item01 label em,
#item02 label em,
#item03 label em {
	font-weight: bold;
}
#item01 > span {
	font-weight: bold;
}
/* 結果 */
.resultMessage {
	background-color: #fdecd8;
	border: #ee761a 4px solid;
	border-radius: 5px;
	text-align: center;
}
.result1,
.resultPrice,
.resultYen {
	font-weight: bold;
	color: #ee761a;
}

/* ========== SP ========== */
@media screen and (max-width:767px){
.lead,
.resultMessageWrap{
	padding-top: 10%;
}
.contentsIn {
	padding: 0 5%;
}
#simulationWrap {
	padding: 10% 5%;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 3em;
}
input,
select {
	height: 40px;
	padding-left: 10px;
}
select {
	background-size: 40px 40px;
}
.used-month,
.bill-month,
.capacity {
	width: 100px;
}
.used,
.bill {
	width: 130px;
}
.company {
	width: 100%;
}
#item01 label,
#item02 label,
#item03 label {
	font-size: 1.6rem;
}
#item01 label em,
#item02 label em,
#item03 label em {
	font-size: 2rem;
}
#item02,
#item03 {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: #ccc 1px solid;
}

/* 申し込みbtn */
.presumption,
.simulate {
	width: 100%;
	max-width: 320px;
	margin-top: 30px;
	font-size: 1.4rem;
	padding: 0.5em 20px;
	background-size: 26px auto;
}
/* モーダル */
.modal {
	font-size: 1.5rem;
}
.fancybox-content {
	padding: 20px !important;
}
.modalLead {
	margin-bottom: 2em;
}
.monthList li {
	display: table;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
.monthList li:last-child {
	margin-bottom: 0;
}
.monthList li label,
.monthList li input,
.monthList li span {
	display: table-cell;
}
.monthList li input {
	width: 120px;
}
.monthList li span {
	padding-left: 0.5em;
}
.modal label {
	display: inline-block;
	vertical-align: middle;
	width: 2.5em;
	margin-left: 0.5em;
}
.modal div label:first-child {
	margin-left: 0;
}
/* 結果 */
.resultMessage {
	padding: 10% 5%;
	font-size: 1.4rem;
	margin-bottom: 3em;
}
.resultPrice {
	font-size: 3rem;
}
}

/* ========== PC ========== */
@media print, screen and (min-width:768px){
.lead,
.resultMessageWrap{
	padding-top: 100px;
}
#simulationWrap {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 45px;
	text-align: left;
	font-size: 1.5rem;
	border: #007acf 4px solid;
	border-radius: 5px;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 5em;
}
#simulationWrap a:hover {
	text-decoration: none;
}
input,
select {
	height: 50px;
	padding-left: 25px;
}
.used-month,
.bill-month,
.capacity,
.company{
	width: 130px;
	padding-right: 50px;
}
.company {
	width: 314px;
}
#item01 label,
#item02 label,
#item03 label {
	font-size: 2rem;
}
#item01 label em,
#item02 label em,
#item03 label em {
	font-size: 2.8rem;
}
#item01 {
	border-bottom: #ccc 1px solid;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#item01 > span {
	padding: 0 0.5em;
	font-weight: bold;
}
#item02 {
	width: 48%;
	float: left;
}
#item02 + .hidden-capacity {
	width: 48%;
	float: right;
}

/* 申し込みbtn */
.presumption,
.simulate {
	width: 400px;
	height: 80px;
	margin: 60px auto 0;
	background-size: 30px auto;
	font-size: 1.8rem;
	padding: 10px 30px;
	text-align: center;
}
.presumption:hover,
.simulate:hover{
	opacity: 0.7;
	transition: 0.3s;
}

/* モーダル */
.modal {
	font-size: 1.5rem;
}
.modal .modalLead {
	margin-bottom: 2em;
}
.fancybox-content {
	width: 90% !important;
	max-width: 1080px !important;
}
.monthList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -1em;
}
.monthList li {
	width: 30%;
	margin-bottom: 1em;
}
.monthList li input {
	width: 160px;
}
.monthList li span {
	padding-left: 1em;
}
.modal > div {
	margin-bottom: 1em;
}
.modal label {
	display: inline-block;
	vertical-align: middle;
	width: 2.5em;
	margin-left: 2em;
}
.modal div label:first-child {
	margin-left: 0;
}
/* 結果 */
.resultMessage {
	font-size: 2rem;
	margin-bottom: 40px;
	padding: 30px;
}
.result1,
.trdult2 {
	font-size: 2.8rem;
}
.resultPrice {
	font-size: 4rem;
}
}
