.news-con {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

._idx {
  padding: 70px 0 135px;
}
._idx .c-newslist {
  margin-bottom: 70px;
}
._idx .c-newslist li a {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-block: 30px;
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 750px) {
  ._idx .c-newslist li a {
    display: block;
  }
}
._idx .c-newslist li a .news-cate {
  width: 12em;
}
@media screen and (max-width: 750px) {
  ._idx .c-newslist li a .news-cate {
    width: auto;
  }
}
._idx .c-newslist li a .newslist-box {
  flex: 1;
}

._detail .detail-top {
  padding: 50px 0 75px;
}
@media screen and (max-width: 750px) {
  ._detail .detail-top {
    padding-block: 60px;
  }
}
._detail .detail-top:has(img) .news-con {
  display: flex;
  align-items: flex-start;
  gap: 30px 7.2727272727%;
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  ._detail .detail-top:has(img) .news-con {
    flex-direction: column-reverse;
  }
}
._detail .detail-top:has(img) .news-con .c-newslist {
  flex: 1;
}
._detail .detail-top:has(img) .news-con figure {
  width: 46.1818181818%;
}
@media screen and (max-width: 750px) {
  ._detail .detail-top:has(img) .news-con figure {
    width: 100%;
  }
}
._detail .detail-top:has(img) .news-con figure img {
  border-radius: 10px;
}
._detail .detail-top .news-con {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
._detail .detail-top .detail-ttl {
  font-size: 2.2rem;
  font-weight: 700;
}
._detail .detail-main {
  padding: 60px 0 110px;
  background: linear-gradient(to right, rgba(78, 221, 246, 0.3), rgba(42, 93, 237, 0.3));
}
@media screen and (max-width: 750px) {
  ._detail .detail-main {
    padding-bottom: 60px;
  }
}
._detail .detail-main .news-con {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
._detail .detail-main .detail-con {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  ._detail .detail-main .detail-con {
    padding: 30px;
  }
}/*# sourceMappingURL=news.css.map */