@charset "utf-8";


/* inquiry */
/*---------------------------------*/
#inquiry {
  max-width: 950px;
  margin: 0 auto 40px;
}

#inquiry h2 {
  margin-bottom: 15px;
}

#inquiry h2 img {
  max-width: 95%;
  height: auto;
}

#estimate,
#application {
  background: #F0F0E1;
  padding: 30px 75px 50px;
}

@media screen and (max-width: 750px) {
  #estimate,
  #application {
    padding: 30px 10px;
  }
}


/* startflow */
/*---------------------------------*/
#startflow {
  max-width: 950px;
  margin-bottom: 70px;
}

#startflow img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #startflow {
    width: 100%;
    height: 50vw;
    background: url(../img/sp/startflow_image.png) no-repeat center center;
    background-size: 100% auto;
  }

  #startflow img {
    display: none;
  }
}


/* estimate */
/*---------------------------------*/
#estimate {
  margin-bottom: 20px;
}

#estimate h3 {
  margin-bottom: 10px;
}

#estimate .detail {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4em;
}

#estimate .sub {
  margin-bottom: 30px;
}

#estimate .sub li {
  font-size: 18px;
  line-height: 1.4em;
}

#estimate .sub li small {
  padding-left: 1em;
  color: #FF7373;
  font-size: 14px;
}

/*----------------------*/
#estimate .step1 {
  margin-bottom: 70px;
}

#estimate .step1 .simulation {
 display: table;
 width: 100%;
}

#estimate .step1 .simulation > span {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

#estimate .step1 .simulation .text1 {
  width: 145px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #estimate .step1 .simulation > span {
    display: inline-block;
  }
}

#estimate .step1 .simulation .text2 {
  width: 40px;
  font-size: 16px;
  text-align: center;
}

#estimate .step1 .simulation .text3,
#estimate .step1 .simulation .text5 {
  width: 40px;
  font-size: 40px;
  text-align: center;
}

#estimate .step1 .simulation .text4 {
  width: 115px;
  font-size: 30px;
  text-align: center;
}

#estimate .step1 .simulation .calc {
  font-size: 30px;
  text-align: center;
}

#estimate .step1 .simulation .num {
  width: 133px;
}

#estimate .step1 .simulation .num input {
  width: 133px;
  height: 60px;
  background: #fff;
  padding: 0 10px;
  border: 3px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  text-align: right;
}

/* spin-button delete */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

/*----------------------*/
#estimate .step2 {
  margin-bottom: 70px;
}

#estimate .step2 .simulation {
  display: table;
  width: 100%;
}

#estimate .step2 .simulation li {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  #estimate .step2 .simulation li {
    display: inline-block;
    width: 160px;
  }
}

#estimate .step2 .simulation li label {
  display: block;
  background: #ddd;
  padding: 15px 0;
  border: 1px solid #F0F0E1;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
}

#estimate .step2 .simulation li label.on {
  background: #fff;
  border-color: #343434;
}

#estimate .step2 .simulation li label.off {
  background: #999;
  border-color: #F0F0E1;
}

#estimate .step2 .simulation li label input[type="radio"] {
  display: none;
}

/*----------------------*/
#estimate .step3 {
  margin-bottom: 70px;
}

#estimate .step3 .simulation li {
  text-align: center;
}

#estimate .step3 .simulation label {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
}

#estimate .step3 .simulation label input[type="radio"] {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
  margin-right: 10px;
}

/*----------------------*/
#estimate .result {
  background: #fff;
  margin-bottom: 7px;
  padding: 15px 40px 30px;
  border: 3px solid #4AAEFF;
}

#estimate .result h3 {
  text-align: center;
}

#estimate .result dt {
  margin: 20px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

#estimate .result dt small {
  font-size: 20px;
  font-weight: inherit;
  line-height: inherit;
}

#estimate .result dd p {
  font-size: 18px;
  line-height: 1.4em;
}

#estimate .result dl span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#estimate .result .minimum {
  color: #f00;
  font-size: 14px;
}

#estimate .attention {
  font-size: 16px;
}


/* separate_arrow */
/*---------------------------------*/
#separate_arrow {
  padding: 10px 0;
  text-align: center;
}


/* application */
/*---------------------------------*/
#application .first_price {
}

#application .first_price h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

#application .first_price .inner {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #666;
}

#application .first_price .check {
  padding: 18px 28px;
  border: 3px solid #4AAEFF;
}

#application .first_price table {
  width: 100%;
}

#application .first_price table th {
  text-align: left;
}

#application .first_price table td {
  width: 130px;
  text-align: right;
}

#application .first_price table th,
#application .first_price table td {
  padding-bottom: 5px;
  font-size: 18px;
}

#application .first_price table .total th,
#application .first_price table .total td {
  padding: 15px 0 0;
  border-top: 1px solid #666;
}

#application .first_price table span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#application .first_price li {
  font-size: 20px;
  font-weight: bold;
}


/*----------------------*/
#application .confirm {
  display: table;
  max-width: 500px;
  margin: 0 auto 20px;
}

#application .confirm dt {
  color: #4BB133;
  font-size: 18px;
}

#application .confirm dd {
  margin: 5px 0 10px;
  text-align: center;
}

#application .confirm dd label {
  font-size: 18px;
}

#application .confirm dd label input[type="checkbox"] {
  position: relative;
  top: 5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
  margin-right: 10px;
}

#application .confirm a {
  display: inline-block;
  background: #33A888;
  padding: 10px 20px;
  color: #fff;
  line-height: 1em;
  transition: .5s;
}

#application .confirm a:hover {
  background: #51C1A2;
}

#application .confirm dd p {
  text-align: left;
}

#application .confirm .alert {
  color: #f66;
  text-align: center;
}


/*----------------------*/
#application .form {
  margin-bottom: 20px;
}

#application .form dl {
  background: url(../img/line_dot.png) repeat-x left top;
  margin: 25px 0 20px;
  padding-top: 25px;
}

#application .form dt {
  clear: left;
  float: left;
  width: 9.5em;
  height: 50px;
  color: #4BB133;
  font-size: 18px;
  line-height: 50px;
  vertical-align: middle;
}
#application .form dt.route {
  padding-top: 16px;
  line-height: 22px;
}

#application .form dd {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  #application .form dt,
  #application .form dd {
    float: none;
    height: 40px;
  }
}

#application .form dd input[type="text"] ,
#application .form dd select ,
#application .form dd label {
  display: inline-block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

#application .form dd input[type="text"] ,
#application .form dd select {
  padding: 0 5px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
}

#application .form dd input[type="text"] {
  width: 150px;
}
#application .form .clinic input[type="text"] {
  width: 400px;
}
#application .form .zip input[type="text"]:nth-child(1) {
  width: 60px;
}
#application .form .zip input[type="text"]:nth-child(2) {
  width: 80px;
}
#application .form .addr input[type="text"]:nth-child(1) {
  width: 80px;
}
#application .form .addr input[type="text"]:nth-child(2) {
  width: 100px;
}
#application .form .addr input[type="text"]:nth-child(3) {
  width: 250px;
}
#application .form .bldg input[type="text"] {
  width: 350px;
}
#application .form .tel input[type="text"] {
  width: 200px;
}
#application .form .mail input[type="text"] {
  width: 300px;
}

#application .form dd textarea {
  width: 400px;
  height: 6.5em;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  font-size: 16px;
  line-height: 130%;
}
#application .form dd.route textarea {
  height: 4em;
}

@media screen and (max-width: 450px) {
  #application .form .clinic input[type="text"],
  #application .form .bldg input[type="text"],
  #application .form dd textarea {
    width: 320px;
  }
}

#application .form dd label {
  margin-right: 10px;
}

#application .form .error,
#application .form .alert {
  padding-left: 10px;
  color: #f66;
}

@media screen and (max-width: 700px) {
  #application .form .error,
  #application .form .alert {
    display: block;
    height: 1em;
    padding: 0;
  }
}

form input[type="submit"] {
  display: block;
  width: 268px;
  height: 50px;
  background: #fff url(../img/btn_submit.png) repeat-x bottom;
  margin: 20px auto;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  color: #444;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}

/*----------------------*/
#inquiry .lead_message {
  padding: 0 75px 40px;
}

@media screen and (max-width: 640px) {
  #inquiry .lead_message {
    padding: 0 20px 40px;
  }
}

#inquiry .lead_message p {
  font-size: 18px;
  line-height: 1.6em;
}


form .privacypolicy {
  text-align: center;
}

form .zip_assist {
  color: #33A888;
  text-decoration: underline;
  cursor: pointer;
}

#inquiry p.message {
  font-size: 16px;
  text-align: center;
}

#inquiry div.message h3 {
  margin-bottom: 1.2em;
  font-size: 24px;
  text-align: center;
}

#inquiry div.message p {
  max-width: 650px;
  margin: 0 auto 1em;
  font-size: 16px;
}

#inquiry div.message ul {
  text-align: center;
}

#inquiry div.message ul a {
  margin-top: 3em;
  font-size: 20px;
  color: #33A888;
  text-decoration: underline;
}

a {
  color: #33A888;
  text-decoration: underline;
}
