@charset "UTF-8";
/* CSS Document */

/* =========================
  policy全体
========================= */

.policy-page {
  margin-top: 90px;
}
main p , main li {
  font-size: 1.7rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  main p , main li {
    font-size: 1.6rem;
  }
}
.policy-page__ttl {
  text-align: center;
  margin-bottom: 60px;
}
.policy__ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-weight: 500;
}
.table-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .policy-table {
    min-width: 600px;
  }
}

/* =========================
  policy-plan
========================= */
.policy-plan {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.policy-plan__center {
  text-align: center;
  margin-top: 30px;
}
.policy-plan__block , .policy-plan__period {
  margin-top: 30px;
}



/* =========================
  policy-data
========================= */
.policy-data__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
  align-items: flex-start;
  justify-content: space-between;
}
.policy-data__item {
  width: calc(50% - 30px);
}
.policy-data__ttl {
  margin-bottom: 40px;
  background: #274870;
  color: #fff;
  font-weight: 400;
  padding: 5px 8px;
  text-align: center;
  letter-spacing: -0.05rem;
}
.policy-data__ttl--table {
  margin-bottom: 10px;
}
.policy-data__lead {
  margin-bottom: 20px;
}
.policy-data__img {
  width: 90%;
  max-width: 490px;
  margin: 0 auto;
}

.policy-data__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #000;
}
.policy-data__col--label {
  width: 180px;
}
.policy-data__col--value {
  width: auto;
}
.policy-data__table th,
.policy-data__table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.policy-data__table th {
  font-weight: 600;
  border-right: 1px solid #000;
  line-height: 1.4;
}
.policy-data__head {
  background-color: #f1f5fe;
}
.policy-data__table tr:last-child th,
.policy-data__table tr:last-child td {
  border-bottom: none;
}
.policy-data__note {
  margin-top: 15px;
}
.policy-data__note p {
  font-size: 1.4rem;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .policy-data__item {
    width: 100%;
  }
  .policy-data__ttl {
    margin-bottom: 24px;
  }
  .policy-data__ttl--table {
    margin-bottom: 10px;
  }
  .policy-data__col--label {
    width: 140px;
  }
  .policy-data__table th,
  .policy-data__table td {
    padding: 10px 8px;
  }
}

/* =========================
  policy-privacy
========================= */

.policy-privacy__ttl-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.policy-privacy__ttl {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.policy-privacy__date {
  line-height: 1.4;
}
.policy-privacy__sign {
  text-align: right;
  margin-top: 30px;
}
.policy-privacy__block {
  margin-top: 30px;
}
.policy-privacy__block-ttl {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.policy-privacy__block-ttl::before {
  position: absolute;
  content: "■";
  color: #00bce3;
  top: 0;
  left: 0;
}
.policy-privacy__contact-ttl {
  background: #00bce3;
  color: #fff;
  line-height: 1.2;
  padding: 1px 4px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .policy-privacy__ttl-wrap {
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================
  policy-handling
========================= */

.policy-handling__body {
  margin-top: 40px;
}
.policy-handling__block + .policy-handling__block {
  margin-top: 30px;
}
.policy-handling__block-ttl {
  font-weight: 600;
}
.policy-handling__txt {
  margin-top: 5px;
}
.policy-handling__table-block {
  margin-top: 20px;
}
.policy-handling__table-block {
  margin-top: 40px;
}
.policy-handling__table-label {
  margin-bottom: 15px;
  font-weight: 400;
}
.policy-handling__table-note {
  margin-top: 10px;
}
.policy-table {
  width: 100%;
  border-collapse: collapse;
}
.policy-table th,
.policy-table td {
  padding: 10px 15px;
  border: 1px solid #333;
  vertical-align: middle;
}
.policy-table__head {
  text-align: center;
  font-weight: 600;
  background: #f0f0f0;
}
.policy-table__sub {
  width: 25%;
  text-align: left;
  font-weight: 600;
}
.policy-table__data {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .policy-table th,
  .policy-table td {
    padding: 14px 12px;
  }
  .policy-table__sub {
    width: 40%;
  }
}


/* =========================
  policy-contact
========================= */

.policy-contact {
  margin-top: 40px;
}
.policy-contact__ttl {
  font-weight: 700;
  margin-bottom: 15px;
}
.policy-contact__table {
  width: 100%;
  border-collapse: collapse;
}
.policy-contact__head {
  padding: 10px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #000;
}
.policy-contact__label {
  width: 25%;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #000;
}
.policy-contact__data {
  padding: 3px 10px;
  border: 1px solid #000;
}
.policy-contact__row {
  display: flex;
  align-items: stretch;
}
.policy-contact__row-label {
  position: relative;
  min-width: 120px;
  padding: 3px 10px;
}
.policy-contact__row-label::after {
  content: "";
  position: absolute;
  top: -30%;
  right: 0;
  width: 1px;
  height: 160%;
  background: #000;
}
.policy-contact__row span:last-child {
  padding: 3px 10px;
}


/* =========================
  policy-quality
========================= */

.policy-quality__ttl-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.policy-quality__ttl {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.policy-quality__sign {
  text-align: right;
  margin-top: 30px;
}
.policy-quality__list {
  margin-top: 30px;
}
.policy-quality__item {
  font-weight: 600;
}


/* =========================
  policy-certification
========================= */

.policy-certification__ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.policy-certification__list {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.policy-certification__item {
  width: calc((100% - 60px) / 3);
  display: flex;
}
.policy-certification__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  background: #fff;
}
.policy-certification__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 260px;
  padding: 30px 20px;
}
.policy-certification__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.policy-certification__img1 img {
  max-width: 307px;
}
.policy-certification__img2 img {
  max-width: 170px;
}
.policy-certification__img3 img {
  max-width: 316px;
}
.policy-certification__name {
  padding: 10px;
  text-align: center;
  background: #f1f5fe;
  color: #274870;
  font-weight: 600;
  line-height: 1.4;
}
.policy-certification__note {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .policy-certification__list {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .policy-certification__item {
    width: 100%;
    max-width: 600px;
  }
  .policy-certification__img {
    min-height: 220px;
  }
}


@media screen and (max-width: 500px) {
  .policy-certification {
    margin-top: 100px;
  }
  .policy-certification__item {
    width: 100%;
  }
  .policy-certification__img {
    padding: 30px 15px;
  }
  .policy-certification__name {
    padding: 15px;
  }
}