/* ------------------------------------------------------------- */
/* quality                                                        */
/* ------------------------------------------------------------- */
.lower-mv.s-d {
  background-image: url(../img/service/service_detail/s_d_lower_mv.jpg);
}

.eq-1__wrap {
  margin-top: 50px;
}

.eq-1__container {
  width: calc(100% / 2 - 10px);
  background: #F3F1EF;
  padding: 30px 30px;
}

@media (max-width: 500px) {
  .eq-1__container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .eq-1__container:not(:last-child) {
    margin-bottom: 20px;
  }
}

.eq-1__img-wrap {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  .eq-1__img-wrap {
    margin: 0 auto 20px;
  }
}

@media (max-width: 1024px) {
  .eq-1__img {
    margin: 0 auto;
  }
}

.eq-1__txt {
  width: 300px;
}

@media (max-width: 1024px) {
  .eq-1__txt {
    width: 100%;
  }
}

.eq-1__ttl {
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 2px #fff;
}

.eq-2__wrap {
  margin-top: 40px;
}

.eq-2__container {
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: center;
}

.eq-2__container:nth-of-type(2) {
  margin-left: 0;
}

.eq-2__container:nth-of-type(2) .eq-2__img {
  margin-right: 0;
  margin-left: 40px;
}

.eq-2__container:first-of-type .eq-2__ttl::after {
  content: "　-Spot color designation";
  color: #E60012;
  font-size: 14px;
}

.eq-2__container:nth-of-type(2) .eq-2__ttl::after {
  content: "　-Ink making";
  color: #E60012;
  font-size: 14px;
}

.eq-2__container:last-of-type .eq-2__ttl::after {
  content: "　-Decide the color";
  color: #E60012;
  font-size: 14px;
}

@media (max-width: 500px) {
  .eq-2__container {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .eq-2__container:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 500px) {
  .eq-2__container:not(:last-child) {
    margin-bottom: 40px;
  }
  .eq-2__container:first-of-type .eq-2__ttl::after {
    content: none;
  }

  .eq-2__container:nth-of-type(2) .eq-2__ttl::after {
    content: none;
  }

  .eq-2__container:last-of-type .eq-2__ttl::after {
    content: none;
  }
}


.eq-2__text-wrap {
  width: 70%;
}

@media (max-width: 500px) {
  .eq-2__text-wrap {
    width: 100%;
  }
}

.eq-2__img {
  margin-right: 90px;
}

@media (max-width: 500px) {
  .eq-2__img {
    width: 70%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .eq-2__container:nth-of-type(2) .eq-2__img {
    margin-left: 0;
  }
}

.eq-2__ttl {
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #878787;
}
@media (max-width: 500px) {
  .eq-2__ttl {
    text-align: center;
  }
}

.eq-2__l-container {
  margin-top: 22px;
  width: 100%;
  border: solid 1px #878787;
  padding: 30px 30px;
}

.eq-2__txt-box {
  width: 815px;
}

@media (max-width: 1024px) {
  .eq-2__txt-box {
    width: 100%;
  }
}

.eq-3__wrap {
  margin-top: 50px;
}

.eq-3__container {
  width: calc(100% / 2 - 10px);
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  margin: 10px 0;
  padding: 30px 30px;
}

@media (max-width: 500px) {
  .eq-3__container {
    width: 100%;
  }
}

.eq-3__container .flex {
  align-items: flex-start;
}

.eq-3__txt {
  width: 350px;
}

@media (max-width: 1024px) {
  .eq-3__txt {
    width: 100%;
  }
}

.eq-3__ttl {
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #878787;
}

.eq-3__lower-txt {
  font-size: 14px;
  margin-top: 10px;
}

.eq-3__img {
  width: 30%;
}

@media (max-width: 1024px) {
  .eq-3__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.eq-4__wrap {
  margin-top: 50px;
}

.eq-4__txt {
  width: 670px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .eq-4__txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .eq-4__img {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .eq-4__img {
    width: 100%;
  }
}

.eq-5__wrap {
  margin-top: 50px;
  align-items: center;
}

.eq-5__txt-box {
  width: 760px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .eq-5__txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.eq-5__img {
  width: 350px;
}

@media (max-width: 1024px) {
  .eq-5__img {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .eq-5__img {
    width: 80%;
    margin-bottom: 30px;
  }
}

.eq-5__txt:not(:last-child) {
  margin-bottom: 20px;
}
