.area-post-news.ly-inner-area {
  padding-top: clamp(2.4rem, 5vw, 4.8rem);
}
.area-post-news .head {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-post-news .head .ly-post-title-block {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
  text-align: center;
}
.area-post-news .head .info {
  display: flex;
  flex-direction: column-reverse;
}
.area-post-news .head .info .post-title-topics {
  position: relative;
  padding: 0 0 0.8rem;
  font-size: clamp(2.2rem, 4.5833333333vw, 3rem);
}
.area-post-news .head .info .post-title-topics::before {
  content: "";
  position: absolute;
  left: calc(50% - 80px);
  bottom: 0;
  width: 160px;
  height: 4px;
  background-color: #2c3686;
}
.area-post-news .head .info .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-post-news .head .info .details .term .link {
  padding: 0.8rem 2.4rem;
  background-color: #2c3686;
  color: #fff;
}
.area-post-news .head .disp {
  position: relative;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 1440px) {
  .area-post-news .head .disp {
    padding-top: 6.6rem;
    padding-bottom: 6.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .area-post-news .head .disp {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 836px) {
  .area-post-news .head .disp {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .area-post-news .head .disp {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 479px) {
  .area-post-news .head .disp {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.area-post-news .head .disp::before, .area-post-news .head .disp::after {
  content: "";
  position: absolute;
  z-index: -2;
}
.area-post-news .head .disp::before {
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  background-color: #d2d6ed;
}
.area-post-news .head .disp::after {
  bottom: 0;
  right: 0;
  width: 240px;
  height: 240px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .area-post-news .head .disp::before {
    width: 300px;
    height: 300px;
  }
  .area-post-news .head .disp::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 836px) {
  .area-post-news .head .disp::before {
    width: 240px;
    height: 240px;
  }
  .area-post-news .head .disp::after {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .area-post-news .head .disp::before {
    width: 180px;
    height: 180px;
  }
  .area-post-news .head .disp::after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 479px) {
  .area-post-news .head .disp::before {
    width: 120px;
    height: 120px;
  }
  .area-post-news .head .disp::after {
    width: 80px;
    height: 80px;
  }
}
.area-post-news .head .disp .thumb-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .area-post-news .head .disp .thumb-box {
    padding: 0 2.4rem;
  }
}
.area-post-news .head .disp .thumb-box .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-post-news .body {
  position: relative;
}
.area-post-news .body .contents {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(2.4rem, 5vw, 4.8rem) clamp(2.4rem, 5vw, 4.8rem);
  background-color: white;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
}
.area-post-news .body h2 {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0 0 0.8rem;
  font-size: clamp(2rem, 4.1666666667vw, 2.6rem);
}
.area-post-news .body h2::before, .area-post-news .body h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}
.area-post-news .body h2::before {
  width: 100%;
  background-color: #f3f3f3;
}
.area-post-news .body h2::after {
  width: 15%;
  background-color: #2c3686;
}
.area-post-news .body h3 {
  position: relative;
  margin-bottom: 2.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.6rem;
  font-size: clamp(1.8rem, 3.75vw, 2.3rem);
}
.area-post-news .body h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background-color: #2c3686;
}
.area-post-news .body ul,
.area-post-news .body p {
  padding: 0 0 2.4rem;
}
.area-post-news .body li {
  margin-left: 2.4rem;
  list-style-type: disc;
}
.area-post-news .body li:not(:last-child) {
  padding: 0 0 0.8rem;
}
/*# sourceMappingURL=post-news.css.map */