.form-wrapper i {
  font-style: normal;
  margin-right: 0.3em;
}

.estimate_det {
  margin: 0 auto 4em auto;
  width: 80%;
  font-size: 120%;
  line-height: 180%;
}
.B_ttl span {
  font-size: 60%;
  display: block;
}

/*ボタン*/
#start-estimate {
  background: #097fe3;
  margin: 2em auto;
  display: block;
  height: 3em;
  font-size: 140% !important;
  font-weight: bold;
  filter: drop-shadow(2px 2px 3px #ccc);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#start-estimate:hover {
  border: 1px solid #097fe3;
  color: #097fe3;
  background: #fff;
  transform: scale(0.95);
  filter: drop-shadow(1px 1px 2px #555);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#show-estimate {
  background: #fff;
  width: 80%;
  margin: 1em auto;
  font-size: 160%;
  height: 2em;
  display: block;
  border: 1px solid red;
  color: red;
  font-weight: bold;
  border-radius: 0.5em;
  filter: drop-shadow(3px 3px 3px #999);
}

#start-estimate,
#show-estimate {
  background-color: #097fe3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.ten_dat {
  color: red;
  text-align: center;
}

/*金額表示*/
#estimate-result-area h3 {
  white-space: pre-wrap;
  font-size: 100%;
  font-weight: normal;
}

#estimate-result-area p {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 1em;
}

#result-summary {
  white-space: pre-wrap;
  font-size: 100%;
  font-weight: normal;
  margin: 3em 0 0 0;
}

#bnr,
.d_none {
  display: none;
}

.amount {
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 2em 0;
  text-align: center;
}

.estimate-wrapper,
.form-wrapper {
  padding: 1em 2em;
  width: 50%;
  margin: 0;
  font-family: sans-serif;
}
.form-wrapper h2 {
  /*font-size: 160%;
  font-weight: bold;*/
  margin-bottom: 2em;
  font-size: 180%;
}

.estimate-wrapper h2 {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 2em;
}
.estimate-wrapper h2 .small,
.form-wrapper h2 .small {
  font-size: 80%;
  font-weight: normal;
}

.estimate-item {
  margin-bottom: 20px;
}

.estimate-item select {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

.estimate-result {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.estimate-result h3 {
  margin-bottom: 10px;
}

/************ *********.cf7-select-wrapper*/
.cf7-select-wrapper {
  margin-bottom: 15px;
}

.cf7-select-wrapper label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: block;
}

.wpcf7 input[type="submit"] {
  background-color: #097fe3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 10em;
  margin: 3em auto;
  display: block;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #065bb5;
}

#cf-total-score,
#cf-amount {
  font-weight: bold;
  color: #097fe3;
}
/***********************************************************************/

/* --- レスポンシブ切替 ELITEBOOK--- */
@media screen and (max-width: 1532px) {
  .form-wrapper {
    width: 55%;
  }
  .estimate_det {
    width: 100%;
  }
}
/***********************************************************************/
/* --- レスポンシブ切替 Mobile--- */
@media screen and (max-width: 480px) {
  .form-wrapper {
    width: 100%;
    padding: 1em 0;
  }

  .form-wrapper i {
    display: block;
  }
  #estimate-result-area {
    padding: 1.5em 1em !important;
  }
  #estimate-result-area p {
    transform: scale(0.8, 1);
  }
}
