ul.list_disc {
  padding-left: 1em;
}
ul.list_disc li {
  list-style-type: disc;
}

figure {
  text-align: center;
}
figure.t_l {
  text-align: left;
}
@media screen and (max-width: 767px) {
  figure.t_l {
    text-align: center;
  }
}

h4 {
  margin-bottom: 1em;
}

sub {
  vertical-align: middle;
}

.pl-2em {
  padding-left: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

aside {
  display: none;
}

@media screen and (min-width: 769px) {
  main {
    padding-top: 100px;
  }
}

.item_title .text {
  margin: 40px 0 0;
}
@media screen and (min-width: 769px) {
  .item_title .text {
    margin-top: 60px;
  }
}
.item_title .text p:not(:last-child) {
  margin-bottom: 1em;
}

.point_text p:not(:last-child) {
  margin-bottom: 1em;
}
.point_text ul {
  margin-bottom: 1em;
}
.point_text ul:last-child {
  margin-bottom: 0;
}
.point_text .box_1 {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  justify-content: center;
  gap: 30px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .point_text .box_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.point_text .box_1 .items figure {
  text-align: center;
}
.point_text .box_1 .items p {
  font-size: 18px;
  text-align: center;
}
.point_text .box_2 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .point_text .box_2 {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.point_text .box_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .point_text .box_3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.point_text .box_3 h4 {
  margin-bottom: 0;
}
.point_text .box_4 {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 50px;
  align-items: center;
}
.point_text .box_4 h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point_text .box_4 {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .point_text .box_4 h4 {
    font-size: 18px;
  }
}

.product-list__item .item-heading {
  text-align: center;
}

@media (min-width: 769px) {
  .item_related h2 {
    font-size: 22px;
  }
}
.item_related h3 {
  margin-bottom: 0.5em;
}

.sec_2 h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.52;
  margin-bottom: 40px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .sec_2 h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.sec_2 p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_2 p {
    font-size: 16px;
  }
}
.sec_2 .item-tags {
  line-height: 1;
}
.sec_2 .item-tags > li {
  background-color: #4c4c4c;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0.3em;
  display: inline-block;
  margin-right: 0.5em;
  padding: 3px;
}
@media print, screen and (min-width: 769px) {
  .sec_2 .item-tags > li {
    font-size: 12px;
  }
}

.add-button {
  display: block;
  margin: 30px auto 40px 0;
}

@media (min-width: 769px) {
  .add-button {
    display: block;
    width: 400px;
    margin: 40px auto 60px 0;
  }
}

/*# sourceMappingURL=shaw.css.map */
