@charset "UTF-8";
@import url("global.css");
/* ---------- Index-Page ---------- */
.index #newsnavi {
  margin-bottom: 80px;
}
.index #newsnavi .newsnavi {
  border-top: #F0F0F0 solid 1px;
  border-bottom: #F0F0F0 solid 1px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index #newsnavi .newsnavi li.current a {
  background-color: #CCC;
  cursor: default;
}
.index #newsnavi .newsnavi li a {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 20px;
  line-height: 36px;
  background-color: #2866B7;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .index #newsnavi .newsnavi li a:hover {
    opacity: .8;
  }
}
.index .category_title {
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: bold;
  margin-bottom: 2em;
}
.index .newslist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 60px;
}
.index .newslist .item {
  width: calc( 100% / 3 );
  padding: 0 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .newslist .item .inner {
  display: block;
}
.index .newslist .item .inner .img {
  width: 100%;
  height: 0;
  padding-top: 52.3%;
  overflow: hidden;
  position: relative;
}
.index .newslist .item .inner .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.index .newslist .item .inner .text {
  margin-top: 20px;
  text-align: justify;
}
.index .newslist .item .inner .text .postinfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.index .newslist .item .inner .text .postinfo .postdate {
  color: #2866B7;
  line-height: 1;
  font-size: clamp(11px, 1.4vw, 19px);
  font-family: "Akshar", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 24px;
}
.index .newslist .item .inner .text .postinfo .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index .newslist .item .inner .text .postinfo .cat > span {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
  font-size: .8em;
  line-height: 24px;
  background-color: #2866B7;
  color: #FFF;
}
.index .newslist .item .inner .text .posttitle {
  font-size: clamp(13px, 1.5vw, 17px);
}
.index .newslist .item a .text .posttitle {
  text-decoration-color: rgba(40, 102, 183, 0.2);
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 0;
}
@media (any-hover: hover) {
  .index .newslist .item a:hover .img img {
    transform: scale(1.05);
  }
}

/* ---------- Entry-Page ---------- */
.entry #post .post-title {
  margin-bottom: 50px;
}
.entry #post .post-title::after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 55px;
  height: 5px;
  background-color: #2866B7;
}
.entry #post .post-title .title {
  font-size: clamp(18px, 2.1vw, 22px);
  margin-bottom: 5px;
}
.entry #post .post-title .info {
  display: flex;
}
.entry #post .post-title .info .postdate {
  color: #2866B7;
  line-height: 1;
  font-size: clamp(14px, 1.5vw, 19px);
  font-family: "Akshar", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 24px;
}
.entry #post .post-title .info ul.cat {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry #post .post-title .info ul.cat li a {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
  font-size: .8em;
  line-height: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #2866B7;
  color: #FFF;
}
.entry #post #postbody .postbody {
  text-align: justify;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ---------- Index-Page ---------- */
  .index #newsnavi {
    margin-bottom: 50px;
  }
  .index .newslist {
    margin: 0 -10px;
  }
  .index .newslist .item {
    padding: 0 10px 40px;
  }
  .index .newslist .item .inner .text {
    margin-top: 15px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #post .post-title {
    margin-bottom: 50px;
  }
  .entry #post .post-title::after {
    margin-top: 20px;
    width: 50px;
    height: 4px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ---------- Index-Page ---------- */
  .index #newsnavi {
    margin-bottom: 50px;
  }
  .index #newsnavi .newsnavi {
    padding: 20px 15px;
  }
  .index #newsnavi .newsnavi li a {
    padding: 0 15px;
    line-height: 34px;
  }
  .index .category_title {
    margin-bottom: 1.4em;
  }
  .index .newslist {
    margin: 0 -15px;
  }
  .index .newslist .item {
    width: calc( 100% / 2 );
    padding: 0 15px 40px;
  }
  .index .newslist .item .inner .text {
    margin-top: 10px;
  }
  .index .newslist .item .inner .text .postinfo .postdate {
    line-height: 22px;
  }
  .index .newslist .item .inner .text .postinfo .cat {
    gap: 7px;
  }
  .index .newslist .item .inner .text .postinfo .cat > span {
    padding: 0 8px;
    line-height: 22px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #post .post-title::after {
    margin-top: 15px;
  }
  .entry #post .post-title .info .postdate {
    line-height: 22px;
  }
  .entry #post .post-title .info ul.cat {
    margin-left: 10px;
    gap: 7px;
  }
  .entry #post .post-title .info ul.cat li a {
    padding: 0 8px;
    line-height: 22px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ---------- Index-Page ---------- */
  .index #newsnavi {
    margin-bottom: 30px;
  }
  .index #newsnavi .newsnavi {
    padding: 15px 5px;
    gap: 7px;
  }
  .index #newsnavi .newsnavi li a {
    padding: 0 10px;
    line-height: 26px;
  }
  .index .newslist {
    margin: 0 -7px;
  }
  .index .newslist .item {
    padding: 0 7px 20px;
  }
  .index .newslist .item .inner .text {
    margin-top: 7px;
  }
  .index .newslist .item .inner .text .postinfo {
    margin-bottom: 0;
  }
  .index .newslist .item .inner .text .postinfo .postdate {
    line-height: 20px;
  }
  .index .newslist .item .inner .text .postinfo .cat {
    gap: 6px;
  }
  .index .newslist .item .inner .text .postinfo .cat > span {
    line-height: 20px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #post .post-title {
    margin-bottom: 35px;
  }
  .entry #post .post-title::after {
    margin-top: 10px;
    width: 32px;
    height: 3px;
  }
  .entry #post .post-title .title {
    margin-bottom: 2px;
  }
  .entry #post .post-title .info .postdate {
    line-height: 20px;
  }
  .entry #post .post-title .info ul.cat {
    margin-left: 8px;
    gap: 6px;
  }
  .entry #post .post-title .info ul.cat li a {
    line-height: 20px;
  }
}
