@charset "UTF-8";
.contact-container .contact-desc span {
  font-weight: 600;
}
.contact-container .park {
  padding-left: 5%;
  margin-top: 50px;
}
.contact-container .park img {
  width: 350px;
  max-width: 80%;
  margin-bottom: 10px;
}
.contact-container a.tel {
  text-align: left;
  display: block;
}
.contact-container .red {
  color: #e71e19;
  text-align: left;
  font-weight: 600;
}
.contact-container .name_policy {
  text-align: left;
  margin-top: 50px;
}
.contact-container ul {
  text-align: left;
  margin: 10px 0;
}
.contact-container ul li {
  list-style: "●";
}
.contact-container ul li b {
  font-weight: 600;
}
.contact-container label.confirm {
  font-size: 18px;
  font-weight: 600;
  margin: 50px 0;
  display: block;
  text-align: left;
}
.contact-container label.confirm input {
  transform: scale(1.5, 1.5);
}
.contact-container b {
  font-weight: 600;
}

.contact-container2 {
  width: 1000px;
  max-width: 90%;
  margin: 50px auto;
}
.contact-container2 table {
  border-collapse: collapse;
  width: 1000px;
  max-width: 100%;
}
.contact-container2 table th,
.contact-container2 table td {
  padding: 40px;
  border: solid 1px #e71e19;
}
.contact-container2 table th {
  width: 40%;
  text-align: left;
  padding-left: 5%;
  display: table-cell;
  vertical-align: top;
}
.contact-container2 table .va_center th {
  vertical-align: middle;
}
.contact-container2 table td {
  width: 60%;
}
.contact-container2 table tr.last td {
  border-bottom: solid 1px #e71e19;
}
.contact-container2 table tr.switch-content th {
  border-top: none;
}
.contact-container2 table tr.switch-content td {
  border-bottom: solid 1px #e71e19;
}
.contact-container2 table tr.switch-content td input {
  width: auto;
  display: inline;
}
.contact-container2 input,
.contact-container2 select,
.contact-container2 textarea {
  display: block;
  border-radius: 0;
  border: solid 1px #707070;
  width: 350px;
  max-width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.contact-container2 textarea {
  min-height: 250px;
  font-weight: 400;
}
.contact-container2 .label {
  position: relative;
  color: #07308b;
  font-weight: 600;
  display: inline-block;
}
.contact-container2 .label span {
  position: absolute;
  right: -43px;
  top: -15px;
  color: white;
  background: #e71e19;
  padding: 4px 10px;
  line-height: 100%;
  font-weight: 600;
  font-size: 10px;
}
.contact-container2 .radio_box {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%;
  gap: 10px;
}
.contact-container2 .radio_box input {
  width: auto;
  display: inline;
  margin: 0;
  width: 20px;
}
.contact-container2 .radio_box label {
  width: 145px;
  border: solid 1px #707070;
  color: #2b2b2b;
  padding: 4px 10px;
}
.contact-container2 .radio_box .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%;
  gap: 10px;
}
.contact-container2 .radio_box .wpcf7-list-item {
  display: block;
  width: 145px;
  max-width: 42%;
  border: solid 1px #707070;
  color: #2b2b2b;
  padding: 4px 10px;
}
.contact-container2 .td_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-container2 p {
  margin-bottom: 20px;
}
.contact-container2 .td_title2 {
  font-weight: 600;
  font-size: 16px;
}
.contact-container2 .square li {
  list-style: "■ ";
  font-weight: 600;
}
.contact-container2 .gray {
  opacity: 0.5;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-container2 .gray br {
  display: none;
}
.contact-container2 ul.none {
  list-style: none;
  margin-bottom: 20px;
}
.contact-container2 ul.none p {
  margin-bottom: 0;
}
.contact-container2 .confirm {
  display: block;
  border: solid 1px #707070;
  width: 100%;
  padding: 6px 10px;
}
.contact-container2 .confirm br {
  display: none;
}
.contact-container2 .confirm input {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  width: 20px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-top: -3px;
  position: relative;
}
.contact-container2 .confirm input:checked::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: blue;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.contact-container2 .confirm2 {
  margin-top: 20px;
}
.contact-container2 .confirm2 input {
  display: inline;
  width: auto;
}
.contact-container2 .confirm2 a {
  text-decoration: underline;
  color: #0277c1;
}
.contact-container2 .next input {
  background: #e71e19;
  color: white;
  margin: 50px auto;
  padding: 18px;
  font-size: 23px;
  border: 0;
  cursor: pointer;
}
.contact-container2 h2 {
  background: #07308b;
  color: white;
  font-weight: 600;
  display: block;
  margin: 70px auto 30px auto;
  text-align: center;
  font-size: 22px;
  width: 320px;
  max-width: 90%;
  padding: 15px 20px;
  border-radius: 9999px;
}
.contact-container2 .checkbox-group {
  border: solid 3px #07308b;
  padding: 50px 5% 30px 5%;
  font-weight: 600;
}
.contact-container2 .checkbox-group label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-container2 .checkbox-group .red {
  color: #e71e19;
  display: inline;
}
.contact-container2 .checkbox-group input {
  width: auto;
  display: block;
  margin-right: 10px;
  transform: scale(1.5, 1.5);
  margin-bottom: 0;
}
.contact-container2 .add {
  font-weight: 600;
  font-size: 14px;
}
.contact-container2 .blue {
  color: #07308b;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-container2 .blue.bottom {
  margin-bottom: 0px;
}

.checkbox {
  font-weight: 600;
  margin-top: 80px;
}
.checkbox label {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}
.checkbox input {
  font-weight: 600;
  width: auto !important;
  margin-right: 20px;
  transform: scale(2, 2);
  padding: 0;
  margin-bottom: 5px;
}

.switch-content {
  display: none;
}

.screen-reader-response {
  margin-bottom: 20px;
}
.screen-reader-response p,
.screen-reader-response li {
  color: red;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  margin-bottom: 20px;
}

.wpcf7-response-output {
  color: red;
}

.contact-desc_comp {
  text-align: center;
  margin-top: 50px;
}

.btn_comp {
  margin-top: 100px;
}
.btn_comp a {
  background: #e71e19;
  color: white;
  margin: 50px auto;
  padding: 18px 30px;
  font-size: 23px;
  border: 0;
  cursor: pointer;
}

.confirm-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.confirm-buttons button {
  background: #e71e19;
  color: white;
  margin: 50px auto;
  padding: 18px 30px;
  font-size: 23px;
  border: 0;
  cursor: pointer;
}
.confirm-buttons .btn-back {
  background: gray;
}

@media screen and (max-width: 900px) {
  .contact-container2 table {
    width: 100%;
    max-width: 100%;
  }
  .contact-container2 table th,
  .contact-container2 table td {
    display: block;
    width: 100%;
  }
  .contact-container2 table td {
    border-top: 0;
    border-bottom: 0;
    padding: 20px 5%;
  }
  .contact-container2 table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .contact-container2 table tr:last-child td {
    border-bottom: solid 1px #e71e19;
  }
  .contact-container2 input,
  .contact-container2 select,
  .contact-container2 textarea {
    width: 100%;
  }
  .checkbox .text {
    text-align: left;
  }
  .confirm-table th {
    font-weight: 600;
    padding-top: 20px !important;
  }
}/*# sourceMappingURL=contact2.css.map */