@charset "UTF-8";

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#mainClm {
  float: none;
  width: auto;
}
#mainClm * {
  box-sizing: border-box;
}

.est-table {
  margin-bottom: 3em;
  width: 100%;
}

.est-item {
  display: none;
  margin-bottom: 2.5em;
  overflow: hidden;
}

#mailformpro .separator {
  display: none !important;
}

#est-item01 {
  display: block;
}

.est-table caption{
  background-color: #333;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 8px 15px;
  text-align: left;
  width: 100%;
}

.est-table th,
.est-table td {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}

.est-table th {
  padding: 20px;
  width: 25%;
}

.est-table td {
  padding: 15px 20px;
  width: 75%;
}

.required {
  background-color: #C00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 10px;
  margin: 2px 0 0 5px;
  padding: 0 4px 2px;
}

#mailformpro p {
  margin-top: 0.5em;
}

.est-example {
  color: #999;
  font-size: 90%;
}

#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro textarea {
  font-size: 16px;
  max-width: 100%;
  width: 100% !important;
}

#mailformpro label {
  display: block !important;
  line-height: 2;
}

#mailformpro .est-form-etc label {
  display: inline-block !important;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  padding: 10px 15px !important;
}

.button-description {
  margin-left:40px;
  color:red;
  float:left;
  margin-top:14px;
}

.btn-item {
  border-radius: 5px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 10px;
  max-width: 90%;
  outline: none;
  padding: 5px 10px;
  text-shadow: 0px 2px 0px #FFF;
}

.btn-item:hover {
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
}

.est-buttons {
  margin: 2.5em 0;
  text-align: center;
}

#mailformpro .mfp_element_submit {
  background-color: #C1272D;
  border: solid 2px #C1272D;
  text-shadow: 0px 1px 2px #933;
  color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(cgi/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
}

.est-link {
  display: inline-block;
  margin: 0 1em;
}

.est-purchase {
  margin-bottom: 60px;
}

.est-purchase select {
  font-size: 1.5rem;
  height: 70px;
  width: 400px;
}

form#mailformpro .est-purchase-tips dt {
  border-top: 0;
  font-size: 16px;
  padding: 15px 0 20px;
  text-align: left;
  width: 125px;
}

form#mailformpro .est-purchase-tips dd {
  font-size: 16px;
  padding: 15px 5px 15px 110px;
}

form#mailformpro .est-purchase-tips dd:last-of-type {
  border-bottom: solid 1px #CCC;
}

.check-konpoukit {
  display: none;
}

.est-form-etc {
  background-color: #fff;
  margin-top: .5em;
  padding: 10px;
}



@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  ul#mfp_phase_stat {
    text-align: center !important;
  }

  .est-table th {
    display: block;
    padding: 10px 15px 5px;
    width: 100%;
  }
  
  .est-table td {
    display: block;
    padding: 5px 15px 10px;
    width: 100%;
  }

  .btn-item {
    display: block;
    float: none;
    text-align: center;
  }

  .est-link {
    display: block;
    margin: .5em 0;
  }

.est-purchase select {
  max-width: 100%;
  width: 100%;
}

form#mailformpro .est-purchase-tips dt {
  padding: 10px 5px 5px;
  width: auto;
}

form#mailformpro .est-purchase-tips dd {
  border-bottom: solid 1px #CCC;
  padding: 5px 5px 10px;
}



}
