#newsPage {
  box-sizing: border-box;
  min-width: 375px;
  min-height: 960px;
  padding: 126px 20px 144px;
  /* background: #F9F9F9; */
}

.news-public__container {
  width: min(1300px, 100%);
  margin: 0 auto;
}

.news-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 auto 31px;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.news-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.news-breadcrumb__separator {
  color: #35474E;
  font-weight: 700;
}

.news-breadcrumb__current {
  color: #35474E;
  font-weight: 700;
}

.news-breadcrumb a:hover {
  text-decoration: underline;
}

.news-list-section {
  width: min(800px, 100%);
  margin: 0 auto;
}

.news-list-section h1 {
  margin: 0 0 35px;
  color: #1A7BA5;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}

.news-list {
  display: grid;
  width: 100%;
}

.news-list__item {
  border-bottom: 1px solid #d6d6d6;
}

.news-list__item:first-of-type {
  border-top: 0;
}

.news-list__item a {
  display: block;
  padding: 20px 0 23px;
  color: inherit;
  text-decoration: none;
}

.news-list__item a:hover h2 {
  text-decoration: underline;
}

.news-list__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}

.news-list__meta time,
.news-detail__date {
  color: #A3A3A3;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 26px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.category-badge--seminar {
  background: #005bac;
}

.category-badge--news {
  background: #e6c54b;
}

.category-badge--column {
  background: #00aeae;
}

.category-badge--other {
  background: #e37e50;
}

.news-list__item h2 {
  margin: 0;
  overflow: hidden;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: underline;
  text-overflow: ellipsis;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 44px;
  color: #1a7ba5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.news-pagination a,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.news-pagination__page {
  width: 23px;
  height: 23px;
}

.news-pagination__page.is-current {
  background: #1a7ba5;
  color: #ffffff;
}

.news-pagination__arrow {
  min-width: 28px;
  height: 23px;
}

.news-pagination__arrow.is-disabled {
  color: #9bb7c4;
}

.news-pagination a:hover {
  text-decoration: underline;
}

.news-detail {
  margin: 0 auto;
}

.news-detail__date,
.news-detail h1,
.news-detail__image {
  display: block;
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.news-detail h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
  color: #1A7BA5;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.news-detail__image {
  margin-top: 0;
  margin-bottom: 54px;
}

.news-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.news-body {
  width: min(1300px, 100%);
  margin: 0 auto;
  padding: 83px 160px 76px 160px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.news-body p,
.news-body ul,
.news-body ol,
.news-body blockquote,
.news-body figure,
.news-body pre,
.news-body table {
  margin: 0 0 20px;
}

.news-body p:last-child,
.news-body ul:last-child,
.news-body ol:last-child,
.news-body blockquote:last-child,
.news-body figure:last-child,
.news-body pre:last-child,
.news-body table:last-child {
  margin-bottom: 0;
}

.news-body ul,
.news-body ol {
  padding-left: 1.5em;
}

.news-body .todo-list {
  padding-left: 0;
  list-style: none;
}

.news-body .todo-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.news-body .todo-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 0.55em;
}

.news-body .text-tiny {
  font-size: 10px;
}

.news-body .text-small {
  font-size: 11px;
}

.news-body .text-big {
  font-size: 16px;
}

.news-body .text-huge {
  font-size: 20px;
}

.news-body h2,
.news-body h3,
.news-body h4 {
  margin: 34px 0 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.news-body h2 {
  font-size: 17px;
}

.news-body h3 {
  font-size: 15px;
}

.news-body h4 {
  font-size: 14px;
}

.news-body blockquote {
  padding: 10px 0 10px 18px;
  border-left: 4px solid #c8e5ed;
  color: #53666d;
}

.news-body code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #f1f5f7;
  color: #263943;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.92em;
}

.news-body pre {
  overflow-x: auto;
  padding: 14px 16px;
  border-radius: 6px;
  background: #17212b;
  color: #edf5f8;
  line-height: 1.7;
}

.news-body pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.news-body hr {
  height: 1px;
  margin: 26px 0;
  border: 0;
  background: #d8ecef;
}

.news-body a,
.news-more-link,
.news-back {
  color: #1a7ba5;
  font-weight: 700;
}

.news-body figure.image {
  margin: 0 0 24px;
}

.news-body figure.image figcaption {
  margin-top: 8px;
  color: #66757b;
  font-size: 11px;
  text-align: center;
}

.news-body .image-style-side {
  float: right;
  width: min(42%, 320px);
  margin: 4px 0 18px 22px;
}

.news-body .image-style-align-left {
  float: left;
  width: min(42%, 320px);
  margin: 4px 22px 18px 0;
}

.news-body .image-style-align-center,
.news-body .image-style-block-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.news-body img {
  max-width: 100%;
  height: auto;
}

.news-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.news-body th,
.news-body td {
  padding: 10px 12px;
  border: 1px solid #d6d6d6;
  vertical-align: top;
}

.news-body th {
  background: #eef7f8;
  color: #263943;
  font-weight: 700;
}

.news-body::after {
  display: block;
  clear: both;
  content: "";
}

.news-more-link,
.news-back {
  display: inline-flex;
  margin-top: 26px;
  font-size: 12px;
  text-decoration: none;
}

.news-more-link {
  margin-left: calc((100% - min(668px, 100%)) / 2);
}

.news-back {
  margin-left: 18px;
}

.news-more-link:hover,
.news-back:hover {
  text-decoration: underline;
}

.news-empty {
  margin: 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  body#linkasia {
    min-width: 0;
  }

  #newsPage {
    box-sizing: border-box;
    min-width: 0;
    min-height: auto;
    padding: 52px 15px 40px;
    background: #ffffff;
  }

  .news-breadcrumb {
    display: block;
    margin-bottom: 29px;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.65;
    padding: 0 0 0 4px;
  }

  .news-breadcrumb a,
  .news-breadcrumb span {
    display: inline;
  }

  .news-breadcrumb__separator,
  .news-breadcrumb__current {
    color: #35474e;
    font-weight: 700;
  }

  .news-list-section h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .news-list-section {
    box-sizing: border-box;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 48px 15px 56px;
    background: #f9f9f9;
  }

  .news-list__item a {
    padding: 22px 0 27px;
  }

  .news-list__meta {
    gap: 12px;
    margin-bottom: 7px;
  }

  .news-list__meta time {
    color: #5bafd8;
    font-size: 18px;
    font-weight: 400;
  }

  .news-list .category-badge {
    min-width: 103px;
    min-height: 31px;
    font-size: 13px;
  }

  .news-list__item h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    white-space: normal;
  }

  .news-detail {
    width: 100%;
  }

  .news-detail__date,
  .news-detail h1,
  .news-detail__image {
    width: 100%;
  }

  .news-detail__date {
    margin-bottom: 2px;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .news-detail h1 {
    margin: 0 0 6px;
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.45;
  }

  .news-detail__image {
    margin-bottom: 52px;
  }

  .news-detail__image img {
    width: 100%;
    height: 100%;
  }

  .news-body {
    box-sizing: border-box;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 57px 15px 72px;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
      background: #fafafa;
  }

  .news-body p,
  .news-body ul,
  .news-body ol,
  .news-body blockquote,
  .news-body figure,
  .news-body pre,
  .news-body table {
    margin-bottom: 22px;
  }

  .news-body h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .news-body h3 {
    font-size: 15px;
  }

  .news-body h4 {
    font-size: 14px;
  }

  .news-more-link {
    margin-left: 0;
  }
}
