@charset "utf-8";
/*==================================
フォーム
==================================*/
.is-required {
  background: #D60B0B;
}
::placeholder {
  color: #BEBEBE;
}
main .detail-box {
  margin-bottom: 35px;
}
.table-form th {
  width: 25%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.table-form tr th, .table-form td {
  margin-bottom: 0;
  padding: 25px 20px;
}
.table-form td {
  padding-right: 0;
}
.table-form tr:first-child th, .table-form tr:first-child td {
  background: none;
  border-top: solid 1px #dbe4e4;
}
.table-form tr:last-child th, .table-form tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.table-form tr:last-child th {
  border: none;
}
.table-form td input {
  margin: 0;
  padding: 15px 10px;
  width: 100%;
  font-size: 0.9rem;
  border: solid 1px #707070;
}
.table-form td textarea {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  min-height: 200px;
  vertical-align: bottom;
  text-align: justify;
  border: solid 1px #707070;
}
.label-badge {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 14px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 3px;
}
[type=submit], [type=button] {
  -webkit-appearance: button;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
}
.wpcf7-spinner {
  display: none;
}
.privacy-policy-txt {
  margin-top: 40px;
  text-align: center;
}
.privacy-policy-txt p {
  color: #222;
}
/*--チェックボックス--*/
.checkbox-privacy {
  margin: 30px 0 0;
}
.checkbox-privacy p {
  display: flex;
  align-items: center;
}
.checkbox-privacy .checkbox-privacy a {
  text-decoration: underline;
  color: inherit;
}
.checkbox-privacy .wpcf7-list-item {
  display: block;
  line-height: 1;
}
.checkbox-privacy .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.checkbox-privacy input[type="checkbox"] {
  display: none;
}
.checkbox-privacy .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 27px;
  cursor: pointer;
}
.checkbox-privacy .wpcf7-list-item-label a {
  color: #11A5C0;
}
.checkbox-privacy .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  /* background: #E5EBEE; */
  border: solid 1px #707070;
}
.checkbox-privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(135deg);
  position: absolute;
  left: 4px;
  top: 5px;
}
.contact main {
  max-width: 1000px;
}
.contact .link-btn input {
  position: relative;
  display: inline-block;
  width: 310px;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 1.14rem;
  border-radius: 10px;
  background: #0F2B6C;
  border: solid 2px #0f2b6c;
}
.contact .link-btn input:hover {
  transition: 0.3s;
  background: #fff;
  border: solid 2px #0f2b6c;
  color: #0f2b6c;
}
.contact .detail-box p:first-child {
  margin-bottom: 70px;
}
.contact .table-form tr th, .contact .table-form td {
  padding-left: 0;
  border-right: none;
  border-bottom: none;
  background: none;
}
.contact .table-base tr th {
  border-top: none;
  border-left: none;
}
.contact .table-base tr th p {
  color: #222;
}
.contact .table-form tr:first-child td {
  border-top: none;
}
.contact .table-form td textarea {
  border-radius: 0;
}
.contact #page-top, .wpcf7-response-output {
  display: none;
}
/* お問い合わせ項目：ラジオボタン */
.table-form .wpcf7-radio {
  display: flex;
  gap: 25px;
}
.table-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.table-form .wpcf7-radio label {
  display: flex;
  align-items: center;
}
.table-form .wpcf7-radio .wpcf7-list-item-label {
  padding-left: 3px;
  color: #333;
}
/* ラジオボタン本体 */
.table-form .wpcf7-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  position: relative;
  cursor: pointer;
  padding: 0;
}
/* 選択時の中丸 */
.table-form .wpcf7-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #707070;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.contact .link-btn {
  margin-top: 70px;
}
/*==================================
確認画面
==================================*/
.confirm .table-base tr th p {
  color: #0F2B6C;
}
.confirm .table-form tr td p {
  color: #ADADAD;
}
.confirm .link-btn:nth-child(2) {
  margin-top: 35px;
  color: #ADADAD;
}
.confirm .link-btn:nth-child(2) input {
  color: #0F2B6C;
  border: solid 2px #0F2B6C;
  background: none
}
.confirm .link-btn:nth-child(2) input:hover{
	color: #fff;
	background: #0F2B6C;
}

.confirm .breadcrumbs [typeof="BreadcrumbList"] > span:last-of-type, .confirm .breadcrumbs [typeof="BreadcrumbList"] > span:nth-of-type(2)::after {
  display: none;
}
@media screen and (max-width:980px) {
  .table-form th {
    width: 37%;
  }
}
@media screen and (max-width: 640px) {
  .contact .table-base th, .contact .table-base td {
    width: 100%;
    display: block;
  }
  .contact .table-base tr th {
    width: 100%;
    padding: 0;
  }
  .contact .table-base tr th .form-ttl {
    display: flex;
  }
  .contact .table-form td {
    padding: 5px 0 38px;
  }
  .contact .table-base tr th .label-badge {
    margin-left: 10px;
  }
  .contact .table-form td input {
    padding: 20px 10px;
  }
  .privacy-policy-txt {
    margin-top: 40px;
  }
  .checkbox-privacy p {
    justify-content: center;
  }
  .checkbox-privacy {
    margin: 50px 0;
  }
  .checkbox-privacy + div {
    display: flex;
  }
  .contact .link-btn {
    margin-top: 0;
  }
}