<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 2021/08/09 style.cssから転記　ここから */
.p-faq__bodyTxt {
  background: #EDF2F9;
  padding: 75px 0 65px;
  margin: 0 0 90px;
}

.p-faq__bodyTxt p {
  max-width: 648px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-faq__innerLinks {
  background: #88B3DD;
  max-width: 1000px;
  margin: 0 auto 94px;
  padding: 50px 0 20px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-faq__innerLinks__item {
  width: 40%;
  margin: 0 0 30px;
  text-align: center;
}

.p-faq__innerLinks__item a {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 0.12em;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-faq__bodyTxt {
    padding: 30px;
    margin: 0;
  }
  .p-faq__bodyTxt p {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .p-faq__innerLinks {
    max-width: 100%;
    margin: 0 auto 55px;
    padding: 40px 0 20px;
    display: block;
  }
  .p-faq__innerLinks__item {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}

.p-faq-block {
  margin: 0 0 110px;
}

.p-faq-block__head {
  font-size: 3.6rem;
  color: #4F80AF;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin: 0 0 55px;
}

.p-faq-block__inner .p-faq-block__content:last-child {
  border-bottom: 1px solid #A1A1A1;
}

.p-faq-block__content {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #A1A1A1;
  padding: 32px 0;
}

.p-faq-block__question {
  padding-left: 87px;
  font-size: 1.8rem;
  color: #4F80AF;
  letter-spacing: 0.12em;
  font-weight: 300;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.p-faq-block__question:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -5px;
  color: #4F80AF;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'Roboto', 'Noto Sans Japanese',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

.p-faq-block__question:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/faq/icon_circle.png) no-repeat center/contain;
  top: 0;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq-block__question:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-faq-block__question.-active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq-block__answer {
  display: none;
  padding-left: 87px;
  position: relative;
  margin: 50px 0 40px;
}

.p-faq-block__answer:before {
  content: "A";
  position: absolute;
  left: 5px;
  top: 0;
  color: #343d47;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Roboto', 'Noto Sans Japanese',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

.p-faq-block__answer p {
  font-size: 1.5rem;
  line-height: 2.13;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.p-faq-block__answer p a {
  text-decoration: underline;
}

.p-faq-block__answer .sharedaddy {
  display: none;
}

.p-faq-block__introTxt {
  border-top: 1px solid #A1A1A1;
  padding: 38px 0 0;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.p-faq-block__introTxt a {
  text-decoration: underline;
}

.p-faq-block__introTxt + div {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-faq-block {
    margin: 0 0 60px;
    padding: 0 30px;
  }
  .p-faq-block__head {
    font-size: 3rem;
    margin: 0 0 40px;
  }
  .p-faq-block__content {
    max-width: 100%;
    padding: 26px 0;
  }
  .p-faq-block__question {
    padding: 0 37px 0 40px;
    line-height: 1.8;
  }
  .p-faq-block__question:before {
    top: 0;
    font-size: 3rem;
  }
  .p-faq-block__question:after {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .p-faq-block__answer {
    padding-left: 40px;
    margin: 20px 0 0;
  }
  .p-faq-block__answer:before {
    top: 5px;
  }
  .p-faq-block__introTxt {
    max-width: 100%;
    padding: 26px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-faq-block__introTxt + div {
    margin-top: 26px;
  }
}

.p-faq-other {
  background: #E1EBF6;
  padding: 70px 0 80px;
}

.p-faq-other p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.p-faq-other p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-faq-other {
    padding: 55px 30px;
  }
  .p-faq-other p {
    text-align: left;
  }
  .p-faq-other p br {
    display: none;
  }
}
/* 2021/08/09 style.cssから転記　ここまで */

/* 2021/08/09 style_fixed.cssから転記　ここから */
.p-faq__innerLinks_column {
    margin: 0 auto 75px;
    max-width: 1000px;
}

.p-faq__innerLinks_list {
    border-bottom: 4px solid #74A1D7;
   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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
     padding: 0 0 30px;
}

.p-faq__innerLinks_list .p-faq__innerLinks__item {
    margin: 0 20px 40px;
}

.p-faq__innerLinks_list .p-faq__innerLinks__item a {
    text-decoration:none!important;
    font-size: 1.8rem;
    font-weight: 500;
    color: #74A1D7;
    position: relative;
    display: inline-block;
    }

.p-faq__innerLinks_list .p-faq__innerLinks__item a:after {
    content: "";
   position: absolute;
    background: #74A1D7;
    width: 100%;
    height: 4px;
    right: 0;
    left: 0;
    bottom: -8px;
    margin: auto;
    opacity: 0;
    transition: .4s;
}

.p-faq__innerLinks_list .p-faq__innerLinks__item a:hover:after {
    opacity: 1;
}


@media screen and (max-width: 767px) {
.p-faq__innerLinks_column {
    padding: 0 30px 20px;
    margin: 50px auto;
    max-width: 100%;
    width: 100%;
    box-sizing:border-box;
    }
    
.p-faq__innerLinks_list {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-faq__innerLinks_list .p-faq__innerLinks__item {
    width:auto;
    margin: 0 28px 32px 0;
}

.p-faq__innerLinks_list .p-faq__innerLinks__item a {
    font-size: 1.6rem;
}

}
/* 2021/08/09 style_fixed.cssから転記　ここまで */</pre></body></html>