@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap");
.for_sp {
  display: none;
}

.for_pc {
  display: block;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
#RthCustomizeW {
  width: 950px !important;
}

#RthCustomizeW {
  position: relative;
  background-color: #fff;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW .ta_r {
  text-align: right;
}

#RthCustomizeW .ta_c {
  text-align: center;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

#RthCustomizeW li {
  list-style: none;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW a {
  color: unset;
  cursor: pointer;
  text-decoration: none;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

div#htlMainContent #RthCustomizeW h1#pageTitle {
  text-align: center;
  padding-right: 0;
}

#htlMainContent input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#rt_top {
  position: relative;
}

/***************************************************** pc */
#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

.showup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.upview {
  -moz-animation: showup 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
  -o-animation: showup 0.6s linear 0s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0s 1 normal forwards;
}

.upview.uv2 {
  -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}

.upview.uv3 {
  -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}

.upview.uv4 {
  -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

.upview.uv5 {
  -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
}

.showdown {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.downview {
  -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}

.downview.dv2 {
  -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}

.downview.dv3 {
  -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}

.downview.dv4 {
  -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

.leftview {
  -moz-animation: showleft 1s linear 0s 1 normal forwards;
  -webkit-animation: showleft 1s linear 0s 1 normal forwards;
  -o-animation: showleft 1s linear 0s 1 normal forwards;
  -ms-animation: showleft 1s linear 0s 1 normal forwards;
}

.showright {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.rightview {
  -moz-animation: showright 1s linear 0s 1 normal forwards;
  -webkit-animation: showright 1s linear 0s 1 normal forwards;
  -o-animation: showright 1s linear 0s 1 normal forwards;
  -ms-animation: showright 1s linear 0s 1 normal forwards;
}

.wrap,
#page {
  width: 100%;
  position: relative;
}

/* common
---------------------------------------------------------------------- */
.mainw,
.mainw_pc {
  width: 950px;
}

.img100 {
  width: 100%;
}

.img100 img {
  width: 100%;
}

/* keyframe
---------------------------------------------------------------------- */
@-webkit-keyframes imgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes showright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Anime
---------------------------------------------------------------------- */
.feadAnime {
  position: relative;
}

.feadAnime > * {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.feadAnime > *:nth-child(1) {
  position: relative;
}

.feadAnime > *:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.feadAnime > *:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main {
  margin-bottom: 128px;
}

.main_navi {
  margin-top: 134px;
}
.main_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_navi li {
  width: calc(25% - 16px);
}
.main_navi a {
  display: block;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  border-bottom: 1px solid #707070;
}
.main_navi a::after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #182A3B;
  border-right: 1px solid #182A3B;
  content: "";
}

/*--------faq_list*/
#faq_list01 {
  margin-top: 98px;
}

.faq_list {
  margin-top: 50px;
  scroll-margin-top: 200px;
}
.faq_list h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.faq_list details {
  margin-top: 38px;
}
.faq_list details:nth-child(n+2) {
  margin-top: 30px;
}
.faq_list summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
.faq_list summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.faq_list details[open] summary::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq_list details[open] summary::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq_list summary {
  padding: 22px 32px;
  background-color: #EAE3DC;
  position: relative;
}
.faq_list summary span {
  top: 20px;
}
.faq_list summary::before, .faq_list summary::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #845624;
}
.faq_list summary::before {
  top: 48%;
  right: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_list summary::after {
  top: 48%;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_list summary,
.faq_list p {
  position: relative;
  padding-left: 75px;
}
.faq_list summary span,
.faq_list p span {
  position: absolute;
  left: 33px;
  font-size: 20px;
  display: inline-block;
}
.faq_list p {
  padding: 32px 32px 0 75px;
}
.faq_list p span {
  top: 30px;
}/*# sourceMappingURL=faq.css.map */