.ir-news-main .c-listInfo {
  border-bottom: solid 1px #e6e6e6;
  padding: 5.3333333333vw 0 5.3333333333vw 1.3333333333vw;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .ir-news-main .c-listInfo {
    padding: 30px 60px 30px 10px;
    flex-direction: row;
  }
}
.ir-news-main .c-listInfo:not(:last-child) {
  margin-bottom: 0;
}
.ir-news-main .c-listInfo__time {
  color: #a5a5a5;
  font-family: "Roboto", sans-serif;
  margin-right: 2.6666666667vw;
  letter-spacing: 0.06em;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .ir-news-main .c-listInfo__time {
    font-size: 1.4rem;
    margin-right: 25px;
  }
}
.ir-news-main .c-listInfo__ttl {
  display: flex;
  margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 767px) {
  .ir-news-main .c-listInfo__ttl {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.ir-news-main .c-listInfo__txt {
  font-size: 3.2vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767px) {
  .ir-news-main .c-listInfo__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1028px) {
  .ir-news-main .c-listInfo__txt {
    max-width: 74.9333333333vw;
  }
}

.ir-news__label {
  width: 15.4666666667vw;
  color: #fff;
  background-color: #4652a1;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 767px) {
  .ir-news__label {
    font-size: 1.2rem;
    width: 65px;
  }
}
.ir-news__label--ir {
  background-color: #64bfaa;
}

.ir-news__hasPdfIcon {
  position: relative;
}
.ir-news__hasPdfIcon:after {
  content: "";
  width: 8.5333333333vw;
  height: 4.2666666667vw;
  background-image: url("../../common/img/common/icon_pdf_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .ir-news__hasPdfIcon:after {
    width: 34px;
    height: 18px;
  }
}

.js-tabTarget.is-hidden {
  display: none;
}

.ir-new__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ir-new__head .ir-heading {
  margin-bottom: 0;
}

.ir-new_tabList {
  display: flex;
  align-items: center;
}

.ir-new_tabItem {
  padding: 0 4vw;
}
@media screen and (min-width: 767px) {
  .ir-new_tabItem {
    padding: 0 20px;
  }
}
.ir-new_tabItem + .ir-new_tabItem {
  border-left: solid 1px #e6e6e6;
}
.ir-new_tabItem:last-child {
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .ir-new_tabItem:last-child {
    padding-right: 10px;
  }
}

.ir-new_tabBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 3.2vw;
  color: #a5a5a5;
}
@media screen and (min-width: 767px) {
  .ir-new_tabBtn {
    font-size: 1.4rem;
  }
}
.ir-new_tabBtn.is-active {
  color: #000;
  font-weight: bold;
}

.ir-news__listInfoWrap {
  border-top: solid 1px #e6e6e6;
}

.c-listInfo__txt span {
  color: #a5a5a5;
  font-family: "Roboto", sans-serif;
  font-size: 3.2vw;
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 767px) {
  .c-listInfo__txt span {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}
.c-listInfo__txt .ir-news__new {
  font-size: 2.6666666667vw;
  color: #ce0000;
  margin-left: 6px;
}
@media screen and (min-width: 767px) {
  .c-listInfo__txt .ir-news__new {
    font-size: 1.3rem;
  }
}

.c-listInfo__link {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .c-listInfo__link:hover {
    text-decoration: underline;
  }
}
