@charset "UTF-8";
/*******************************************/
/*** ニュースリリース ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .whatsNew_contents .m-mv_ttl {
    letter-spacing: 0.08em;
  }
}

.whatsNew_eir {
  padding-top: 160px;
  padding-bottom: 120px;
  /*** E-IR ***/
  /*** E-IR ***/
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .whatsNew_eir .simplebar-placeholder {
    max-width: 250px;
  }
}
.whatsNew_eir_selectArea {
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0;
  background-color: #F5FAFF;
  width: 100%;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_selectArea {
    display: block;
    padding: 30px;
  }
}
.whatsNew_eir_filter {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67em;
  letter-spacing: 0.04em;
  margin-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_filter {
    font-size: 15px;
    line-height: 1.71em;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
  }
}
.whatsNew_eir_tab-wrap {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_tab-wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}
.whatsNew_eir_tab_list {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_tab_list {
    flex-direction: row;
    margin: 0 0 20px;
    flex-shrink: 0;
    min-width: 480px;
  }
}
.whatsNew_eir_tab_list > li {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #B4B7BF;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .whatsNew_eir_tab_list > li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #DCDEE3;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }
  .whatsNew_eir_tab_list > li + li {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_tab_list > li {
    font-size: 14px;
    border: 1px solid #DCDEE3;
    border-radius: 60px;
    padding: 2px 11px 4px 11px;
  }
  .whatsNew_eir_tab_list > li + li {
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .whatsNew_eir_tab_list > li.active {
    color: #434343;
  }
  .whatsNew_eir_tab_list > li.active::before {
    background-color: #1868D3;
  }
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir_tab_list > li.active {
    color: #fff;
    border-color: #1868D3;
    background-color: #1868D3;
  }
}
.whatsNew_eir #eirYearController {
  position: relative;
}
.whatsNew_eir #eirYearController::after {
  content: "";
  border-right: 1px solid #1868D3;
  border-bottom: 1px solid #1868D3;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.whatsNew_eir select.s_eirSelect {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  border: 1px solid #C7D9ED;
  border-radius: 4px;
  background-color: #fff;
  width: 260px;
  padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir select.s_eirSelect {
    width: 100%;
    min-width: 220px;
  }
}
@media screen and (max-width: 767.9px) {
  .whatsNew_eir .eir_container .tab_cnts {
    margin-top: 20px;
  }
}
.whatsNew_eir .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item:nth-of-type(n) {
  display: flex;
}
@media screen and (min-width: 768px) {
  .whatsNew_eir .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body {
    margin-left: 15px;
  }
}/*# sourceMappingURL=whats_new.css.map */