.information-area {
  padding-top: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7;
}

.information__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.u-display__block--sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-display__block--sp {
    display: block;
  }
}


/* ▼�?seac、distribution、health、food、setagaya 共通部�? ▼�?*/

.seac.information__description,
.health.information__description,
.food.information__description,
.setagaya.information__description {
  font-size: 16px;
  width: 100%;
  list-style-type: none;
  padding-left: 2em;
  text-indent: -1.25em;
  text-align: justify;
  box-sizing: border-box;
}

.seac.information__description:before,
.health.information__description:before,
.food.information__description:before,
.setagaya.information__description:before {
  content: "・";
  display: inline;
  font-weight: bold;
  padding-right: 0.25em;
}

.seac.information__description.list-style_remarks:before,
.health.information__description.list-style_remarks:before,
.food.information__description.list-style_remarks:before,
.setagaya.information__description.list-style_remarks:before {
  content: "※";
}

.seac.information__description.list-style_none,
.health.information__description.list-style_none,
.food.information__description.list-style_none,
.setagaya.information__description.list-style_none {
  padding-left: 1em;
  text-indent: 0;
}

.seac.information__description.list-style_none:before,
.health.information__description.list-style_none:before,
.food.information__description.list-style_none:before,
.setagaya.information__description.list-style_none:before,
.distribution.information__description.list-style_none::before {
  content: "";
}

.seac.color_red,
.health.color_red,
.food.color_red,
.setagaya.color_red,
.distribution.weight_bold {
  color: #f00;
}

.seac.weight_bold,
.health.weight_bold,
.food.weight_bold,
.setagaya.weight_bold,
.distribution.weight_bold {
  font-weight: bold;
}

.distribution.information:not(:has(.information__title)) .information__description,
.seac.information:not(:has(.information__title)) .information__description,
.health.information:not(:has(.information__title)) .information__description,
.food.information:not(:has(.information__title)) .information__description,
.setagaya.information:not(:has(.information__title)) .information__description {
  padding-left: 1em;
}

/* ▲�?seac、distribution、health、food、setagaya 共通部�? ▲�?*/


/* ▼ distribution css ▼ */
.distribution.information-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.distribution.information {
  width: 95%;
  margin: 20px auto 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.distribution.information__title {
  color: #fff;
  background-color: #000;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  padding-left: 1em;
}

.distribution.information__list {
  margin-top: 6px;
}

.distribution.information__description {
  text-align: left;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  text-align: justify;
  letter-spacing: -0.08rem;
  text-indent: -1em;
  padding-left: 1em;
}

.distribution.information__description::before {
  content: "�?";
  color: #000;
  padding-right: 0.25em;
}

.distribution.information__description.list-style_none {
  text-indent: 0;
  padding-left: 0;
}

/* ▲ distribution css ▲ */

/* ▼ seac css ▼ */
.seac.information-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.seac.information {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.seac.information__title {
  font-weight: bold;
  background: #232773;
  color: #fff;
  width: 30%;
  text-align: center;
  border-radius: 25px;
  font-size: 2rem;
}

.seac.information__list {
  margin: 2% 0;
}

@media screen and (max-width: 750px) {
  .seac.information__title {
    font-size: 18px;
    width: 50%;
    max-width: 170px;
  }
}

/* ▲ seac css ▲ */

/* ▼ health-food css ▼ */
.health.information-area {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.health.information {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.health.information__title {
  background: #f39c2d;
  color: #fff;
  display: inline-block;
  width: fit-content;
  min-width: 150px;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 25px;
}

.health.information__list {
  width: 100%;
  margin: 10px auto 0;
}

/* ▲ health-food css ▲ */

/* ▼ food area ▼ */
.food.information-area {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: left;
}

.food.information {
  width: 94.2%;
  margin: 0 auto;
}

.food.information:nth-of-type(n + 2) {
  padding-top: 25px;
}

.food.information__title {
  background: #f39c2d;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  font-size: 1.8rem;
}

.food.information__list {
  padding-top: 20px;
}

.food.information__title button {
  display: none;
}

/* ▲ food area ▲ */

/* ▼ setagaya_footer css ▼ */
.setagaya.information-area {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.setagaya.information {
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}

.setagaya.information__title {
  background: #f39c2d;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

.setagaya.information__list {
  width: 100%;
  margin: 15px auto 0;
}

/* ▲ setagaya_footer css ▲ */