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

  faq


============================================================================= */
.c-section {
  width: 100%;
}

.link-list {
  gap: 10px;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.link-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid;
  border-color: #1d2184;
  border-radius: 10px;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  letter-spacing: -0.01em;
  padding: 0.85em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-btn:hover {
  background: #1d2184;
  color: #fff;
}
.link-btn:hover span {
  background: #fff;
}
.link-btn:hover span:before {
  border-color: #1d2184;
}
.link-btn span {
  background: #1d2184;
  border-radius: 50%;
  height: 20px;
  margin-left: auto;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
}
.link-btn span:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 5px;
  position: absolute;
  right: 48%;
  top: 48%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 5px;
}

.faq-article-ttl {
  color: #1d2184;
  font-size: 3rem;
  font-weight: bold;
}

.faq-contents {
  margin-top: 32px;
}

.faq-article {
  margin-top: 48px;
}

.faq-content {
  margin-top: 20px;
}

.q-item {
  background: #d8e8f5;
  overflow: hidden;
}
.q-item:before {
  background: #1d2184;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: -1;
}
.q-item > .icon {
  background: #1d2184;
  border-radius: 50%;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.q-item > .icon:before, .q-item > .icon:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 6px;
}
.q-item > .icon {
  /* そのうち1本を縦にする */
}
.q-item > .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.q-item > .icon {
  /* プラスアイコンクリック後、マイナスにする */
}
.q-item.on .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.a-item,
.q-item {
  border: 1px solid #1d2184;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 100px 1fr;
  letter-spacing: -0.01em;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}

.q-item {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.q-item:hover {
  opacity: 0.7;
}

.a-item {
  display: none;
}

.a-item.on {
  display: block;
}

.q-icon {
  color: #fff;
}

.q-ttl,
.a-txt {
  padding: 0 18px;
  padding-right: 44px;
}

.q-ttl {
  color: #1d2184;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.15em;
}

.a-item {
  background: #f9f3d7;
  color: #f15a24;
}

.a-icon,
.q-icon {
  font-family: "Lexend", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.a-item-content {
  display: grid;
  grid-template-columns: 100px 1fr;
  position: relative;
  width: 100%;
}

.a-txt {
  border-left: 1px dotted #1d2184;
  margin-top: 0.35em;
}
.a-txt ul {
  margin: 0.5em 0;
}
.a-txt span,
.a-txt .pl-txt {
  font-size: 80%;
}
.a-txt li,
.a-txt .pl-txt {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1128px){
  .faq-article-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px){
  .link-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .link-btn {
    font-size: 1.5rem;
  }
  .faq-article-ttl {
    font-size: 2rem;
  }
  .q-item:before {
    width: 60px;
  }
  .q-item > .icon {
    right: 12px;
  }
  .a-item,
  .q-item {
    grid-template-columns: 60px 1fr;
  }
  .q-ttl {
    font-size: 1.5rem;
  }
  .a-icon,
  .q-icon {
    font-size: 1.8rem;
  }
  .a-item-content {
    grid-template-columns: 60px 1fr;
  }
  .a-txt {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=faq.css.map*/