@charset "UTF-8";
.u-pd-top40 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pd-top40 {
    padding-top: 8vw;
  }
}

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

.p-digital_catalog__mainImgArea {
  position: relative;
}
.p-digital_catalog__mainImgArea .l-container {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-digital_catalog__mainImgArea .l-container {
    padding: 0 1rem;
  }
}
.p-digital_catalog__mainImgArea .p-breadCrumb {
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.p-digital_catalog__mainImg {
  background-image: url(/company/img/company_main.jpg);
}

.p-dc__search__form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-dc__search__form {
    flex-wrap: wrap;
  }
}

.p-dc__search__title {
  font-size: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1028px) {
  .p-dc__search__title {
    font-size: 2.6075619296vw;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dc__search__title {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: bold;
    font-size: 3.9113428944vw;
  }
}

.p-dc__search__input {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-dc__search__input {
    width: 100%;
  }
}
.p-dc__search__input input {
  width: 560px;
  height: 36px;
  font-size: 1.6rem;
  text-indent: 10px;
  border: 1px solid #999;
  border-radius: 3px;
  margin-right: 1rem;
  -webkit-appearance: none;
}
@media screen and (max-width: 1028px) {
  .p-dc__search__input input {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-dc__search__input input {
    width: 100%;
    height: 9.6vw;
    font-size: 3.2vw;
    text-indent: 1.33vw;
    margin-right: 1vw;
  }
}

.p-dc__searchBtn {
  width: 80px;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #000;
}
@media screen and (max-width: 1028px) {
  .p-dc__searchBtn {
    width: 12vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-dc__searchBtn {
    width: 15vw;
    height: 9.38vw;
    font-size: 3.12vw;
  }
}

.p-dc__search__links {
  padding: 0 2rem;
}
@media screen and (max-width: 1028px) {
  .p-dc__search__links {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-dc__search__links {
    padding: 0;
  }
}
.p-dc__search__links .c-listCardItem .c-listLink {
  height: 72px;
}
@media screen and (max-width: 767px) {
  .p-dc__search__links .c-listCardItem .c-listLink {
    height: 12vw;
  }
}

.p-dc__heading-under {
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-dc__heading-under {
    margin-bottom: 5vw;
  }
}
.p-dc__heading-under:after {
  content: "";
  background: #888;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-dc__heading-under:after {
    bottom: -5vw;
  }
}

.p-dc__search__links {
  position: relative;
  z-index: 2;
}

.p-dc__item-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.p-dc__item {
  width: 146px;
  margin-right: 67.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1028px) {
  .p-dc__item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-dc__item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .p-dc__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1028px) {
  .p-dc__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .p-dc__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1028px) {
  .p-dc__item:nth-child(5n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-dc__item:nth-child(10n) {
    margin-right: 0;
  }
}

.p-dc__item--imgWrap {
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-dc__item-img {
  display: inline-block;
  position: relative;
}
.p-dc__item-img:hover {
  opacity: 0.6;
}
.p-dc__item-img img {
  max-width: 100%;
  height: auto;
}

.p-dc__item-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-dc__item-text {
    font-size: 2.7379400261vw;
  }
}

.p-dc__item-title {
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-dc__item-title {
    margin-bottom: 2vw;
  }
}

.p-dc__item-category {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-dc__item-category {
    margin-bottom: 2vw;
  }
}

.p-dc__item-content {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-dc__item-content {
    margin-bottom: 2vw;
    font-size: 2.3468057366vw;
  }
}

.p-dc__item-link {
  width: 100%;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
  display: block;
  background-color: #4e4e4e;
  border: 1px solid #444;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff !important;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-dc__item-link {
    font-size: 3.1290743155vw;
  }
}
.p-dc__item-link:after {
  content: "";
  width: 3rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-dc__item-link:after {
    width: 8vw;
  }
}
.p-dc__item-link:first-child {
  margin-bottom: 5px;
}
.p-dc__item-link:first-child:after {
  background: url(/digital_catalog/img/icon_book.png) no-repeat center center;
  background-size: 18px 15px;
  background-color: #000;
}
.p-dc__item-link:nth-child(2):after {
  background: url(/digital_catalog/img/icon_pdf.png) no-repeat center center;
  background-size: 18px 15px;
  background-color: #000;
}
.p-dc__item-link:nth-child(3) {
  margin-top: 5px;
}
.p-dc__item-link:nth-child(3):after {
  background: url(/digital_catalog/img/icon_pdf.png) no-repeat center center;
  background-size: 18px 15px;
  background-color: #000;
}
.p-dc__item-link:nth-child(3).p-dc__item-link-book:after {
  background: url(/digital_catalog/img/icon_book.png) no-repeat center center;
  background-size: 18px 15px;
  background-color: #000;
}

.p-dc__text--sm {
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-dc__text--sm {
    font-size: 1.8252933507vw;
  }
}

.p-dc__text--m {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-dc__text--m {
    font-size: 2.0860495437vw;
  }
}

.p-dc__item--space {
  height: 25px;
}

.p-dc__icon {
  width: 50px;
  max-width: 100%;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  padding: 0.5rem 0;
  display: inline-block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-dc__icon {
    width: 10vw;
    margin-right: 0;
    font-size: 1.8252933507vw;
  }
}

.p-dc__icon-new {
  color: #fff;
  background: #ca0211;
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .p-dc__icon-new {
    top: -30px;
  }
}

.is-up-01 {
  top: -43px;
}

.is-up-02 {
  top: -62px;
}

.p-dc__env-list:not(:last-child) {
  margin-bottom: 4rem;
}

.p-dc__env-dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-dc__env-dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.p-dc__env-dd__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-dc__env-dd__item {
    width: 100%;
  }
  .p-dc__env-dd__item:first-child {
    margin-bottom: 2rem;
  }
}

.p-dc__env__lineup {
  padding-left: 2rem;
}
.p-dc__env__lineup li {
  margin-bottom: 1rem;
}
.p-dc__env__lineup :first-child {
  list-style-type: disc;
}

.p-dc__news_btn {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  width: 180px;
  line-height: 2.4rem;
  text-align: center;
  margin-left: auto;
}
.p-dc__news_btn:after {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  background-image: url(/img/top_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 8px;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.4rem;
}

.p_dc__news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-dc__pageLink {
  margin-top: -160px;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-dc__pageLink {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* 総カタ カミングスーン用 10/26 */
.list-digitalbook__soon {
  position: relative;
}
.list-digitalbook__soon .list-digitalbook__soon-txt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #666666;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.list-digitalbook__soon .list-digitalbook__soon-txt span {
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list-digitalbook__soon .list-digitalbook__soon-txt span {
    top: 13.333vw;
    font-size: sp_px_to_vw(18);
  }
}

/* お気に入り対象 */
.p-dc__item-favourite {
  background-color: #377AC2;
  color: #ffffff;
  margin-top: 5px;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 1em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .p-dc__item-favourite {
    font-size: 2.3468057366vw;
  }
}
.p-dc__item-favourite:before {
  content: "";
  margin-right: 0.2em;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/digital_catalog/img/favourite_list.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.u-txtColor--blue {
  color: #0078ff !important;
}
