<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------------------------- *
 *  トップページ/専用
 * ---------------------------------------------------------------- */
body#home .hgroup {
  margin: 45px auto;
}
body#home .hgroup .blockTtl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
body#home .hgroup p {
  font-size: 1.7rem;
}
body#home .newsSection {
  width: 100%;
  padding: 80px 0 90px;
  /* margin-bottom: 170px; */
  background-color: #f1f1fa;
  position: relative;
  z-index: 2;
}
  body#home .newsSection .newsHeader {
    max-width: 940px;
    margin: 0 auto 40px auto;
  }
    body#home .newsSection .newsTtl {
      line-height: 1;
    }
      body#home .newsSection .newsTtl span {
        display: block;
      }
      body#home .newsSection .newsTtl .en {
        font-size: 4.0rem;
        font-weight: normal;
        margin-bottom: 15px;
      }
      body#home .newsSection .newsTtl .jp {
        font-size: 1.6rem;
        font-weight: bold;
        padding-left: 60px;
        position: relative;
      }
      body#home .newsSection .newsTtl .jp::before {
        display: block;
        content: "";
        width: 50px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
      }
  body#home .newsSection .newsTab {
    display: flex;
    justify-content: space-around;
    max-width: 940px;
    margin: 0 auto 65px auto;
  }
    body#home .newsSection .newsTab li {
      width: 32.33%;
      margin-right: 1.5%;
    }
    body#home .newsSection .newsTab li:nth-of-type(3n) {
      margin-right: 0;
    }
      body#home .newsSection .newsTab li a {
        display: block;
        color: #042275;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        border: 1px solid #042275;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
      }
      body#home .newsSection .newsTab li a.active,
      body#home .newsSection .newsTab li a:hover {
        color: #fff;
        background: #042275;
      }
  body#home .newsSection .newsContent .newsBox {
    display: none;
  }
  body#home .newsSection .newsContent .newsBox.active {
    display: block;
  }
  body#home .newsSection .newsList {
    max-width: 940px;
    margin: 0 auto;
  }
      body#home .newsSection .newsList .entryVox .linkPdf:after {
        background-image: url(../assets/img/common/ico_pdf.png);
      }
    body#home .newsSection .moreLink {
      max-width: 940px;
      margin: 30px auto 0 auto;
    }
      body#home .newsSection .moreLink a {
        color: #042275;
        background-image: url(../assets/img/common/ico_point_blue.svg);
      }
body#home .newsList {}
  body#home .newsList .entryVox {
    margin-bottom: 30px;
    overflow: hidden;
  }
    body#home .newsList .entryVox time {
      font-weight: bold;
      text-align: left;
      width: 120px;
      float: left;
      margin-right: 10px;
    }
    body#home .newsList .entryVox .category {
      color: #fff;
      font-size: 1.5rem;
      text-align: center;
      line-height: 1;
      width: 140px;
      float: left;
      padding: 5px 0;
      background: #333;
    }
    body#home .newsList .entryVox .category.ct02 {
      background: #ca4d87;
    }
    body#home .newsList .entryVox .category.ct06 {
      background: #7c72af;
    }
    body#home .newsList .entryVox .category.ct09 {
      background: #e4841e;
    }
    body#home .newsList .entryVox .category.ct11 {
      background: #8caa13;
    }
    body#home .newsList .entryVox .category.ct14 {
      background: #e74d4c;
    }
    body#home .newsList .entryVox .category.ct17 {
      background: #298eba;
    }
    body#home .newsList .entryVox .category.ct28 {
      background: #2a7f55;
    }
    body#home .newsList .entryVox .title {
      margin-left: 290px;
    }
      body#home .newsList .entryVox .title a {
        color: #000;
        text-decoration: none;
        transition: .2s;
      }
      body#home .newsList .entryVox .title a:hover {
        opacity: 0.7;
      }
      body#home .newsList .entryVox .linkPdf:after {
        display: inline-block;
        content: " ";
        width: 18px;
        height: 16px;
        margin-left: 5px;
        background: no-repeat left top / 18px 16px;
        position: relative;
        top: 2px;
      }
    body#home #news .newsList .entryVox .category {
      background-color: #f33;;
      padding: 0;
    }
    body#home #news .newsList .entryVox .category span {
      display: inline-block;
      padding: 5px 0;
      width: 100%;
    }
body#home .mainpageSection .pageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0 10px;
}
  body#home .mainpageSection .pageList .item {
    width: calc(33.3% - 24px);
  }
    body#home .mainpageSection .pageList .item a {
      display: block;
      color: #000;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: opacity .2s;
    }
    body#home .mainpageSection .pageList .item a:hover {
      opacity: .6;
    }
    body#home .mainpageSection .pageList .item img {
      width: 100%;
    }
    body#home .mainpageSection .pageList .item figcaption {
      margin-top: 12px;
    }
  body#home #banners .inner {
    height: auto;
    margin-bottom: 80px;
    padding-top: 80px;
  }
  body#home #banners .inner:before {
    display: none;
  }

/* ---------------------------------------------------------------- *
    スマートフォン・タブレット（960px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .mainContents .anchorLink {
    position: static;
  }
  /* ---------------------------------------------------------------- *
   *  トップページ/専用
   * ---------------------------------------------------------------- */
  body#home .newsSection {
    width: auto;
    padding: 40px 20px 60px 20px;
    margin-bottom: 100px;
  }
    body#home .newsSection .newsHeader {
      max-width: inherit;
      margin-bottom: 20px;
    }
        body#home .newsSection .newsTtl span {
          display: inline-block;
          vertical-align: middle;
        }
        body#home .newsSection .newsTtl .en {
          font-size: 2.8rem;
          margin-bottom: 0;
          margin-right: 10px;
        }
        body#home .newsSection .newsTtl .jp {
          font-size: 1.2rem;
          padding-left: 30px;
        }
        body#home .newsSection .newsTtl .jp::before {
          width: 20px;
        }
  body#home .newsList {}
    body#home .newsList .entryVox time {
      width: 8em;
      margin-right: 0;
      margin-bottom: 10px;
    }
    body#home .newsList .entryVox .category {
      margin-bottom: 10px;
    }
    body#home .newsList .entryVox .title {
      clear: both;
      margin-left: 0;
    }
      body#home .newsList .entryVox .title a {
        display: inline-block;
      }
      body#home .newsList .entryVox .title a:hover {
        opacity: 1;
      }
      body#home .newsList .entryVox .title span {
        display: inline-block;
        padding-right: 25px;
        background: no-repeat right center / 6px 9px;
      }
      body#home .newsList .entryVox span.linkPdf {
        background-size: 18px 16px;
        min-height: 16px;
      }
      body#home .newsList .entryVox .linkPdf:after {
        display: none;
      }
    body#home .newsSection .newsTab {
      max-width: inherit;
      margin-bottom: 40px;
    }
      body#home .newsSection .newsTab li {}
        body#home .newsSection .newsTab li a {
          font-size: 1.5rem;
          padding: 12px 5px;
        }
    body#home .newsSection .newsList {
      max-width: inherit;
    }
      body#home .newsSection .moreLink {
        text-align: center;
        max-width: inherit;
        margin-top: 40px;
      }
  body#home .mainpageSection .pageList {
    display: block;
    padding: 0 20px;
  }
    body#home .mainpageSection .pageList .item {
      width: auto;
    }
    body#home .mainpageSection .pageList .item:not(:last-of-type) {
      margin-bottom: 25px;
    }
      body#home .mainpageSection .pageList .item a:hover {
        opacity: 1;
      }
  body#home #banners .inner {
    margin-bottom: 30px;
    padding-top: 0px;
  }
</pre></body></html>