<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****
 faq page and common styles
****/
.hide {display:none;}

.faq_content section {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .faq_content section {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .faq_content section {
    margin-left: auto;
    margin-right: auto;
  }
}

.faq_inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1024px) {
  .faq_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq_hero {
  height: 120px;
  background: no-repeat 50% 0;
  background-size: auto 100%;
  background-position: 80% 0;
  margin-bottom: 40px;
  background-color: #f5f0ea;
  background-image: url(/images/faq_head_bg.png);
}

@media (min-width: 768px) {
  .faq_hero {
    background-size: auto 100%;
    background-position: 50% 0;
  }
}

@media (min-width: 1024px) {
  .faq_hero {
    height: 161px;
    margin-bottom: 80px;
  }
}

.faq_hero_title01 {
  padding-top: 40px;
  margin: auto;
  height: 1;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #4f3b13;
}

@media (min-width: 768px) {
  .faq_hero_title01 {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .faq_hero_title01 {
    padding-top: 60px;
  }
}

.faq_title01 {
  margin-top: 80px;
  margin-bottom: 15px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #4f3b13;
}

@media (min-width: 768px) {
  .faq_title01 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.faq_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.faq_nav li {
  width: 48%;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .faq_nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    border-bottom: 1px solid #726242;
  }
}

.faq_nav &gt; li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/faq_rist_arrow.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-bottom: 1px solid #726242;
  border-top: 1px solid #726242;
  height: 70px;
  text-align: left;
  color: #726242;
}

.faq_nav &gt; li:nth-child(3),
.faq_nav &gt; li:nth-child(4){
  border-top: none;
}

@media (min-width: 1024px) {
  .faq_nav &gt; li {
    font-size: 2rem;
  }
.faq_nav &gt; li:nth-child(3),
.faq_nav &gt; li:nth-child(4){
  border-top: none;
}
}
.faq_nav &gt; li.current, .faq_nav &gt; li:hover {
  background-color: #726242;
  color: #fff;
  background-image: url("../images/faq_rist_arrow_act.png");
  opacity: 1;
}

@media (min-width: 1024px) {
  .faq_nav &gt; li.current, .faq_nav &gt; li:hover {
    background-image: none;
  }
}

.faq_nav &gt; li:hover img {
  opacity: 1;
}

.faq_nav &gt; li img {
  max-width: 45px;
  margin: 0;
}

@media (min-width: 1024px) {
  .faq_nav &gt; li img {
    max-width: 67px;
    margin: 10px auto 0;
  }

  .faq_nav &gt; li {
    background-image: none;
    text-align: center;
    width: 231px;
    height: 126px;
    border: 1px solid #726242;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    line-height: 1.2;
  }
  .faq_nav &gt; li:nth-child(3),
  .faq_nav &gt; li:nth-child(4){
    border-top:  1px solid #726242;
  }
}

.faq_nav_under {
  display: none;
}

@media (min-width: 1024px) {
  .faq_nav_under {
    display: block;
  }
}

@media (min-width: 1024px) {
  .faq_nav_under .faq_nav {
    border-bottom: none;
    border-top: 1px solid #726242;
  }
}

@media (min-width: 1024px) {
  .faq_nav_under .faq_nav &gt; li {
    border-radius: 0 0 4px 4px;
    border: 1px solid #726242;
    border-top: none;
  }
}

.accordion {
  margin: 50px 0;
}

.accordion div {
  border-bottom: 1px solid #cccccc;
}

.accordion:first-child {
  border-top: 1px solid #cccccc;
}

a.accordion-control {
  color: #4F3B13;
  font-size: 1.6rem;
  line-height: 1.2;
  background-image: url("/images/faq_q.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  position: relative;
  display: block;
  padding: 0 45px;
  min-height: 85px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  a.accordion-control {
    height: 85px;
   font-size: 2.2rem;
  }
}
a.accordion-control:last-child {
  border-bottom: 1px solid #cccccc;
}

a.accordion-control img {
  position: absolute;
  top: 33px;
  right: 0;
  width: 23px;
  padding: 0;
}

.accordion .accordion-panel {
  border-top: 1px solid #cccccc;
  font-size: 18px;
  padding: 18px 0;
  line-height: 1.6;
  border-bottom: none;
}

.accordion .accordion-panel p {
  margin-bottom: 20px;
}

.item {
  position: relative;
}

.item span.link_id_hd {
  top: -100px;
  visibility:hidden;
  position: absolute;
}</pre></body></html>