@charset "UTF-8";
/*--------------------
　news
---------------------*/
.page #news > .container {
  display: block;
  max-width: 1300px;
}
.page #news .newsList-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
  padding: 48px 60px 60px;
}
@media (max-width: 1024px) {
  .page #news .newsList-wrap {
    padding: 40px 48px 48px 48px;
  }
}
@media (max-width: 599px) {
  .page #news .newsList-wrap {
    padding: 24px 32px 32px;
    border-radius: 24px;
  }
}
.page #news .newsList-wrap .newsList {
  max-width: 1080px;
  margin: 0 auto;
}
.page #news .newsList-wrap .newsList li, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM {
  border-bottom: 1px solid rgba(220, 223, 224, 0.3);
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.page #news .newsList-wrap .newsList li a, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .page #news .newsList-wrap .newsList li a, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a {
    display: block;
  }
}
.page #news .newsList-wrap .newsList li a .time, .page #news .newsList-wrap .newsList li a .CMS-NEWS-TIME, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .time, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .CMS-NEWS-TIME {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #645100;
  font-weight: 600;
  display: block;
}
@media (max-width: 1024px) {
  .page #news .newsList-wrap .newsList li a .time, .page #news .newsList-wrap .newsList li a .CMS-NEWS-TIME, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .time, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .CMS-NEWS-TIME {
    margin-bottom: 1rem;
  }
}
.page #news .newsList-wrap .newsList li a .txt, .page #news .newsList-wrap .newsList li a .CMS-NEWS-LINK, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .txt, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a .CMS-NEWS-LINK {
  font-size: 1rem;
  transition: .5s;
  font-weight: 300;
}
.page #news .newsList-wrap .newsList li a:hover .txt, .page #news .newsList-wrap .newsList li a:hover .CMS-NEWS-LINK, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a:hover .txt, .page #news .newsList-wrap .newsList .CMS-NEWS-ITEM a:hover .CMS-NEWS-LINK {
  color: #645100;
}

#newsdetail {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #newsdetail {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#newsdetail .CMS-NEWS-DETAIL {
  background-color: #FFF;
  border-radius: 40px;
  padding: 48px;
}
@media (max-width: 768px) {
  #newsdetail .CMS-NEWS-DETAIL {
    border-radius: 32px;
    padding: 32px;
  }
}
@media (max-width: 599px) {
  #newsdetail .CMS-NEWS-DETAIL {
    border-radius: 24px;
    padding: 24px;
  }
}
#newsdetail .CMS-NEWS-DETAIL .tit-box {
  margin-bottom: 40px;
}
#newsdetail .CMS-NEWS-DETAIL .tit-box p.time {
  text-align: right;
  color: #757879;
  font-size: 0.85em;
  margin-bottom: 1em;
}
#newsdetail .CMS-NEWS-DETAIL .tit-box .CMS-NEWS-TITLE {
  font-size: 2.5em;
  border-bottom: 2px solid #645100;
  color: #645100;
  font-weight: 500;
  padding-bottom: 0.5em;
}
