<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../../assets/font/LINESeedJP_OTF_Rg.otf");
}
.linereg {
  font-family: "LINE Seed JP_OTF Reguler";
}

@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../../assets/font/LINESeedJP_OTF_Bd.otf");
}
.linebold {
  font-family: "LINE Seed JP_OTF Bold";
  font-weight: bold;
}

/* faq */
/* ============================================ */
.section-width {
  max-width: 1280px !important;
  width: 90% !important;
  margin: 0 auto;
}

.second-main-bottom__content {
  position: relative;
}

.main__bg {
  position: absolute;
  top: 5%;
  left: 0;
  width: 20vw;
}
@media all and (max-width: 600px) {
  .main__bg {
    width: 50vw;
  }
}
.main__bg02 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 26vw;
}
@media all and (max-width: 600px) {
  .main__bg02 {
    width: 70vw;
  }
}
.main__bg03 {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 20vw;
}
@media all and (max-width: 600px) {
  .main__bg03 {
    width: 70vw;
    bottom: -3%;
  }
}

.faq__content {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .faq__content {
    margin-top: 50px;
  }
}
.faq__ttl {
  text-align: center !important;
  font-size: clamp(24px, 4vw, 32px) !important;
  font-weight: 500;
  margin-bottom: 40px;
}

.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1000px;
  position: relative;
  width: 90%;
}

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 4px;
  border: 2px solid #eee;
  color: #040000;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
}
@media all and (max-width: 600px) {
  .accordion-title {
    padding: 10px 30px 10px 20px;
  }
}
.accordion-title span:first-child {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
  color: #D46715;
}
@media all and (max-width: 896px) {
  .accordion-title span:first-child {
    width: 8%;
  }
}
@media all and (max-width: 600px) {
  .accordion-title span:first-child {
    width: 10%;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .accordion-title span:first-child {
    width: 12%;
  }
}
.accordion-title span:last-child {
  width: 95%;
}
@media all and (max-width: 896px) {
  .accordion-title span:last-child {
    width: 92%;
  }
}
.accordion-content {
  display: none;
  padding: 20px 10px 20px 20px;
  background: #fff;
}
.accordion-content span:first-child {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
  color: #D61819;
}
@media all and (max-width: 896px) {
  .accordion-content span:first-child {
    width: 8%;
  }
}
@media all and (max-width: 600px) {
  .accordion-content span:first-child {
    width: 10%;
    margin-right: 0;
  }
}
.accordion-content span:last-child {
  width: 95%;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .accordion-content span:last-child {
    width: 90%;
  }
}

.accordion-content p {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.accordion-item {
  margin-bottom: 20px;
}

/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #fff;
}

/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  content: "";
  background-image: url(../images/common/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 46%;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (max-width: 896px) {
  .accordion-title::after {
    right: 6px;
  }
}

.accordion-title.open::after {
  top: 30%;
  -webkit-transform: rotate(268deg);
          transform: rotate(268deg);
}

.second-bg .bg04 {
  top: 25%;
  left: 0%;
  width: 40%;
}
.second-bg .bg07 {
  top: 30%;
  right: 0%;
  width: 40%;
}
.second-bg .bg05 {
  bottom: 5%;
  left: 0%;
}
.second-bg .bg06 {
  bottom: 0;
  right: 0%;
}</pre></body></html>