@charset "UTF-8";

.p-list .p-list__text .vegan, .c-itemlineup .c-itemlineup__text .vegan {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.p-list .p-list__text .vegan .vegan-icon, .c-itemlineup .c-itemlineup__text .vegan .vegan-icon {
  width: 44px;
}

.p-list .p-list__text .vegan .vegan-text, .c-itemlineup .c-itemlineup__text .vegan .vegan-text {
  width: calc(100% - 44px);
  padding-left: 12px;
  font-size: 14px;
}

.p-list .p-list__text .kosher, .c-itemlineup .c-itemlineup__text .kosher {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.p-list .p-list__text .kosher .kosher-icon, .c-itemlineup .c-itemlineup__text .kosher .kosher-icon {
  width: 44px;
}

.p-list .p-list__text .kosher .kosher-text, .c-itemlineup .c-itemlineup__text .kosher .kosher-text {
  width: calc(100% - 44px);
  padding-left: 12px;
  font-size: 14px;
}

.p-list .p-list__text .organic, .c-itemlineup .c-itemlineup__text .organic {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.p-list .p-list__text .organic .organic-icon, .c-itemlineup .c-itemlineup__text .organic .organic-icon {
  width: 70px;
}

.p-list .p-list__text .organic .organic-text, .c-itemlineup .c-itemlineup__text .organic .organic-text {
  width: calc(100% - 70px);
  padding-left: 12px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-list .p-list__text .vegan, .c-itemlineup .c-itemlineup__text .vegan {
    margin: 20px 0 8px;
  }

  .p-list .p-list__text .vegan .vegan-text, .c-itemlineup .c-itemlineup__text .vegan .vegan-text {
    font-size: 12px;
  }

  .c-itemlineup .c-itemlineup__text .vegan {
    display: block;
  }

  .c-itemlineup .c-itemlineup__text .vegan .vegan-text {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }

  .p-list .p-list__text .kosher, .c-itemlineup .c-itemlineup__text .kosher {
    margin: 20px 0 8px;
  }

  .p-list .p-list__text .kosher .kosher-text, .c-itemlineup .c-itemlineup__text .kosher .kosher-text {
    font-size: 12px;
  }

  .c-itemlineup .c-itemlineup__text .kosher {
    display: block;
  }

  .c-itemlineup .c-itemlineup__text .kosher .kosher-text {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }

  .p-list .p-list__text .organic, .c-itemlineup .c-itemlineup__text .organic {
    margin: 20px 0 8px;
  }

  .p-list .p-list__text .organic .organic-text, .c-itemlineup .c-itemlineup__text .organic .organic-text {
    font-size: 12px;
  }

  .c-itemlineup .c-itemlineup__text .organic {
    display: block;
  }

  .c-itemlineup .c-itemlineup__text .organic .organic-text {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }
}
@charset "UTF-8";

#news .notes {
  font-size: 12px;
  margin-top: 8px;
}

#news ol li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

#news .p-news .p-news__text-image .p-news__text-image-inner .image .caption {
  font-size: 12px;
  margin-top: 5px;
}

.news7530-step {
  margin-top: 16px;
}

.news7530-block01 .news7530-block01__item {
  margin-top: 16px;
}

.news7530-block01 .news7530-block01__item .head {
  display: flex;
  flex-wrap: wrap;
}

.news7530-block01 .news7530-block01__item .head-type {
  background: #e393b4;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.news7530-block01 .news7530-block01__item .head-text {
  background: #f4dde7;
  width: 100%;
  padding: 8px 16px;
}

.news7530-block01 .news7530-block01__item .text {
  margin: 8px 0 16px;
}

.news7530-block02 {
  background: #f7f7f8;
  padding: 20px 16px;
  margin-top: 24px;
}

.news7530-block02 .news7530-block02__title {
  font-size: 16px;
  margin-bottom: 16px;
}

.news7530-block02 .news7530-block02__image {
  max-width: 500px;
  margin: 24px auto 0;
}
#news .p-news .p-news__text-image .p-news__text-image-inner .image {
  margin-top: 16px;
}

#news .p-news .p-news__text-small .image, #news .p-news .p-news__text-small .image {
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .news7530-block01 .news7530-block01__item .head-type {
    width: 160px;
  }
  .news7530-block01 .news7530-block01__item .head-text {
    width: calc(100% - 160px);
  }
  .news7530-block01 .news7530-block01__item .text {
    margin: 8px 0 24px;
  }
  .news7530-block02 {
    padding: 48px 40px;
    margin-top: 32px;
  }
  .news7530-block02 .news7530-block02__title {
    font-size: 20px;
  }
  #news .p-news .p-news__text-image .p-news__text-image-inner .image {
    margin-top: 0;
  }
  #news .p-news .p-news__text-small .image, #news .p-news .p-news__text-large .image {
    margin-top: 20px;
  }
}
