@charset "UTF-8";
.yae_contact_wrap {
  margin: 0;
}
.yae_contact_wrap table {
  width: 100%;
  margin: 0 auto 40px auto;
  border: 0;
}
.yae_contact_wrap table th {
  font-weight: normal;
  width: 30%;
  padding: 20px 40px 20px 20px;
  background-color: #eeeeee;
  position: relative;
  box-sizing: border-box;
  border: 0;
  border-bottom: 10px solid #ffffff;
}
.yae_contact_wrap table th .hissu {
  position: absolute;
  right: 3%;
  top: 27px;
  line-height: 16px;
  width: 39px;
  height: 16px;
  color: #d71419;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.yae_contact_wrap table td {
  font-weight: normal;
  box-sizing: border-box;
  border: 0;
  border-bottom: 10px solid #ffffff;
  vertical-align: middle;
}
.yae_contact_wrap table td p {
  margin: 0;
}
.yae_contact_wrap table td span.radio-field {
  display: inline-block;
  margin-right: 0.5em;
}
.yae_contact_wrap input[type=text],
.yae_contact_wrap textarea {
  border: 1px solid #cccccc;
}
.yae_contact_wrap .radio-field-text {
  font-size: 16px;
  font-weight: normal;
}
.yae_contact_wrap .submit {
  margin: 0 0 40px 0;
  margin: 0 0 max(4.04vw, 40px) 0;
  padding: 0;
  text-align: center;
}
.yae_contact_wrap .submit input[type=submit] {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  width: 100%;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #9c2423;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .yae_contact_wrap .submit input[type=submit] {
    max-width: 30%;
  }
}
.yae_contact_wrap .submit input[type=submit]:hover {
  background-color: #cb5b44;
}

.error-msg {
  display: block;
  color: red;
  font-size: 0.8em;
}

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
#loading::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .contactTbl,
  .contactTbl tbody,
  .contactTbl tr,
  .contactTbl th,
  .contactTbl td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .contactTbl th {
    border-bottom: none; /* ラベル下の線を消す（デザインによる） */
    text-align: left; /* 左寄せにする */
    padding-bottom: 5px; /* 入力欄との隙間調整 */
  }
  .contactTbl td {
    padding-top: 0;
    margin-bottom: 15px; /* 次の項目との間隔 */
  }
  /* 入力要素自体の幅も100%にする場合 */
  .contactTbl input[type=text],
  .contactTbl textarea {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=style.css.map */
