<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------------------------------------------------------------------------
 * style
 * ------------------------------------------------------------------------------------------------ */
.u-content-title {
  text-align: center;
}
.u-content-title .e-title {
  color: #000;
  /*font-size: 3rem;*/
  font-size: 1.875rem;
  letter-spacing: .075em;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
}
.u-content-title .e-title:after {
  content: '';
  width: 100%;
  height: 1px;
  padding: 0 5px;
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.l-osmocolor-nav-category {
  padding: 30px 0 0;
}
.l-faq-list {
  padding: 70px 0 30px;
}
.l-faq-list-item .e-question {
  color: #000;
  /*font-size: 1.8rem;*/
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 47.5px 20px 30px 100px;
  display: block;
  position: relative;
}
.l-faq-list-item .e-question:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #000 url(/assets/img/product/osmocolor/faq/icon-01.png) no-repeat center / 16px auto;
  position: absolute;
  top: 40px;
  left: 30px;
}
.l-faq-list-item .e-answer {
  /*font-size: 1.5rem;*/
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 30px 20px 30px 100px;
  display: block;
  border-top: 1px solid #b5b5b5;
  background: #f1f1f1;
  position: relative;
}
.l-faq-list-item .e-answer:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #008842 url(/assets/img/product/osmocolor/faq/icon-02.png) no-repeat center / 16px auto;
  position: absolute;
  top: 20px;
  left: 30px;
}</pre></body></html>