/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
#contents {
  margin-top: 7.2rem;
}

#faq .faq_copy {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
#faq .faq_list {
  display: grid;
  gap: 1.5rem;
}
#faq .faq_list .faq_item .faq_q {
  position: relative;
  background: #EDEEF0;
  padding: 1rem 4.4rem 1rem 3.5rem;
  box-sizing: border-box;
}
#faq .faq_list .faq_item .faq_q::before {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 1.5rem;
  aspect-ratio: 17/19;
  background: url("../../img/faq/Q.svg") center/cover no-repeat;
  content: "";
}
#faq .faq_list .faq_item .faq_q .faq_ttl {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0;
}
#faq .faq_list .faq_item .faq_q .faq_btn {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2rem;
  aspect-ratio: 1;
  background: #6D0070;
  border-radius: 50%;
}
#faq .faq_list .faq_item .faq_q .faq_btn::before, #faq .faq_list .faq_item .faq_q .faq_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 43.33%;
  height: 1px;
  transition: 0.3s;
  content: "";
}
#faq .faq_list .faq_item .faq_q .faq_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .faq_list .faq_item .faq_q.active .faq_btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#faq .faq_list .faq_item .faq_a {
  display: none;
  padding: 0.5rem 0rem 2rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.14;
}
#faq .faq_list .faq_item .faq_a a {
  color: #6D0070;
  text-decoration: underline;
  text-underline-offset: 0.36em;
}

@media screen and (min-width: 769px) {
  #contents {
    margin-top: 8rem;
  }
  #faq .faq_copy {
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
  }
  #faq .faq_list {
    gap: 1.8rem;
  }
  #faq .faq_list .faq_item .faq_q {
    padding: 2.5rem 8rem 2.5rem 6.5rem;
  }
  #faq .faq_list .faq_item .faq_q::before {
    top: 3rem;
    left: 2.8rem;
    width: 1.7rem;
  }
  #faq .faq_list .faq_item .faq_q .faq_ttl {
    font-size: 1.6rem;
  }
  #faq .faq_list .faq_item .faq_q .faq_btn {
    right: 2.5rem;
    width: 3rem;
  }
  #faq .faq_list .faq_item .faq_q .faq_btn::before, #faq .faq_list .faq_item .faq_q .faq_btn::after {
    height: 2px;
  }
  #faq .faq_list .faq_item .faq_a {
    padding: 2.5rem 8rem 3rem 6.5rem;
    font-size: 1.4rem;
  }
  #footer {
    margin-top: 13rem;
  }
}
/*# sourceMappingURL=style.css.map */
