@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
.ftRc {
  display: none; }

.contactSec {
  padding: 0 40px 160px; }
  .contactSec .inr {
    margin: 0 auto;
    max-width: 1100px; }
    .contactSec .inr .startP {
      color: #9D9F84;
      font-size: 1.125rem;
      line-height: 2.2;
      letter-spacing: 0.04em;
      margin-bottom: 40px;
      text-align: center; }
    .contactSec .inr .finishP {
      color: #DDDFC5;
      font-size: 3.125rem;
      font-weight: 600;
      line-height: 2.2;
      margin-bottom: 12px;
      text-align: center;
      text-transform: uppercase; }
    .contactSec .inr .topBtn {
      padding-top: 20px;
      text-align: center; }
      .contactSec .inr .topBtn a {
        background: #DDDFC4;
        border-radius: 6px;
        color: #000;
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.01em;
        padding: 24px 20px;
        width: 260px;
        transition: 0.3s; }
        .contactSec .inr .topBtn a:hover {
          opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .contactSec {
    padding: 0 5vw 80px; }
    .contactSec .inr {
      margin: 0;
      max-width: 100%; }
      .contactSec .inr .startP {
        font-size: 12px;
        letter-spacing: -0.02em;
        line-height: 2.2;
        margin-bottom: 0; }
      .contactSec .inr .finishP {
        font-size: 7vw;
        line-height: 1.4;
        margin-bottom: 24px; }
      .contactSec .inr .topBtn {
        padding-top: 32px;
        text-align: center; }
        .contactSec .inr .topBtn a {
          font-size: 15px;
          font-weight: 500;
          letter-spacing: 0;
          padding: 16px 12px; } }
.radios .wpcf7-list-item {
  display: block; }

.radios label {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.radios label span {
  margin-left: .25em; }

.submit-failed-msg, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(208, 50, 49, 0.8);
  backdrop-filter: blur(20px);
  border: none !important;
  color: #fff;
  font-size: 16px;
  margin: 0 5%;
  padding: 12px;
  position: fixed;
  top: 100px;
  left: 0;
  width: 90%;
  text-align: center;
  z-index: 2; }
  .submit-failed-msg:empty, .wpcf7 form.invalid .wpcf7-response-output:empty, .wpcf7 form.unaccepted .wpcf7-response-output:empty, .wpcf7 form.payment-required .wpcf7-response-output:empty {
    display: none; }

.validation {
  color: #dc3232;
  font-weight: 700; }

.hissu {
  background: #16211B;
  border: 1px solid #666;
  border-radius: 6px;
  color: #9D9F84;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 8px;
  padding: 6px 12px;
  text-align: center;
  min-width: 60px;
  vertical-align: 1px; }

.cmnTbl01 table th, .cmnTbl01 table td {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
  padding: 28px 0; }
.cmnTbl01 table th {
  padding-left: 40px;
  position: relative;
  width: 34%; }

.contents {
  font-family: "BIZ UDPMincho", serif; }
  .contents button,
  .contents input,
  .contents textarea {
    background-color: #2C4134;
    border-radius: 6px;
    border: 1px solid #2C4134;
    outline: none;
    color: inherit;
    font-size: 1.125rem;
    padding: 20px 24px;
    ime-mode: active; }
  .contents textarea {
    height: 380px; }

select {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 4px;
  color: inherit;
  padding: 8px 24px 8px 24px;
  min-width: 150px; }

.inputL {
  width: 100%;
  max-width: 700px; }

.inputM {
  width: 100%;
  max-width: 500px; }

.inputS {
  width: 100%;
  max-width: 200px; }

.imeOff {
  ime-mode: disabled; }

.error {
  color: red;
  font-size: 12px;
  margin-left: 10px; }

.submitArea {
  color: #000000;
  margin-top: 20px;
  padding: 30px 0 0;
  text-align: center; }
  .submitArea .submitBtn {
    background: #DDDFC4;
    border-radius: 6px;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 24px 60px;
    min-width: 320px;
    transition: 0.3s; }
    .submitArea .submitBtn.prev {
      background: #999999;
      color: #FFF;
      margin-right: 24px; }
    .submitArea .submitBtn:hover {
      opacity: 0.7; }
  .submitArea .submitAreaWhiteBox {
    background: #2C4134;
    border-radius: 6px;
    color: #dddfc5;
    margin-bottom: 44px;
    padding: 44px; }
    .submitArea .submitAreaWhiteBox label {
      display: block;
      cursor: pointer;
      font-size: 1.125rem;
      font-weight: 600;
      text-align: center;
      padding-top: 20px;
      transition: 0.2s; }
      .submitArea .submitAreaWhiteBox label:hover {
        opacity: 0.7; }
      .submitArea .submitAreaWhiteBox label input {
        margin-right: 8px; }
    .submitArea .submitAreaWhiteBox a {
      color: #FFF;
      text-decoration: underline; }

.thanksArea {
  padding: 20px 0 20px;
  text-align: center; }
  .thanksArea h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 40px; }
  .thanksArea p {
    letter-spacing: 0.1em;
    line-height: 2.2;
    margin-bottom: 32px; }

@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
    line-height: 1.5; }

  .responsiveTbl.cmnTbl01 table tr, .responsiveTbl.cmnTbl01 table th, .responsiveTbl.cmnTbl01 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl01 table th {
    font-weight: 600;
    padding: 12px 12px 6px; }
  .responsiveTbl.cmnTbl01 table td {
    padding: 0 12px 12px; }
  .responsiveTbl.cmnTbl02 table tr, .responsiveTbl.cmnTbl02 table th, .responsiveTbl.cmnTbl02 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl02 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl02 table td {
    padding: 12px 12px 20px; }
  .responsiveTbl.cmnTbl03 table tr, .responsiveTbl.cmnTbl03 table th, .responsiveTbl.cmnTbl03 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl03 table th {
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 16px; }
  .responsiveTbl.cmnTbl03 table td {
    padding: 12px 0 32px; }
  .responsiveTbl.cmnTbl04 table tr, .responsiveTbl.cmnTbl04 table th, .responsiveTbl.cmnTbl04 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl04 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl04 table td {
    padding: 12px 12px 20px; }

  .cmnTbl01 table th {
    padding: 40px 0 12px 0 !important; }
  .cmnTbl01 table td {
    padding: 0 !important; }
  .cmnTbl01 table th {
    font-size: 15px;
    width: 100%; }
    .cmnTbl01 table th .hissu {
      font-size: 12px;
      min-width: 40px;
      padding: 4px 8px;
      vertical-align: 1px; }

  .contents button,
  .contents input {
    font-size: 16px;
    padding: 12px 16px; }
  .contents textarea {
    font-size: 16px;
    padding: 16px 16px;
    height: 200px; }
  .contents select {
    font-size: 16px;
    padding: 8px 16px; }

  .inputS {
    width: 100%;
    max-width: 120px; }

  .error {
    display: block;
    font-size: 10px;
    margin-left: 0;
    padding-top: 7px; }

  .submitArea {
    padding: 0; }
    .submitArea .submitBtn {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0;
      padding: 28px 12px;
      min-width: 100%; }
      .submitArea .submitBtn.prev {
        margin: 0 0 24px; }
    .submitArea .submitAreaWhiteBox {
      background: none;
      margin-bottom: 24px;
      padding: 0; }
      .submitArea .submitAreaWhiteBox h3 {
        margin-bottom: 16px; }
      .submitArea .submitAreaWhiteBox p {
        font-size: 13px;
        line-height: 2;
        text-align: center; }
      .submitArea .submitAreaWhiteBox label {
        transition: 0; }
        .submitArea .submitAreaWhiteBox label:hover {
          opacity: 1; }

  .thanksArea {
    padding: 20px 2.5vw 0;
    text-align: left; }
    .thanksArea h1 {
      font-size: 20px;
      letter-spacing: 0;
      margin-bottom: 24px;
      text-align: center; }
    .thanksArea p {
      letter-spacing: 0.04em;
      line-height: 1.8;
      margin-bottom: 20px; } }
