@charset "UTF-8";
#sub-contact {
  /*==================================================
  入力フィールド
  ================================================== */
  /*==================================================
  button
  ================================================== */
  /*==================================================
  check button  radio button 
  ================================================== */
  /*==================================================
  table
  ================================================== */
  /* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
  /* 「任意」「必須」マーク */
  /* 「~が入力されていません」などの未記入エラー文 */
  /* 送信・確認ボタン */
  /* リキャプチャ */
}
#sub-contact select,
#sub-contact textarea,
#sub-contact input[type=tel],
#sub-contact input[type=text],
#sub-contact input[type=email],
#sub-contact input[type=url] {
  font-size: 16px;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
#sub-contact textarea {
  width: 100%;
  min-height: 150px;
  padding: 8px !important;
}
#sub-contact input[type=button],
#sub-contact input[type=submit],
#sub-contact button[type=button] {
  letter-spacing: 0.1em;
  padding: 20px 4vw;
  line-height: 1;
  font-weight: 500;
  border: none;
  -webkit-appearance: none;
  transition: opacity 0.4s ease;
  background: #1D257C;
  color: #fff;
  font-size: 16px;
}
#sub-contact input[type=button]:hover,
#sub-contact input[type=submit]:hover,
#sub-contact button[type=button]:hover {
  opacity: 0.8;
  cursor: pointer;
}
#sub-contact input[type=button][disabled],
#sub-contact input[type=submit][disabled],
#sub-contact button[type=button][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#sub-contact input[type=radio],
#sub-contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#sub-contact input[type=radio] + label,
#sub-contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#sub-contact input[type=radio],
#sub-contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#sub-contact input[type=radio] + label,
#sub-contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#sub-contact input[type=radio] + label::before,
#sub-contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#sub-contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#sub-contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#sub-contact input[type=radio]:checked + label::after,
#sub-contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}
#sub-contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#sub-contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  transform: rotate(-45deg);
}
#sub-contact ::-moz-placeholder {
  color: #ccc;
}
#sub-contact ::placeholder {
  color: #ccc;
}
#sub-contact .contact-form-table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  font-size: 16px;
  /* ご住所だけ2段なのでマージンを開ける */
}
#sub-contact .contact-form-table table {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
}
#sub-contact .contact-form-table tr {
  border-spacing: 0;
}
#sub-contact .contact-form-table th {
  width: 35%;
  padding: 15px 3%;
  background: #1D257C;
  color: #fff;
}
#sub-contact .contact-form-table td {
  padding: 15px;
}
#sub-contact .contact-form-table th,
#sub-contact .contact-form-table td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
#sub-contact .contact-form-table input[name="items[address]"] {
  margin-top: 8px;
}
#sub-contact .sec-error-text {
  line-height: 1.5;
  text-align: center;
  background: #e74c3c;
  padding: 4vw;
}
#sub-contact .optional-mark,
#sub-contact .required-mark {
  line-height: 1;
  font-weight: 500;
  padding: 4px;
  float: right;
}
#sub-contact .optional-mark {
  background: #3498db;
}
#sub-contact .required-mark {
  background: #e74c3c;
}
#sub-contact .error-text {
  margin: 0 0 4px;
  color: #e74c3c;
  font-size: 14px;
}
#sub-contact .contact-submits-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 3vw;
  margin-top: 40px;
}
#sub-contact .contact-recaptcha-wrap {
  display: table;
  margin: 40px auto 0 auto;
}
#sub-contact .contact-recaptcha-wrap iframe {
  height: 78px;
}/*# sourceMappingURL=contact.css.map */