@charset "utf-8";

/* ------------------------------------ */
/* IRニュースページ
/* ------------------------------------ */

/* IRニュース
-------------------------------------------*/
.newsBl {
  padding: 36px 0 0 0;
}

.newsBl .news_dl_dl_dd {
  margin-top: .6em;
}

.news_select_cate {
  position: relative;
  width: fit-content;
  transition: all .3s;
}

.news_select_cate:hover {
  opacity: 0.4;
}

.news_select_cate::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 27px;
  top: 14px;
}

.news_select_cate_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: .55em 3em .55em 1.5em;
  transition: all 0.3s;
  cursor: pointer;
  color: #000;
}

.news_select_option {
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0;
}

.news_tab {
  margin: 27px auto 0;
}

.news_tab_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.6em;
}

.news_tab_ul+.news_tab_list {
  margin-top: 80px;
}

.news_tab_list_inr {
  display: none;
}

.news_tab_list_inr.active {
  display: none;
}

.news_tab_ul_li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 3.8666%;
  width: 22.1%;
}

.news_tab_ul_li:last-child {
  margin-right: 0;
}

.news_tab_ul_li:last-child:after {
  display: none;
}

.news_tab_ul_li_a,
.news_tab_ul_li_a:link,
.news_tab_ul_li_a:visited {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0;
  padding: .56em 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  background: #c5d147;
  display: block;
  border: 2px solid #c5d147;
}

.news_tab_ul_li_a:hover {
  color: #000;
  background: #fff;
}

.news_tab_ul_li.active .news_tab_ul_li_a {
  color: #000;
  background: #fff;
}

.news_tab_ul_li.active .news_tab_ul_li_a:hover {
  opacity: 0.7;
}

.news_tab_ul_li_a:hover::before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.news_tab_ul_li_a.current::before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}



@media (max-width: 1000px) {
  .news_tab_ul {
    padding: 0 1em;
  }

  .news_tab_ul_li_a,
  .news_tab_ul_li_a:link,
  .news_tab_ul_li_a:visited {
    font-size: 1.6rem;
  }
}



@media (max-width: 767px) {
  .newsBl {
    padding: 0;
    margin-top: -5px;
  }

  .newsBl .news_dl {
    padding: .8em 10px 0.6em;
  }

  .newsBl .news_dl_dl_dd {
    margin-top: 13px;
  }

  .news_select_cate:hover {
    opacity: 1;
  }

  .news_select_cate::after {
    width: 4px;
    height: 4px;
    right: 10px;
    top: 11px;
  }

  .news_select_cate_btn {
    font-size: 1.3rem;
    padding: .3em 1.9em .3em .7em;
  }

  .news_tab {
    margin: 17px auto 0;
  }

  .news_tab_ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 12px;
  }

  .news_tab_ul_li {
    margin-right: 4%;
    width: 48%;
  }

  .news_tab_ul_li:nth-child(even) {
    margin-right: 0;
  }

  .news_tab_ul_li:nth-child(n + 3) {
    margin-top: 12.5px
  }

  .news_tab_ul+.news_tab_list {
    margin-top: 20px;
  }

  .news_tab_ul_li_a,
  .news_tab_ul_li_a:link,
  .news_tab_ul_li_a:visited {
    font-size: 1.4rem;
    padding: .3em 0;
    border: 1px solid #c5d147;
    border-radius: 2.5px;
  }

  .news_tab_ul_li_a:hover {
    color: #fff;
    background: #c5d147;
  }

  .news_tab_ul_li.active .news_tab_ul_li_a:hover {
    opacity: 1;
  }
}