@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
.columnList.newsHead {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .columnList.newsHead {
      margin-top: 0; } }
  .columnList.newsHead .columnList__item {
    background: #043459; }
    .columnList.newsHead .columnList__item a {
      padding: 5px;
      position: relative; }
    .columnList.newsHead .columnList__item__img {
      width: 100%; }
      .columnList.newsHead .columnList__item__img img {
        width: 100%;
        height: 90%; }
        @media only screen and (max-width: 768px) {
          .columnList.newsHead .columnList__item__img img {
            height: auto; } }
    .columnList.newsHead .columnList__item__text {
      position: absolute;
      bottom: 0;
      background: rgba(4, 52, 89, 0.8);
      color: #fff;
      font-size: 1.2rem;
      padding: 10px;
      left: 5px;
      width: calc(100% - 10px); }
    @media only screen and (max-width: 768px) {
      .columnList.newsHead .columnList__item:nth-child(3), .columnList.newsHead .columnList__item:nth-child(4) {
        display: none; } }

.newsList {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .newsList {
      margin-top: 15px; } }
  .newsList__item {
    border-bottom: #ccc 1px solid; }
    .newsList__item a {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      padding: 15px;
      font-size: 1.8rem;
      color: #333;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .newsList__item a {
          padding: 10px 0;
          display: block; } }
      .newsList__item a:hover .newsList__item__text {
        text-decoration: underline; }
    .newsList__item__header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 270px; }
      @media only screen and (max-width: 768px) {
        .newsList__item__header {
          width: 100%;
          margin-bottom: 5px; } }
    .newsList__item__text {
      width: 890px;
      padding: 0 40px 0 10px; }
      @media only screen and (max-width: 768px) {
        .newsList__item__text {
          width: 100%;
          padding: 0;
          font-size: 1.4rem; } }

.newsCategory {
  width: 100px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  background: #6eba3d;
  color: #fff;
  text-align: center;
  margin-right: 15px; }
  @media only screen and (max-width: 768px) {
    .newsCategory {
      width: auto;
      white-space: nowrap;
      margin-right: 5px; } }

.newsDate {
  width: 165px; }
  @media only screen and (max-width: 768px) {
    .newsDate {
      width: auto;
      white-space: nowrap;
      font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .tabBtn__outer.newsTab {
    background: #fff; } }

@media only screen and (max-width: 768px) {
  .tabBtn.newsTab {
    border-top: #043459 1px solid;
    border-left: #043459 1px solid; } }
@media only screen and (max-width: 768px) {
  .tabBtn.newsTab .tabBtn__item {
    width: 25%;
    font-size: 1.2rem;
    padding: 10px 2px;
    border-bottom: #043459 1px solid;
    border-right: #043459 1px solid;
    color: #043459; } }
@media only screen and (max-width: 768px) {
  .tabBtn.newsTab .tabBtn__item.is-active {
    background: #043459;
    color: #fff; } }
@media only screen and (max-width: 768px) {
  .tabBtn.newsTab .tabBtn__item.is-active::after {
    display: none; } }

.select-wrap {
  position: relative; }
  .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 42px;
    width: 42px;
    text-align: center;
    color: #043459;
    pointer-events: none; }
  .select-wrap select {
    outline: none;
    -moz-appearance: none;
    text-indent: 12px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 42px;
    border: 1px solid #043459;
    color: #043459;
    font-weight: 700;
    width: 240px;
    box-sizing: border-box;
    font-size: 1.4rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .select-wrap select {
        width: 100%; } }
    .select-wrap select option {
      background-color: #fff;
      color: #043459; }

.pagination {
  margin: 30px 0 60px;
  padding-bottom: 7.5px;
  border-bottom: #043459 5px solid; }
  .pagination__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center; }
  .pagination ol {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .pagination ol li {
      font-size: 2.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      margin: 0 5px;
      color: #043459; }
      .pagination ol li a {
        font-family: "Roboto", sans-serif;
        color: #043459;
        padding: 5px 8px;
        line-height: 1;
        display: block;
        text-decoration: none;
        border: #fff 1px solid;
        position: relative; }
        .pagination ol li a:hover, .pagination ol li a.is-active {
          border-color: #043459; }
        .pagination ol li a.is-active::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 10px 7.5px;
          border-color: transparent transparent #6eba3d transparent;
          position: absolute;
          bottom: -25px;
          left: 50%;
          transform: translateX(-50%); }
  .pagination__disable a {
    pointer-events: none;
    opacity: 0.25; }

.archiveList {
  margin: 15px 0;
  text-align: right; }

.icon {
  display: inline-block;
  background: #d03434;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin-right: 5px;
  line-height: 1; }
  .icon.icon-new {
    font-family: "Roboto", sans-serif;
    font-family: 700; }

.columnWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .columnWrapper {
      display: block;
      margin-top: 0; } }
  .columnWrapper .columnMain {
    width: 800px; }
    @media only screen and (max-width: 768px) {
      .columnWrapper .columnMain {
        width: 100%; } }
  .columnWrapper .columnSub {
    width: 350px; }
    @media only screen and (max-width: 768px) {
      .columnWrapper .columnSub {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .columnWrapper .columnSub .topBnr,
      .columnWrapper .columnSub .bottomBnr {
        width: 100%; } }
    .columnWrapper .columnSub .topBnr a:hover,
    .columnWrapper .columnSub .bottomBnr a:hover {
      opacity: 0.6; }
    @media only screen and (max-width: 768px) {
      .columnWrapper .columnSub .topBnr a img,
      .columnWrapper .columnSub .bottomBnr a img {
        width: 100%;
        height: auto; } }
    .columnWrapper .columnSub .topBnr {
      margin-bottom: 30px; }
    .columnWrapper .columnSub .bottomBnr {
      margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        .columnWrapper .columnSub .bottomBnr {
          margin-bottom: 30px; } }
    .columnWrapper .columnSub__title {
      background: #043459;
      padding: 5px 10px;
      color: #fff;
      font-size: 2.4rem;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      margin-bottom: 15px; }
      .columnWrapper .columnSub__title:first-letter {
        color: #6eba3d; }
    .columnWrapper .columnSub .columnList__item {
      margin-bottom: 15px;
      background: #043459;
      width: 100%; }
      .columnWrapper .columnSub .columnList__item a {
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .columnWrapper .columnSub .columnList__item a {
            display: block; } }
      .columnWrapper .columnSub .columnList__item__img {
        width: 100%; }
        .columnWrapper .columnSub .columnList__item__img img {
          width: 100%;
          height: auto; }
      .columnWrapper .columnSub .columnList__item__main {
        padding: 10px 0; }
        @media only screen and (max-width: 768px) {
          .columnWrapper .columnSub .columnList__item__main {
            width: 100%; } }
      .columnWrapper .columnSub .columnList__item__header {
        font-size: 1.4rem;
        border-bottom: #6eba3d 2px solid;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        .columnWrapper .columnSub .columnList__item__header__date {
          color: #fff; }
      .columnWrapper .columnSub .columnList__item__text {
        font-size: 1.4rem; }

.news__header {
  background: #043459;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .news__header__data {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    .news__header__data .newsDate {
      color: #fff;
      font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .news__header__sns {
      display: none; } }
  .news__header__sns__sp {
    display: none; }
    @media only screen and (max-width: 768px) {
      .news__header__sns__sp {
        display: block;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 768px) {
      .news__header__sns__sp .share {
        justify-content: flex-end; } }
.news__title {
  padding: 30px 0 15px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #043459;
  border-bottom: #043459 2px solid; }
  @media only screen and (max-width: 768px) {
    .news__title {
      font-size: 2.4rem; } }
.news__contents {
  font-size: 1.8rem;
  line-height: 1.75;
  overflow-x: auto; }
  .news__contents p {
    margin-top: 1em; }
    .news__contents p:first-child {
      margin-top: 0; }
  .news__contents h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #043459;
    margin: 2em 0;
    background: #f0f0f0;
    padding: 5px 10px; }
  .news__contents h3 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #043459;
    margin: 2em 0; }
  .news__contents h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin: 2em 0; }
  .news__contents img {
    max-width: 100%;
    height: auto; }
  .news__contents ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em; }
  .news__contents ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2em; }
  .news__contents blockquote {
    margin: 2em 0 2em 2em; }
  .news__contents .youtube iframe {
    max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .news__contents .youtube iframe {
        width: 100%;
        height: 58.59375vw; } }
  @media only screen and (max-width: 768px) {
    .news__contents .cms_widget iframe {
      min-width: 0 !important; } }
  .news__contents a {
    color: #6eba3d;
    text-decoration: underline; }
    .news__contents a:hover {
      text-decoration: none; }
  .news__contents table {
    border: #333 1px solid !important;
    border-right: none;
    border-bottom: none; }
    .news__contents table th, .news__contents table td {
      border-right: #333 1px solid !important;
      border-bottom: #333 1px solid !important;
      padding: 10px; }
.news__footSNS {
  margin: 30px 0; }
.news__footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: #043459 1px solid;
  border-bottom: #043459 5px solid; }
  @media only screen and (max-width: 768px) {
    .news__footer {
      padding: 5px 0; } }
  .news__footer__outer {
    width: 350px; }
    @media only screen and (max-width: 768px) {
      .news__footer__outer {
        width: 33%; } }
  .news__footer__prev, .news__footer__next {
    position: relative;
    width: 350px; }
    @media only screen and (max-width: 768px) {
      .news__footer__prev, .news__footer__next {
        width: 100%; } }
    .news__footer__prev a, .news__footer__next a {
      font-size: 1.4rem;
      color: #043459;
      text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        .news__footer__prev a, .news__footer__next a {
          font-size: 1.2rem; } }
      .news__footer__prev a:hover, .news__footer__next a:hover {
        text-decoration: none; }
  .news__footer__prev {
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .news__footer__prev {
        padding-left: 10px; } }
    .news__footer__prev::before {
      color: #043459;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f104";
      font-size: 1.8rem;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .news__footer__next {
    padding-right: 20px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .news__footer__next {
        padding-right: 10px; } }
    .news__footer__next::before {
      color: #043459;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      font-size: 1.8rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .news__footer__back a {
    display: block;
    background: #6eba3d;
    border: #6eba3d 1px solid;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 5px 10px;
    font-size: 1.4rem; }
    .news__footer__back a:hover {
      color: #6eba3d;
      background: #fff; }

.share {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .share__item {
    line-height: 1;
    font-size: 0;
    padding: 0 5px; }

.latestNews {
  background: #043459;
  color: #fff;
  padding: 30px;
  margin: 60px 0; }
  @media only screen and (max-width: 768px) {
    .latestNews {
      padding: 15px;
      margin: 30px 0; } }
  .latestNews__title {
    font-size: 3.6rem;
    letter-spacing: -0.1em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #6eba3d 2px solid; }
    @media only screen and (max-width: 768px) {
      .latestNews__title {
        font-size: 2.4rem;
        text-align: center; } }
    .latestNews__title:first-letter {
      color: #6eba3d; }
  .latestNews__item {
    border-bottom: #ccc 1px solid; }
    .latestNews__item a {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      color: #fff;
      text-decoration: none;
      padding: 10px 0; }
      .latestNews__item a:hover {
        text-decoration: underline; }
  .latestNews__img {
    width: 120px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .latestNews__img {
        width: 25%; } }
    .latestNews__img img {
      width: 100%;
      height: auto; }
  .latestNews__text {
    width: 610px; }
    @media only screen and (max-width: 768px) {
      .latestNews__text {
        width: calc( 75% - 10px ); } }

/*# sourceMappingURL=news.css.map */
