.p-contact__body {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p-contact__body {
    width: 100%;
  }
}
.p-contact__body .p-contact__text {
  text-align: center;
  font-size: 1.8rem;
  color: #4E4E4E;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .p-contact__body .p-contact__text p {
    font-size: 1.5rem;
  }
}
.p-contact__body .p-contact__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.p-contact__body .p-contact__list li {
  background-color: #213B16;
  color: #fff;
}
.p-contact__body .p-contact__list li a {
  display: block;
}
.p-contact__body .p-contact__list li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.p-contact__body .p-contact__list li:first-child {
  width: 600px;
  margin-bottom: 8px;
  font-size: 2rem;
}
@media (max-width: 575px) {
  .p-contact__body .p-contact__list li:first-child {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-contact__body .p-contact__list li:first-child a {
  width: 600px;
  padding: 22px 0;
}
@media (max-width: 575px) {
  .p-contact__body .p-contact__list li:first-child a {
    width: auto;
  }
}
.p-contact__body .p-contact__list li:not(:first-child) {
  width: 196px;
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .p-contact__body .p-contact__list li:not(:first-child) {
    width: 33%;
    font-size: 1.5rem;
  }
}
.p-contact__body .p-contact__list li:not(:first-child) a {
  width: 196px;
  padding: 14px 0;
}
@media (max-width: 575px) {
  .p-contact__body .p-contact__list li:not(:first-child) a {
    width: auto;
  }
}

.p-order__inner {
  margin-bottom: 64px;
}
.p-order__inner h4 {
  font-size: 2.4rem;
  color: #222222;
  padding-bottom: 20px;
  border-bottom: 4px solid #ccc;
  position: relative;
}
@media (max-width: 575px) {
  .p-order__inner h4 {
    font-size: 2rem;
  }
}
.p-order__inner h4::after {
  content: "";
  width: 190px;
  height: 4px;
  background-color: #213B16;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.p-order__inner__figure {
  margin-top: 36px;
}
@media (max-width: 575px) {
  .p-order__inner__figure__pc {
    display: none;
  }
}
.p-order__inner__figure__sp {
  display: none;
}
@media (max-width: 575px) {
  .p-order__inner__figure__sp {
    display: block;
    margin: 0 auto;
  }
}

.p-area__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-area__dl {
    width: 100%;
  }
}
.p-area__dl dl:first-of-type {
  width: 400px;
}
@media (max-width: 767px) {
  .p-area__dl dl:first-of-type {
    width: 49.8%;
  }
}
.p-area__dl dl {
  width: 399px;
  height: 257px;
}
@media (max-width: 767px) {
  .p-area__dl dl {
    width: 50%;
  }
}
.p-area__dl dl:nth-child(1) dt {
  border-radius: 12px 0 0 0;
}
.p-area__dl dl:nth-child(2) dt {
  border-radius: 0 12px 0 0;
}
.p-area__dl dl:nth-child(1) dd {
  border-left: 1px solid #4E4E4E;
  border-right: 1px solid #4E4E4E;
}
.p-area__dl dl:nth-child(2) dd {
  border-right: 1px solid #4E4E4E;
}
.p-area__dl dl dt {
  height: 50px;
  font-size: 2rem;
  color: #F5F5F5;
  background-color: #213B16;
  font-weight: normal;
  line-height: 50px;
}
@media (max-width: 575px) {
  .p-area__dl dl dt {
    font-size: 1.8rem;
  }
}
.p-area__dl dl dd {
  font-size: 1.8rem;
  color: #4E4E4E;
  height: 207px;
  line-height: 207px;
  border-bottom: 1px solid #4E4E4E;
}
@media (max-width: 575px) {
  .p-area__dl dl dd {
    font-size: 1.6rem;
    height: 180px;
    line-height: 180px;
  }
}

.p-area__message {
  width: 560px;
  height: 431px;
  background-image: url("../img/contact/contact-area-message.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: -20px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-area__message {
    width: 95%;
    height: auto;
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .p-area__message {
    width: 95%;
    background-image: url("../img/contact/contact-message_sp.png");
    margin-top: -50px;
  }
}
@media (max-width: 420px) {
  .p-area__message {
    background-image: url("../img/contact/contact-message_s2.png");
    padding: 0 20px;
  }
}
.p-area__message__para {
  text-align: center;
  padding-top: 67px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .p-area__message__para {
    width: 80%;
    margin: 0 auto 48px;
    padding-top: 40px;
    line-height: 2.8rem;
  }
}
@media (max-width: 420px) {
  .p-area__message__para {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.p-area__message__para p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-area__message__para p {
    width: 70%;
  }
}
@media (max-width: 420px) {
  .p-area__message__para p {
    width: 80%;
  }
}
.p-area__message__note {
  font-size: 1.3rem;
  margin: 0 auto;
  width: 300px;
  line-height: 1.8rem;
}
@media (max-width: 767px) {
  .p-area__message__note {
    width: 350px;
    padding-bottom: 50px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .p-area__message__note {
    width: 70%;
  }
}
.p-area__message__note p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 575px) {
  .p-area__message__note p {
    width: 80%;
    margin: 0 auto;
  }
}

.p-price__body {
  width: 709px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-price__body {
    width: 100%;
  }
}
.p-price__body .p-price__maint {
  margin-bottom: 120px;
}
.p-price__body .p-price__maint .p-price__h4 {
  font-size: 3.4rem;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .p-price__body .p-price__maint .p-price__h4 {
    font-size: 2.4rem;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 147px;
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__maint .p-price__maint__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl dt {
  font-size: 2.2rem;
  color: #213B16;
  font-weight: normal;
  text-align: center;
  width: 224px;
  height: 136px;
  background-color: #F5F5F5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .p-price__body .p-price__maint .p-price__maint__dl dt {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 136px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -6px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__maint .p-price__maint__dl dt::after {
    width: 100%;
    height: 2px;
    top: 86px;
    right: 0;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl dd {
  font-size: 2.8rem;
  font-weight: bold;
  width: 458px;
  line-height: 3.5rem;
  text-align: center;
}
@media (max-width: 575px) {
  .p-price__body .p-price__maint .p-price__maint__dl dd {
    font-size: 2rem;
    width: 100%;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
.p-price__body .p-price__maint .p-price__maint__dl dd p span {
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 26px;
  display: block;
}
@media (max-width: 575px) {
  .p-price__body .p-price__maint .p-price__maint__dl dd p span {
    font-size: 1.2rem;
  }
}
.p-price__body .p-price__maint .p-price__maint__dl dd .p-price__maint__dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-price__body .p-price__maint .p-price__maint__dl dd .p-price__maint__dd__small {
  font-size: 1.2rem;
}
.p-price__body .p-price__maint .p-price__maint__text {
  letter-spacing: 0.06em;
}
.p-price__body .p-price__maint .p-price__maint__text__asterisk {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-price__body .p-price__maint .p-price__maint__text__small {
  font-size: 1.2rem;
  padding-left: 15px;
}
.p-price__body .p-price__maint .p-price__mark {
  margin: 30px 0;
  text-align: center;
}
.p-price__body .p-price__const .p-price__h4 {
  font-size: 3.4rem;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .p-price__body .p-price__const .p-price__h4 {
    font-size: 2.4rem;
  }
}
.p-price__body .p-price__const__p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
.p-price__body .p-price__const__ex {
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
.p-price__body .p-price__const__ex .p-price__h5 {
  font-size: 2rem;
  color: #213B16;
  border-left: 5px solid #CCCCCC;
  padding-left: 15px;
  margin-bottom: 30px;
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap {
  position: relative;
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap img {
  max-width: 265px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 650px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap img {
    position: static;
    display: block;
    margin: 0 auto 30px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  height: 55px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dt {
  font-size: 1.4rem;
  color: #213B16;
  font-weight: normal;
  text-align: center;
  width: 224px;
  height: 100%;
  background-color: #F5F5F5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -6px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dt::after {
    width: 100%;
    height: 2px;
    top: 42px;
    right: 0;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dd {
  font-size: 1.2rem;
  text-align: left;
  padding-left: 24px;
  line-height: 2rem;
  margin-right: auto;
  width: 65%;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__dl dd {
    margin-right: 0;
    width: 100%;
    padding: 30px 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__ex0102 {
  height: 86px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__ex0102 {
    height: 129px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__ex03 {
  height: 63px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__ex03 {
    height: 115.5px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point01 {
  height: 117px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point01 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point01 dd {
    height: 175.5px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point02 {
  height: 134px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point02 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point02 dd {
    height: 180px;
  }
}
.p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point03 {
  height: 94px;
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point03 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .p-price__body .p-price__const__ex .p-price__const__ex__wrap .p-price__point03 dd {
    height: 130px;
  }
}

.p-form__content {
  background-color: #F5F5F5;
  height: 532px;
  padding: 40px;
}
@media (max-width: 767px) {
  .p-form__content {
    height: auto;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .p-form__content {
    padding: 40px 20px;
  }
}
.p-form__content .p-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-form__content .p-form__input {
    display: block;
    width: 100%;
  }
}
.p-form__content .p-form__input .p-form__input__p {
  width: 150px;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .p-form__content .p-form__input .p-form__input__p {
    margin-bottom: 5px;
  }
}
.p-form__content .p-form__input .p-form__input__radio {
  width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 575px) {
  .p-form__content .p-form__input .p-form__input__radio {
    display: block;
  }
}
.p-form__content .p-form__input .p-form__input__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-form__content .p-form__input .p-form__input__radio .wpcf7-list-item-label {
  margin-left: 6px;
}
.p-form__content .p-form__input .p-form__input__radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 42px;
}
.p-form__content .p-form__input .p-form__input__radio__wrap input[type=radio] {
  margin-right: 14px;
}
.p-form__content .p-form__input input[type=text], .p-form__content .p-form__input input[type=email] {
  background-color: #fff;
  width: 416px;
  padding: 8px 20px;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .p-form__content .p-form__input input[type=text], .p-form__content .p-form__input input[type=email] {
    width: 100%;
  }
}
.p-form__content textarea {
  width: 416px;
  max-width: 500px;
  max-height: 140px;
  padding: 8px 20px;
  background-color: #fff;
  font-size: 1.4rem;
  resize: none;
}
@media (max-width: 767px) {
  .p-form__content textarea {
    width: 100%;
    max-width: 100%;
  }
}

input[type=submit] {
  display: block;
  width: 280px;
  height: 64px;
  background-color: #213B16;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 50px auto 0;
}
@media (max-width: 575px) {
  input[type=submit] {
    width: 80%;
  }
}