/* setagaya2r 202606rev - reduce_reuse & foodloss pages */

/* --- reduce_reuse --- */
.reduce-reuse-page {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 980px;
  text-align: left;
}
.reduce-reuse-page * {
  box-sizing: border-box;
}
.reduce-reuse-hero {
  margin: 0 auto 56px;
  text-align: center;
}
.reduce-reuse-hero img {
  display: block;
  height: auto;
  margin: 0 auto 28px;
  max-width: 420px;
  width: 80%;
}
.reduce-reuse-hero h2 {
  color: #2f8f46;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.45;
  margin: 0 0 18px;
}
.reduce-reuse-hero .lead {
  background: #f4fbf2;
  border-left: 6px solid #79bd44;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 760px;
  padding: 22px 28px;
  text-align: left;
}
.reduce-reuse-section {
  background: linear-gradient(135deg, #e5f8d8 0%, #f4fdea 100%);
  border: 1px solid rgba(121, 189, 68, .24);
  border-radius: 26px;
  box-shadow: 0 16px 34px rgba(47, 143, 70, .09);
  margin: 0 0 64px;
  overflow: hidden;
  padding: 34px 34px 38px;
  position: relative;
  text-align: left;
}
.reduce-reuse-section--reuse {
  background: linear-gradient(135deg, #ffe5ee 0%, #fff5f8 100%);
  border-color: rgba(232, 139, 163, .34);
}
.reduce-reuse-section-art {
  height: auto;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 18px;
  width: 92px;
}
.reduce-reuse-section--reuse .reduce-reuse-section-art {
  opacity: 1;
}
.reduce-reuse-text {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.reduce-reuse-text h3 {
  border-bottom: 3px solid #79bd44;
  color: #2f8f46;
  font-size: 26px;
  line-height: 1.45;
  margin: 0 0 20px;
  padding: 0 0 10px;
  position: relative;
}
.reduce-reuse-title-main {
  align-items: center;
  display: flex;
  gap: 12px;
}
.reduce-reuse-title-icon {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 18px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 48px;
}
.reduce-reuse-title-icon svg {
  display: block;
  height: 28px;
  width: 28px;
}
.reduce-reuse-title-icon .fa-solid {
  color: #2f8f46;
  font-size: 24px;
  line-height: 1;
}
.reduce-reuse-section--reuse .reduce-reuse-title-icon .fa-solid {
  color: #d86c8b;
}
.reduce-reuse-section--reuse .reduce-reuse-title-icon {
  transform: rotate(4deg);
}
.reduce-reuse-subtitle {
  color: #333;
  display: table;
  font-size: 18px;
  font-weight: 800;
  margin: 8px auto 0;
  text-align: center;
}
.reduce-reuse-subtitle-br {
  display: none;
}
.reduce-reuse-em-pink {
  color: #c83268;
  font-weight: 700;
}
.reduce-reuse-em-green {
  color: #1f8b55;
  font-weight: 700;
}
.reduce-reuse-text p {
  font-size: 16px;
  margin: 0 0 16px;
}
.reduce-reuse-illustration {
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(121, 189, 68, .22);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(47, 143, 70, .1);
  margin: 26px auto 28px;
  max-width: 420px;
  overflow: hidden;
  padding: 18px;
  text-align: center;
}
.reduce-reuse-illustration img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.reduce-reuse-list-group {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.reduce-reuse-list {
  background: #fffdf2;
  border: 1px solid #eee0a9;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(138, 106, 0, .06);
  padding: 18px 22px;
}
.reduce-reuse-list h4 {
  align-items: center;
  color: #8a6a00;
  display: flex;
  font-size: 18px;
  gap: 10px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.reduce-reuse-list-icon {
  align-items: center;
  background: #79bd44;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.reduce-reuse-list ul {
  line-height: 1.55;
  margin: 0;
  padding-left: 1.3em;
}
.reduce-reuse-list li {
  font-size: 15px;
  margin: 0 0 3px;
}
.reduce-reuse-download {
  background: #f4fbf2;
  border: 2px solid #79bd44;
  border-radius: 18px;
  margin: 24px auto 0;
  max-width: 760px;
  padding: 28px;
  text-align: center;
}
.reduce-reuse-download h3 {
  align-items: center;
  color: #2f8f46;
  display: inline-flex;
  font-size: 24px;
  gap: 10px;
  justify-content: center;
  margin: 0 0 12px;
}
.reduce-reuse-download h3 .fa-solid {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(121, 189, 68, .18);
  color: #2f8f46;
  display: inline-flex;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.reduce-reuse-download p {
  font-size: 16px;
  margin: 0 0 18px;
}
.reduce-reuse-leaflet {
  background: #fff;
  border: 1px solid rgba(47, 143, 70, .22);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(47, 143, 70, .12);
  display: block;
  margin: 20px auto 22px;
  max-width: 520px;
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.reduce-reuse-leaflet:hover {
  box-shadow: 0 16px 34px rgba(47, 143, 70, .18);
  transform: translateY(-2px);
}
.reduce-reuse-leaflet img {
  display: block;
  height: auto;
  width: 100%;
}
.reduce-reuse-leaflet span {
  color: #2f8f46;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px 12px;
}
.reduce-reuse-button {
  background: #2f8f46;
  border: 2px solid #2f8f46;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.page-202606rev-fullwidth .post_content a.reduce-reuse-button,
body.page-202606rev-fullwidth .post_content a.reduce-reuse-button:visited {
  background: #2f8f46;
  border-color: #2f8f46;
  color: #fff;
  text-decoration: none;
}
body.page-202606rev-fullwidth .post_content a.reduce-reuse-button:hover,
body.page-202606rev-fullwidth .post_content a.reduce-reuse-button:focus,
body.page-202606rev-fullwidth .post_content a.reduce-reuse-button:active {
  background: #1a6630;
  border-color: #1a6630;
  box-shadow: 0 4px 14px rgba(47, 143, 70, .35);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 760px) {
  .reduce-reuse-page {
    line-height: 1.75;
    margin-left: -2px;
    margin-right: -2px;
    max-width: none;
    padding: 0;
  }
  .reduce-reuse-hero {
    margin-bottom: 42px;
  }
  .reduce-reuse-hero h2 {
    font-size: 26px;
  }
  .reduce-reuse-hero .lead {
    font-size: 16px;
    padding: 18px 20px;
  }
  .reduce-reuse-section,
  .reduce-reuse-section--reuse {
    border-radius: 20px;
    margin-bottom: 46px;
    padding: 22px 12px 26px;
  }
  .reduce-reuse-section-art {
    right: 14px;
    top: 14px;
    width: 62px;
  }
  .reduce-reuse-illustration {
    margin: 22px auto 24px;
    max-width: 280px;
  }
  .reduce-reuse-text h3 {
    font-size: 22px;
  }
  .reduce-reuse-subtitle-br {
    display: block;
  }
  .reduce-reuse-text p {
    font-size: 15px;
  }
  .reduce-reuse-list {
    border-radius: 12px;
    padding: 16px 14px;
  }
  .reduce-reuse-list h4 {
    gap: 8px;
  }
  .reduce-reuse-list-icon {
    font-size: 13px;
    height: 26px;
    width: 26px;
  }
  .reduce-reuse-list ul {
    line-height: 1.5;
    padding-left: 1.05em;
  }
  .reduce-reuse-download p {
    text-align: left;
  }
}

/* --- foodloss --- */
.foodloss-page {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 980px;
  text-align: left;
}
.foodloss-page * {
  box-sizing: border-box;
}
.foodloss-hero {
  margin: 0 auto 48px;
  text-align: center;
}
.foodloss-main-image {
  display: block;
  height: auto;
  margin: 0 auto 26px;
  max-width: 440px;
  width: 82%;
}
.foodloss-hero h2 {
  color: #2f8f46;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.45;
  margin: 0 0 18px;
}
.foodloss-lead {
  background: #fffdf2;
  border-left: 6px solid #f6c647;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 760px;
  padding: 22px 28px;
  text-align: left;
}
.foodloss-lead p {
  margin: 0;
}
.foodloss-characters {
  align-items: flex-end;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin: 0 auto 22px;
}
.foodloss-characters img {
  display: block;
  height: auto;
  max-width: 160px;
  width: 34%;
}
.foodloss-character--small {
  max-width: 24%;
  width: 110px;
}
.foodloss-section-title {
  align-items: center;
  color: #2f8f46;
  display: flex;
  font-size: 26px;
  gap: 12px;
  justify-content: center;
  line-height: 1.45;
  margin: 0 0 26px;
  text-align: center;
}
.foodloss-section-title .fa-solid {
  align-items: center;
  background: #fff7d8;
  border-radius: 18px;
  color: #c48b00;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 48px;
}
.foodloss-video-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.foodloss-video-card {
  background: #fff;
  border: 1px solid rgba(121, 189, 68, .22);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(47, 143, 70, .09);
  overflow: hidden;
}
.foodloss-video-media {
  background: #102814;
  position: relative;
}
.foodloss-video-media video {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  width: 100%;
}
.foodloss-video-body {
  padding: 20px 22px 22px;
}
.foodloss-video-body h3 {
  align-items: center;
  color: #2f8f46;
  display: flex;
  font-size: 19px;
  gap: 10px;
  line-height: 1.45;
  margin: 0;
}
.foodloss-video-body h3 .fa-solid {
  align-items: center;
  background: #79bd44;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  width: 28px;
}
@media (max-width: 760px) {
  .foodloss-page {
    line-height: 1.75;
    margin-left: -2px;
    margin-right: -2px;
    max-width: none;
    padding: 0;
  }
  .foodloss-hero {
    margin-bottom: 38px;
  }
  .foodloss-hero h2 {
    font-size: 26px;
  }
  .foodloss-lead {
    font-size: 16px;
    padding: 18px 18px;
  }
  .foodloss-characters {
    gap: 18px;
    margin-bottom: 18px;
  }
  .foodloss-characters img {
    max-width: 128px;
    width: 38%;
  }
  .foodloss-character--small {
    max-width: 27%;
    width: 84px;
  }
  .foodloss-section-title {
    font-size: 22px;
    justify-content: flex-start;
    text-align: left;
  }
  .foodloss-video-grid {
    grid-template-columns: 1fr;
  }
  .foodloss-video-body {
    padding: 18px 16px 20px;
  }
}

/* --- 202606rev ページ：#left_col(840px) を解除し中央1カラム表示 --- */
body.page-202606rev-fullwidth #side_col {
  display: none;
}

body.page-202606rev-fullwidth #main_col,
body.page-202606rev-fullwidth #left_col,
body.page-202606rev-fullwidth #article,
body.page-202606rev-fullwidth .post_content {
  text-align: left;
}

@media (min-width: 841px) {
  body.page-202606rev-fullwidth #main_col {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  body.page-202606rev-fullwidth #left_col {
    width: 100%;
    float: none;
  }
}
