@charset "UTF-8";
.required::after {
  content: "※";
  color: red;
}

@media screen and (max-width: 979px) {
  .main {
    color: #464E53;
  }
  .main h2 {
    font-family: "Noto Sans CJK JP", "MS Pゴシック", "Arial";
    font-size: 24px;
    font-weight: 700;
    line-height: 35.52px;
    letter-spacing: 0.1em;
    text-align: center;
    font-style: normal;
    color: #6F5436;
    margin-top: 20px;
  }
  .main .content {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    color: #464E53;
  }
  .main .content .form {
    margin-top: 20px;
    max-width: 2000px;
    text-align: center;
  }
  .main .content .form .form-label {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .main .content .form .required::after {
    content: "※";
    color: red;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .main .content .form .form-input {
    width: 100%;
    min-height: 40px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .main .content .form .form-row {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .main .content .form #full_name {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .main .content .form #tel_number {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .main .content .form #mail_address {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .main .content .form #content {
    width: 100%;
    height: 200px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger !important;
  }
  .main .content .form #submit-btn {
    border: 2px solid #6F5436;
    border-radius: 30px;
    background-color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.1em;
    color: #6F5436;
    width: 270px;
    height: 50px;
    text-align: center;
    margin-top: 30px;
  }
  .main .description {
    width: 100%;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  .md-flex {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .main {
    color: #464E53;
  }
  .main h2 {
    /* PROFILE */
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436 !important;
    margin-top: 20px;
  }
  .main .content {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }
  .main .form {
    margin-top: 100px;
    padding-left: 20%;
    padding-right: 20%;
    max-width: 2000px;
    text-align: center;
  }
  .main .description {
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  .md-flex {
    display: flex;
  }
  .form .form-label {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: left;
    width: 32%;
  }
  .form .required::after {
    content: "※";
    color: red;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .form .form-input {
    width: 68%;
    min-height: 40px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    padding-left: 10px;
    margin-top: 10px;
  }
  .form .form-row {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .form #full_name {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .form #tel_number {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .form #mail_address {
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger;
  }
  .form #content {
    width: 100%;
    height: 200px;
    background-color: #F5F5F5;
    border: 0.5px solid #333333;
    font-size: larger !important;
  }
  .form #submit-btn {
    border: 2px solid #6F5436;
    border-radius: 30px;
    background-color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.1em;
    color: #6F5436;
    width: 350px;
    height: 50px;
    text-align: center;
    margin-top: 50px;
  }
}/*# sourceMappingURL=contact-form.css.map */