@charset "UTF-8";
header nav .contactBtn a span {
  border-bottom: 2px solid #fff;
}

.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.formArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .formArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .formArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.formArea {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .formArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.formArea .notice {
  text-align: right;
}
.formArea .notice span {
  color: #f00;
  font-size: 0.9em;
}
.formArea table {
  width: 100%;
  border-collapse: collapse;
}
.formArea table tr th, .formArea table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  line-height: 180%;
}
@media screen and (max-width: 1200px) {
  .formArea table tr th, .formArea table tr td {
    padding: 15px 0;
  }
}
.formArea table tr th {
  white-space: nowrap;
}
.formArea table tr th {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .formArea table tr th {
    width: 120px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .formArea table tr th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.formArea table tr th span.required {
  display: block;
  padding-right: 15px;
  position: relative;
}
.formArea table tr th span.required::after {
  content: "※";
  color: #f00;
  font-size: 0.9em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.formArea table tr td {
  padding-left: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .formArea table tr td {
    padding-top: 5px;
    padding-left: 0;
  }
}
.formArea table tr td .category {
  margin-bottom: 10px;
}
.formArea table tr td .category .categoryBox {
  display: flex;
  flex-wrap: wrap;
}
.formArea table tr td .category .categoryBox .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 25%;
}
@media screen and (max-width: 960px) {
  .formArea table tr td .category .categoryBox .wpcf7-list-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 668px) {
  .formArea table tr td .category .categoryBox .wpcf7-list-item {
    width: 50%;
  }
}
.formArea table tr td .category .categoryBox .wpcf7-list-item input {
  margin-right: 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .formArea table tr th, .formArea table tr td {
    display: block;
    width: 100%;
  }
}
.formArea .checkArea {
  margin: 40px 0;
  text-align: center;
}
.formArea .turnstile {
  text-align: center;
  margin-bottom: 30px;
}
.formArea.thanks_area {
  display: none;
  text-align: center;
}
.formArea.thanks_area h4 {
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .formArea.thanks_area h4 {
    font-size: clamp(35px, 4.1666666667vw, 100px);
  }
}
.formArea.thanks_area h4 {
  font-weight: 600;
  margin-bottom: 30px;
}
.formArea.thanks_area > p {
  margin-bottom: 30px;
}
.formArea.thanks_area > section {
  margin-bottom: 50px;
}
.formArea.thanks_area > section h5 {
  font-weight: 600;
}
.formArea.thanks_area > section p a {
  font-size: 3.5rem;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}