@charset "UTF-8";
/* ------------------------------------------
 Contact Form 7
------------------------------------------ */
.wpcf7 .wpcf7-form {
  margin: 0;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #BA484C;
  font-size: 1.2rem;
  line-height: 1.5;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border: 2px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border-color: #BA484C;
  color: #BA484C;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-color: #063271;
  color: #063271;
}
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
  border-color: #BA484C;
  color: #BA484C;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  .form_wrap {
    width: 94%;
    margin: 0 auto;
  }
  .form_wrap > .form_text {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
  }
  .form_wrap .form_table {
    margin-bottom: 30px;
    background-color: #fff;
  }
  .form_wrap .form_table .lineSingle:first-child > div:first-child {
    border-top: 1px #ddd solid;
  }
  .form_wrap .form_table .lineSingle > div {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px #ddd solid;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .form_wrap .form_table .lineSingle > div:first-child {
    background-color: #efefef;
    border-right: 1px #ddd solid;
    font-weight: bold;
    color: #063271;
  }
  .form_wrap .form_table .lineSingle > div:nth-child(2) {
    padding: 15px;
    border-right: 1px #ddd solid;
  }
  .form_wrap .form_table .lineSingle > div:nth-child(2) input[type=text],
  .form_wrap .form_table .lineSingle > div:nth-child(2) input[type=email],
  .form_wrap .form_table .lineSingle > div:nth-child(2) input[type=tel],
  .form_wrap .form_table .lineSingle > div:nth-child(2) input[type=url],
  .form_wrap .form_table .lineSingle > div:nth-child(2) textarea,
  .form_wrap .form_table .lineSingle > div:nth-child(2) select {
    width: 100%;
    padding: 5px 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    appearance: auto;
  }
  .form_wrap .form_table .lineSingle > div:nth-child(2) select {
    padding-right: 30px;
  }
  .form_wrap .form_table .lineSingle > div:nth-child(2) textarea {
    height: 7em;
    resize: vertical;
  }
  .form_wrap .form_table .lineSingle > div:nth-child(2) .wpcf7-form-control-wrap {
    display: block;
  }
  .form_wrap .form_table .require > div:first-child:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    padding: 6px 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    background-color: #BA484C;
    color: #fff;
  }
  .form_wrap .form_submit {
    margin-top: 10px;
    text-align: center;
  }
  .form_wrap .form_submit input[type=submit],
  .form_wrap .form_submit input.wpcf7-submit,
  .form_wrap .wpcf7 input[type=submit],
  .form_wrap .wpcf7 input.wpcf7-submit {
    display: inline-block;
    min-width: 220px;
    padding: 16px 48px;
    border: none;
    border-radius: 6px;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.12em;
    cursor: pointer;
    background: linear-gradient(349deg, rgb(6, 50, 113) 0%, rgb(42, 105, 195) 100%) !important;
    box-shadow: 0 8px 20px rgba(6, 50, 113, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
  }
  .form_wrap .form_submit input[type=submit]:hover, .form_wrap .form_submit input[type=submit]:focus,
  .form_wrap .form_submit input.wpcf7-submit:hover,
  .form_wrap .form_submit input.wpcf7-submit:focus,
  .form_wrap .wpcf7 input[type=submit]:hover,
  .form_wrap .wpcf7 input[type=submit]:focus,
  .form_wrap .wpcf7 input.wpcf7-submit:hover,
  .form_wrap .wpcf7 input.wpcf7-submit:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(6, 50, 113, 0.3);
    filter: brightness(1.05);
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  .form_wrap {
    width: 980px;
    margin: 0 auto;
  }
  .form_wrap > .form_text {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }
  .form_wrap .form_table {
    border-top: 1px #ddd solid;
  }
  .form_wrap .lineSingle {
    display: grid;
    grid-template-columns: 17em 1fr;
    align-items: center;
  }
  .form_wrap .lineSingle > div {
    padding: 20px;
    height: 100%;
    border-bottom: 1px #ddd solid;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .form_wrap .lineSingle > div > p {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  .form_wrap .lineSingle > div:first-child {
    background-color: #efefef;
    font-weight: bold;
    color: #333;
    position: relative;
  }
  .form_wrap .lineSingle > div:nth-child(2) {
    border-right: 1px #ddd solid;
  }
  .form_wrap .lineSingle > div:nth-child(2) input[type=text],
  .form_wrap .lineSingle > div:nth-child(2) input[type=email],
  .form_wrap .lineSingle > div:nth-child(2) input[type=tel],
  .form_wrap .lineSingle > div:nth-child(2) input[type=url],
  .form_wrap .lineSingle > div:nth-child(2) textarea,
  .form_wrap .lineSingle > div:nth-child(2) select {
    width: 100%;
    padding: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    appearance: auto;
  }
  .form_wrap .lineSingle > div:nth-child(2) select {
    padding-right: 36px;
  }
  .form_wrap .lineSingle > div:nth-child(2) textarea {
    height: 10em;
    resize: vertical;
  }
  .form_wrap .lineSingle > div:nth-child(2) .wpcf7-form-control-wrap {
    display: block;
  }
  .form_wrap .require > div:first-child:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    background-color: #BA484C;
    color: #fff;
  }
  .form_wrap .form_submit {
    margin-top: 20px;
    text-align: center;
  }
  .form_wrap .form_submit input[type=submit],
  .form_wrap .form_submit input.wpcf7-submit,
  .form_wrap .wpcf7 input[type=submit],
  .form_wrap .wpcf7 input.wpcf7-submit {
    display: inline-block;
    min-width: 280px;
    padding: 18px 64px;
    border: none;
    color: #fff !important;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.14em;
    cursor: pointer;
    background: linear-gradient(349deg, rgb(6, 50, 113) 0%, rgb(42, 105, 195) 100%) !important;
    box-shadow: 0 10px 24px rgba(6, 50, 113, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
  }
  .form_wrap .form_submit input[type=submit]:hover, .form_wrap .form_submit input[type=submit]:focus,
  .form_wrap .form_submit input.wpcf7-submit:hover,
  .form_wrap .form_submit input.wpcf7-submit:focus,
  .form_wrap .wpcf7 input[type=submit]:hover,
  .form_wrap .wpcf7 input[type=submit]:focus,
  .form_wrap .wpcf7 input.wpcf7-submit:hover,
  .form_wrap .wpcf7 input.wpcf7-submit:focus {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(6, 50, 113, 0.32);
    filter: brightness(1.06);
  }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  .wpcf7 .wpcf7-response-output {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}