.p-news__container {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.p-news__container__left {
  width: calc(100% - 307px);
}
.p-news__container__left h1 {
  font-size: 32px;
  text-align: left;
  margin: 0 0 40px;
}
.p-news__container__left .p-lower__news .c-lower-ttl {
  margin-bottom: 40px;
}
.p-news__container__left .p-lower__news .news-item {
  margin-bottom: 30px;
}
.p-news__container__left .p-lower__news .news-item img {
  height: 100px;
  float: left;
  margin-right: 15px;
}
.p-news__container__left .p-lower__news .news-item h3 a {
  font-size: 18px;
  font-weight: 700;
  color: #ca9b52;
}
.p-news__container__left .p-lower__news .news-item h3 a:hover {
  opacity: 0.8;
}
.p-news__container__left .p-lower__news .news-item .date {
  margin: 8px 0;
  font-size: 12px;
  color: #464646;
}
.p-news__container__left .p-lower__news .news-item .description {
  font-size: 13px;
}
.p-news__container__left .p-lower__news .btn {
  text-align: center;
  margin-top: 60px;
}
.p-news__container__left .p-lower__news .btn a {
  line-height: 1;
  background-color: #818a91;
  font-size: 13px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.p-news__container__left .p-lower__news .btn a:hover {
  color: #ca9b52;
}
.p-news__container__right {
  width: 26.8%;
}
.p-news__container__right .list:first-of-type {
  margin-bottom: 40px;
}
.p-news__container__right .list__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
}
.p-news__container__right .list__ttl hr {
  background-color: #e8e8e8;
  height: 1px;
  width: calc(50% - 2.5em);
}
.p-news__container__right .list__ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-news__container__right .list ul li {
    width: 100%;
    border-bottom: 1px dotted #e8e8e8;
  }
}
.p-news__container__right .list ul li a {
  display: inline-block;
  font-size: 13px;
  color: #464646;
  border-bottom: 1px dotted #e8e8e8;
  padding: 12px 0;
  width: 100%;
}
.p-news__container__right .list ul li a:hover {
  color: #e6cfae;
}
.p-news__container__right .list.news ul li {
  color: #a1a1a1;
  font-size: 12px;
  font-family: "playfair display";
  border-bottom: 1px dotted #e8e8e8;
}
.p-news__container__right .list.news a {
  color: #464646;
  margin-right: 5px;
  border-bottom: none;
  width: -moz-fit-content;
  width: fit-content;
}
.sticky-item {
  position: sticky;
  top: 0;
}
.c-news-list {
  margin-bottom: 20px;
}
.c-news-item-inner {
  display: flex;
  gap: 20px;
  /* align-items: center; */
}

.c-news-item {
  margin-bottom: 20px;
}
.c-news-item-img {
  width: 30%;
}
.c-news-item-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(70% - 20px);
  padding: 10px 0;
}

.c-news-item-detail-category {
  display: flex;
}

.c-news-item-detail-category-item {
  background: #ca9b52;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
}

.c-news-item h3 a {
  font-size: 16px;
  font-weight: 700;
  color: #ca9b52;
}
.c-news-item .date {
  font-size: 13px;
}
.c-news-item .description {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .p-news__container {
    flex-direction: column;
    gap: 30px;
  }
  .p-news__container__left {
    width: 100%;
  }
  .p-news__container__right {
    width: 100%;
  }

  .c-news-item {
    margin-bottom: 20px;
  }

  .c-news-item-inner {
    flex-direction: column;
    gap: 10px;
  }
  .c-news-item-img {
    width: 100%;
  }

  .c-news-item-detail {
    width: 100%;
    padding: 0;
    gap: 5px;
  }

  .c-news-item-detail-category-item {
    font-size: 10px;
}

  .c-news-item .date {
    font-size: 11px;
  }
  .c-news-item h3 a {
    font-size: 13px;
}
}
