.p-news__hasPdfIcon {
  position: relative;
}
.p-news__hasPdfIcon::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: -10px;
  width: 14px;
  height: 17px;
  margin-top: 5px;
  background-image: url(/common/img2019/c_icon_pdf.gif);
}
@media screen and (max-width: 767px) {
  .p-news__hasPdfIcon::after {
    right: -3vw;
    width: 3.2vw;
    height: 4vw;
    margin-top: 1.2vw;
  }
}

.p-news__mainImgArea .l-container {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-news__mainImgArea .l-container {
    padding: 0 1rem;
  }
}
.p-news__mainImgArea .p-breadCrumb {
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__mainImgArea .p-breadCrumb {
    padding: 1rem 0;
  }
}

.p-news__mainImg {
  background-image: url(/company/img/company_main.jpg);
}
@media screen and (max-width: 1028px) {
  .p-news__mainImg {
    min-height: 300px;
  }
}

.p-news__mainImgTxt {
  padding: 2rem 2rem 2rem 0;
  background-color: #fff;
  line-height: 1.4;
  left: auto;
}
@media screen and (max-width: 1028px) {
  .p-news__mainImgTxt {
    padding: 2rem 0 2rem 1rem !important;
  }
}
.p-news__mainImgTxt .c-headingSub--top {
  letter-spacing: 0.8rem;
}
.p-news__mainImgTxt .c-headingSub--bt {
  letter-spacing: 0.2rem;
}

.p-news__mainText {
  letter-spacing: 0.2em;
}
.p-news__mainText--sm {
  letter-spacing: 0.1em;
}

.p-news__border {
  border-bottom: 1px solid #444;
}

.p-news__secTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-news__secTitleWrapper {
    margin-bottom: 3.259452412vw;
    padding-bottom: 3.259452412vw;
  }
}

.p-news__btnWrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-news .c-nav__headding {
    padding: 2rem 0;
  }
}

.p-news__nav {
  padding: 0 2rem;
}
@media screen and (max-width: 1028px) {
  .p-news__nav {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__nav {
    padding: 0;
  }
}
.p-news__nav .c-listCardItem--col4 .c-listLink {
  height: 92px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news__nav .c-listCardItem--col4 .c-listLink {
    height: 12vw;
    font-size: 3.1290743155vw;
  }
}

.p-news__navi--hasborder .c-nav__list {
  border-bottom: 1px solid #444;
  padding-bottom: 80px;
  border-color: #bbb;
}
@media screen and (max-width: 767px) {
  .p-news__navi--hasborder .c-nav__list {
    padding-bottom: 11.7340286832vw;
  }
}

@media screen and (max-width: 1028px) {
  .p-news__secContents {
    padding: 0 1rem;
  }
}

.p-news__pdfLink {
  color: #0077ff;
}

.p-news__listItem {
  width: 16.6666666667%;
  text-decoration: underline;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-news__listItem {
    width: 25%;
  }
}
@media screen and (max-width: 1028px) {
  .p-news__listItem:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__listItem:last-child {
    width: 60%;
  }
}
.p-news__listItem:hover {
  text-decoration: none;
}

.p-news__listArrow {
  padding-left: 1.5rem;
  position: relative;
}

.p-news__listArrow:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -0.3em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.16em solid #3d3d3d;
  border-right: 0.16em solid #3d3d3d;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-news__secContents .c-listInfo__txt {
    max-width: 40vw;
  }
}

.p-news__lineHeight {
  line-height: 1.5;
}

.p-news__pageLink {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-news__pageLink {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.p-news2019__snsContainer {
  display: none;
}
