main {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .static {
    padding: 3.6rem 0;
  }
}
.static_header {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .static_header {
    padding-bottom: 0;
  }
}
.static_heading, .static_block {
  margin-bottom: 3rem;
}
.static h2 {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .static h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .static h2 {
    font-size: 1.8rem;
  }
}
.static h3, .static h4 {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .static h3, .static h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .static h3, .static h4 {
    font-size: 1.6rem;
  }
}
.static p, .static li, .static dt, .static dd {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .static p, .static li, .static dt, .static dd {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.static ol {
  padding-left: 2rem;
}
.static ol > li {
  list-style: decimal outside;
}
.static a {
  text-decoration: underline;
}
.static a:hover {
  text-decoration: none;
}

.privacy h3 {
  margin-top: 3rem;
}
.privacy table {
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  font-size: 1.4rem;
  margin: 1.2rem auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .privacy table {
    font-size: 1.2rem;
  }
}
.privacy th, .privacy td {
  border-bottom: 1px solid #202020;
  line-height: 3.2rem;
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .privacy th, .privacy td {
    line-height: 2;
  }
}
.privacy th:nth-of-type(odd), .privacy td:nth-of-type(odd) {
  border-right: 1px solid #202020;
}
.privacy dd {
  display: inline-block;
}
.privacy dt {
  display: block;
}
.privacy_info {
  padding-left: 2rem;
}
@media screen and (max-width: 479px) {
  .privacy_info {
    padding-left: 0;
  }
}
.privacy_info dt, .privacy_info dd {
  display: inline-block;
}
.privacy_info dt {
  width: 8rem;
}
@media screen and (max-width: 479px) {
  .privacy_info dt {
    width: 4.4rem;
  }
}

.sctl table {
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  font-size: 1.4rem;
  margin: 1.2rem auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sctl table {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .sctl table {
    display: block;
  }
}
.sctl th, .sctl td {
  border-bottom: 1px solid #202020;
  line-height: 3.2rem;
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sctl th, .sctl td {
    line-height: 2;
  }
}
@media screen and (max-width: 479px) {
  .sctl th, .sctl td {
    display: block;
  }
}
.sctl th {
  background-color: #efefef;
  border-right: 1px solid #202020;
  width: 30%;
}
@media screen and (max-width: 479px) {
  .sctl th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 0;
    display: block;
    width: 100%;
  }
}
.sctl td {
  width: 70%;
}
@media screen and (max-width: 479px) {
  .sctl td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
.sctl small {
  font-size: 1.2rem;
  line-height: 2;
}
