@charset "UTF-8";

#eqipmwntAbout .c-page-section__desc {
  letter-spacing: 0.02em;
}

#eqipmwntPoint .c-page-section__box-label {
  letter-spacing: normal;
}

.p-eqipmwnt-about .c-page-section__copy {
  line-height: calc(50 / 26);
}
.p-eqipmwnt-about .c-page-section__contents {
  margin-top: 43px;
}
.p-eqipmwnt-about .c-page-section__desc {
  margin-top: 27px;
}

.p-eqipmwnt-point {
  padding-bottom: 150px;
}
.p-eqipmwnt-point .c-page-section__contents {
  margin-top: 60px;
}

.p-eqipmwnt-others {
  margin-top: 117px;
}

.p-eqipmwnt-others__title {
  align-items: center;
  color: #00132b;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.2px;
}
.p-eqipmwnt-others__title::before {
  background-color: #0c8e8e;
  border-radius: 3px;
  content: "";
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.p-eqipmwnt-others__list {
  margin-top: 8px;
}

.p-eqipmwnt-others__item {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.p-eqipmwnt-others__item-title {
  border-bottom: solid 1px #129294;
  color: #129294;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  padding-block: 35px 34px;
  width: 100%;
}

.p-eqipmwnt-others__item-text {
  border-bottom: solid 1px #c7c7c7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  min-width: 25%;
  padding-block: 35px 34px;
  text-align: center;
}

@media (min-width: 414px) {
  #eqipmwntAbout .c-page-section__desc {
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  #eqipmwntPoint .c-page-section__box-label {
    letter-spacing: 0.05em;
  }
  .p-eqipmwnt-others__item-title {
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  #eqipmwntAbout .c-page-section__desc {
    letter-spacing: 0.02em;
  }
  .p-eqipmwnt-others__item-text {
    min-width: 233px;
  }
}

@media (min-width: 1366px) {
  #eqipmwntAbout .c-page-section__desc {
    letter-spacing: normal;
  }
}