<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.policy__content {
  max-width: 940px;
  line-height: 2;
  padding-bottom: 80px;
  margin-right: max(40px, calc( (100vw - 940px)/2 ));
  margin-left: max(40px, calc( (100vw - 940px)/2 ));
}

@media screen and (max-width: 560px) {
  .policy__content {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.hr60 {
  margin: 60px 0;
}

.policy__content h2 {
  padding: 60px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.policy__content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 40px;
}

.policy__content h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
  color: #5a6f7f;
}

.policy__content a {
  text-decoration: underline;
}

.policy__content small {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  color: #333333;
}

.padding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingTop20 {
  padding-top: 20px;
}

.bulletList&gt;*:lastchild{
  margin-bottom:0;
  }

.bulletList__item{
  position:relative;
  padding-left:40px;
  margin-bottom:10px;
}

.bulletList__item::before{
  content:'';
  position:absolute;
  top:.7em;
  left:16px;
  display:block;
  width:7px;
  height:7px;
  background-color:#000;
  border-radius:50%;
}

.hrDashed {
  margin: 40px 0;
  border-top: dashed 1px #bfc7ce;
}

.orderList{
  counter-reset: orderList;
}

.orderList&gt;*:lastchild{
  margin-bottom:0;
}

.orderList__item{
  position:relative;
  padding-left: 40px;
  margin-bottom:10px;
}

.orderList__item::before{
  content:counter(orderList)'.';
  position:absolute;
  top:0;
  left:16px;
  font-weight:bold;
  counter-increment:orderList;
}

/*kakko*/
.ParenthesesList__item{
  position:relative;
  padding-left: 4em;
  margin-bottom:10px;
  counter-increment: cnt;
}

.ParenthesesList__item::before{
  content: "(" counter(cnt) ") ";
  position:absolute;
  top:0;
  left:16px;
  font-weight:bold;
  counter-increment:orderList;
}

/*katakana*/
.KatakanaList__item{
  position:relative;
  padding-left: 4em;
  margin-bottom:10px;
  counter-increment: katakana;
}

.KatakanaList__item::before{
  content: "(" counter(katakana) ") ";
  position:absolute;
  top:0;
  left:16px;
  font-weight:bold;
  counter-increment:orderList;
}

@media screen and (max-width: 560px) {

  .policy__content {
    padding-bottom: 60px;
  }

  .policy__content h2 {
    padding: 40px 0;
    font-size: 18px;
    line-height: 1;
  }

  .policy__content h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .policy__content h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 40px;
    color: #5a6f7f;
  }

  .policy__content p {
    line-height: 22px;
  }

  .hr60 {
    margin: 28px 0;
  }

  .policy__content li {
    font-size: 14px;
    line-height: 22px;
  }

  .padding20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paddingTop20 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 780px){


}
</pre></body></html>