@charset "utf-8";
.p-eco-title {
  margin-bottom: 40px;
}
.p-eco-title_text {
  display: flex;
  padding: 20px;
  width: 75%;
  align-items: center;
}
.p-eco-title_month {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
}
.p-eco-title-h2 {
  color: #fff;
  font-size: 24px;
}
.p-eco-title-h2_month {
  color: #059C40;
  font-size: 24px;
}
.p-eco-title-h3 {
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
}
.p-eco-hr {
  height: 4px;
  margin: 20px 0;
  border: none;
  background: #059C40;
}
.p-eco-img--r {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.p-eco-img--l {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p-comment-box {
  padding: 40px;
  color: #fff;
}
.u-wraparound {
  overflow: hidden;
}
.u-bg-icegreen {
  background: #e5feef;
}
.u-color-yellow {
  color: #ffd800;
}
