.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.btn-white-border {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25vw, 24px);
  font-weight: 500;
  height: min(5vw, 96px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-white-border {
    font-size: 4.8vw;
    height: 21.33333vw;
  }
}
.btn-white-border::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.25vw, 24px);
  transform: translateY(-50%);
  background-image: url("../images/common/icon_chevron_right_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
}
@media screen and (max-width: 768px) {
  .btn-white-border::after {
    right: 6.4vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.p-policy {
  width: 62.5vw;
  margin: 0 auto min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-policy {
    width: 100vw;
    margin: 0 auto 32vw;
  }
}
.p-policy > details {
  border-top: 1px solid #DCDCDC;
}
.p-policy > details:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.p-policy > details > summary {
  padding: min(3.333vw, 64px) min(2.5vw, 48px) min(3.333vw, 64px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary {
    padding: 8.5333vw 4.2667vw;
  }
}
.p-policy > details > summary > h2 {
  position: relative;
  font-size: min(1.875vw, 36px);
  font-weight: 500;
  line-height: 1.6;
  padding-left: min(1.875vw, 36px);
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary > h2 {
    font-size: 5.86667vw;
    padding-left: 8.5333vw;
  }
}
.p-policy > details > summary > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(1.0416vw, 20px);
  height: min(0.1042vw, 2px);
  background-color: #0090C5;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary > h2:before {
    width: 5.3333vw;
    height: 0.53333vw;
  }
}
.p-policy > details > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2.5vw, 48px);
  transform: translateY(-50%);
  width: min(2.0833vw, 40px);
  height: min(2.0833vw, 40px);
  background-image: url("../images/common/icon_accordion_open.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary::after {
    right: 4.2667vw;
    width: 8.5333vw;
    height: 8.5333vw;
  }
}
.p-policy > details[open] > summary {
  border-bottom: 1px solid #DCDCDC;
}
.p-policy > details[open] > summary::after {
  background-image: url("../images/common/icon_accordion_close.png");
}
.p-policy__content {
  padding: min(4.1667vw, 80px) 0;
}
@media screen and (max-width: 768px) {
  .p-policy__content {
    padding: 10.6667vw 5.3333vw;
  }
}
.p-policy__content > h3 {
  font-size: min(2.5vw, 48px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-policy__content > h3 {
    font-size: 6.4vw;
  }
}
.p-policy__content > h3:not(:first-child) {
  margin-top: min(3.333vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-policy__content > h3:not(:first-child) {
    margin-top: 10.6667vw;
  }
}
.p-policy__content > h4 {
  font-size: min(1.875vw, 36px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-policy__content > h4 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.p-policy__content > h4:not(:first-child) {
  margin-top: min(3.333vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-policy__content > h4:not(:first-child) {
    margin-top: 10.6667vw;
  }
}
.p-policy__content > p {
  font-size: min(1.25vw, 24px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-policy__content > p {
    font-size: 4.26667vw;
    font-weight: 300;
  }
}
.p-policy__content > b {
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-policy__content > b {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-policy__content-table {
    overflow-x: scroll;
    display: block;
    margin-right: -5.3333vw;
  }
}
.p-policy__content-table > table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-policy__content-table > table {
    table-layout: auto;
    width: calc(var(--column-count) * 40vw);
  }
}
.p-policy__content-table > table th,
.p-policy__content-table > table td {
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  padding: min(1.25vw, 24px);
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-policy__content-table > table th,
  .p-policy__content-table > table td {
    padding: 6.4vw;
    font-size: 4.26667vw;
    width: 40vw;
  }
}
.p-policy__content-table > table th {
  background-color: #DCDCDC;
  font-weight: 700;
}
.p-policy__content-table > table td {
  vertical-align: middle;
}
.p-policy__btnarea {
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-policy__btnarea {
    margin-top: 10.6667vw;
  }
}
.p-policy__btn {
  width: 25vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: min(0.625vw, 12px);
  padding-right: min(1.25vw, 24px);
  position: relative;
  margin: 0 auto;
  border: 1px solid #0090C5;
  color: #0090C5 !important;
  font-size: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-policy__btn {
    width: auto;
    height: 21.3333vw;
    font-size: 4.8vw;
    padding-left: 3.2vw;
    padding-right: 6.4vw;
  }
}
.p-policy__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.25vw, 24px);
  transform: translateY(-50%);
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/common/icon_other_link_primary.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-policy__btn::after {
    right: 6.4vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}


table tr th,
table tr td{
    border: 1px solid #000;
    padding: 1em !important;
}

