/* ----------------------------------
    Only news Style
---------------------------------- */
.news-list {
  width: 100%;
  flex: 1;
  min-width: 0;
}
.news-list article .entry-header {
  margin-bottom: 60px;
}
.news-list article .entry-header .post-meta {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.news-list article .entry-header .post-meta .date {
  font-weight: 700;
  color: #555;
  margin: 0;
}
.news-list article .entry-header .entry-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .news-list article .entry-header .entry-title {
    font-size: 24px;
  }
}

.side-nav {
  width: 284px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .side-nav {
    width: 100%;
    margin-top: 48px;
  }
}
.side-nav .links-container {
  border-top: 1px solid #ddd;
  padding: 16px 0;
  min-width: 100px;
}
.side-nav .links-container:last-child {
  border-bottom: 1px solid #ddd;
}
.side-nav .links-container .title {
  font-size: 18px;
  font-weight: 600;
}
.side-nav .links-container ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.side-nav .links-container ul li {
  margin: 0;
}
.side-nav .links-container ul a {
  color: #555;
  text-decoration: none;
}
.side-nav .links-container ul a:hover {
  opacity: 0.7;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 32px;
}
@media (max-width: 480px) {
  .entry-content h1 {
    font-size: 24px;
  }
}
.entry-content h2 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .entry-content h2 {
    font-size: 22px;
  }
}
.entry-content h3 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  font-size: 18px;
}
@media (max-width: 480px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h6 {
  font-size: 16px;
}
@media (max-width: 480px) {
  .entry-content h6 {
    font-size: 14px;
  }
}
.entry-content p {
  margin-bottom: 16px;
  line-height: 1.75;
}
.entry-content strong, .entry-content b {
  font-weight: 700;
}
.entry-content em, .entry-content i {
  font-style: italic;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 8px;
  line-height: 1.75;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 16px;
  margin: 24px 0;
  font-style: italic;
  color: #666;
}
.entry-content code {
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}
.entry-content pre {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 16px;
}
.entry-content pre code {
  background-color: transparent;
  padding: 0;
}
.entry-content a {
  color: #1558A0;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.entry-content a:hover {
  opacity: 0.7;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 8px;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.entry-content table th, .entry-content table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}
.entry-content table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.entry-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 32px 0;
}
.entry-content .has-small-font-size {
  font-size: 14px;
}
.entry-content .has-normal-font-size {
  font-size: 16px;
}
.entry-content .has-medium-font-size {
  font-size: 20px;
}
.entry-content .has-large-font-size {
  font-size: 24px;
}
.entry-content .has-huge-font-size {
  font-size: 32px;
}
.entry-content .alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.entry-content .alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignwide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.post-navigation {
  margin-top: 48px;
  padding-top: 0;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.post-navigation .nav-links .nav-previous {
  flex: 1;
}
.post-navigation .nav-links .nav-previous a {
  display: block;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
.post-navigation .nav-links .nav-previous a:hover {
  background-color: #e0e0e0;
}
.post-navigation .nav-links .nav-subtitle {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.post-navigation .nav-links .nav-title {
  display: block;
  font-weight: 700;
}

.news-item {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding-right: 32px;
  position: relative;
}
.news-item a::after {
  content: url("/asset/common/img/arrow.svg");
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.news-item a:hover {
  opacity: 0.8;
}
.news-item a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
.news-item .inner .flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news-item .inner .flex-container {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .news-item .inner .flex-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.news-item .inner .flex-container .date {
  font-weight: 700;
  color: #555;
  margin: 0;
  white-space: nowrap;
}
.news-item .inner .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #000;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 480px) {
  .news-item .inner .title {
    font-size: 18px;
  }
}
.news-item .inner .lead {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .news-item .inner .lead {
    font-size: 14px;
  }
}

.news-list > .news-item:last-of-type {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}

.sec-news .flex-container {
  align-items: flex-start;
  gap: 72px;
}
@media (max-width: 768px) {
  .sec-news .flex-container {
    flex-direction: column;
    gap: 32px;
  }
}

.page-numbers {
  color: #1558a0 !important;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  max-width: 1344px;
  padding: 32px 0;
  margin-inline: auto;
  flex-wrap: wrap;
}

.page-numbers.current {
  color: #555 !important;
}

.page-numbers.next,
.page-numbers.prev {
  padding: 0 12px;
}

.page-numbers.prev {
  font-size: 0;
  line-height: 0;
  padding: 8px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.prev::before {
  content: url("/asset/common/img/arrow.svg");
  display: inline-block;
  margin-right: 0;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  transform: rotate(180deg);
}
.page-numbers.prev:hover::before {
  transform: rotate(180deg) translateX(6px);
}

.page-numbers.next {
  font-size: 0;
  line-height: 0;
  padding: 8px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.next::after {
  content: url("/asset/common/img/arrow.svg");
  display: inline-block;
  margin-left: 0;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}
.page-numbers.next:hover::after {
  transform: translateX(6px);
}

.nav-previous span,
.nav-next span {
  font-size: 14px;
}

.nav-previous a,
.nav-next a {
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 16px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  color: #1558a0;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .nav-previous a,
  .nav-next a {
    display: block;
  }
}

.nav-previous a::before {
  content: url(/asset/common/img/arrow.svg);
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}/*# sourceMappingURL=news.css.map */