@charset "utf-8";
.p-eco-title {
  margin-bottom: 40px;
  min-height: 80px;
}
.p-eco-title_text {
  display: flex;
  padding: 20px;
  width: 60%;
  align-items: center;
}
.p-eco-title_month {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.p-eco-title-h2 {
  color: #fff;
  font-size: 18px;
}
.p-eco-title-h2_month {
  color: #059C40;
  font-size: 18px;
}
.p-eco-title-h3 {
  margin-bottom: 40px;
  color: #333;
  font-size: 24px;
}
.p-eco-hr {
  height: 4px;
  margin: 20px 0;
  border: none;
  background: #059C40;
}
.p-eco-img--r,
.p-eco-img--l {
  display: block;
  margin: 20px auto;
}
.p-comment-box {
  padding: 20px;
  color: #fff;
}
.u-wraparound {
  overflow: hidden;
}
.u-bg-icegreen {
  background: #e5feef;
}
.u-color-yellow {
  color: #ffd800;
}
@media screen and (max-width: 374px) {
  .p-eco-title-h2,
  .p-eco-title-h2_month {
    font-size: 16px;
  }
}