html, body {
  width: 100%;
  color: #000011;
  background: #ffffff;
  font-family: "kan412typos-std", sans-serif;
  line-height: 1.8;
  text-size-adjust: 100%;
  letter-spacing: 0.1em; }

p, a {
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

a {
  color: #000011;
  text-decoration: none;
  cursor: pointer;
  transition: .3s; }

a:hover {
  cursor: pointer;
  transition: .3s; }

img {
  width: 100%;
  vertical-align: bottom; }

.policy {
  margin-top: 80px;
  margin-bottom: 80px; }
  .policy__title {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center; }
  .policy__subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #3a94d2;
    box-sizing: border-box; }
  .policy__subsubtitle {
    color: #3a94d2;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .policy__subcontent {
    margin-left: 20px; }
  .policy .list--style {
    list-style: initial;
    margin-left: 20px; }
