.entry-title {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.36;
}

.entry-date {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}

.entry-content {
  overflow: hidden;
}
.entry-content > * + * {
  margin-top: 2em;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content figure:not([class]),
.entry-content .wp-block-image {
  text-align: center;
}
.entry-content ul {
  padding-left: 0.5em;
  list-style: disc inside;
}
.entry-content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.entry-content ol {
  padding-left: 0.3em;
  list-style: decimal inside;
}
.entry-content ol li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.entry-content table {
  border-collapse: separate;
  border-spacing: 1px;
}
.entry-content table th, .entry-content table td {
  height: 50px;
  padding: 10px 15px;
  border: none;
  font-weight: 400;
}
.entry-content table th {
  background: #122c4f;
  color: #fff;
}
.entry-content table td {
  background: #d2d8ea;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
}
.entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *, .entry-content h5 + *, .entry-content h6 + * {
  margin-top: 0;
}
.entry-content img {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 22px;
  }
  .entry-date {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .entry-content > * + * {
    margin-top: 1.8em;
  }
  .entry-content table th, .entry-content table td {
    padding: 5px 8px;
  }
}
.news-nopost {
  text-align: center;
}

.blog-list-link {
  margin-top: 60px;
  text-align: center;
}

.news-detail {
  border-top: solid 1px #c63434;
  border-bottom: solid 1px #c63434;
  background: #fff;
}
.news-detail .entry-header {
  padding: 18px 35px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}
.news-detail .entry-content {
  padding: 35px 0 40px;
}

@media screen and (max-width: 767px) {
  .blog-list-link {
    margin-top: 40px;
  }
  .news-detail .entry-header {
    padding: 14px 15px 12px;
  }
  .news-detail .entry-content {
    padding: 30px 0;
  }
}
.news-list a {
  color: inherit;
  text-decoration: none;
}
.news-list__item {
  border-bottom: solid 1px #122c4f;
}
.news-list__item:first-child {
  border-top: solid 1px #122c4f;
}
.news-list__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.813em;
  padding: 18px 25px;
}
.news-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.267em;
  font-size: 0.938em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.1;
}
.news-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .news-list__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    padding: 11px 5px;
  }
}/*# sourceMappingURL=style_news.css.map */