@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: 260px;
}

.p-list .p-list__text .organic .organic-text, .c-itemlineup .c-itemlineup__text .organic .organic-text {
  width: calc(100% - 260px);
  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;
  }

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

  .c-itemlineup .c-itemlineup__text .organic .organic-text {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }
}
@charset "UTF-8";
#news .p-news .p-news__text-image .p-news__text-image-inner .image {
  width: 100%;
  max-width: 320px;
  margin-top: 15px;
}

#news .p-news .p-news__text-image.image--small .p-news__text-image-inner .image {
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
  #news .news15414-image img {
    max-width: 500px !important;
  }
}

#news .p-news .p-news__table2 .other {
  display: none;
}

#news .p-news .p-news__table2 ul {
  border-bottom: 1px solid #c9caca;
}

#news .news15414-block01 .flexbox {
  margin: 24px 0 0;
}

#news .news15414-block01 .flexbox .flexbox-image {
  margin: 24px auto;
  max-width: 320px;
}

#news .news15414-block01 .flexbox .flexbox-text {
  text-align: justify;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #news .news15414-block01 .flexbox {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
  }

  #news .news15414-block01 .flexbox .flexbox-text {
    width: calc(100% - 220px);
    padding-right: 32px;
    line-height: 2;
  }
  
  #news .news15414-block01 .flexbox .flexbox-image {
    margin: 0;
    width: 220px;
    max-width: none;
  }
}

#news .news15414-block01 .flexbox .flexbox-image span {
  font-size: 11px;
  display: block;
  text-align: center;
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
  #news .news15414-block01 .flexbox .flexbox-image span {
    text-align: right;
  }
}

#news .news15414-block02 {
  padding: 24px;
  margin-top: 24px;
  border: 1px solid #c9caca;
}

@media screen and (min-width: 769px) {
  #news .news15414-block02 {
    padding: 32px;
    margin-top: 40px;
  }
}

#news .news15414-block02 .title {
  font-family: "Koburina Gothic W3 JIS2004",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 18px;
}


@media screen and (min-width: 769px) {
  #news .news15414-block02 .title {
    font-size: 20px;
  }
}

#news .news15414-block02 .text {
  margin-top: 14px;
}

@media screen and (min-width: 769px) {
  #news .news15414-block02 .text {
    margin-top: 16px;
    font-size: 16px;
  }
}

#news .news15414-block02 .text p+p {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  #news .p-news .p-news__text-image .p-news__text-image-inner .image {
    margin-top: 0;
    max-width: 220px;
  }
}