@charset "utf-8";

.pom-small-black {
  background-image: url(../img/news/printer.png)!important;
  width: 100%!important;
  height: 32px!important;
  background-size: contain;
  margin-left: 4px;
}
.pom-small-black:hover {
  opacity: .7;
}

/*==========================
　トップページ用スタイル　ここから
===========================*/

/* --------- SP --------- */
.news-mb-section {
  background-color: #edf1f4;
  padding: 30px 15px;
  margin-top: 30px;
}

.news-mb-section .news__ttl {
  font-size: 18px;
  color: #0c4488;
  font-weight: bold;
  text-align: left;
}

.news-mb-section .news__list {
  margin-top: 20px;
}

.news-mb-section .news__item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  border: none;
}

.news-mb-section .news__thum {
  width: 100%;
  margin: 0;
}

.news-mb-section .news__thum img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.news-mb-section .news__info {
  width: 100%;
  padding: 15px;
}

.news-mb-section .news__cat {
  color: #5ea7ad;
  width: 100%;
  text-align: right;
  display: block;
  margin: 15px 0 0;
  padding: 0;
  font-size: 12px;
}

.news-mb-section .news__type {
  padding: 4px 10px;
  background-color: #0c4488;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  text-decoration: none;
  margin-right: 5px;
}

.news-mb-section .news__typedate {
  margin-bottom: 15px;
}

.news-mb-section .news__date {
  color: #c6c6c6;
  font-size: 14px;
}

.news-mb-section .news__txt {
  color: #000;
  font-size: 14px;
}

.news-mb-section .topnews-btn a {
  align-items: center;
  display: flex;
  justify-content: end;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.news-mb-section .topnews-btn a img {
  margin-left: 10px;
}

/* --------- PC --------- */
@media only screen and (min-width: 950px) {
  .news-mb-section {
    padding: 80px 0;
    margin-top: 80px;
  }

  .news-mb-section .news__ttl {
    font-size: 25px;
  }

  .news-mb-section .news__list {
    display: block;
    margin-top: 30px;
  }

  .news-mb-section .news__item {
    width: 90%;
    max-width: 100%;
    margin: 0 0 30px 0;
    padding: 30px;
  }

  .news-mb-section .news__link {
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
  }

  .news-mb-section .news__link:hover {
    opacity: 0.7;
  }

  .news-mb-section .news__thum {
    max-width: 300px;
    margin: 0;
  }

  .news-mb-section .news__info {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .news-mb-section .news__typedate {
    margin-bottom: 10px;
  }

  .news-mb-section .news__cat {
    font-size: 14px;
  }

  .news-mb-section .news__txt {
    font-size: 18px;
  }

  .news-mb-section .topnews-btn a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 950px) {
  .news-mb-section .news {
    padding: 0 30px;
  }
}
/*==========================
　トップページ用スタイル　ここまで
===========================*/




/*==========================
　共通
===========================*/
/* breadscrumb */

.page-newssingle,
.page-newsarchive {
  background-color: #edf1f4;
  padding: 35px 15px;
}

.page-newsarchive .pc-view {
  display: none;
}

/*==========================
　ニュース一覧
===========================*/

.page-newsarchive .mb-section-inner .newsarchive-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  max-width: 500px;
  margin: 0 auto;
}

.page-newsarchive .news-sidebar-wrapper {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  display: block;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  margin-bottom: 30px;
}

.news-sidebar-toggle {
  display: none;
}

.news-sidebar-Label {
  display: block;
  text-align: center;
  color: #0c4488;
  font-weight: bold;
}

.news-sidebar-Label::before {
  content: "";
  background-image: url("../img/news/news_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  right: 0;
  display: inline-block;
  position: absolute;
  transition: 0.3s;
}

.news-sidebar-Label,
.news-sidebar-contents {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.page-newsarchive .news-sidebar-contents {
  height: 0;
  overflow: hidden;
}

.news-sidebar-toggle:checked + .news-sidebar-Label + .news-sidebar-contents {
  height: auto;
}

.news-sidebar-toggle:checked + .news-sidebar-Label::before {
  transform: rotateX(180deg) !important;
}

.page-newsarchive .news-sidebar-wrapper .mb-dl {
  margin-bottom: 40px;
}

.page-newsarchive .news-sidebar-wrapper .mb-dl:last-child {
  margin-bottom: 25px;
}

.page-newsarchive .news-sidebar-wrapper .mb-dl-title {
  font-size: 16px;
  color: #000;
  border: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-newsarchive .news-sidebar-wrapper .mb-dl-list .cat-item a {
  color: #5ea7ad;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 14px;
}

.page-newsarchive .news-sidebar-wrapper .search-clear {
  color: #5ea7ad;
  text-decoration: none;
  margin: 40px 0 30px 0;
  display: block;
  font-size: 16px;
  border: 0;
  padding: 0;
  font-weight: bold;
}

.page-newsarchive .mb-news-list-item {
  background: #fff;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  border: none;
  margin-bottom: 30px;
}

.page-newsarchive .mb-news-list__txtbox {
  padding: 15px;
  width: 100%;
}

.page-newsarchive .mb-news-list__img {
  width: 100%;
}

.page-newsarchive .mb-news-list__img img {
  border-radius: 10px 10px 0 0;
}

.page-newsarchive .mb-news-list__info {
  margin-bottom: 10px;
}

.page-newsarchive .mb-news-list__text {
  font-size: 14px;
  font-weight: bold;
}

.page-newsarchive .mb-news-list__text a {
  color: #000;
}

.page-newsarchive .mb-news-list__type a {
  padding: 4px 10px;
  background-color: #0c4488;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  text-decoration: none;
  margin-right: 5px;
}

.page-newsarchive .mb-news-list-date {
  color: #c6c6c6;
  font-size: 14px;
}

.page-newsarchive .mb-news-list__cat {
  margin-top: 15px;
  width: 100%;
  display: block;
  text-align: right;
}

.page-newsarchive .mb-news-list__cat a {
  color: #5ea7ad;
  padding: 0;
}

.page-newsarchive .pagination {
  margin: 10px 0;
}

.page-newsarchive .pagination a {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #fff;
  color: #0c4488;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  border-radius: 100px;
  font-weight: bold;
}

.page-newsarchive .pagination li.current a {
  background-color: #0c4488;
}

.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after {
  font-weight: 900;
}

/*==========================
　ニュース詳細
===========================*/

.page-newssingle .mb-section-inner {
  background-color: #fff;
  padding: 30px 20px;
  width: 100%;
  border-radius: 10px;
  word-wrap: break-word;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
}

.page-newssingle .news-type-date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.page-newssingle .news-type a {
  background-color: #0c4488;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}

.page-newssingle .mb-date {
  color: #c6c6c6;
  font-size: 14px;
}

.page-newssingle .mb-title-header {
  margin-bottom: 40px;
}

.page-newssingle .mb-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.page-newssingle .mb-paragraph {
  color: #3d72b2;
  padding: 0 !important;
  border: 0 !important;
}

.page-newssingle .news-ttl-gray,
.page-newssingle h5 {
  padding: 0;
  background-color: #fff;
  color: #0c4488;
  font-size: 18px;
  margin: 20px auto 20px;
  font-weight: bold;
  border-bottom: 2px solid #0c4488;
}

.page-newssingle .content-body a {
  color: #5ea7ad;
  text-decoration: none;
}

.page-newssingle .mb-btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-newssingle .mb-btn-primary {
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
  margin-left: 10px;
  font-size: 14px;
}

.printfriendly a,
.printfriendly a:link,
.printfriendly a:visited,
.printfriendly a:active {
  background: #0c4488;
  padding: 3px 5px;
  border-radius: 5px;
}

.printfriendly a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 950px) {
  .page-newssingle,
  .page-newsarchive {
    padding: 80px 15px;
  }

  .page-newsarchive .pc-view {
    display: block;
  }

  .page-newsarchive .sp-view {
    display: none;
  }

  /*==========================
　ニュース一覧
===========================*/

  .page-newsarchive .mb-section-inner {
    max-width: 1200px;
    width: 100%;
    overflow: visible;
  }

  .page-newsarchive .news-sidebar {
    max-width: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .page-newsarchive .mb-section-inner .newsarchive-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
  }

  .page-newsarchive .news-sidebar-wrapper {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    display: block;
    box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
    position: sticky;
    top: 30px;
  }

  .page-newsarchive .news-sidebar-wrapper .mb-dl {
    margin-bottom: 40px;
  }

  .page-newsarchive .news-sidebar-wrapper .mb-dl:last-child {
    margin-bottom: 0;
  }

  .page-newsarchive .news-sidebar-wrapper .mb-dl-title {
    font-size: 18px;
    color: #000;
    border: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .page-newsarchive .news-sidebar-wrapper .mb-dl-list .cat-item a {
    color: #5ea7ad;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .page-newsarchive .news-sidebar-wrapper .search-clear {
    color: #5ea7ad;
    text-decoration: none;
    margin: 0 0 30px 0;
    display: block;
    font-size: 18px;
  }

  .page-newsarchive .news-sidebar-wrapper .search-clear:hover,
  .page-newsarchive .news-sidebar-wrapper .mb-dl-list .cat-item a:hover {
    opacity: 0.7;
  }

  .page-newsarchive .newsarchive-left {
    width: 100%;
    max-width: calc(100% - 330px);
  }

  .page-newsarchive .mb-news-list-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
    border: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }

  .page-newsarchive .mb-news-list__img {
    max-width: 300px;
    width: 100%;
  }

  .page-newsarchive .mb-news-list__img img {
    border-radius: 0;
  }

  .page-newsarchive .mb-news-list__txtbox {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .page-newsarchive .mb-news-list__info {
    margin-bottom: 15px;
  }

  .page-newsarchive .mb-news-list__text {
    font-size: 18px;
  }

  .page-newsarchive .mb-news-list__text a {
    color: #000;
  }

  .page-newsarchive .mb-news-list__type a {
    padding: 4px 10px;
    background-color: #0c4488;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
  }

  .page-newsarchive .mb-news-list-date {
    color: #c6c6c6;
  }

  .page-newsarchive .mb-news-list__type a:hover {
    opacity: 0.7;
  }

  .page-newsarchive .mb-news-list__cat {
    text-align: right;
    margin-top: 15px;
  }

  .page-newsarchive .mb-news-list__cat a {
    color: #5ea7ad;
    padding: 0;
  }

  .page-newsarchive .pagination a {
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    color: #0c4488;
    box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
    border-radius: 100px;
    font-weight: bold;
  }

  .page-newsarchive .pagination a:hover {
    background: #0c4488 !important;
  }

  .page-newsarchive .pagination li.current a {
    background-color: #0c4488;
  }

  .page-newsarchive .pagenation-box {
    width: 100%;
    max-width: calc(100% - 330px);
  }

  /*==========================
　ニュース詳細
===========================*/

  .page-newssingle .mb-section-inner {
    padding: 60px 100px;
    max-width: 950px;
  }

  .page-newssingle .news-type-date {
    margin-bottom: 20px;
  }

  .page-newssingle .news-type a {
    font-size: 14px;
  }

  .page-newssingle .mb-date {
    font-size: 18px;
  }

  .page-newssingle .mb-title-header {
    margin-bottom: 45px;
  }

  .page-newssingle .mb-title {
    font-size: 35px;
  }

  .page-newssingle .news-ttl-gray,
  .page-newssingle h5 {
    font-size: 25px;
  }

  .page-newssingle .mb-btn-holder {
    margin-top: 65px;
  }

  .page-newssingle .mb-btn-primary {
    font-size: 16px;
  }
}
