/* --------------------------------------------------

equipment

-------------------------------------------------- */
.equipment {
  line-height: 1.75;
  /* tb-service */
}
.equipment .txt-sub {
  font-size: 70%;
  letter-spacing: 0;
}
.equipment .main-pht.sizeL img {
  max-width: 700px;
  width: 100%;
}
.equipment .sizeS .txt {
  width: 65%;
}
.equipment .sizeS .sizeS-pht {
  width: 25%;
}
@media screen and (max-width: 799px) {
  .equipment .post-sttl-large br {
    /* sp */
  }
}
.equipment .txt-note {
  color: red;
}
.equipment .base-pht.mar0 {
  margin-top: 0 !important;
}
.equipment .post-pht.mar0 {
  margin-top: 0 !important;
}
.equipment .list-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.equipment .ttl-center + .main-pht {
  margin-top: -2.5em;
}
.equipment .tb-service th:first-of-type {
  width: 20%;
}
.equipment .base-pht {
  margin-top: 2em;
  margin-bottom: 1em;
}
.equipment .txt p + p {
  margin-top: 22px;
}
@media screen and (min-width: 800px) {
  .equipment .txt p + p {
    /* pc */
    margin-top: 35px;
  }
}
.equipment .standard19,
.equipment .standard22 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .equipment .standard19,
  .equipment .standard22 {
    /* pc */
    max-width: 100%;
  }
}

/* l-wrapper-1200*/
.l-wrapper-1200 {
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .l-wrapper-1200 {
    /* pc */
    width: 82.3%;
    max-width: 1200px;
  }
}

/* list-links*/
.list-links {
  margin-bottom: 15%;
}
@media screen and (min-width: 800px) {
  .list-links__items {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-links__item {
  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;
  height: 176px;
  margin-bottom: 2px;
}
@media screen and (min-width: 800px) {
  .list-links__item {
    /* pc */
    width: 50%;
    height: 15vw;
    margin-right: 2px;
    margin-bottom: 0;
  }
}
.list-links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #EDEDED;
  position: relative;
  width: 100%;
  height: 100%;
  color: #192F60;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .list-links__button {
    /* pc */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.5rem;
  }
  .list-links__button:hover {
    background: #E0E0E0;
    border-color: #E0E0E0;
    color: #192F60;
  }
}
.list-links__button span {
  width: 68%;
  max-width: 255px;
  border: 1px solid #192F60;
  padding: 0.5em 1em;
  border-radius: 50px;
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (min-width: 800px) {
  .list-links__button span {
    /* pc */
    font-size: 1.6rem;
    width: 70%;
    max-width: 400px;
    padding: 20px 10px;
    border-width: 2px;
  }
}