/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　faq
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.faq-wrapper {
  width: 100%;
  margin: 0 auto;
}

.faq-contents {
  width: 80%;
  margin: 0 auto;
}

.faq_kv {
  background-image: url("../img/faq/faq_kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 50vh;
}

.faq_h2 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1rem;
}

.faq_h2:before {
  content: '';
  position: absolute;
  bottom: -24px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6667AB;
  border-radius: 2px;
}

.col-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  text-align: center;
}

.col-2_items_icon {
  width: 80px;
  margin-right: 16px;
}

.col-2_items img {
  width: 100%;
}

.col-2_items_title {

}

.faq_h3 {
  font-weight: 600;
  font-size: 1.75rem;
  color: #54595F;
  letter-spacing: 0.04rem;
}



.section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.accordion-wrapper {
  width: 90%;
  margin: 0 auto;
}

.accordion-001 {
    /* max-width: 500px; */
    background-color: #ffffff;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding: 1em 2em; */
    border-radius: 5px;
    /* background-color: #6667AB;
    color: #fff; */
    font-weight: 600;
    cursor: pointer;
    padding: 24px 32px;
    color: #6667AB;
    background-color: #6667AB50;
}

.accordion-001[open] summary {
    /* color: #6667AB;
    background-color: #6667AB50; */
    background-color: #6667AB;
    color: #fff;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #6667AB;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::before,
.accordion-001[open] summary::after {
    background-color: #fff;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #7A7A7A;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
    color: #7A7A7A;
}

.accordion-001 .button {
  background-color: #8b3b89;
  margin: 0 40px 40px;
  max-width: 320px;
}

.accordion-001 .button:hover {
	background-color: #8b3b8950;
  transition: 0.6s;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){


}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .faq-contents {
    width: 90%;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .col-2 {
    margin-top: 48px;
  }

  .col-2_items_icon {
    width: 40px;
    margin-right: 8px;
  }

  .faq_h3 {
    font-size: 18px;
  }

  .accordion-001 summary {
    padding: 16px;
    font-size: 14px;
  }

  .accordion-001 summary::before {
    right: 16px;
  }

  .accordion-001[open] p {
    font-size: 14px;
  }

  .accordion-001 .button {
    margin: 0 20px 40px;
  }

}
