/* FAQ accordion */
.content-top-faq{
  padding: 7rem 0 8rem;
  background-color: #f8f8f8;
  color: #0e357f;
}
.content-product-faq{
  padding: 5rem 0 8rem;
  background-color: #f2f3f4;
  color: #111111;
}
.content-product-faq__inner{
  width: 124rem;
  max-width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.top-faq__ttl,
.product-faq__ttl{
  display: inline-block;
  margin: 0 0 2rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid currentColor;
  color: #0e357f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.product-faq__ttl{
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 0;
  border-bottom: 0;
  color: #111111;
  font-size: 3.2rem;
}
.product-faq__ttl--series{
  font-size: 1.85714rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.product-faq--series{
  width: 94%;
  max-width: 1280px;
  margin: 9rem auto;
  padding: 0;
  background-color: transparent;
}
.product-faq--series .content-product-faq__inner{
  width: 100%;
  padding: 0;
}
.top-faq__list,
.product-faq__list{
  border-top: 1px solid #dedede;
}
.top-faq__item,
.product-faq__item{
  border-bottom: 1px solid #dedede;
  background-color: transparent;
  overflow: hidden;
}
.top-faq__question,
.product-faq__question{
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 1.7rem 5.4rem 1.7rem 0;
  position: relative;
  color: #0e357f;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
  transition: opacity .2s;
}
.top-faq__question:hover,
.product-faq__question:hover{
  opacity: .72;
}
.top-faq__question::-webkit-details-marker,
.product-faq__question::-webkit-details-marker{
  display: none;
}
.top-faq__question:after,
.product-faq__question:after{
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #0e357f;
  border-bottom: 2px solid #0e357f;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .28s ease;
}
.top-faq__item[open] .top-faq__question:after,
.product-faq__item[open] .product-faq__question:after{
  transform: translateY(-25%) rotate(-135deg);
}
.top-faq__answer,
.product-faq__answer{
  color: #111111;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.8;
}
.product-faq__answer{
  font-size: 1.6rem;
}
.product-faq--series .product-faq__question{
  min-height: 5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.57143rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.product-faq--series .product-faq__answer{
  font-size: 1.14286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.top-faq__item.is-faq-animated .top-faq__answer,
.product-faq__item.is-faq-animated .product-faq__answer{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-.6rem);
  transition: height .34s ease, opacity .24s ease, transform .34s ease;
}
.top-faq__item.is-faq-animated[open] .top-faq__answer,
.product-faq__item.is-faq-animated[open] .product-faq__answer{
  opacity: 1;
  transform: translateY(0);
}
.top-faq__answer-inner,
.product-faq__answer-inner{
  padding: 0 5.4rem 2.6rem 0;
}
.top-faq__answer p,
.product-faq__answer p{
  margin: 0 0 1em;
}
.top-faq__answer p:last-child,
.product-faq__answer p:last-child{
  margin-bottom: 0;
}
.top-faq__answer a,
.product-faq__answer a{
  color: #0e357f;
  text-decoration: underline;
}
.top-faq__answer a:hover,
.product-faq__answer a:hover{
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .content-top-faq{
    padding: 5rem 0;
  }
  .content-product-faq{
    padding: 6rem 0;
  }
  .content-product-faq__inner{
    width: 100%;
    padding: 0 4rem;
  }
  .top-faq__ttl{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 4rem;
  }
  .product-faq__ttl{
    margin-bottom: 3rem;
    padding-bottom: 0;
    font-size: 3.2rem;
  }
  .product-faq__ttl--series{
    font-size: 1.85714rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
  .product-faq--series{
    width: 84%;
    max-width: none;
    margin: 12rem auto;
    padding: 0;
  }
  .product-faq--series .content-product-faq__inner{
    padding: 0;
  }
  .top-faq__question,
  .product-faq__question{
    min-height: 9rem;
    padding: 2.6rem 7rem 2.6rem 0;
    font-size: 2.6rem;
  }
  .top-faq__question:after,
  .product-faq__question:after{
    width: 1.6rem;
    height: 1.6rem;
    right: 2rem;
    border-width: 3px;
  }
  .top-faq__answer,
  .product-faq__answer{
    font-size: 2.3rem;
    line-height: 1.7;
  }
  .product-faq__answer{
    font-size: 2.6rem;
  }
  .product-faq--series .product-faq__question{
    min-height: 5.8rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.85714rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .product-faq--series .product-faq__answer{
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .top-faq__answer-inner,
  .product-faq__answer-inner{
    padding: 0 7rem 3rem 0;
  }
}
