@charset "utf-8";
* {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
}

/*ページ内リンク*/
main.fs-l-main{
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
.fs-c-heading--page{
  margin: 0 !important;
  padding: 0;
}

.h1_area{
  position: relative;
  overflow: hidden;
  margin-bottom: min(22.5%, 240px);
}

.h1_area::after {
  content: "";
  position: absolute;
  background: url(https://sweet78.itembox.design/item/faq/img/h1_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

main h1{
  color: #595963;
  text-align: center;
  font-weight: 400;
  line-height: 1.55;
  font-size: clamp(30px, 4.1vw, 41px);
  letter-spacing: 3px;
  padding: 10% 0;
}
main h1 span{
  display: block;
  color: #F17089;
  color: 50px;
}
main h1 .bottom{
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
}

.qa {
  width: min(1117px, 94%);
  margin: auto;
  color: #595963;
  letter-spacing: 3px;
}
.qa h1{
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.qa .list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 250px;
  margin-bottom: 24%;
  gap: 3%;
}
.qa .list a{
  width: calc(33.333% - 3%);
}
/*その他*/
.qa .list a:last-of-type{
  display: none;
}

.qa ul{
  list-style: none;
  margin-bottom: 180px;
  margin-bottom: clamp(180px, 20vw, 200px);
  padding-top: 30px;
  margin-top: -30px;
}
.qa ul#others{
  display: none;
}
.qa ul h2{
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 8.5%;
  font-size: clamp(27px, 3.6vw, 36px);

}
.qa ul .item{
  border-top: 1px solid #F7C7CB;
  border-bottom: 1px solid #F7C7CB;
  padding: clamp(60px, 8vw, 80px) 0;
}
.qa ul .item > div{
  position: relative;
  font-size: 25px;
}
.qa ul .item .q{
  color: #F17089;
  margin-bottom: 50px;
}

.qa ul .item > div::before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  max-width: 16%;
}
.qa ul .item .q::before {
  background: url(https://sweet78.itembox.design/item/faq/img/icon_q.webp?250319) no-repeat;
  background-size: contain;
}
.qa ul .item .a::before {
  background:  url(https://sweet78.itembox.design/item/faq/img/icon_a.webp?250319) no-repeat;
  background-size: contain;
  top: 0;
  transform: unset;
}

.qa ul .item p{
  padding-left: 80px;
  padding-right: 10px;
  font-weight: 400;
}
.qa ul .item .ttl{
  line-height: 1.3;
  font-size: clamp(21px, 3.1vw, 31px);
}
.qa ul .item .txt{
  line-height: 1.6;
  font-size: clamp(16px, 2.4vw, 24px);
  text-align: justify;
}



/***レスポンシブ***/
@media screen and (max-width: 959px){

}
@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
  .qa .list a{
    width: calc(50% - 3%);
    margin-bottom: 4%;
    margin-left: 0;
    margin-right: auto;
  }

  .qa ul .item .ttl, .qa ul .item .txt{
    padding-left: 19%;
  }
}