<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.sec_body h4.question {
  border: 2px solid #176467;
  background: #fff;
  padding: 5px 10px;
  text-align: center;
  max-width: 260px;
  position: relative;
}
.sec_body h4 {
  color: #176467;
  font-size: 125%;
  margin: 20px 0;
}
.answer-box {
  border: 2px solid #176467;
  margin-top: -44px;
  margin-left: 12px;
  padding: 40px 30px 10px;
}
@media screen and (max-width: 767px) {
  .answer-box {
    border: 2px solid #176467;
    margin-top: -30px;
    margin-left: 12px;
    padding: 40px 10px 10px;
    margin-bottom: 30px;
  }
}
.sec_body li.checked__item {
  background: none;
}
li.checked__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/checked.gif) no-repeat center #176467;
  background-size: 65% auto;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  left: 2px;
  top: 9px;
}
.sec_body h4.question:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  background: url(../images/ortho/question.png) no-repeat center;
  background-size: 49% auto;
  top: 31px;
  left: 43%;
}

a.content-inner-btn {
  background: #87bf9c;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 20px auto;
  display: block;
  max-width: 245px;
  text-align: center;
  text-decoration: none;
  font-size: 1.0rem;
  font-weight: 300;
}
li.checked__item {
  color: #38363d;
}
span.marker02 {
  border-bottom: 3px double #ed6666;
}

@media screen and (max-width: 767px) {
	.sec_body h4.question:after{
		top: 27px;
	}
}

ul li {
    margin-bottom: 20px;
    background: #fcf9f5;
    padding: 25px;
    font-size: 120%;
    line-height: 1.8;
}</pre></body></html>