.p-spec__secContents .l-container:first-child {
  margin-top: 5vw;
}
@media screen and (max-width: 1028px) {
  .p-spec__secContents {
    padding: 0 1rem;
    margin-top: 40px;
  }
}

.p-spec__secContents a {
  color: #0077ff;
  word-wrap: break-word;
}
.p-spec__secContents a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .p-spec__table--wrap {
    overflow: auto;
    white-space: nowrap;
  }

  .p-spec__table--wrap::-webkit-scrollbar {
    height: 5px;
  }

  .p-spec__table--wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .p-spec__table--wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.p-spec__table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.p-spec__table tbody {
  -webkit-text-size-adjust: 100%;
}
.p-spec__table th,
.p-spec__table td {
  padding: 1.5rem 0.5rem;
  border: 1px solid #999;
  font-weight: normal;
  line-height: 2;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-spec__table th,
.p-spec__table td {
    font-size: 3.12907vw;
  }
}
.p-spec__table th.p-spec__bg--blue,
.p-spec__table td.p-spec__bg--blue {
  background-color: #0077ff !important;
  color: #fff;
}
.p-spec__table th.p-spec__bg--blue a,
.p-spec__table td.p-spec__bg--blue a {
  color: #fff;
}
.p-spec__table th.p-spec__bg--grey,
.p-spec__table td.p-spec__bg--grey {
  background-color: #f5f5f5;
}
.p-spec__table tr.p-spec__bg--grey {
  background-color: #f5f5f5;
}
.p-spec__table tr:nth-child(n+1):nth-child(odd) td {
  background-color: #f5f5f5;
}
.p-spec__table .p-spec__bg--white {
  background-color: #fff !important;
}

@media screen and (min-width: 768px) {
  body {
    padding: 50px 0 0 0;
  }

  .p-spec__table--wrap {
    width: 1500px;
    padding: 0 50px;
    white-space: nowrap;
  }
}
.p-spec__w2 {
  width: 2%;
}
.p-spec__w3 {
  width: 3%;
}
.p-spec__w5 {
  width: 5%;
}
.p-spec__w10 {
  width: 10%;
}
.p-spec__w15 {
  width: 15%;
}
.p-spec__w20 {
  width: 20%;
}
.p-spec__w22 {
  width: 22%;
}
.p-spec__w25 {
  width: 25%;
}
.p-spec__w28 {
  width: 28%;
}

.p-spec__text--center {
  text-align: center;
}

.p-spec__vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-height: 18em;
  margin: 0 -3px;
}

.p-spec__red {
  color: #ff0000;
  font-size: 1rem;
}

.p-pdf_download__btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.p-pdf_download__btn {
  border-radius: 3px;
  background-color: #4e4e4e;
  width: 160px;
}

.p-pdf_download__btn:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-pdf_download__btn {
    width: 30vw;
    font-size: 2.60756vw;
  }
}
.p-pdf_download__btn a {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  color: #fff;
  padding-left: 30px;
}
.p-pdf_download__btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-pdf_download__btn a {
    padding: 2.66vw 0;
    font-size: 2.60756vw;
    padding-left: 6vw;
  }
}
.p-pdf_download__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: block;
  background-color: black;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 767px) {
  .p-pdf_download__btn a::before {
    width: 6vw;
  }
}
.p-pdf_download__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(/sample/img/icon_pdf.png) no-repeat center center;
  width: 30px;
  height: 100%;
  background-size: 18px 15px;
}

.p-pdf_request__btn a::after {
  background: url(/detail/img/icon_request.png) no-repeat center center;
  background-size: 15px 18px;
}

@media screen and (max-width: 767px) {
  .p-pdf_download__btn a::after {
    width: 6vw;
    background-size: 3.8vw 3.4vw;
  }
}
.p-pdf_download__text--small {
  font-size: 1rem;
  display: inline-block;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-pdf_download__text--small {
    font-size: 2.6vw;
  }
}
