<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productBtnArea01 {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .productBtnArea01 {
    margin-bottom: 55px;
  }
}

.productBtnArea01 .productBtn01 {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .productBtnArea01 .productBtn01 {
    width: 100%;
  }
  .productBtnArea01 .productBtn01:first-of-type {
    margin-bottom: 20px;
  }
}

.productBtnArea01 .productBtn01 a {
  width: 100%;
  height: 78px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (-ms-high-contrast: none) {
  .productBtnArea01 .productBtn01 a {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .productBtnArea01 .productBtn01 a {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .productBtnArea01 .productBtn01 a {
    padding-left: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 360px) {
  .productBtnArea01 .productBtn01 a {
    padding-left: 15px;
  }
}

.productBtnArea01 .arrow01 {
  background: url("../../products/images/ico_index03.svg") no-repeat center right 25px, #045097;
  background-size: 30px 8px, auto;
}

@media screen and (max-width: 767px) {
  .productBtnArea01 .arrow01 {
    background: url("../../products/images/ico_index03.svg") no-repeat center right 15px, #045097;
    background-size: 30px 8px, auto;
  }
}

@media screen and (max-width: 360px) {
  .productBtnArea01 .arrow01 {
    background: url("../../products/images/ico_index03.svg") no-repeat center right 10px, #045097;
    background-size: 30px 8px, auto;
  }
}

.productBtnArea01 .ico01 {
  width: 23px;
  height: 32px;
  margin-right: 15px;
}

@media all and (-ms-high-contrast: none) {
  .productBtnArea01 .ico01 {
    margin-top: -10px;
  }
}

.productBtnArea01 .ico02 {
  width: 31px;
  height: 28px;
  margin-right: 10px;
}

@media all and (-ms-high-contrast: none) {
  .productBtnArea01 .ico02 {
    margin-top: -10px;
  }
}

.productBtnArea01 span {
  font-size: 1.571em;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .productBtnArea01 span {
    font-size: 1.286em;
  }
}

.internalPageTitle01 {
  font-size: 2em;
  font-weight: bold;
  height: 150px;
  margin-bottom: 0;
  background-color: #f0f5fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .internalPageTitle01 {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .internalPageTitle01 {
    font-size: 1.5em;
    height: 90px;
  }
}

.exLink01 {
  text-decoration: underline;
}

.subPageTitle02::after {
  background: #FF9800;
}

@media screen and (max-width: 767px) {
  .headerTop {
    margin-top: -55px;
    padding-top: 55px;
  }
}

.wrap01 {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .wrap01 {
    padding: 30px 0;
  }
}

#faq .bg01 {
  background: #F0F5FA;
}

#faq .qaList01 li {
  background: #fff;
  border: 1px solid #fff;
}

#faq .qaList01 li:not(:last-child) {
  margin-bottom: 10px;
}

#faq .qaList01 li.active {
  border-color: #ffc942;
}

#faq .qaList01 li.hover {
  border-color: #ffc942;
}

#faq .questionArea01 {
  padding: 10px 15px;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  #faq .questionArea01 {
    padding: 10px;
  }
}

#faq .questionArea01:hover {
  opacity: 0.8;
}

#faq .questionArea01::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #045097;
  border-right: 2px solid #045097;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #faq .questionArea01::after {
    right: 15px;
  }
}

#faq .questionArea01 .ico01 {
  margin: .2em 20px 0 0;
}

@media screen and (max-width: 767px) {
  #faq .questionArea01 .ico01 {
    margin-right: 10px;
  }
}

#faq .questionArea01 .ico01 img {
  width: 42px;
  height: 42px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #faq .questionArea01 .ico01 img {
    width: 35px;
    height: 35px;
  }
}

#faq .questionArea01 .question01 {
  width: calc(100% - 80px);
  font-size: 1.143em;
  font-weight: bold;
  color: #045097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (-ms-high-contrast: none) {
  #faq .questionArea01 .question01 {
    padding-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #faq .questionArea01 .question01 {
    font-size: 1em;
    width: calc(100% - 60px);
  }
}

#faq .questionArea01.last {
  margin-bottom: 0;
}

#faq .questionArea01.active::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #045097;
  border-right: 2px solid #045097;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #faq .questionArea01.active::after {
    right: 15px;
  }
}

#faq .answerArea01 {
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #faq .answerArea01 {
    padding: 10px;
  }
}

#faq .answerArea01 .ico01 {
  margin: .5em 20px 0 0;
}

@media screen and (max-width: 767px) {
  #faq .answerArea01 .ico01 {
    margin-right: 10px;
  }
}

#faq .answerArea01 .ico01 img {
  width: 42px;
  height: 42px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #faq .answerArea01 .ico01 img {
    width: 35px;
    height: 35px;
  }
}

#faq .answerArea01 .answer01 {
  font-weight: bold;
  width: calc(100% - 62px);
  font-size: 1.143em;
  margin-top: 15px;
  line-height: 1.75;
}

@media all and (-ms-high-contrast: none) {
  #faq .answerArea01 .answer01 {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #faq .answerArea01 .answer01 {
    font-size: 1em;
    width: calc(100% - 45px);
  }
}

#faq .answerArea01.last {
  padding-top: 17px;
}

#faq .modalBtn01 {
  font-size: 1.143em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  width: 350px;
  margin: 50px auto 0;
  padding: 17px 0;
  background: #045097;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  #faq .modalBtn01 {
    padding: 19px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #faq .modalBtn01 {
    width: 90%;
    font-size: 1em;
    margin: 25px auto 0;
  }
}

#faq .modalBtn01::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

#faq .modalClose {
  width: 30px;
  height: 30px;
  top: -25px;
}

#faq .modalClose span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
}

#faq .modalClose span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#faq .modalClose span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#faq .modalArea01 {
  max-width: 880px;
  width: 90%;
  background: #F0F5FA;
  display: none;
}

#faq .modalInner01 {
  width: 96%;
  padding: 40px 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #faq .modalInner01 {
    padding: 25px 0;
  }
}

#faq .scrollArea01 {
  max-height: 50vh;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .txtBig .productBtnArea01 span {
    font-size: 1.143em;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .txtBig .productBtnArea01 .arrow01 {
    background-position: center right 15px;
  }
}

.cnBody #faq .modalBtn01 {
  padding: 17px 0;
}

@media all and (-ms-high-contrast: none) {
  .cnBody .productBtnArea01 .productBtn01 a {
    padding-top: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .cnBody .productBtnArea01 .ico01,
  .cnBody .productBtnArea01 .ico02 {
    margin-top: 0;
  }
}
</pre></body></html>