@charset "UTF-8";

.article h1,
.date-tags,
.breadcrumb {
  display: none !important;
}

main.main {
  padding: 0;
  margin: 0;
}

.content-in.wrap {
  width: 90% !important;
  max-width: 1024px !important;
}

#mobile-nav {
  display: none;
}

/*----------------------------------------------------
  #inquiry
----------------------------------------------------*/
.inquiry-top {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inquiry-top__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50vh;
  margin-bottom: 14px;
  background: #FBF2E7;
}

.inquiry-top__img>img {
  width: 50%;
  max-width: initial;
}

.inquiry-top>p {
  text-align: center !important;
}

.inquiry-form__list {
  width: 100%;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.form-row-textarea {
  align-items: flex-start;
}

.form-label {
  display: block;
  width: 200px;
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
}

.must {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(234, 51, 95);
  margin-left: 8px;
}

.form-field {
  flex: 1;
  font-size: 1.6rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}

.form-privacy {
  width: 100%;
  height: auto;
}

.form-privacy__box {
  width: 100%;
  height: auto;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #FBF2E7;
  border-radius: 4px;
  margin-bottom: 20px;
}

.form-privacy__box-lead {
  font-size: 1.4rem !important;
  font-weight: bold;
  margin-bottom: 8px !important;
}

.form-privacy__box__txt p {
  margin-bottom: 8px !important;
  font-size: 1.3rem !important;
}

.form-privacy__box__txt>ul {
  list-style-position: inside;
  padding-left: 14px !important;
  margin-bottom: 8px !important;
  box-sizing: border-box;
  font-size: 1.3rem !important;
}

.form-privacy__lead {
  width: 95%;
  margin: 0 auto;
  font-size: 1.2rem !important;
  text-align: center !important;
  margin-bottom: 20px;
}

.form-acceptance {
  text-align: center;
  margin-bottom: 30px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.wpcf7-list-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #8E8673;
}

.wpcf7-list-item-label {
  font-size: 1.2rem;
}

.form-submit {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4B860 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.8rem;
  border: none !important;
  padding: 0 !important;
  width: 100%;
  height: 68px;
  border-radius: 50vh;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:896px) {}

@media screen and (max-width:786px) {}

@media screen and (max-width:680px) {
  .form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-label {
    width: 100%;
    margin-left: 0;
  }

  .form-field {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .content-in.wrap {
    width: 85% !important;
  }

  .inquiry-top>p {
    font-size: 1.4rem !important;
    text-align: justify !important;
  }

  .form-privacy__box {
    padding: 30px;
  }

  .form-privacy__box-lead {
    font-size: 1.3rem !important;
    margin-bottom: 8px !important;
  }

  .form-privacy__box__txt p {
    margin-bottom: 8px !important;
    font-size: 1.2rem !important;
  }

  .form-privacy__box__txt>ul {
    padding-left: 14px !important;
    margin-bottom: 8px !important;
    font-size: 1.2rem !important;
  }

  .form-privacy__lead {
    width: 100%;
    font-size: 1.1rem !important;
    text-align: center !important;
  }
}