section.policy {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.policy .line {
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  section.policy .line {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
section.policy .box {
  max-width: 800px;
  margin: 0 auto;
}
section.policy .box > h2 {
  font-size: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.policy .box > h2 {
    font-size: 20px;
    margin-top: 40px;
  }
}
section.policy .box > h3 {
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.policy .box > h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}
section.policy .box > p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  section.policy .box > p {
    font-size: 15px;
    line-height: 2;
  }
}
section.policy .box > p.sign {
  margin-top: 60px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.policy .box > p.sign {
    margin-top: 40px;
  }
}
section.policy .box > dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl {
    margin-top: 30px;
  }
}
section.policy .box > dl dt {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dt {
    font-size: 18px;
  }
}
section.policy .box > dl dd {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd {
    font-size: 15px;
  }
}
section.policy .box > dl dd ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd ul li {
    margin-bottom: 5px;
  }
}
section.policy .box > dl dd ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd ul li {
    font-size: 15px;
  }
}
section.policy .box > dl dd ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--black);
}
section.policy .box > dl dd p {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd p {
    font-size: 15px;
    line-height: 2;
  }
}
section.policy .box > dl dd ol {
  margin-top: 10px;
  margin-left: 1em;
}
section.policy .box > dl dd ol li {
  list-style-type: decimal;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd ol li {
    line-height: 2;
  }
}
section.policy .box > dl dd ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.policy .box > dl dd ol li {
    font-size: 15px;
  }
}
section.policy .box .contact-box {
  border: 1px solid #000;
  padding: 35px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.policy .box .contact-box {
    margin-top: 50px;
    padding: 20px 5%;
  }
}
section.policy .box .contact-box h2 {
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.policy .box .contact-box h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
section.policy .box .contact-box h2:after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 4px;
  background-color: var(--black);
}
section.policy .box .contact-box > dl {
  max-width: 655px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.policy .box .contact-box > dl {
    max-width: 100%;
    display: block;
  }
}
section.policy .box .contact-box > dl.mt {
  margin-top: 20px;
}
section.policy .box .contact-box > dl dt {
  background-color: var(--black);
  color: var(--white);
  width: 200px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.policy .box .contact-box > dl dt {
    font-size: 15px;
    height: 30px;
    width: 190px;
  }
}
section.policy .box .contact-box > dl dd {
  width: calc(100% - 220px);
  padding-top: 3px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.policy .box .contact-box > dl dd {
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
  }
}
section.policy .box > table {
  border-collapse: collapse;
  margin-top: 25px;
}
section.policy .box > table tr th {
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #000;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
section.policy .box > table tr th:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.policy .box > table tr th {
    font-size: 15px;
    padding: 10px;
  }
}
section.policy .box > table tr td {
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding: 15px 25px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.policy .box > table tr td {
    font-size: 15px;
    padding: 10px;
  }
}
section.policy .box > table tr td.center {
  text-align: center;
}
section.policy .box > table tr td ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.policy .box > table tr td ul li {
    font-size: 15px;
    padding-left: 15px;
  }
}
section.policy .box > table tr td ul li:last-child {
  margin-bottom: 0;
}
section.policy .box > table tr td ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--black);
}
section.policy .box > table.table1 th {
  width: 33.3333333333%;
}
section.policy .box > table.table2 th {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.policy .box > table.table2 th {
    width: 55%;
  }
  section.policy .box > table.table2 th:first-child {
    width: 35%;
  }
}
section.policy .box > table.table3 th:first-child {
  width: 210px;
}
@media screen and (max-width: 767px) {
  section.policy .box > table.table3 th {
    width: 55% !important;
  }
  section.policy .box > table.table3 th:first-child {
    width: 35% !important;
  }
}