@charset "UTF-8";

#contentArea > header::after {
  background-image: url(../../inquiry/images/inquiry_main.jpg);
  }

/* formBlock */
#contentArea .formBlock ul {
  list-style-type: none;
  margin: 0;
  }

#contentArea .formBlock ul li dl {
  display: flex;
  align-items: center;
  }
#contentArea .formBlock ul li.inquirytype-box dl,
#contentArea .formBlock ul li.textarea-box dl,
#contentArea .formBlock ul li.privacy-box dl {
  align-items: flex-start;
  }
  #contentArea .formBlock ul li dl dt {
    position: relative;
    width: 40%;
    color: #111827;
    }
    #contentArea .formBlock ul li dl dt::after {
      content: "必須";
      position: absolute;
      right: 4em;
      top: 0;
      padding: 4px;
      width: 3em;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      background-color: #d70a30;
      border-radius: 4px
      }
      #contentArea .formBlock ul li:nth-child(4) dl dt::after {
        content: none;
        }
  #contentArea .formBlock ul li dl dd {
    width: 60%;
    padding-right: 16.66%;
    }
  #contentArea .formBlock ul li.privacy-box dl dd {
    padding-right: 0;
    }
    #contentArea .formBlock ul li.privacy-box dl dd p {
      font-size: 1.4rem;
      }
    #contentArea .formBlock ul li.privacy-box dl dd p:last-of-type {
      font-size: 1.6rem;
      }
      #contentArea .formBlock ul li.privacy-box dl dd p.inq-submit {
        margin-top: 64px;
        }
      #contentArea .formBlock ul li.privacy-box dl dd p label span {
        font-weight: bold;
        }
      

        #contentArea .wpcf7-list-item {
          margin: 0;
        }
  
        #contentArea .wpcf7-spinner {
          display: none;
        }

        #contentArea .inq-submit::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 12px;
          transform: translate(-50%, -50%);
          background-image: url(../images/icon_arrow.svg);
          width: 16px;
          height: 16px;
        }

        #contentArea .inq-submit {
          display: inline-block;
          position: relative;
          margin-top: 64px;
        }

        #contentArea .formBlock ul li dl dt p,
        #contentArea .formBlock ul li dl dd p {
          margin-bottom: 0;
        }

        #contentArea .formBlock ul li.privacy-box dd p {
          margin-bottom: 32px;
        }

        #contentArea .formBlock ul li.privacy-box dd p.inq-prv-p {
          margin-bottom: 0;
        }


        /* wp */
        #contentArea .wpcf7-list-item {
          margin: 0;
        }
  
        #contentArea .wpcf7-spinner {
          display: none;
        }
        #contentArea input[type=submit] {
          appearance: none;
          position: relative;
          display: inline-block;
          padding: 0 48px 0 24px;
          height: 48px;
          color: #fff;
          line-height: 48px;
          text-decoration: none;
          background-color: #033570;
          border-radius: 24px;
          border: none;
          transition: all 0.15s;
          font-size: 1.6rem;
          }
        #contentArea input[type=button] {
          appearance: none;
          position: relative;
          display: inline-block;
          padding: 0 24px 0 48px;
          height: 48px;
          color: #fff;
          line-height: 48px;
          text-decoration: none;
          background-color: #6b7280;
          border-radius: 24px;
          border: none;
          transition: all 0.15s;
          font-size: 1.6rem;
          }
          #contentArea input[type=submit]::after,
          #contentArea input[type=button]::after {
            content: "";
            position: absolute;
            right: 24px;
            top: 50%;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            background-position: center right;
            transform: translate(-0%, -50%);
            cursor: pointer;
            }

#contentArea .formBlock ul li dl dt p,
#contentArea .formBlock ul li dl dd p:has(.wpcf7-form-control-wrap) {
  margin-bottom: 0;
  }
#contentArea .formBlock ul li.privacy-box dl.inq-prv-dl {
  align-items:center;
  justify-content: space-around;
  margin: 0 20%;
  }



  #contentArea .inq-submit.return::after {
    left: 24px;
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  #contentArea input[type=submit]:hover,
  #contentArea input[type=button]:hover {
    background-color: #d70a30;
    }

/* reCAPTCHA */
#contentArea .formBlock ul li.privacy-box dl dd .reCAPTCHA p {
  font-size: 1rem;
  color: #6b7280;
  margin-top: 0;
}

.grecaptcha-badge { visibility: hidden; }

/* ---------------------------------------------------------------------
	SP
*/
@media only screen and (max-width : 767px) {

  /* formBlock */
    #contentArea .formBlock ul li dl {
      align-items: flex-start;
      flex-direction: column;
      }
      #contentArea .formBlock ul li dl dt {
        margin-bottom: 8px;
        width: 100%;
        }
        #contentArea .formBlock ul li dl dt::after {
          right: 0;
          }
      #contentArea .formBlock ul li dl dd {
        width: 100%;
        padding-right: 0;
        }
        #contentArea .formBlock ul li.privacy-box dl dd p:last-child {
          text-align: center;
          }
  
  }


  #contentArea .inq-submit {
    display: block;
    position: relative;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    }