@charset "UTF-8";
/*---------------------------------------------------

Variables

-----------------------------------------------------
Colors
---------------------------------------------------*/
/*---------------------------------------------------
Font
---------------------------------------------------*/
/*---------------------------------------------------
Layout
---------------------------------------------------*/
/*---------------------------------------------------
Transitions
---------------------------------------------------*/
/*---------------------------------------------------
Image path
---------------------------------------------------*/
/*---------------------------------------------------
Border Radius
---------------------------------------------------*/
/*---------------------------------------------------

Q and A | Page Only

-----------------------------------------------------
QA
---------------------------------------------------*/
.c-faq {
  margin: 20px 0 30px;
  /*----------------------------
  Read
  ----------------------------*/
  /*----------------------------
  Index
  ----------------------------*/
  /*----------------------------
  Tabs
  ----------------------------*/
  /*----------------------------
  Tab
  ----------------------------*/
  /*----------------------------
  Big Category Title
  ----------------------------*/
  /*----------------------------
  Local Navigation
  ----------------------------*/
  /*----------------------------
  Sub Category Title
  ----------------------------*/
  /*----------------------------
  Panel
  ----------------------------*/
  /*----------------------------
  List
  ----------------------------*/
  /* リスト・項目 */
  /*----------------------------
  Item
  ----------------------------*/
  /*----------------------------
  Q
  ----------------------------*/
  /*----------------------------
  Q toggle icon
  ----------------------------*/
  /*----------------------------
  Answer
  ----------------------------*/
  /*----------------------------
  Footer
  ----------------------------*/
  /*----------------------------
  Q toggle icon
  ----------------------------*/
  /*----------------------------
  Q toggle icon
  ----------------------------*/
  /*----------------------------
  Q toggle icon
  ----------------------------*/
  /*----------------------------
  Q toggle icon
  ----------------------------*/
}
@media (min-width: 960px), print {
  .c-faq {
    margin: 60px 0 80px;
  }
}
.c-faq__read {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 960px), print {
  .c-faq__read {
    text-align: center;
    margin-bottom: 60px;
  }
}
.c-faq__index {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 960px), print {
  .c-faq__index .btn--block {
    padding: 40px 40px 40px 30px;
  }
}
.c-faq__tabs {
  display: flex;
  gap: 5px;
  padding: 0 10px;
  margin-bottom: 20px;
  justify-content: flex-start;
  border-bottom: 2px solid #1E569B;
  /* SPだけ横スクロール */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}
@media (min-width: 960px), print {
  .c-faq__tabs {
    margin-bottom: 30px;
    justify-content: center;
    overflow: visible;
  }
}
.c-faq__tab {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: max-content;
  height: 56px;
  padding: 10px 16px;
  border: 1px solid #dedede;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #1E569B;
  color: #fff;
  border-color: #1E569B;
  font-weight: 600;
  display: block;
  position: relative;
  scroll-snap-align: start;
  outline-offset: -2px;
}
@media (min-width: 960px), print {
  .c-faq__tab {
    width: calc(20% - 5px);
    flex: 0 0 calc(20% - 5px);
    min-width: 0;
  }
}
.c-faq__tab.is-active, .c-faq__tab[aria-selected=true] {
  border-bottom: none;
  color: #1f2a44;
  background: #fff;
}
.c-faq__tab:focus-visible {
  outline: 3px solid #ffb703;
  outline-offset: 2px;
}
.c-faq__bigTitle {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 960px), print {
  .c-faq__bigTitle {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.c-faq__localNav {
  padding: 20px;
  margin-bottom: 20px;
  background: #F3F6FA;
}
@media (min-width: 960px), print {
  .c-faq__localNav {
    padding-bottom: 10px;
    border-radius: 10px;
  }
}
.c-faq__pill {
  margin-bottom: 10px;
}
@media (min-width: 960px), print {
  .c-faq__pill {
    display: inline-block;
    margin-right: 5px;
  }
}
.c-faq__pill:last-of-type {
  margin-bottom: 0;
}
.c-faq__pill a {
  display: block;
  min-height: 46px;
  padding: 10px 30px 10px 20px;
  border-radius: 50px;
  border: 1px solid #707070;
  background: #fff;
  position: relative;
}
.c-faq__pill a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.c-faq__pill--ext a {
  color: #1E569B;
  border: 1px solid #1E569B !important;
  background: #fff url(../../assets/img/icon/box-arrow-up-right.svg) no-repeat right 10px center;
}
.c-faq__pill--ext a::after {
  display: none !important;
}
.c-faq__secTitle {
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 960px), print {
  .c-faq__secTitle {
    font-size: 1.5rem;
  }
}
.c-faq__panel {
  padding: 10px;
}
@media (min-width: 960px), print {
  .c-faq__panel {
    margin-bottom: 30px;
  }
}
.c-faq__list {
  margin-bottom: 30px;
}
.c-faq__item {
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
@media (min-width: 960px), print {
  .c-faq__item {
    margin-bottom: 20px;
  }
}
.c-faq__q {
  width: 100%;
  text-align: left;
  padding: 14px 44px 14px 48px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 960px), print {
  .c-faq__q {
    height: 70px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
}
.c-faq__q:focus-within {
  outline-offset: -2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.c-faq__q::before {
  content: "Q";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  display: flex;
  padding-top: 5px;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 13px;
}
@media (min-width: 960px), print {
  .c-faq__q::before {
    top: 20px;
    left: 20px;
  }
}
.c-faq__toggleIcon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}
.c-faq__toggleIcon:before, .c-faq__toggleIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #64748b;
  transform: translate(-50%, -50%);
}
.c-faq__toggleIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq .c-faq__q[aria-expanded=true] .c-faq__toggleIcon::after {
  opacity: 0;
}
.c-faq__a {
  border-top: 1px solid #dedede;
  padding: 15px 15px 15px 48px;
  position: relative;
}
@media (min-width: 960px), print {
  .c-faq__a {
    padding: 20px 60px;
  }
}
.c-faq__a::before {
  content: "A";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1E569B;
  display: flex;
  padding-top: 5px;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 13px;
}
@media (min-width: 960px), print {
  .c-faq__a::before {
    left: 20px;
    top: 20px;
  }
}
.c-faq__a p {
  margin: 0;
  color: #334155;
}
.c-faq__footer {
  padding-top: 20px;
  border-top: 2px solid #000;
}
.c-faq__footerTitle {
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 960px), print {
  .c-faq__footerTitle {
    font-size: 1.5rem;
    padding: 30px 15px;
  }
}