@charset "UTF-8";
/* =======================================================

新着情報　共通

======================================================= */
.breadcrumbs ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20em;
}

.breadcrumbs ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20em;
}

.news__tab {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .news__tab {
    margin-bottom: 30px;
    margin-top: -10px;
  }
}

@media (max-width: 428px) {
  .news__tab {
    margin-bottom: 20px;
  }
}

.news__tab::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DEE0E6;
  z-index: 2;
}

@media (max-width: 768px) {
  .news__tab::before {
    content: none;
  }
}

.news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1064px;
  margin: 0 auto -1px;
  padding: 10px 15px 0;
}

.news__tabs__item {
  position: relative;
  z-index: 1;
  width: calc(100% / 5);
  padding: 0 6px;
  height: 45px;
}

@media (max-width: 768px) {
  .news__tabs__item {
    height: auto;
    width: auto;
    margin-bottom: 10px;
    padding: 0 3px;
  }
}

.news__tabs__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #eee;
  line-height: 1.2em;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news__tabs__item a .column {
  display: inline-block;
}

@media (max-width: 768px) {
  .news__tabs__item a {
    height: auto;
    padding: 0.4em 1em 0.5em;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    min-width: 6em;
  }
}

@media (max-width: 428px) {
  .news__tabs__item a {
    font-size: 1.3rem;
  }
}

.news__tabs__item.active {
  height: 55px;
  margin-top: -10px;
  z-index: 3;
}

@media (max-width: 768px) {
  .news__tabs__item.active {
    height: auto;
    margin-top: -1px;
  }
}

.news__tabs__item.active a {
  background: #fff;
  border-left: #DEE0E6 1px solid;
  border-right: #DEE0E6 1px solid;
  background-color: #fff !important;
  border-bottom: unset;
  border-radius: 0;
  border-top-width: 3px;
  border-top-style: solid;
}

@media (max-width: 768px) {
  .news__tabs__item.active a {
    border: 1px solid;
    border-radius: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.news__tabs__item.all a {
  background-color: #f1f1f1;
  color: #333;
}

.news__tabs__item.all a:hover {
  background-color: #333;
  color: #fff;
}

.news__tabs__item.all.active a {
  border-top-color: #333;
  color: #333;
}

.news__tabs__item.news a {
  background-color: #E4E8F5;
  color: #172A88;
}

.news__tabs__item.news a:hover {
  background-color: #172A88;
  color: #fff;
}

.news__tabs__item.news.active a {
  border-top-color: #172A88;
  color: #172A88;
}

.news__tabs__item.topics a {
  background-color: #E7F3FD;
  color: #2B77BB;
}

.news__tabs__item.topics a:hover {
  background-color: #2B77BB;
  color: #fff;
}

.news__tabs__item.topics.active a {
  border-top-color: #2B77BB;
  color: #2B77BB;
}

.news__tabs__item.campaign a,
.news__tabs__item.pickup a,
.news__tabs__item.pu-silicone a,
.news__tabs__item.pu-other a {
  background-color: #FFEEE0;
  color: #E27C26;
}

.news__tabs__item.campaign a:hover,
.news__tabs__item.pickup a:hover,
.news__tabs__item.pu-silicone a:hover,
.news__tabs__item.pu-other a:hover {
  background-color: #E27C26;
  color: #fff;
}

.news__tabs__item.campaign.active a,
.news__tabs__item.pickup.active a,
.news__tabs__item.pu-silicone.active a,
.news__tabs__item.pu-other.active a {
  border-top-color: #E27C26;
  color: #E27C26;
}

.news__tabs__item.hamayu a {
  background-color: #E1F1F8;
  color: #5390AC;
}

.news__tabs__item.hamayu a:hover {
  background-color: #5390AC;
  color: #fff;
}

.news__tabs__item.hamayu.active a {
  border-top-color: #5390AC;
  color: #5390AC;
}

.news-articles {
  margin-bottom: 70px;
}

@media (max-width: 428px) {
  .news-articles {
    margin-bottom: 50px;
  }
}

.news-list {
  margin-bottom: 50px;
}

@media (max-width: 428px) {
  .news-list {
    margin-bottom: 30px;
  }
}

.news-list .article-list__img {
  width: 280px;
  min-width: 280px;
}

@media (max-width: 768px) {
  .news-list .article-list__img {
    width: 200px;
    min-width: 200px;
    height: 150px;
  }
}

@media (max-width: 428px) {
  .news-list .article-list__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.news-list .article-list__txts {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .news-list .article-list__txts {
    padding-left: 20px;
  }
}

@media (max-width: 428px) {
  .news-list .article-list__txts {
    padding-left: 15px;
  }
}

.news-list .article-list__link:hover .news-list__title {
  color: #172A88;
}

.news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list__time {
  padding-top: 0.2em;
  margin-right: 1em;
  line-height: 1em;
  margin-bottom: 5px;
}

@media (max-width: 428px) {
  .news-list__time {
    margin-right: 0.7em;
  }
}

.news-list__cate {
  line-height: 1em;
  margin-bottom: 10px;
}

@media (max-width: 428px) {
  .news-list__cate .cate-news {
    padding-left: 0.7em;
    padding-right: 0.7em;
    letter-spacing: 0;
  }
}

.news-list__title {
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 制限したい行数の数字 */
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .news-list__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 428px) {
  .news-list__title {
    font-size: 1.5rem;
    -webkit-line-clamp: 2;
    /* 制限したい行数の数字 */
  }
}

@media (max-width: 375px) {
  .news-list__title {
    font-size: 1.4rem;
  }
}

.news-list__excerpt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数の数字 */
  overflow: hidden;
  min-height: 3.2em;
}

@media (max-width: 428px) {
  .news-list__excerpt {
    display: none;
  }
}

.news-list__info--btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-list__tags {
  padding-right: 20px;
  line-height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 制限したい行数の数字 */
  overflow: hidden;
  color: #555;
}

@media (max-width: 428px) {
  .news-list__tags {
    -webkit-line-clamp: 2;
    padding-right: 0;
  }
}

.news-list__tags span {
  display: inline-block;
  margin-right: 0.5em;
}

.news-list__btn {
  color: #172A88;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 110px;
}

@media (max-width: 428px) {
  .news-list__btn {
    display: none;
  }
}

.news-list__btn .arrow-bold {
  margin-left: 0.5em;
}

.news-article__wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.news-article__time {
  margin-right: 1em;
}

.news-article__pagerbtns {
  margin-top: -20px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 428px) {
  .news-article__pagerbtns {
    margin-bottom: 50px;
  }
}

.news-article__pagerbtns__item {
  width: 100%;
}

.news-article__pagerbtns__item.next {
  text-align: left;
}

.news-article__pagerbtns__item.next a .arrow-bold {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.news-article__pagerbtns__item.prev {
  text-align: right;
}

.news-article__pagerbtns__item a {
  padding: 0.5em;
  border: #DEE0E6 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #172A88;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
}

@media (max-width: 428px) {
  .news-article__pagerbtns__item a {
    width: 145px;
  }
}

.news-article__pagerbtns__item a .arrow-bold {
  margin: 0 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-article__pagerbtns__item a:hover {
  border-color: #172A88;
  background-color: #EEF0F7;
}

.article__content h2,
.article__content .is-style-article__h-md {
  margin-top: 1.7em !important;
}

.article__content .is-style-article__h-sm {
  margin-bottom: 0.5em !important;
  margin-top: 1.5em !important;
}

.article__content .wp-block-separator {
  border-bottom: unset  !important;
}

.article__content .list-finder {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article__content .list-finder a {
  width: 100%;
  max-width: 700px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  text-decoration: none;
}

@media (max-width: 600px) {
  .article__content .list-finder a {
    width: 100%;
  }
}

.article__content .list-finder a:hover {
  background-color: #4c8dcb;
}

.article__content .list-finder a[target="_self"] {
  display: none;
  height: 0;
  width: 0;
}

.article__content .list-finder .lf_btn:nth-of-type(2) {
  margin-top: 30px;
}
/*# sourceMappingURL=news.css.map */