@media print, screen and (min-width: 900px) {
  .p-news-inr {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 899px) {
  .p-news-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-nav {
    flex: 0 0 12.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-nav {
    flex: 0 0 150px;
  }
}
@media only screen and (max-width: 899px) {
  .p-news-nav li {
    flex: 0 0 calc((100% - 10px) / 3);
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-nav li {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-nav li {
    margin-bottom: 10px;
  }
}

.p-news-nav-btn {
  display: grid;
  place-content: center;
  color: #169974;
  font-weight: bold;
  background: #ceeae2;
  padding: 0.3em;
}
@media only screen and (max-width: 899px) {
  .p-news-nav-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-nav-btn {
    font-size: 1.5vw;
  }
  .p-news-nav-btn:hover {
    color: #1cc696;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-nav-btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-news-contents {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-contents {
    flex: 0 0 70vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-contents {
    flex: 0 0 840px;
  }
}

.p-news-ttl {
  border-bottom: 1px solid #ceeae2;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  color: #169974;
  font-weight: bold;
  padding-bottom: 0.4em;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-news-ttl {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-ttl {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-news-ttl:not(:first-child) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-ttl:not(:first-child) {
    margin-top: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-ttl:not(:first-child) {
    margin-top: 20px;
  }
}
.p-news-ttl:after {
  content: "";
  display: block;
  background: #169974;
  width: 2.5em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-news-item:not(:last-child) {
  border-bottom: 1px solid #ceeae2;
}
.p-news-link {
  display: block;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-news-link {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link {
    padding-block: 2.5vw;
  }
  .p-news-link:hover:after {
    right: 0;
  }
  .p-news-link:hover .p-news-hl {
    color: #169974;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link {
    padding-block: 30px;
  }
}
.p-news-link:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-arrow-green.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: right 0.2s;
}
@media only screen and (max-width: 899px) {
  .p-news-link:after {
    width: 14px;
    height: 11px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link:after {
    width: 1.3333333333vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link:after {
    width: 16px;
    height: 12px;
  }
}

.p-news-link-external {
  display: block;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-news-link-external {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link-external {
    padding-block: 2.5vw;
  }
  .p-news-link-external:hover:after {
    right: 0;
  }
  .p-news-link-external:hover .p-news-hl {
    color: #169974;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link-external {
    padding-block: 30px;
  }
}
.p-news-link-external:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: right 0.2s;
}
@media only screen and (max-width: 899px) {
  .p-news-link-external:after {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link-external:after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link-external:after {
    width: 16px;
    height: 16px;
  }
}

.p-news-data {
  display: flex;
  align-items: center;
}

.p-news-date {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: #169974;
}
.p-news-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
  color: #169974;
  background: #ceeae2;
  margin-left: 1em;
  border-radius: 100px;
  text-transform: uppercase;
  padding-inline: 1em;
  line-height: 1.6;
}
.p-news-hl {
  fotn-size: inherit;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-news-hl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-hl {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0.2em;
  }
}

/*# sourceMappingURL=index.css.map */