.p-oldandnew__contentsText a {
  color: #07f;
}

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

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

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

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

.p-oldandnew-infoTitle {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.5rem 3rem;
  display: inline-block;
}

.p-oldandnew__list {
  align-items: center;
}
.p-oldandnew__list li {
  line-height: 1.3;
}

.p-oldandnew .c-listCardItem {
  width: calc(25% - 12px);
}
@media screen and (max-width: 767px) {
  .p-oldandnew .c-listCardItem {
    width: 48.5%;
  }
}
.p-oldandnew .c-table--3col-center td {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-oldandnew .c-table--3col-center td {
    width: auto;
  }
}
.p-oldandnew .c-table--3col-center > td > a {
  position: relative;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-oldandnew .c-table--3col-center > td > a {
    padding-right: 4vw;
  }
}
.p-oldandnew .c-table--3col-center > td > a::after {
  content: "";
  background-image: url(/oldandnew/img/oldandnew_icon_pdf.gif);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 14px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .p-oldandnew .c-table--3col-center > td > a::after {
    width: 2.8vw;
    height: 3.4vw;
  }
}

.p-oldandnew__table a {
  color: #07f;
}

@media screen and (min-width: 767px) {
  .p-oldandnew .c-table--3col-center td.p-oldnew__newsPict a:before {
    display: inline-block;
    content: "NEW";
    background: #ca0211;
    border-radius: 5px;
    color: #fff;
    padding: 0.1rem 0.5rem;
    margin-right: 0.7rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-oldandnew .p-oldandnew__table td.p-oldnew__newsPict a:before {
    display: inline-block;
    content: "NEW";
    background: #ca0211;
    border-radius: 5px;
    color: #fff;
    padding: 0.1rem 0.5rem;
    margin-right: 0.7rem;
    font-size: 0.9rem;
  }
}
.p-oldnew__lvt {
  text-align: center;
}
.p-oldnew__lvt a {
  display: inline-block;
  text-align: left;
  padding-left: 3.5rem;
  padding-right: 18px;
  position: relative;
}
.p-oldnew__lvt a:before {
  position: absolute;
  left: 0;
  top: 0;
}
.p-oldnew__lvt a::after {
  content: "";
  background-image: url(/oldandnew/img/oldandnew_icon_pdf.gif);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 14px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .p-oldnew__lvt a::after {
    width: 2.8vw;
    height: 3.4vw;
  }
}
