.faq-content {
  max-width: 680px;
  margin: 0 auto 80px;
}

.faq-intro {
  margin-bottom: 40px;
}
.faq-intro p {
  background: #FCE6E6;
  border-radius: 5px;
  padding: 20px 25px;
  position: relative;
  font-size: 1.4rem;
}
.faq-intro p a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.5rem;
  color: #DE0303;
}
@media screen and (min-width: 481px) {
  .faq-intro {
    background: url(../../img/faq2025/pic--intro.png) right center no-repeat;
    background-size: 18% auto;
  }
  .faq-intro p {
    width: 75%;
  }
  .faq-intro p::before {
    content: " ";
    background: url(../../img/faq2025/pic--balloon.svg) right center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
  }
}

.faq-category-nav {
  margin-bottom: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-category-nav li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 13px;
}
.faq-category-nav li:nth-child(3n) {
  margin-right: 0;
}
.faq-category-nav li a {
  border-radius: 5px;
  border: 1px solid #9A8F8F;
  padding-top: 25px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}
.faq-category-nav li a.faq-category-nav__01 {
  background: url(../../img/faq2025/ico--cat-01.svg) center 68px no-repeat;
}
.faq-category-nav li a.faq-category-nav__02 {
  background: url(../../img/faq2025/ico--cat-02.svg) center 68px no-repeat;
}
.faq-category-nav li a.faq-category-nav__03 {
  background: url(../../img/faq2025/ico--cat-03.svg) center 68px no-repeat;
}
.faq-category-nav li a.faq-category-nav__04 {
  background: url(../../img/faq2025/ico--cat-04.svg) center 68px no-repeat;
}
.faq-category-nav li a.faq-category-nav__05 {
  background: url(../../img/faq2025/ico--cat-05.svg) center 68px no-repeat;
}
.faq-category-nav li a.faq-category-nav__06 {
  background: url(../../img/faq2025/ico--cat-06.svg) center 68px no-repeat;
}

.faq-section {
  margin-bottom: 100px;
}
.faq-section .faq-section__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #DE0303;
}
.faq-section .faq-recommend-title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.faq {
  margin-bottom: 20px;
}
.faq dt {
  background: url(../../img/faq2025/ico--faq-q.svg) 23px center no-repeat;
  padding: 24px 50px 24px 76px;
  border-radius: 10px;
  border: 1px solid #9A8F8F;
  position: relative;
  cursor: pointer;
}
.faq dt::before {
  content: " ";
  background: url(../../img/faq2025/ico--faq-q-arrow.svg) right center no-repeat;
  width: 16px;
  height: 8px;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 33px;
}
.faq dt.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq dd {
  background: url(../../img/faq2025/ico--faq-a.svg) 26px 26px no-repeat;
  padding-top: 26px;
  padding-left: 76px;
  padding-bottom: 30px;
  font-size: 1.5rem;
  display: none;
}
.faq dd .u-color-red {
  color: #DE0303;
}
.faq dd .hd-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px dashed #9A8F8F;
  font-weight: bold;
  font-size: 1.6rem;
}
.faq dd.active {
  display: block;
}

.faq-category-title {
  padding: 15px 0 15px 80px;
  margin-bottom: 80px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
}
.faq-category-title.faq-category-title--01 {
  background: url(../../img/faq2025/ico--cat-01.svg) left top no-repeat;
}
.faq-category-title.faq-category-title--02 {
  background: url(../../img/faq2025/ico--cat-02.svg) left top no-repeat;
}
.faq-category-title.faq-category-title--03 {
  background: url(../../img/faq2025/ico--cat-03.svg) left top no-repeat;
}
.faq-category-title.faq-category-title--04 {
  background: url(../../img/faq2025/ico--cat-04.svg) left top no-repeat;
}
.faq-category-title.faq-category-title--05 {
  background: url(../../img/faq2025/ico--cat-05.svg) left top no-repeat;
}
.faq-category-title.faq-category-title--06 {
  background: url(../../img/faq2025/ico--cat-06.svg) left top no-repeat;
}

.faq-btn-link {
  background: url(../../img/faq2025/ico--btn-link.svg) right 22px center no-repeat;
  padding: 15px 95px 15px 38px;
  margin: 10px 0;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.faq-btn-link:hover {
  text-decoration: none;
  color: #000;
}
.faq-btn-link:visited {
  color: #000;
}
/*# sourceMappingURL=faq.css.map */