html {
  overflow-x: hidden;
}

.p-wrapper {
  display: grid;
}

.p-wrapper__main {
  position: relative;
}

_::-webkit-full-page-media,
_:future,
:root .p-wrapper__main {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-wrapper__main {
    width: calc(100vw - 23.125rem);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-wrapper__main {
    width: calc(100vw - 23.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-strong__img {
    width: calc(40% - 0.625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-strong__content {
    width: calc(60% - 0.625rem);
  }
}

.p-sideForm {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-sideForm {
    display: block;
    height: 100vh;
    position: fixed;
    width: 23.125rem;
    right: 0;
    overflow-y: scroll;
    top: 0;
    padding-bottom: 1.875rem;
    z-index: 100;
    background-color: #fff;
  }
}

.p-sideForm__title {
  background-color: #53A549;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  padding-block: 0.8125rem;
}

.p-sideForm__title span {
  color: #FFF100;
}

.p-sideForm__inner {
  padding-inline: 1.875rem;
  padding-top: 1.25rem;
}

.p-sideform__form {
  margin-top: 1.875rem;
}

.p-sideform__form .p-cta__row+.p-cta__row {
  margin-top: 0.625rem;
}

.p-sideform__form .p-cta__row {
  grid-template-columns: 1fr;
  gap: 0.4375rem;
}

.p-sideform__form .p-cta__row dt {
  font-size: 1rem;
}

.p-sideform__form .p-cta__row dt .hissu {
  font-size: 0.75rem;
}

.p-sideform__form .p-cta__row dd input {
  font-size: 0.875rem;
  height: 2.5rem;
}

.p-sideform__form .p-cta__btn {
  max-width: 19.375rem;
  height: 3.9375rem;
  box-shadow: none;
  width: 100%;
  margin-inline: auto;
  margin-top: 0.75rem;
}

.p-sideform__form .p-cta__btn.--side input {
  background: url(../images/form_btn.png) center center/contain no-repeat;
}

.p-sideForm__text {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-sideForm__text {
    margin-top: 0.625rem;
  }
}

.p-float__tel {
  margin-bottom: 8px;
}

.p-float__tel-flex {
  display: block;
  width: calc(100% - 2px);
  color: #fff;
  background-color: #2a9338;
  padding: 5px 5px 3px 47.5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  position: relative;
}

.p-float__tel-flex-img {
  width: 65px;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.p-float__tel-flex p {
  font-size: 18px;
  color: #eb6100;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.p-float__tel-flex p span {
  transform: scale(0.9);
  display: block;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}

.p-float__tel-flex-txt .p-cta__time {
  font-size: 10px;
}

.p-float__tel-flex-txt .p-cta__time span {
  font-size: 10px;
  height: 15px;
  width: 50px;
}

.p-float::before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background-color: black;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-float::before {
    display: block;
  }
}

.p-about {
  padding-bottom: 3rem;
}

.p-about::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-about::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-check::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-diag__box {
    max-width: 76%;
  }
}

.p-comment::after {
  background: none;
}

@media screen and (min-width: 768px) {
  .p-comment {
    margin-top: -5rem;
  }
}

/* ============================================================================
faq
============================================================================== */
.p-faq {
  margin-top: 1.875rem;
  padding-inline: 1rem;
}

.p-faq__block {
  position: relative;
  max-width: 46.25rem;
  cursor: pointer;
  margin-inline: auto;
}

.p-faq__block::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../images/faq_arrow.png) center center/contain no-repeat;
  right: 0.625rem;
  top: 1.375rem;
  top: 0.75rem;
  z-index: 1;
  transition: all 0.3s;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .p-faq__block::before {
    top: 1.125rem;
    right: 1.875rem;
  }
}

.p-faq__block.is-active::before {
  transform: rotate(0deg);
}

.p-faq__block+.p-faq__block {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-faq__block+.p-faq__block {
    margin-top: 2.5rem;
  }
}

.p-faq__q {
  position: relative;
  background-color: #2AA738;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.3125rem 0.625rem;
  padding-right: 2.375rem;
  padding-left: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-faq__q {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.625rem;
    padding-right: 4.1875rem;
    padding-left: 3.75rem;
  }
}

.p-faq__q span {
  position: absolute;
  font-family: "Barlow", sans-serif;
  top: 0.5rem;
  left: 0.625rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .p-faq__q span {
    left: 1.875rem;
    top: 0.6875rem;
  }
}

.p-faq__a {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.3125rem 0.625rem;
  padding-right: 2.375rem;
  padding-left: 1.875rem;
  background-color: #fff;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-faq__a {
    padding: 0.625rem;
    padding-right: 4.1875rem;
    padding-left: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-faq__a span {
  position: absolute;
  font-family: "Barlow", sans-serif;
  top: 0.5rem;
  left: 0.625rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .p-faq__a span {
    left: 1.875rem;
    top: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-strong__unit {
    width: 100%;
    margin-left: 0;
  }
}

.p-cta__btn_bottom {
  text-align: center;
  margin-top: 20px;
}

.p-cta__btn_bottom p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.p-sideForm__tel {
  margin-top: 1.25rem;
  width: 80%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-cta__img {
    display: block;
    width: 80%;
    max-width: 600px;
    margin-inline: auto;
  }

  .p-cta__btn_bottom p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__img {
    margin-bottom: 30px;
  }
}

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