/* p-bond
---------------------------------------------------------------------------- */
.p-bond {
  padding-block: 8.7rem 10rem;
}

.p-bond-sec01-container {
  padding-top: 0.7rem;
}

.p-bond-sec02 {
  margin-top: 10.5rem;
}

.p-bond-sec02-button {
  padding-top: 1rem;
}

.p-bond-sec02-button .m-btn-arrow {
  width: 30.5rem;
  padding-block: 1.5rem 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-bond {
    padding-block: 13.3333333333vw;
  }
  .p-bond-sec01-container {
    padding-top: initial;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .p-bond-sec01-container::-webkit-scrollbar {
    display: none;
  }
  @-moz-document url-prefix() {
    .p-bond-sec01-container .p-bond-sec01-container {
      scrollbar-width: none;
    }
  }
  .p-bond-sec02 {
    margin-top: 18.6666666667vw;
  }
  .p-bond-sec02-button {
    padding-top: initial;
  }
  .p-bond-sec02-button .m-btn-arrow {
    width: 100%;
    padding-block: 4vw 4.2666666667vw;
  }
}
/* p-table01
---------------------------------------------------------------------------- */
.p-table01 {
  width: 100%;
  overflow: hidden;
}

.p-table01 th,
.p-table01 td {
  vertical-align: middle;
}

.p-table01 thead {
  border-left: 1px solid #073190;
  border-right: 1px solid #073190;
}

.p-table01 thead th {
  width: 11.75%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #073190;
  height: 7.2rem;
}

.p-table01 thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-table01 thead th:first-child {
  width: 35.4rem;
}

.p-table01 tbody th,
.p-table01 tbody td {
  padding-block: 1.4rem;
  padding-inline: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  border: 1px solid #BEBEBE;
}

.p-table01 tbody th {
  text-align: left;
}

.p-table01 tbody td {
  text-align: right;
}

.p-table01-links {
  display: flex;
  flex-direction: column;
}

.p-table01-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #073190;
  padding-left: 1em;
  text-indent: -1em;
}
.p-table01-link em {
  text-decoration: underline;
  margin-right: 0.5rem;
}

.p-table01-link ._dot {
  display: inline-block;
  width: 0.6rem;
  aspect-ratio: 1;
  background-color: #073190;
  border-radius: 50%;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
}

.p-table01-link[href$=".pdf"] ._pdf {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-image: url(/assets/images/common/icn_pdf03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -0.3rem;
}

@media (any-hover: hover) {
  .p-table01-link:hover em {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-table01 {
    width: 320vw;
  }
  .p-table01 thead th {
    font-size: 4.2666666667vw;
    height: 19.2vw;
  }
  .p-table01 thead th:first-child {
    width: 94.4vw;
  }
  .p-table01 tbody th,
  .p-table01 tbody td {
    padding-block: 3.7333333333vw;
    padding-inline: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-table01-link {
    font-size: 4.2666666667vw;
  }
  .p-table01-link em {
    margin-right: 1.3333333333vw;
  }
  .p-table01-link ._dot {
    width: 1.6vw;
    margin-right: 2.1333333333vw;
    margin-bottom: 0.5333333333vw;
  }
  .p-table01-link[href$=".pdf"] ._pdf {
    width: 5.3333333333vw;
    margin-bottom: -0.8vw;
  }
}
/* p-table02
---------------------------------------------------------------------------- */
.p-table02 {
  width: 100%;
  overflow: hidden;
  margin-top: 3rem;
}

.p-table02 th,
.p-table02 td {
  vertical-align: middle;
  border: 1px solid #BEBEBE;
  height: 7.4rem;
  padding-block: 2rem;
  padding-inline: 3rem;
}

.p-table02 th {
  width: 28rem;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  text-align: left;
  background-color: #E9F6FF;
}

.p-table02 td {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-table02 {
    margin-top: 8vw;
  }
  .p-table02 th,
  .p-table02 td {
    height: 16.8vw;
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
  .p-table02 th {
    width: 42.1333333333vw;
  }
}
