.l-content {
  background-color: #eef0f5;
  padding-bottom: 140px;
}

.c-tab__item {
  background-color: #999999;
}
.c-tab__item:not(.is-current) {
  color: #fff;
}
.c-tab__item.is-current {
  background-color: #eef0f5;
}
.c-tab__item.is-current::before {
  background-color: #eef0f5;
}

.c-title--page {
  color: #4d5a66;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-title--page {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--page img {
    height: 100%;
    display: block;
    width: auto;
  }
}

.p-ttl-row {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
  padding-top: 120px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .p-ttl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    padding-top: 50px;
    margin-top: 40px;
  }
}
.p-ttl-row.-column {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-ttl-row__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-ttl-row__title {
    font-size: 20px;
    height: 20px;
  }
  .p-ttl-row__title.-txt {
    height: auto;
  }
}
.p-ttl-row__title img {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ttl-row__title img {
    height: 100%;
    width: auto;
  }
}

.p-ttl-row__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-ttl-row__text {
    font-size: 16px;
  }
}

.c-premium {
  margin-top: 128px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-premium {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flex1 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-st-intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 53px 2fr;
  grid-template-columns: 1.5fr 2fr;
  gap: 53px;
}
@media screen and (max-width: 768px) {
  .p-st-intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-img-cap + p {
  margin-top: 12px;
}

.p-block {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .p-block {
    margin-top: 40px;
  }
}
.p-block + .p-block {
  margin-top: 120px;
  padding-top: 110px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-block + .p-block {
    margin-top: 50px;
    padding-top: 40px;
  }
}

.p-premium {
  background-color: #fff;
}

.p-premium-mv {
  position: relative;
}

.p-premium-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  width: 238px;
}
@media screen and (max-width: 768px) {
  .p-premium-mv__title {
    width: 174px;
    font-size: 25px;
    line-height: 1.2;
  }
}

.p-premium-body {
  background-color: #23465c;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-premium-body {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.c-premium-main-copy {
  text-align: center;
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-premium-main-copy {
    font-size: 16px;
  }
}
.c-premium-main-copy span {
  font-size: 17px;
  display: block;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .c-premium-main-copy span {
    font-size: 11px;
    margin-top: 10px;
  }
}

.p-premium-block {
  margin-top: 112px;
  padding-top: 150px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .p-premium-block {
    margin-top: 50px;
    padding-top: 40px;
  }
}

.p-premium-block__title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-premium-block__title {
    font-size: 25px;
    margin-bottom: 40px;
    height: 25px;
  }
}
.p-premium-block__title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-premium-block__title img {
    height: 100%;
    width: auto;
  }
}

.p-premium-block__row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 90px;
  -ms-grid-columns: 60% 90px 1fr;
  grid-template-columns: 60% 1fr;
}
@media screen and (max-width: 768px) {
  .p-premium-block__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-premium-block__item + .p-premium-block__item {
  margin-top: 50px;
}

.p-sp-st {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}

.eqH4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .eqH4 {
    margin-bottom: 7px;
    margin-top: 20px;
  }
}

.u-text--size--m {
  font-weight: 300;
}

.u-text--normal {
  font-weight: 300 !important;
  font-size: 80%;
  line-height: 1.4;
  display: block;
}

.e-txt {
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.q-back {
  width: 100%;
}
.q-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #FFF;
  margin-top: 140px;
  font-size: 22px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  letter-spacing: 2px;
}
.q-back a:after {
  content: url(../img/quality/premium/ar.svg);
  margin-left: 30px;
}
.q-back a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .q-back a {
    margin-top: 40px;
    padding: 15px 15px 8px;
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .q-back a:after {
    margin: 1px 0 0;
  }
}

.t-equipment__anchor__link.-pre {
  background: #10374c;
  border: none;
  color: #FFF;
}

.-r {
  text-align: right;
}
/*# sourceMappingURL=quality.css.map */