/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top -60px center;
  background-image: url(../../../images/bg_re.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_re02.webp);
}

main section.s01 {
  padding: 100px 30px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper .pagemenu {
  display: flex;
}

main section.s01 .wrapper .pagemenu li {
  width: 20%;
  border-left: 1px solid #ff0000;
}

main section.s01 .wrapper .pagemenu li:last-child {
  border-right: 1px solid #ff0000;
}

main section.s01 .wrapper .pagemenu li a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  opacity: 1 !important;
  padding: 0 15px;
}

main section.s01 .wrapper .pagemenu li a p {
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
  color: #ff0000;
  font-size: 28px;
  line-height: 1.4;
}

main section.s01 .wrapper .pagemenu li a:hover img {
  transform: translateY(10px);
}

main section.s01 .wrapper .pagemenu li a img {
  width: 26px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transition-duration: 0.3s;
}

main section.s01 .wrapper .faqbox {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}

main section.s01 .wrapper .faqbox .faq_cat {
  font-size: 32px;
  color: #ff0000;
  text-align: center;
}

main section.s01 .wrapper .faqbox ul {
  margin-top: 35px;
}

main section.s01 .wrapper .faqbox ul li+li {
  margin-top: 35px;
}

main section.s01 .wrapper .faqbox ul li .faq_dl {
  border: 1px solid #ff0000;
  border-radius: 50px;
  background-color: #fff;
}

main section.s01 .wrapper .faqbox ul li .faq_dl.opened dt .icon img.icon_open {
  opacity: 0;
}

main section.s01 .wrapper .faqbox ul li .faq_dl.opened dt .icon img.icon_close {
  opacity: 1;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt {
  min-height: 100px;
  padding: 11px 130px 11px 55px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt p {
  width: 100%;
  font-size: 30px;
  line-height: 1.3;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -19.5px;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img.icon_open {
  opacity: 1;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img.icon_close {
  opacity: 0;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dd {
  padding: 0 55px;
  display: none;
}

main section.s01 .wrapper .faqbox ul li .faq_dl dd p {
  border-top: 1px solid #ff0000;
  padding: 30px 0;
  color: #ff0000;
  font-size: 28px;
  line-height: 1.4;
}

main section.s01 .wrapper .btnlist02 {
  margin-top: 150px;
}

/* ------------------------------ */

@media screen and (max-width: 1200px) {
  main section.s01 .wrapper .pagemenu li a {
    align-items: stretch;
  }
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 150px center;
    background-image: url(../../../images/bg_re_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_re02.webp);
  }

  main section.s01 {
    padding: 20px 25px 0;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper .pagemenu {
    display: block;
  }

  main section.s01 .wrapper .pagemenu li {
    width: 100%;
    border: none;
    border-top: 1px solid #ff0000;
  }

  main section.s01 .wrapper .pagemenu li:last-child {
    border-right: none;
    border-bottom: 1px solid #ff0000;
  }

  main section.s01 .wrapper .pagemenu li a {
    width: 100%;
    height: 100px;
    display: block;
    height: auto;
    padding: 10px 0;
  }

  main section.s01 .wrapper .pagemenu li a p {
    width: 100%;
    text-align: center;
    transition-duration: 0.3s;
    color: #ff0000;
    font-size: 15px;
    line-height: 1.4;
  }

  main section.s01 .wrapper .pagemenu li a img {
    display: none;
  }

  main section.s01 .wrapper .faqbox {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 45px;
  }

  main section.s01 .wrapper .faqbox .faq_cat {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
  }

  main section.s01 .wrapper .faqbox ul {
    margin-top: 15px;
  }

  main section.s01 .wrapper .faqbox ul li+li {
    margin-top: 20px;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl {
    border: 1px solid #ff0000;
    border-radius: 25px;
    background-color: #fff;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl.opened dt .icon img.icon_open {
    opacity: 0;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl.opened dt .icon img.icon_close {
    opacity: 1;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt {
    min-height: 50px;
    padding: 7px 70px 7px 25px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt p {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img.icon_open {
    opacity: 1;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dt .icon img.icon_close {
    opacity: 0;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dd {
    padding: 0 25px;
    display: none;
  }

  main section.s01 .wrapper .faqbox ul li .faq_dl dd p {
    border-top: 1px solid #ff0000;
    padding: 10px 0;
    color: #ff0000;
    font-size: 14px;
    line-height: 1.7;
  }

  main section.s01 .wrapper .btnlist02 {
    margin-top: 150px;
  }
}