@charset "UTF-8";

.entry_ttl {
  padding-bottom: 0.8rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #000;
  color: #0486bd;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.entry_ttl::after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #00a5d9 0%, #00b3e6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.catch_text {
  margin-bottom: 4.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#entry .content_wrap {
  padding: 4rem 2.4rem;
  background-color: #e4f7fc;
  border-radius: 1.6rem;
}

.form_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.form_ttl_wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.form_ttl_wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.form_ttl_wrap .icon.required {
  color: #fff;
  background-color: #0486bd;
}

.form_ttl_wrap .icon.any {
  color: #0486bd;
  background-color: #fff;
  border: 1px solid #0486bd;
}

.form_ttl_wrap .ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.input_wrap {
  display: flex;
  flex-direction: column;
}

.input_wrap input:not([type='file']) {
  width: 100%;
  height: 4rem;
  padding: 0.8rem 1.6rem;
  border: 1px solid #00a5d9;
  border-radius: 0.4rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.wpcf7-radio {
  display: flex;
  gap: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

.input_wrap input[type='checkbox'],
.input_wrap input[type='radio'] {
  width: 24px;
  height: 24px;
}

.wpcf7-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.wpcf7-acceptance .wpcf7-list-item > label a {
  text-decoration: underline;
  color: #0486bd;
}

.input_wrap .placeholder,
.input_wrap .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.input_wrap .placeholder {
  opacity: 0.4;
}

.submit_wrap {
  position: relative;
  z-index: 0;
  margin-top: 3.2rem;
}

.submit_wrap input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#entry .content_wrap .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#entry .content_wrap .wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.1em !important;
}

@media (min-width: 768px) {
  #entry .inner {
    width: 92.8rem;
    margin: 0 auto;
  }

  #entry .content_wrap {
    padding: 6.4rem;
  }

  .form_ttl_wrap .ttl {
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  .input_wrap .placeholder,
  .input_wrap .text {
    padding-left: 2.4rem;
  }

  .wpcf7-acceptance .wpcf7-list-item > label a {
    color: inherit;
  }

  .wpcf7-acceptance .wpcf7-list-item > label a:hover {
    color: #0486bd;
  }

  .submit_wrap {
    width: 35.2rem;
    margin: 3.2rem auto 0;
  }

  .submit_wrap:hover .primary_btn {
    outline-offset: 0;
  }

  .submit_wrap:hover .primary_btn::after {
    transform: translate(0.4rem, -50%);
  }
}
