@charset "UTF-8";

section.news .top_btn div.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s;
  white-space: nowrap;
}

section.news .top_btn div.dropdown-btn span {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #001843;
  position: relative;
  top: 3px;
}

section.news .top_btn div.dropdown-btn img {
  margin-left: 10px;
  vertical-align: middle;
}

section.news .news_lists {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 50px;
}

section.news .news_lists .news_item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #7F8BA0;
}

section.news .news_lists .news_item:first-child {
  border-top: 1px dotted #7F8BA0;
}

section.news .news_lists .news_item .news_info .date {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #b2b9c6;
}

section.news .news_lists .news_item .news_title {
  position: relative;
  padding-right: 30px;
  width: calc(100% - 120px);
}

section.news .news_lists .news_item .news_title::after {
  content: "";
  background-image: url(../images/news/chevron-right.svg);
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

section.news .news_lists .news_item .news_title a:hover {
  text-decoration: underline;
}

section.news .news_lists .news_item .news_title a h2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin-left: 30px;
}

section.news-single .top_btn div.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s;
}

section.news-single .top_btn div.dropdown-btn span {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #001843;
  position: relative;
  top: 3px;
}

section.news-single .top_btn div.dropdown-btn img {
  margin-left: 10px;
  vertical-align: middle;
}

.top_btn {
  display: flex;
  justify-content: flex-end;
}

.top_btn .drop_btn_wrap {
  position: relative;
  transition: all 0.3s;
  line-height: 36px;
  margin-left: 35px;
}

.top_btn .drop_btn_wrap:hover {
  cursor: pointer;
}

.top_btn .drop_btn_wrap span {
  line-height: 36px;
}

.top_btn .drop_btn_wrap .dropdown {
  position: absolute;
  top: 38px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  padding: 20px 30px;
  border: 1px solid #B2B9C6;
  background-color: white;
  z-index: 10;
  overflow-y: auto;
  max-height: 50vh;
}

.top_btn .drop_btn_wrap .dropdown a {
  color: #7f8ba0;
}

.top_btn .drop_btn_wrap .dropdown a:hover {
  text-decoration: underline;
}

.top_btn .drop_btn_wrap .dropdown.shop_list_wrap {
  width: 250px;
}

.top_btn .drop_btn_wrap .dropdown.open {
  opacity: 1;
  visibility: visible;
}

.news_lists .news_item .news_info {
  width: 140px;
  flex-shrink: 0;
}

.news_lists .news_item .news_info p.cat {
  background: #b2b9c6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}

.news_content_wrap .media_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_content_wrap .media_info .cat {
  background: #b2b9c6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 32px;
  width: 120px;
  flex-shrink: 0;
}

.news_content_wrap .media_info .cat_blog {
  background-color: transparent;
  width: auto;
}

.news_content_wrap .media_info .cat_blog span {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 12px;
  background: #001843;
}

.news_attrwrap {
  display: flex;
  justify-content: space-between;
}

.news_attrwrap .categories_wrap {
  display: flex;
}

.news_attrwrap .categories_wrap span {
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #001843;
  margin-right: 20px;
  white-space: nowrap;
}

.news_attrwrap .categories_wrap .categories {
  display: flex;
  flex-wrap: wrap;

}


.news_attrwrap .categories_wrap .categories li {
  margin-right: 10px;
}

.news_attrwrap .categories_wrap .categories li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  background: #b2b9c6;
  padding: 5px 12px;
}

.news_attrwrap .categories_wrap .categories li a.active {
  background-color: #001843;
}

.news_cards {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}

.news_cards .news_card {
  margin-top: 32px;
  width: calc(33.3333% - 43px);
  margin-right: 64px;
}

.news_cards .news_card:nth-child(3n) {
  margin-right: 0;
}

.news_cards .news_card h3{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;  
}
.news_cards .news_card a {
  transition: 0.3s all;
}

.news_cards .news_card a:hover {
  opacity: 0.6;
}

.news_cards .news_card a .thumnai {
  position: relative;
  padding-top: 65.74074%;
}

.news_cards .news_card a .thumnai img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news_cards .news_card .news_info {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news_cards .news_card .news_info .date {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #7f8ba0;
  margin-right: 10px;
}

.news_cards .news_card .news_info .news_cat_list {
  display: flex;
  flex-wrap: wrap;
}

.news_cards .news_card .news_info .news_cat_list li {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  background: #001843;
  padding: 4px 10px;
  margin: 0 5px;
  margin-bottom: 5px;
}

.news_cards .news_card .news_info .news_title {
  margin-top: 5px;
}

.news_cards .news_card .news_info .news_title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.news_content_wrap {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 50px;
}

.news_content_wrap .date {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #7f8ba0;
}

.news_content_wrap .news_title_box {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #B2B9C6;
}

.news_content_wrap .news_title_box h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}

.news_content_wrap .excerpt {
  margin-top: 30px;
}

.news_content_wrap .index_list_wrap {
  margin-top: 30px;
  padding: 20px;
  background-color: #F7F8F9;
}

.news_content_wrap .index_list_wrap .index_menu {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #001843;
}

.news_content_wrap .index_list_wrap .index_menu div {
  max-width: 500px;
  padding: 50px;
  margin: 0 auto;
}

.news_content_wrap .index_list_wrap .index_lists,
.news_content_wrap .index_list_wrap .toc_list {
  /*要素の連番（カウンタ）の値をリセットする*/
  counter-reset: li;
  margin-top: 20px;
}

.news_content_wrap .index_list_wrap .index_lists li,
.news_content_wrap .index_list_wrap .toc_list li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin: 0 0 10px;
  /*デフォルトのスタイルを非表示にする*/
  list-style: none;
}

.news_content_wrap .index_list_wrap .index_lists li:before,
.news_content_wrap .index_list_wrap .toc_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
}

.news_content_wrap .index_list_wrap .index_lists li a,
.news_content_wrap .index_list_wrap .toc_list li a {
  text-decoration: underline;
}

.news_content_wrap .index_list_wrap .index_lists #ez-toc-container,
.news_content_wrap .index_list_wrap .toc_list #ez-toc-container {
  border: none;
}

.news_content_wrap #toc_container {
  padding: 20px;
}

.news_content_wrap #toc_container p.toc_title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #001843;
}

.news_content_wrap #toc_container .toc_list {
  /*要素の連番（カウンタ）の値をリセットする*/
  counter-reset: li;
  margin-top: 20px;
}

.news_content_wrap #toc_container .toc_list li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin: 0 0 10px;
  /*デフォルトのスタイルを非表示にする*/
  list-style: none;
}

.news_content_wrap #toc_container .toc_list li a {
  text-decoration: underline;
}

.news_content_wrap #toc_container .toc_list #ez-toc-container {
  border: none;
}

.news_content_wrap .thunail_box {
  margin-top: 30px;
}

.news_content_wrap .news_content {
  margin-bottom: 30px;
}

.news_content_wrap .news_content p {
  margin-top: 20px;
}

.news_content_wrap .news_content h2,
.news_content_wrap .news_content h3,
.news_content_wrap .news_content h4,
.news_content_wrap .news_content h5 {
  margin-top: 50px;
}

.news_content_wrap .news_content h2 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}

.news_content_wrap .news_content h2 span {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}

.news_content_wrap .news_content h3 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
  padding: 12px 25px;
  background-color: #E5E7EC;
  border-left: 5px #001843 solid;
}

.news_content_wrap .news_content a {
  text-decoration: underline;
}

.news_content_wrap .news_content ul {
  margin-top: 20px;
}

.news_content_wrap .news_content strong {
  font-weight: bold;
}

p.back a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}

.pagenate_links {
  margin-top: 50px;
  display: block;
}

.pagenate_links .page-numbers {
  display: flex;
  justify-content: center;
}

.pagenate_links .page-numbers li {
  margin: 0 10px;
  font-weight: bold;
}

.pagenate_links .page-numbers li a {
  text-decoration: underline;
}

.pagenate_links .page-numbers li.current {
  color: #7F8BA0;
}

@media screen and (max-width:820px) {
  .news_cards {
    justify-content: space-between;
  }

  .news_cards .news_card {
    margin-right: 0;
    width: 48%;
  }

}

@media screen and (max-width: 767px) {
  .news_attrwrap {
    flex-wrap: wrap;
  }

  .news_attrwrap .categories_wrap span {
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    width: 75px;
  }

  .news_attrwrap .categories_wrap .categories li a {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 6px;
  }

  .news_attrwrap .categories_wrap .categories {
    display: flex;
  }

  .news_attrwrap .categories_wrap .categories li {
    margin-bottom: 10px;
  }

  .top_btn .drop_btn_wrap {
    position: relative;
    transition: all 0.3s;
    line-height: 36px;
    margin-left: 10px;
  }

  .top_btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  section.news .top_btn div.dropdown-btn span {
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
  }

  .news_cards {
    margin: 0;
  }

  .news_cards .news_card {
    margin-top: 40px;
    width: 100%;
    margin-right: 0;
  }

  .news_content_wrap .news_title_box h1 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }

  .news_content_wrap .news_content h3 {
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
    border-left: 3px solid #001843;
    padding: 7px 15px;
  }

  .news_content_wrap .news_content p {
    margin-top: 10px;
  }

  p.back a {
    font-size: 12px;
    line-height: 18px;
  }

  section.news .news_lists .news_item {
    flex-wrap: wrap;
  }

  .news_lists .news_item .news_info {
    width: 100%;
    flex-shrink: 0;
  }

  section.news .news_lists .news_item .news_title {
    width: 100%;
    margin-top: 10px;
  }

  section.news .news_lists .news_item .news_title a h2 {

    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
  }

  section.news .news_lists .news_item .news_info .date {
    font-size: 14px;
    line-height: 24px;
  }

  section.news .news_lists {
    margin-top: 25px;
  }

  section.news-single .top_btn div.dropdown-btn span {
    font-size: 14px;
    line-height: 36px;
  }

  .news_content_wrap .index_list_wrap .index_lists li, .news_content_wrap .index_list_wrap .toc_list li,
  .news_content_wrap #toc_container .toc_list li {
    font-size: inherit;
  }

  .news_content_wrap .news_content h2 span {
    font-size: 20px;
    line-height: 32px;
  }
}

/*# sourceMappingURL=news.css.map */
.news_content img{
  height: auto;
}