.cont_second .sec {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

h2 {
  font-size: 2.3rem;
  margin-bottom: 60px !important;
  margin-top: 80px !important;
}
.faq-index:not(:first-of-type) {
  margin: 120px auto 60px;
}
.faq-index:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  h2 {
  	font-size: 1.5rem;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }
  .faq-index h2 {
      margin-bottom: 40px !important;
  }
  .faq-index:not(:first-of-type) {
    margin: 60px auto 40px;
  }
  .faq-index:last-child {
    margin-bottom: 80px;
  }
}
.faq-index {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1080px;
    padding: 0 0px;
    margin: 40px auto 0;
}
.inner {
  max-width: 1080px;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
.leads {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1080px) {
.faq-index {
  max-width: 90%;
}
.inner {
  max-width: 90%;
  padding: 60px 0;
}
}
@media screen and (max-width: 768px) {
.leads {
  margin-bottom: 1rem;
}
}
@media screen and (max-width: 479px) {
.inner {
  padding: 40px 0;
}
}

/*リンク*/
.link {
  color: #000;
  width: fit-content;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .link {
    margin-top: 10px;
  }
}
.link a {
  color: #000;
  text-decoration: none;
}
.link::before {
  content: "";
  position: relative;
  left: -12px;
  top: -2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link span {
  position: relative;
  font-weight: bold;
}
.link span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.link a:hover span::after {
  transform-origin: right top;
  transform: scale(0, 1);
}


.more-link {
  bottom: 0;
  font-size: 1rem;
  width: fit-content;
  position: relative;
  padding-right: 2rem;
  margin-top: 20px;
}
.more-link a {
  background: #FFF;
  color: #000;
  text-decoration: none;
}
.more-link::before {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
}
.more-link::after {
  right: 3px;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  content: "";
  transition: all 0.3s ease;
  color: #FFF;
  z-index: 10;
}
.more-link.-down::after {
  right: 5px;
  top: 4px;
  transform: rotate(90deg);
}
.more-link span {
  position: relative;
  font-weight: bold;
}
.more-link span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.more-link a:hover span::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

.anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anchor > .more-link {
  margin-right: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .anchor > .more-link {
    margin-right: 20px;
  }
}




/*よくある質問*/

.details {
  border-top: 1px solid #E8E8E8;
  /*margin-top: 16px;*/
}
@media screen and (max-width: 767px) {
  .details {
    margin-top: 8px;
  }
}
.details .summary {
  position: relative;
  display: block;
  background: #FFF;
  border-radius: 10px;
  padding: 2em 5em 2em 5.25em;
  cursor: pointer;
  transition: all .15s, color .15s;
  position: relative;
}
.details summary {
  list-style: none;
}
.details summary::-webkit-details-marker {
  display: none;
}
.details .summary:hover {
}
@media screen and (max-width: 767px) {
  .details .summary {
    padding: 1.5em 3em 1em 4em;
  }
}
.details .summary span {
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .details .summary span {
    font-size: .875rem;
  }
}
.details .summary .faq_q {
  position: absolute;
  top: 22px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .details .summary .faq_q {
    font-size: 1rem;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.details .summary::before, .details .summary::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #6D6D6D;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .details .summary::before, .details .summary::after {
    right: 10px;
  }
}
.details .summary::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.details .summary.open {
  border-radius: 10px 10px 0 0;
  transition: all .15s, color .15s;
}
.details .summary.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.details .summary.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details.open .summary::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.details.open .summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details .answer {
  border-radius: 0 0 10px 10px;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.details .answer .answer__inner {
  padding: .5em 1.5em 2em 5.25em;
}
@media screen and (max-width: 767px) {
  .details .answer .answer__inner {
    padding: .25em 1em 1em 4em;
  }
}
.details .answer .faq_a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #E8E8E8;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .details .answer .faq_a {
    width: 40px;
    height: 40px;
  }
}
.details .answer p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .details .answer p {
  }
}


.tab-menu__head button[aria-selected="true"]{
    background: #F3F3F3;
}

.tab-menu__head button[aria-selected="true"]::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    margin: auto;
    height: 4px;
    background: #F3F3F3;
    width: 100%;
}