/* reset */
.p14350 .p14350-main .p14350-item-card-detail {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.p14350-item-price li::after {
  content: "";
}

.p14350 .p14350-main .p14350-item-card-detail li::after {
  content: "";
}

.p14350 .p14350-main .p14350-item h3 {
  font-size: 32px;
}
@media (width >= 640px) {
  .p14350 .p14350-main .p14350-item h3 {
    font-size: 32px;
  }
}

/* /reset */
/* base */
.p14350 sup {
  position: relative;
  top: -0.5em;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}

/* /base */
/* tailwindcss */
.p14350 .mt-4 {
  margin-top: 16px;
}

.p14350 .text-xs {
  font-size: 12px;
}

.p14350 .text-left {
  text-align: left;
}

@media (width >= 640px) {
  .p14350 .pc\:hidden {
    display: none;
  }
}

/* /tailwindcss */
/* utilities */
p.p14350-u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* /utilities */
.p14350-detail-description-note {
  font-size: 14px;
  line-height: 1.5;
}

.p14350-detail-description-note.p14350-detail-description-note--star {
  margin-left: 3em;
  text-indent: -3em;
}

.p14350-sub-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
}

.p14350-item-price li {
  display: block;
}

.p14350-item-img {
  display: block;
  max-width: 160px;
  padding: 0;
  margin: 0 auto;
}

.p14350-data-lists,
.p14350-item-explain {
  padding: 0 5% 32px;
}
@media (width >= 640px) {
  .p14350-data-lists,
  .p14350-item-explain {
    padding: 0 32px 32px;
  }
}

.p14350-data-list {
  margin-bottom: 32px;
  font-size: 14px;
}

.p14350-data-list:last-of-type {
  margin-bottom: 0;
}

.p14350 h4.p14350-data-heading {
  padding: 8px 16px;
  font-weight: bold;
  line-height: 1.375;
  color: #fff;
  background-color: #7fbfe5;
}

.p14350-c-data-container {
  padding: 16px;
}

.p14350-data-attention__text-red {
  color: red;
}

.p14350 p.p14350-data-attention__note {
  margin-bottom: 16px;
}

.p14350-data-attention ul {
  margin-bottom: 16px;
}

.p14350-data-attention li {
  margin-left: 1em;
  text-indent: -1em;
}

.p14350-data-attention ul:last-of-type {
  margin-bottom: 0;
}

.p14350-data-ingredient {
  display: grid;
  gap: 8px 32px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
@media (width >= 640px) {
  .p14350-data-ingredient {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
}

.p14350-data-ingredient:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.p14350-data-ingredient dl {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  justify-content: space-between;
}
.p14350-data-ingredient dl.p14350-data-ingredient--full {
  grid-template-columns: 1fr;
}

.p14350-item-explain__paper {
  padding: 20px 15px 7px;
  margin-bottom: 25px;
  background: #f7f6f2;
}

.p14350-item-explain dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  line-height: 1.4;
  border-radius: 3px;
}

.p14350-item-explain dt {
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #0087c7;
}

.p14350-item-explain dd {
  display: table-cell;
  padding: 10px;
  font-size: 14px;
  color: #000;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

p.p14350-item-explain__note {
  margin-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
}

.p14350-amazon {
  padding: 16px 5%;
  margin-top: 32px;
  font-weight: 700;
  color: #ea5612;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
@media (width >= 640px) {
  .p14350-amazon {
    padding: 16px 32px;
  }
}
