h1.main_title {
  margin-top: 2em;
  margin-bottom: 2em; }
  h1.main_title span {
    display: inline-block;
    position: relative; }
  @media screen and (max-width: 599px) {
    h1.main_title span {
      display: block; } }
  h1.main_title span::before {
    display: block;
    content: "";
    background: url("../images/inquiry_title_img.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: -4vw;
    left: -10vw;
    z-index: 1;
    width: 14vw;
    max-width: 199px;
    height: 10vw; }
  @media screen and (max-width: 599px) {
    h1.main_title span::before {
      top: -9vw;
      left: 3vw;
      width: 30vw;
      max-width: 199px;
      height: 20vw; } }

@media screen and (max-width: 599px) {
  h1.main_title {
    font-size: var(--wp--preset--font-size--xxx-large);
    margin-bottom: 1em; } }
section .wpcf7 {
  max-width: 650px; }
  section .wpcf7 .wpcf7-form dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em; }
    section .wpcf7 .wpcf7-form dl dt {
      width: 25%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding: 1em 1em 1em 0;
      line-height: 1.2; }
      section .wpcf7 .wpcf7-form dl dt p {
        font-size: var(--wp--preset--font-size--medium);
        margin: 0.5em 0 0 0; }
        section .wpcf7 .wpcf7-form dl dt p span.required {
          position: relative; }
        section .wpcf7 .wpcf7-form dl dt p span.required::after {
          display: block;
          content: "*";
          color: #D20A1E;
          position: absolute;
          top: 0;
          right: 0;
          margin: 0 -10px 0 0; }
    @media screen and (max-width: 599px) {
      section .wpcf7 .wpcf7-form dl dt {
        width: 100%;
        border-bottom: 0;
        padding: 0 0 0 0; } }
    section .wpcf7 .wpcf7-form dl dd {
      width: 75%;
      box-sizing: border-box;
      padding: 1em 0 1em 0;
      margin-left: 0; }
      section .wpcf7 .wpcf7-form dl dd input {
        font-size: var(--wp--preset--font-size--medium);
        font-weight: 500; }
      section .wpcf7 .wpcf7-form dl dd input[type=text],
      section .wpcf7 .wpcf7-form dl dd input[type=number],
      section .wpcf7 .wpcf7-form dl dd input[type=email] {
        width: 90%;
        height: 40px;
        box-sizing: border-box;
        padding: 0.3em;
        background-color: #FFF;
        border: 1px solid #999;
        transition: 0.3s ease-out;
        border-radius: 3px; }
      @media screen and (max-width: 599px) {
        section .wpcf7 .wpcf7-form dl dd input[type=text],
        section .wpcf7 .wpcf7-form dl dd input[type=number],
        section .wpcf7 .wpcf7-form dl dd input[type=email] {
          width: 100%; } }
      section .wpcf7 .wpcf7-form dl dd input[type=tel] {
        width: 50%;
        height: 40px;
        box-sizing: border-box;
        padding: 0.3em;
        background-color: #FFF;
        border: 1px solid #999;
        transition: 0.3s ease-out; }
      @media screen and (max-width: 599px) {
        section .wpcf7 .wpcf7-form dl dd input[type=tel] {
          width: 100%; } }
      section .wpcf7 .wpcf7-form dl dd input.form_age[type=number],
      section .wpcf7 .wpcf7-form dl dd input.form_zip[type=text] {
        width: 30%;
        height: 40px;
        box-sizing: border-box;
        padding: 0.3em;
        background-color: #FFF;
        border: 1px solid #999;
        transition: 0.3s ease-out; }
      section .wpcf7 .wpcf7-form dl dd textarea {
        width: 90%;
        height: 180px;
        box-sizing: border-box;
        padding: 0.3em;
        background-color: #FFF;
        border: 1px solid #999;
        transition: 0.3s ease-out;
        border-radius: 3px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; }
      @media screen and (max-width: 599px) {
        section .wpcf7 .wpcf7-form dl dd textarea {
          width: 100%; } }
      section .wpcf7 .wpcf7-form dl dd input[type=number] {
        margin-right: 0.5em; }
      section .wpcf7 .wpcf7-form dl dd p {
        font-size: var(--wp--preset--font-size--medium);
        font-weight: 400;
        margin: 0 0 0 0; }
        section .wpcf7 .wpcf7-form dl dd p .wpcf7-not-valid-tip {
          padding-top: 0.5em; }
      section .wpcf7 .wpcf7-form dl dd p.small {
        margin-top: 0.5em;
        font-weight: 400; }
      section .wpcf7 .wpcf7-form dl dd ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0; }
        section .wpcf7 .wpcf7-form dl dd ul li {
          padding-left: 0 !important; }
        section .wpcf7 .wpcf7-form dl dd ul li::before {
          display: none !important; }
        section .wpcf7 .wpcf7-form dl dd ul li:last-child {
          margin-bottom: 0 !important; }
    @media screen and (max-width: 599px) {
      section .wpcf7 .wpcf7-form dl dd {
        width: 100%;
        padding: 1em 0; } }
  @media screen and (max-width: 599px) {
    section .wpcf7 .wpcf7-form dl {
      flex-wrap: wrap; } }
  section .wpcf7 .wpcf7-form input.form_btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
    padding: 20px;
    background-color: var(--wp--preset--color--theme-emegreen);
    border: none;
    text-align: center;
    font-size: var(--wp--preset--font-size--medium);
    letter-spacing: 0.1em;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-out; }
  section .wpcf7 .wpcf7-form input.form_btn:disabled[type="submit"] {
    opacity: 0.5;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0);
    cursor: default; }
  section .wpcf7 .wpcf7-form input.form_btn[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  section .wpcf7 .wpcf7-form input.form_btn:hover {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0); }

/*# sourceMappingURL=style.css.map */
