/*===============================================
# font-size
=================================================*/
/* store-icon
================================*/
.store_program {
  padding-top: 35px;
  padding-bottom: 50px;
}

.store_program_title {
  text-align: center;
}

.store_program_title h3 {
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #707070;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  background: #101013;
}

.store_program_wrap {
  max-width: 1052px;
  margin: auto;
  padding: 20px 10px;
  padding-top: 35px;
  border: dashed #707070 1px;
}

.store_program_wrap ul {
  max-width: 945px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 25px 70px;
}

@media screen and (max-width: 767px) {
  .store_program_wrap ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}

.store_program_wrap ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px auto;
      grid-template-columns: 55px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .store_program_wrap ul li {
    -ms-grid-columns: 45px auto;
        grid-template-columns: 45px auto;
  }
}

@media screen and (max-width: 767px) {
  .store_program_wrap ul li img {
    height: 45px;
  }
}

.store_program_wrap ul li p {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .store_program_wrap ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 560px) {
  .store_program_wrap ul li p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.about__stores .about__stores__list > li .about-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-item_icons {
  margin-top: auto;
  margin-bottom: 30px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

@media screen and (max-width: 1023px) {
  .about-item_icons {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-item_icons {
    gap: 5px;
    padding: 10px 0;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.about-item_icons li {
  width: 55px;
  height: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about-item_icons li {
    width: 38px;
    height: 38px;
  }
}

.about-item_icons li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-item_icons .muscle::before {
  background: url(../img/muscle.png) center center/contain no-repeat;
}

.about-item_icons .nerve::before {
  background: url(../img/nerve.png) center center/contain no-repeat;
}

.about-item_icons .pnfst::before {
  background: url(../img/pnfst.png) center center/contain no-repeat;
}

.about-item_icons .mdst::before {
  background: url(../img/mdst.png) center center/contain no-repeat;
}

.about-item_icons .nrtr::before {
  background: url(../img/nrtr.png) center center/contain no-repeat;
}

.about-item_icons .diet::before {
  background: url(../img/diet.png) center center/contain no-repeat;
}
/*# sourceMappingURL=style.css.map */