<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.Faq {
  font-size: 1.6rem;
}
.Faq .Faq-box {
  border-top: 1px dashed #b2b2b2;
  padding-top: 20px;
  background: url(../images/arr_rev.gif) no-repeat top 40px right;
}
.Faq .Faq-box.open {
  background: url(../images/arr.gif) no-repeat top 40px right;
}
.Faq .ttl_faq {
  cursor: pointer;
  padding-left: 70px;
  padding-right: 40px;
  min-height: 46px;
  background: url(../images/icon_q.gif) no-repeat;
  margin-bottom: 20px;
  font-size: 2rem;
  padding-top: 8px;
  font-weight: bold;
}
.Faq .Faq-box-body {
  padding-left: 70px;
  padding-top: 8px;
  background: url(../images/icon_a.gif) no-repeat;
  padding-bottom: 30px;
}
.Faq .Faq-box-body ol {
  counter-reset: my-counter;
}
.Faq .Faq-box-body ol li {
  margin-bottom: 20px;
  padding-left: 30px;
}
.Faq .Faq-box-body ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  height: 18px;
  width: 18px;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  left: -30px;
  margin-right: -30px;
}
.Faq .Faq-underline {
  color: #0068b7;
  text-decoration: underline;
}
.Faq .Faq-strong {
  font-size: 1.6rem;
  color: #0068b7;
  font-weight: bold;
}
@media only screen and (max-width: 936px) {
  .Faq .Faq-box {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }
  .Faq .Faq-box.open {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }
  .Faq .ttl_faq {
    -webkit-background-size: 33px;
    background-size: 33px;
    font-size: 1.6rem;
    padding-left: 50px;
    padding-top: 5px;
  }
  .Faq .Faq-box-body {
    -webkit-background-size: 33px;
    background-size: 33px;
    font-size: 1.4rem;
    padding-left: 50px;
    padding-top: 5px;
  }
}
</pre></body></html>