.c-page-title__jp {
  font-family: var(--ff-Zen);
  font-size: 34px;
  font-weight: 700;
  color: var(--color-pink-1);
  text-align: center;
  margin: 1em 0 0.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-page-title__jp {
    font-size: 24px;
  }
}

.c-btn-1 {
  padding: 16px 10% 16px 8%;
}
.c-btn-1__txt {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .c-btn-1__txt {
    font-size: 14px;
  }
}
.c-btn-1--arrow::after {
  width: 9.1%;
}

.delivery-packing {
  margin: auto;
}
.delivery-packing__inner {
  max-width: 715px;
  margin: auto;
}
.delivery-packing__read-txt {
  font-size: 16px;
  text-align: center;
  color: var(--color-pink-1);
}
@media screen and (max-width: 750px) {
  .delivery-packing__read-txt {
    font-size: 14px;
  }
}
.delivery-packing__sub-ttl {
  font-family: var(--ff-Zen);
  color: var(--color-pink-1);
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .delivery-packing__sub-ttl {
    font-size: 18px;
  }
}
.delivery-packing__grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .delivery-packing__grid-item {
    gap: 15px;
  }
}
.delivery-packing__card-ttl {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .delivery-packing__card-ttl {
    font-size: 13px;
    margin-top: 5px;
  }
}
.delivery-packing .delivery-packing-materials {
  width: calc(100% - 40px);
  background-color: var(--color-orange-2);
  padding: 65px 0 50px;
  margin: 49px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-materials {
    width: 100%;
    border-radius: 0px;
    padding: 35px 0 38px;
  }
}
.delivery-packing .delivery-packing-materials__inner {
  width: calc(100% - 40px);
}
.delivery-packing .delivery-packing-materials__item {
  margin: 16px 0 0;
}
.delivery-packing .delivery-packing-materials__caution {
  padding: 17px 3% 29px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-pink-1);
  margin-top: 15px;
}
.delivery-packing .delivery-packing-materials__attention-txt {
  text-align: center;
  margin: 24px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-materials__attention-txt {
    text-align: left;
    margin: 13px 0 0;
  }
}
.delivery-packing .delivery-packing-materials__caution-ttl {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-materials__caution-ttl {
    font-size: 13px;
  }
}
.delivery-packing .delivery-packing-materials__caution-txt {
  font-size: 14px;
  text-align: center;
  color: var(--color-white-1);
  margin: 11px 0 0;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-materials__caution-txt {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
.delivery-packing .delivery-packing-point {
  width: calc(100% - 40px);
  margin: auto;
  padding: 65px 0 80px;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-point {
    padding: 37px 0 40px;
  }
}
.delivery-packing .delivery-packing-point__list {
  margin: 15px 0 0;
}
.delivery-packing .delivery-packing-point__list-item {
  position: relative;
  font-size: 14px;
  padding-left: 1.7em;
  margin-top: 0.72em;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-point__list-item {
    font-size: 13px;
  }
}
.delivery-packing .delivery-packing-point__list-item:first-of-type {
  margin-top: 0em;
}
.delivery-packing .delivery-packing-point__list-item:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/purchase/delivery/packing/check_icon.svg);
}
.delivery-packing .delivery-packing-point__item {
  margin: 23px 0 0;
  grid-template-columns: 1fr auto 1fr;
  gap: 0px;
}
.delivery-packing .delivery-packing-point__card:nth-of-type(2) {
  width: 27px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-point__card:nth-of-type(2) {
    width: 19px;
  }
}
.delivery-packing .delivery-packing-point__triangle {
  background: var(--color-pink-1);
  height: 22.5166604984px;
  width: 13px;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-point__triangle {
    height: 14.7224318643px;
    width: 10px;
    top: 30%;
  }
}
.delivery-packing .delivery-packing-point__attention-txt {
  text-align: center;
  margin: 40px 0 40px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .delivery-packing .delivery-packing-point__attention-txt {
    font-size: 13px;
    text-align: left;
    margin: 16px 0 20px;
  }
}/*# sourceMappingURL=page-delivery-packing.css.map */