.p-eco-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-eco-box01__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem;
  background: rgb(var(--color-bg2-09));
  border-radius: 4rem;
}
.p-eco-box01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
}
.p-eco-box01__item--s1 {
  --character: #1599BD;
}
.p-eco-box01__item--s2 {
  --character: #E77870;
}
.p-eco-box01__item--t1 {
  --character: #02856B;
}
.p-eco-box01__item .img {
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  background: #FFF;
}
.p-eco-box01__item .img img {
  display: block;
  margin-top: 0.8rem;
  width: 100%;
  min-width: 0;
}
.p-eco-box01__item .c-name {
  padding-left: 1rem;
  color: var(--character);
}
@media screen and (max-width: 767.98px) {
  .p-eco-box01__inr {
    padding: 2.5rem 0.5rem;
  }
  .p-eco-box01__item {
    display: block;
    padding: 0 1.5rem;
  }
  .p-eco-box01__item .img {
    margin-bottom: 1rem;
  }
  .p-eco-box01__item .img img {
    width: 7rem;
    margin: 0 auto;
  }
}

.p-eco-box02 {
  overflow: hidden;
  margin-top: 3rem !important;
}
.p-eco-box02__right {
  float: right;
  width: 46rem;
  margin-top: 3rem;
  padding-left: 4rem;
  padding-bottom: 4rem;
}
.p-eco-box02__right img {
  display: block;
  width: 100%;
}
.p-eco-box02 p {
  margin-top: 3rem;
}
.p-eco-box02 p a {
  color: rgb(var(--body-color));
  text-decoration: underline;
}
html:not(.device) .p-eco-box02 p a {
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .p-eco-box02 p a:hover {
  fill: rgb(var(--link-color));
  color: rgb(var(--link-color));
  text-decoration: none;
}

.p-eco-box02 .c-name {
  position: relative;
  float: left;
  width: 5em;
  margin-right: 1rem;
}
.p-eco-box02 .c-name::after {
  content: ":";
  position: absolute;
  right: 0;
}
.p-eco-box02 .c-name.s1 {
  color: #1599BD;
}
.p-eco-box02 .c-name.s2 {
  color: #E77870;
}
.p-eco-box02 .c-name.s3 {
  color: #02856B;
}
.p-eco-box02 .c-txt {
  margin-left: 6em;
}
@media screen and (max-width: 767.98px) {
  .p-eco-box02 {
    margin-top: 2rem !important;
  }
  .p-eco-box02__right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
/*# sourceMappingURL=../../.map/assets/css/economicnews.css.map */