.page-service .service-content {
  padding-top: 30px;
}
.page-service .service-content__inner {
  margin-right: var(--sidePaddingSp1);
  margin-left: var(--sidePaddingSp1);
}
.page-service .service-intro.d-header-editoriale {
  padding-bottom: 0;
}
.page-service .service-intro .subtitle {
  margin-bottom: 0;
}
.page-service .service-photo {
  display: flex;
  gap: 10px;
  margin-top: 35px;
}
.page-service .service-photo__item {
  margin: 0;
}
.page-service .service-photo__item img {
  width: 100%;
}
.page-service .service-category {
  margin-top: 60px;
}
.page-service .service-category__tab {
  display: flex;
  justify-content: center;
}
.page-service .service-category__tab__button .d-tab {
  cursor: pointer;
}
.page-service .service-category__description:not(.is-show) {
  display: none;
}
.page-service .service-category__description .header {
  border-bottom: 1px solid #bbbcbc;
}
.page-service .service-category__description .txt {
  font-size: 16px;
  line-height: 1.8;
}
.page-service .service-category__description .txt:not(:last-child) {
  padding-bottom: 0;
}
.page-service .service-category__description .txt + .txt {
  padding-top: 15px;
}
.page-service .service-category__description__note {
  display: inline-block;
  font-size: 15px;
}
.page-service .service-storage {
  padding-bottom: 0;
}
.page-service .service-storage .wrapper {
  box-shadow: none;
}
.page-service .service-storage .wrapper:hover {
  box-shadow: none;
}
@media (min-width: 46.25em) {
  .page-service .service-content {
    padding-top: 50px;
  }
  .page-service .service-content__inner {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-service .service-intro .content {
    margin-right: auto;
    margin-left: auto;
  }
  .page-service .service-photo {
    margin-top: 85px;
    gap: 30px;
  }
  .page-service .service-category {
    margin-top: 80px;
  }
  .page-service .service-category__tab {
    gap: 15px;
    margin-bottom: 70px;
  }
  .page-service .service-category__description {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-service .service-category__description .txt {
    min-height: auto;
  }
  .page-service .service-category__description .txt + .txt {
    padding-top: 25px;
  }
  .page-service .service-category__description__note {
    line-height: 1.8;
  }
  .page-service .service-storage {
    height: 390px;
  }
  .page-service .service-storage .wrapper {
    height: 100%;
  }
  .page-service .service-storage .text {
    padding: 50px clamp(30px, (50% - 475px) / 2, 100%) 0;
  }
  .page-service .service-storage .text .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 46.24em) {
  .page-service .service-category__tab {
    gap: 8px;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .page-service .service-category__tab__button {
    width: calc(50% - 4px);
  }
  .page-service .service-category__tab__button .d-tab {
    width: 100%;
    min-width: 100%;
  }
  .page-service .service-category__description .header {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .page-service .service-category__description .content {
    max-height: 100%;
  }
  .page-service .service-category__description .txt {
    line-height: 1.5;
  }
  .page-service .service-storage {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=map/service.css.map */
