@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.news-content {
  padding-top: 100px;
  padding-bottom: 132px;
}
@media (max-width: 428px) {
  .news-content {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.news-content > .list {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 45px;
}
@media (max-width: 428px) {
  .news-content > .list {
    flex-direction: column;
    gap: 30px;
  }
}
.news-content > .list > li {
  width: 330px;
}
@media (max-width: 428px) {
  .news-content > .list > li {
    width: 100%;
  }
}
.news-content > .list > li:not(.empty) > a {
  display: block;
}
.news-content > .list > li:not(.empty) > a:hover {
  opacity: 0.8;
}
@media (max-width: 428px) {
  .news-content > .list > li:not(.empty) > a:hover {
    opacity: 1;
  }
}
.news-content > .list > li:not(.empty) > a > .img {
  width: 100%;
}
.news-content > .list > li:not(.empty) > a > .img > img {
  display: block;
  width: 100%;
  border: 1px solid #D9D9D9;
}
.news-content > .list > li:not(.empty) > a > .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-content > .list > li:not(.empty) > a > .info > .date {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .news-content > .list > li:not(.empty) > a > .info > .date {
    margin-top: 12px;
    font-size: 14px;
  }
}
.news-content > .list > li:not(.empty) > a > .info > .cat {
  margin-left: 20px;
  margin-top: 15px;
  background-color: #F5F5F5;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .news-content > .list > li:not(.empty) > a > .info > .cat {
    margin-top: 12px;
    font-size: 14px;
    margin-left: 12px;
  }
}
.news-content > .list > li:not(.empty) > a > .ttl {
  margin-top: 15px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5em;
  max-height: 3em;
  font-weight: 400;
}
@media (max-width: 428px) {
  .news-content > .list > li:not(.empty) > a > .ttl {
    margin-top: 8px;
    font-size: 16px;
  }
}
.news-content > .list > li.empty {
  font-size: 16px;
}
@media (max-width: 428px) {
  .news-content > .list > li.empty {
    font-size: 14px;
  }
}

.news-view .ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4375;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .news-view .ttl {
    font-size: 22px;
  }
}
.news-view .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-view .info .date {
  font-size: 16px;
  line-height: 23/16;
}
@media (max-width: 428px) {
  .news-view .info .date {
    font-size: 14px;
    line-height: 1.8;
  }
}
.news-view .info .cat {
  display: flex;
  align-items: center;
}
.news-view .info .cat > li {
  margin-left: 20px;
}
@media (max-width: 428px) {
  .news-view .info .cat > li {
    margin-left: 12px;
  }
}
.news-view .info .cat > li a {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .news-view .info .cat > li a {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.news-view .info .cat > li a:hover {
  background-color: #897764;
}
@media (max-width: 428px) {
  .news-view .info .cat > li a:hover {
    background-color: #D9D9D9;
  }
}
.news-view .info .cat > li a:hover {
  color: #fff;
}
@media (max-width: 428px) {
  .news-view .info .cat > li a:hover {
    color: #333333;
  }
}
.news-view .thumb {
  width: 100%;
  height: 500px;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .news-view .thumb {
    height: auto;
    margin-top: 40px;
  }
}
.news-view .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-view .m-richeditor {
  margin-top: 60px;
}
@media (max-width: 428px) {
  .news-view .m-richeditor {
    margin-top: 40px;
  }
}
.news-view .m-pageArrow {
  margin-top: 100px;
}
@media (max-width: 428px) {
  .news-view .m-pageArrow {
    margin-top: 40px;
  }
}
.news-view .m-btn {
  margin: 60px auto 0;
}
@media (max-width: 428px) {
  .news-view .m-btn {
    margin-top: 40px;
  }
}

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