@charset "UTF-8";
.c-main {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-main {
    margin-bottom: 70px;
  }
}

.c-page-header {
  background: -webkit-gradient(linear, left top, right top, from(#82A5A5), to(#4D6262));
  background: -webkit-linear-gradient(left, #82A5A5 0%, #4D6262 100%);
  background: linear-gradient(90deg, #82A5A5 0%, #4D6262 100%);
}

.protection {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .protection {
    margin-top: 42px;
  }
}

.box01 {
  margin-top: 40px;
}
.box01__list {
  margin-top: 21px;
}
.box01__list > li {
  counter-increment: item;
  position: relative;
  padding-left: 1em;
}
.box01__list > li::before {
  content: counter(item) ") ";
  position: absolute;
  left: 0;
  width: 1em;
}
.box01__list ul li {
  position: relative;
  padding-left: 1em;
}
.box01__list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .box01 {
    margin-top: 20px;
    font-size: 14px;
  }
  .box01__list {
    margin-top: 10px;
  }
}

.policy {
  margin-top: 60px;
}
.policy .box01__list > li {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-top: 30px;
  }
}

/* 英字対応 */
.translatepress-en_US .c-head01{
  line-height: 1.2;
}

.translatepress-en_US .c-head01 span{
  margin-top: 11px;
}