@charset "UTF-8";
/* noto-serif-jp-500 - latin */
@font-face {
  font-family: "Noto Serif JP";
  font-style: Medium;
  font-weight: 500;
  src: url("../font/noto-serif-jp-medium.woff") format("woff"), url("../font/noto-serif-jp-medium.woff2") format("woff2"), url("../font/noto-serif-jp-medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url("../font/noto-sans-jp-v28-latin_japanese-500.woff2") format("woff2"), url("../font/noto-sans-jp-v28-latin_japanese-500.woff") format("woff"), url("../font/noto-sans-jp-v28-latin_japanese-500.ttf") format("truetype"), url("../font/noto-sans-jp-v28-latin_japanese-500.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/noto-sans-jp-v28-latin_japanese-700.woff2") format("woff2"), url("../font/noto-sans-jp-v28-latin_japanese-700.woff") format("woff"), url("../font/noto-sans-jp-v28-latin_japanese-700.ttf") format("truetype"), url("../font/noto-sans-jp-v28-latin_japanese-700.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
/* noto-sans-jp-900 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-jp-v36-latin_japanese-900.woff2") format("woff2"), url("../font/noto-sans-jp-v36-latin_japanese-900.woff") format("woff"), url("../font/noto-sans-jp-v36-latin_japanese-900.ttf") format("truetype"), url("../font/noto-sans-jp-v36-latin_japanese-900.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
.bl_news_contInr {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.6;
  border-bottom: 1px solid #202d4b;
  padding: 14px 0;
}
.bl_news_contInr:hover {
  text-decoration: none;
}
.bl_news_contInr:hover .bl_news_contYmd {
  background-color: #202d4b;
  border-color: #202d4b;
  color: #fff;
}
.bl_news_contInr:hover .bl_news_contTtl {
  text-decoration: underline;
}
.bl_news_contYmd {
  margin-right: 15px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 0;
  line-height: 1;
  width: 96px;
  text-align: center;
  transition: 0.2s;
  font-size: 1.4rem;
}
.bl_news_contTtl {
  font-weight: bold;
}
.bl_news_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 35px;
  margin-left: auto;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  letter-spacing: 3px;
  color: #202d4b;
}
.bl_news_btn::after {
  content: "＞";
  position: absolute;
  right: 0;
}
.bl_news_btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.bl_page_list {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  /*  border: solid 2px #111; */
}
@media screen and (min-width: 767px) {
  .bl_page_list.__news .bl_page_itemLink {
    font-size: 1.6rem;
  }
  .bl_page_list.__news .bl_page_itemArrow {
    font-size: 1.6rem;
  }
}
.bl_page_itemLink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  font-size: 2rem;
  color: #202d4b;
  font-weight: bold;
  transition: all 0.15s linear;
}
.bl_page_itemLink.isActive {
  background: #202d4b;
  color: #fff;
  pointer-events: none;
  text-decoration: underline;
}
.bl_page_itemLink:not(.isActive):not(.arrow):hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.bl_page_itemArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
  font-size: 2rem;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
  background: #fff;
  white-space: nowrap;
  width: 4.5em;
}
.bl_page_itemArrow:hover {
  opacity: 0.6;
}
.bl_page_itemArrow.is_prev {
  padding-right: 25px;
}
.bl_page_itemArrow.is_next {
  padding-left: 25px;
}

.el_ttl_type01 {
  color: #2e416d;
  font-family: "Noto Serif JP", serif;
  /*——　文字の右にライン　——*/
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
.el_ttl_type01::after {
  content: "";
  border-top: 1px solid #202d4b;
  flex-grow: 1;
}
.el_ttl_type01::after {
  margin-left: 1rem;
}

.el_ttl_beforeIcon {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP";
  background-color: #202d4b;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 20px 10px 50px;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.el_ttl_beforeIcon.__catch {
  margin-bottom: 15px;
}
.el_ttl_beforeIcon.__center_left {
  margin-left: auto;
  margin-right: auto;
}
.el_ttl_beforeIcon::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/_common/img/common/icon_book.svg);
}
.el_ttl_beforeIcon.__yellow {
  color: #eacd7a;
}
.el_ttl_beforeIcon.__yellow::before {
  background-image: url(/_common/img/common/icon_book_yellow.svg);
}

.el_btn_type01 {
  border: 1px solid #202d4b;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 211px;
  padding: 10px 30px 10px 25px;
  line-height: 1.4;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  letter-spacing: 4px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP";
  color: #202d4b;
}
.el_btn_type01 span {
  margin-right: 3em;
}
.el_btn_type01.__wt {
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}
.el_btn_type01::after {
  content: "＞";
  position: absolute;
  right: 15px;
}
.el_btn_type01:hover {
  text-decoration: none;
  opacity: 0.6;
}
.el_btn_type01.__center {
  margin: 0 auto;
}
.el_btn_type01.__tac {
  text-align: center;
}

.el_btn_type02 {
  border: 1px solid #202d4b;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 211px;
  padding: 10px 30px 10px 25px;
  line-height: 1.4;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  letter-spacing: 4px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP";
  color: #202d4b;
  text-align: right;
}
.el_btn_type02 span {
  margin-right: 3em;
}
.el_btn_type02.__wt {
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}
.el_btn_type02::after {
  content: "＜";
  position: absolute;
  left: 15px;
}
.el_btn_type02:hover {
  text-decoration: none;
  opacity: 0.6;
}
.el_btn_type02.__center {
  margin: 0 auto;
}
.el_btn_type02.__tac {
  text-align: center;
}

/*respo*/
@media screen and (max-width: 1184px) {
  .el_ttl_beforeIcon.__catch {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .bl_news_cont {
    margin-bottom: 5px;
  }
  .bl_news_cont:first-of-type .bl_news_contInr {
    padding: 0 0 10px;
  }
  .bl_news_cont:not(:first-of-type) .bl_news_contInr {
    padding: 10px 0;
  }
  .bl_news_contInr {
    flex-direction: column;
    align-items: inherit;
  }
  .bl_news_contYmd {
    margin-bottom: 10px;
    font-size: 1.3rem;
    width: 100px;
    padding: 5px 0;
    letter-spacing: 0.8px;
  }
  .bl_news_btn {
    padding: 10px 25px;
    letter-spacing: 2px;
  }
  .bl_news_btn::after {
    font-size: 0.8em;
    top: 50%;
    transform: translateY(-50%);
  }
  /* ページャー */
  .bl_page_list {
    justify-content: center;
  }
  .bl_page_itemLink {
    font-size: 1.4rem;
  }
  .bl_page_itemArrow {
    font-size: 1.4rem;
  }
  .bl_page_itemArrow.is_prev {
    padding-right: 20px;
  }
  .bl_page_itemArrow.is_next {
    padding-left: 20px;
  }
  /*elements*/
  .el_btn_type01 {
    padding: 7px 60px 7px 20px;
    min-width: auto;
    margin: 0 auto;
  }
  .el_btn_type01::after {
    right: 10px;
    font-size: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .el_btn_type01.__tac {
    padding: 7px 40px 7px 40px;
  }
  .el_btn_type02 {
    padding: 7px 20px 7px 60px;
    min-width: auto;
    margin: 0 auto;
  }
  .el_btn_type02::after {
    left: 10px;
    font-size: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .el_btn_type02.__tac {
    padding: 7px 40px 7px 40px;
  }
  .el_ttl_beforeIcon {
    z-index: inherit;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 7px 18px 7px 40px;
  }
  .el_ttl_beforeIcon::before {
    height: 22px;
    height: 22px;
  }
  .el_ttl_beforeIcon.__catch {
    margin-left: 0;
  }
  .el_ttl_beforeIcon.__center_left {
    margin-left: 0;
  }
}