@charset "UTF-8";
.page_small {
  width: calc(100% - 40px);
  max-width: 1147px;
  margin: 0 auto;
}
#sec1 {
  margin-bottom: 74px;
}
#sec1 .sec_ttl {
  margin-bottom: 55px;
}
#sec1 .sec_ttl + p {
  margin-bottom: 40px;
  text-align: center;
}
#sec1 .privacy {
  text-align: center;
  margin-top: 1em;
}
#sec1 .privacy a {
	color: #19365b;
	/*reCAPTCHAのiframeと被るので…*/
	position: relative;
	z-index: 10;
	display: inline-block;
}
@media screen and (max-width: 640px) {
  #sec1 .sec_ttl {
    margin-bottom: 25px;
  }
  #sec1 .sec_ttl + p {
    margin-bottom: 20px;
    text-align: left;
  }
}

.wpcf7 {
  max-width: 860px;
  margin: 0 auto !important;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.wpcf7 th,
.wpcf7 td {
  padding: 14px 16px;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.08);
}

.wpcf7 tr:first-child th,
.wpcf7 tr:first-child td {
  border-top: none;
}

.wpcf7 th {
  width: 30%;
  background: rgba(0,0,0,.03);
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
}

.wpcf7 th .need {
  display: inline-block;
  background: #d0021b;
  color: #fff;
  padding: 0 1em;
  font-size: 60%;
  margin-right: 1em;
  border-radius: 1em;
}

.wpcf7 td p {
  margin: 0 0 10px;
}

.wpcf7 .color-text {
  color: #d0021b;
  font-weight: 700;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.wpcf7 .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 14px 4px 0;
}

.wpcf7 .wpcf7-list-item input[type="radio"] {
  margin: 0 8px 0 0;
}

.wpcf7 .wpcf7-list-item label {
  border: 1px solid rgba(0,0,0,.08);
  padding: 0.4em 1em 0.3em 0.6em;
  border-radius: 1.5em;
  cursor: pointer;
}

.wpcf7 .birthday-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
  align-items: center;
}

.wpcf7 select[name="menu-year"],
.wpcf7 select[name="menu-month"],
.wpcf7 select[name="menu-day"] {
  width: auto;
  min-width: 30%;
  display: inline-block;
  margin: 4px 6px 4px 0;
  cursor: pointer;
}

.wpcf7 .notice-red {
  color: #d0021b;
  margin: 0 0 10px;
  font-weight: 600;
}

.contact_actions {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.wpcf7 input[type="submit"] {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 0.7em 5em;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #111;
  color: #fff;
  letter-spacing: 0.2em;
  z-index: 10;
  position: relative;
}

.wpcf7 input[type="submit"] + .wpcf7-spinner {
  display: none;
}

.wpcf7 input[type="submit"]:hover {
  filter: brightness(1.05);
}

.wpcf7 input[type="submit"]:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(0, 128, 0, .35);
  background: rgba(0, 128, 0, .08);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(208, 2, 27, .35);
  background: rgba(208, 2, 27, .08);
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d0021b;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: rgba(208, 2, 27, .6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(208, 2, 27, .12);
}

@media (max-width: 768px) {
  .wpcf7 table,
  .wpcf7 tbody,
  .wpcf7 tr,
  .wpcf7 th,
  .wpcf7 td {
    display: block;
    width: 100%;
  }

  .wpcf7 th {
    background: transparent;
    padding-bottom: 6px;
    border-top: none;
  }

  .wpcf7 td {
    padding-top: 6px;
    border-top: none;
    padding-bottom: 14px;
  }

  .wpcf7 tr + tr {
    border-top: 1px solid rgba(0,0,0,.08);
  }

  .contact_actions {
    justify-content: center;
  }
}
