@charset "UTF-8";
/* CSS Document */
.news_list {
  border-radius: 10px 10px 0 0;
  padding: 15px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .news_list {
      padding: 25px;
      font-size: 1.8rem; } }
  .news_list dl {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px dashed #000;
    padding: 5px 0;
    margin: 5px 0; }
    .news_list dl dd i {
      background: #65ba00;
      position: absolute;
      right: 0;
      color: #fff;
      width: 1.5em;
      height: 1.5em;
      border-radius: 30px;
      text-align: center;
      line-height: 1.5em; }

.news_arcive {
  padding: 0 15px;
  font-size: 1.2rem;
  color: #000; }
  @media (min-width: 768px) {
    .news_arcive {
      padding: 25px;
      font-size: 1.8rem; } }
  .news_arcive dl {
    display: block;
    position: relative;
    border-bottom: 1px dashed #000;
    padding: 5px 0;
    margin: 5px 0; }
    .news_arcive dl dt {
      width: 100%;
      position: relative;
      padding: 5px;
      background: #0f5fab;
      color: #fff; }
    .news_arcive dl dd {
      width: 100%; }
      .news_arcive dl dd.date {
        text-align: right; }

.pn {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 0 0 20px;
  justify-content: space-between;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .pn {
      font-size: 1.6rem; } }
  .pn a, .pn span {
    padding: 5px 1em;
    border-radius: 4px; }
  .pn a {
    background: #06589f;
    color: #fff; }
  .pn span {
    background: #ddd;
    color: #999; }

.category_icon {
  font-size: .8em;
  padding: 2px 1em;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--bg-color, #666) 0%, var(--bg-color2, #666) 100%);
  /* 第2引数は未定義時のフォールバック */
  color: var(--text-color, #fff);
  /* 第2引数は未定義時のフォールバック */ }
  .category_icon i {
    font-style: normal; }
