.p-price-ex__block {
  overflow-x: auto;
}
@media screen and (max-width: 40rem) {
  .price-box-container {
    overflow-x: auto;
    display: flex;
    gap: 2rem;
  }
}
.price-box {
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 40rem) {
  .p-price-ex__block figure {
    width: 95%;
  }
}
@media screen and (max-width: 40rem) {
  h3.c-border-btm-heading {
    width: 95%;
    margin: 0 auto;
  }
}
.price-box-container .slick-next,
.price-box-container .slick-prev {
  position: absolute;
  top: 0%;
  transform: translate(0, 0);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.price-box-container .slick-prev {
  position: absolute;
  top: 20%;
  left: 0;
  font-family: serif;
  background: #fff !important;
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 100%;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-box-container .slick-prev:before {
  content: "";
  border-left: 1px solid #9b8c6e;
  border-bottom: 1px solid #9b8c6e;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 -0.25rem 0 0;
}
.price-box-container .slick-next {
  position: absolute;
  top: 20%;
  right: 0;
  font-family: serif;
  background: #fff !important;
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 100%;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-box-container .slick-next:before {
  content: "";
  border-left: 1px solid #9b8c6e;
  border-bottom: 1px solid #9b8c6e;
  transform: rotate(-135deg);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0 -0.25rem;
}
figure.p-result-gallery__group {
  margin: auto;
}
.p-top-fv__slide img,
.p-top-fv__slide source {
  -o-object-position: center center !important;
  object-position: center center !important;
}
.l-footer__menu > li {
  margin: 0 !important;
  padding: 0.5rem 0;
}
@media screen and (max-width: 78.75rem) {
  .c-heading--sm {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768rem) {
  .top-fitting-image {
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100% !important;
    width: 100% !important;
  }
}
.u-mb10 {
  margin-bottom: 10px !important;
}
