<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------
よくあるご質問
-------------------------------------------------*/
#conts .pageIndex {
  margin-top: -10px;
}

#conts .pageIndex ul {
  margin-left: -10px;
}

#conts .pageIndex li {
  padding-top: 10px;
  padding-left: 10px;
  width: 33.3%;
  float: left;
}

#conts .pageIndex a {
  padding: 10px 30px 10px 10px;
  border: 3px solid #ccc;
  display: block;
  opacity: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#conts .pageIndex a:after {
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background: url(/common/img/icon/arrow_b02.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
}

#conts .pageIndex a:hover {
  opacity: .6;
}

#conts .faqCate {
  margin-top: 40px;
  position: relative;
}

#conts .pagetop {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  right: 10px;
}

#conts .pagetop a {
  padding: 8px 10px 7px 30px;
  display: block;
  opacity: 1;
  color: #0f78b9;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#conts .pagetop a:before {
  width: 15px;
  height: 7px;
  background: url(/common/img/icon/arrow_t01.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}

#conts .pagetop a:hover {
  opacity: .6;
}

#conts .frame {
  margin-top: 30px;
}

#conts .frame:first-child {
  margin-top: 0;
}

#conts .question,
#conts .answer {
  padding-left: 30px;
  position: relative;
  line-height: 1.75;
}

#conts .question:before,
#conts .answer:before {
  position: absolute;
  left: 0;
  font-weight: bold;
}

#conts .question {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#conts .question:before {
  top: -1px;
  color: #ff335e;
  content: "Q.";
}

#conts .answer:before {
  top: 0;
  color: #0f78b9;
  content: "A.";
}

#conts .basicTable01 p + p {
  margin-top: 15px;
}

#conts .basicTable01 .notes {
  margin-top: 15px;
  color: #666;
  font-size: 1.2rem;
}
</pre></body></html>