<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===============
pagetitle*/
.pagetitle_wrap::after {
  background: url(../img/faq_img/title_bg.jpg) center center no-repeat;
  background-size: cover;
}
/*白いページ用*/
@media print, screen and (min-width:768px) {
  #f_bnr_area01 {
    border-top: 1px solid #1b1930;
  }
}
/*-----------------------------------faq*/
.faq {
  text-align: left;
}
.faq dt {
  position: relative;
  border: 4px solid #1b1930;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 10px 10px 45px;
  color: #f3e43d;
  background: #1b1930;
}
.faq dt span {
  position: relative;
}
.faq dt span::before {
  position: absolute;
  content: "";
  top: calc(50% - 15px);
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  background: #f3e43d;
}
.faq dt span::after {
  position: absolute;
  content: "Q";
  top: calc(50% - 13px);
  left: -38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #1b1930;
}
.faq dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #1b1930;
}
.faq dd {
  background: #f1f1f2;
  padding: 15px 10px;
  margin: 10px 0 20px;
}
.faq dd .answer {
  position: relative;
  padding: 10px 10px 10px 40px;
}
.faq dd .answer::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #f3e43d;
  border-radius: 50px;
  background: #1b1930;
}
.faq dd .answer::after {
  position: absolute;
  content: "A";
  top: 11px;
  left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #f3e43d;
}
@media print, screen and (min-width:768px) {
  .faq dt {
    font-size: 18px;
    padding: 20px 25px 20px 60px;
  }
  .faq dd {
    padding: 25px 25px;
  }
}
/*-----------------------------------voice*/
#voice {
}
.voice_box {
  background: #fff;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.voice_box h4 {
  background: #9c1919;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #e2e2e6;
  padding: 15px 0;
  font-size: clamp(1.8rem, 1.17vw, 1.6rem);
  line-height: 1.4;
}
.voice_box h4 strong {
  color: #ffee30;
  margin-right: 5px;
  fotn-size: 1.2em;
  font-weight: 700;
}
.voice_box h5 {
  margin: 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #2b2973;
  color: #2b2973;
  font-weight: 900;
  line-height: 1.4;
}
.voice_box p {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
}
.voice_box p + .voice_box p {
  padding-top: 10px;
}
.voice_box p.em_tx {
  font-size: 1.4em;
  font-weight: 900;
  color: #cc2020;
  line-height: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media print, screen and (min-width:768px) {
  .voice_box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .voice_box h4 {
    font-size: 24px;
  }
  .voice_box h5 {
    margin: 15px 30px;
    font-size: 20px;
    padding: 0 5px 10px;
  }
  .voice_box p {
    padding-left: 35px;
    padding-right: 35px;
  }
  .voice_box p + .voice_box p {
    padding-top: 15px;
  }
  .phbox_right {
    margin-right: 30px;
  }
  .voice_box p.em_tx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}</pre></body></html>