.shop-heading-txt{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
}

.c-feature.p-news-entry .entry-body p a{
  display: inline;

}

.c-feature.p-news-entry .entry-body p {
  margin: 10px auto;
}
.c-feature.p-news-entry .entry-body p img.alignleft{
  margin: 5px 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .c-feature.p-news-entry .entry-body p a{
    display: block;
  }
  .c-feature.p-news-entry .entry-body p img.alignleft{
    text-align: center;
    display: block;
    margin: 5px auto;
    float: none;
  }
}

/* オーダーページのみの修正 */
#order.p-order .p-top-item-category__body-ceremony .p-top-item-category__card__body{
  padding: 0;
}

.p-qanda-list__a a{
  text-decoration: underline;
}