.p-pkg__special-detail-text a {
  color: var(--color-orange);
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .p-pkg__special-detail-text a:hover {
    text-decoration: none;
  }
}

.p-pkg__special-detail-text small {
  vertical-align: baseline;
  font-size: 80%;
}

@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item:nth-last-of-type(2) {
    border-bottom: 1px solid var(--color-gray);
  }
}
.p-pkg__special-store-anx-head .u-small,
.p-pkg__special-store-main-list-item .u-small {
  vertical-align: baseline;
  font-size: 80% !important;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-store-anx-head .u-small,
  .p-pkg__special-store-main-list-item .u-small {
    font-size: 1rem;
  }
}

.p-in-detail-list {
  position: relative;
}
.p-in-detail-list-item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.p-in-detail-list-item + .p-in-detail-list-item {
  margin-top: 0.4rem;
}
.p-in-detail-list-item .-inbox {
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}