.p-newsList {
  border-top: 1px solid #ccc;
}
.p-newsList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  container-type: inline-size;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item {
    padding: 2rem 2rem 2rem 1.5rem;
  }
}
@media (hover: hover) {
  .p-newsList_item:hover:before {
    background-color: #008e39;
  }
}
.p-newsList_item > span, .p-newsList_item > a {
  width: calc(100% - 9rem);
  font-size: clamp(1.1rem, 2.9333333333vw, 1.8rem);
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > span, .p-newsList_item > a {
    width: calc(100% - 12.7rem);
  }
}
.p-newsList_item > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsList_item > a:hover {
    color: #008e39;
  }
  .p-newsList_item > a:hover > span:before {
    background-color: #008e39;
  }
}
.p-newsList_item > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsList_item > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > a > span {
    padding-bottom: 0;
    padding-right: 4rem;
  }
}
.p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 0rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
    right: 2rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 64em) {
  .p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
    width: 3rem;
    height: 3rem;
  }
}
.p-newsList_item > a > span:before {
  background-color: #111;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-newsList_item > a > span:after {
  z-index: 2;
  background: url("/img/common/ico_arrow.svg") 50% 50% no-repeat;
  background-size: 0.7rem, 1.3rem;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(108%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(108%);
}
@media only screen and (min-width: 64em) {
  .p-newsList_item > a > span:after {
    background-size: 1rem, 1.6rem;
  }
}/*# sourceMappingURL=news.css.map */