@charset "UTF-8";
.wrap-pageTitle {
  background: url("../images/quality_main_sp.jpg") no-repeat center;
  background-size: cover;
}

.wrap-quality1 .img {
  margin-top: 60rem;
}

.wrap-quality2 .box-img {
  margin-top: 70rem;
}

.wrap-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-merit div {
  width: calc(290 / 600 * 100%);
  background: #fff;
  border-radius: 6px;
  border: 2px solid #2878c8;
  color: #2878c8;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 27rem;
  line-height: 1.5;
  padding: 14rem 0;
}
.wrap-merit div:not(:first-of-type):not(:nth-of-type(2)) {
  margin-top: 30rem;
}

.wrap-ishiki {
  background: #fff;
  -ms-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.8);
  padding: 70rem 44rem 0 44rem;
}
.wrap-ishiki h1 {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  color: #2878c8;
  font-weight: bold;
  font-size: 37rem;
}
.wrap-ishiki ul li {
  font-weight: bold;
  font-size: 26rem;
  padding: 30rem 0 30rem 55rem;
  background: url("../images/quality_icon_check.svg") no-repeat center left;
  background-size: 26rem;
}
.wrap-ishiki ul li:not(:last-child) {
  border-bottom: 1px dashed #646464;
}

footer {
  margin-top: 0;
}

section.p-lv1 {
  padding: 120rem 80rem 0;
}

.bg-yellow section.p-lv2 {
  padding: 0;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/quality_main_pc.jpg") no-repeat center;
    background-size: cover;
  }

  .wrap-quality1 {
    display: flex;
    align-items: center;
    max-width: 1052px;
    margin: 0 auto;
  }
  .wrap-quality1 .desc {
    flex: 1;
    margin-right: 70px;
  }
  .wrap-quality1 .desc .hstyle-pageTitleContent {
    text-align: left;
    margin-bottom: 35px;
  }
  .wrap-quality1 .img {
    margin-top: 0;
    width: calc(476 / 1052 * 100%);
  }

  .wrap-quality2 {
    display: flex;
    justify-content: space-between;
  }
  .wrap-quality2 .box-tx {
    flex: 0 1 520px;
    margin-right: 40px;
  }
  .wrap-quality2 .box-img {
    flex: 0 1 390px;
    margin-top: 0;
  }

  .wrap-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrap-merit div {
    width: calc(308 / 960 * 100%);
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    padding: 14px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .wrap-merit div:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 0;
  }
  .wrap-merit::after {
    content: "";
    display: block;
    width: calc(308 / 960 * 100%);
  }

  .wrapImg {
    width: auto;
    margin-left: -7px;
  }

  .wrap-ishiki {
    padding: 70px 44px 30px 44px;
  }
  .wrap-ishiki h1 {
    font-size: 30px;
  }
  .wrap-ishiki ul li {
    font-weight: bold;
    font-size: 21px;
    padding: 30px 0 30px 36px;
    background: url("../images/quality_icon_check.svg") no-repeat left top 40px;
    background-size: 20px;
  }
  .wrap-ishiki ul li:not(:last-child) {
    border-bottom: 1px dashed #646464;
  }

  footer {
    margin-top: 140px;
  }

  section.p-lv1 {
    padding: 120px 0 0;
  }

  .bg-yellow section.p-lv2 {
    padding: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .bg-yellow {
    padding: 80px 0;
  }
  .bg-yellow section.p-lv2 {
    padding: 0 40px 0 40px;
  }

  .wrap-quality1 .desc .hstyle-pageTitleContent {
    font-size: 28px;
  }
}