@charset "UTF-8";
/* CSS Document */
.page-titile__container {
  position: relative;
  margin-bottom: 45px;
  top: 10px;
}
.page-sub-title {
  font-size: 5rem;
}
h2.page-titile {
  position: absolute;
  top: 75px;
  left: 0;
}
h2.page-titile::after {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 62px;
  background-image: url(../images/faq/page-title__FAQ.png);
  background-size: cover;
  bottom: 15px;
  left: 122px;
}
.kv {
  margin-bottom: 60px;
}
.kv img {
  border-radius: 15px;
}
ul.faq-container {
  list-style: none;
  letter-spacing: 0.3px;
}
ul li.faq-container__list {
  margin: 20px 0;
}
ul li.faq-container__list:last-child {
  margin-bottom: 60px;
}
/* 各リストを囲むメモイラスト*/
.QandA-container {
  position: relative;
  margin: 0 auto;
  width: 330px;
  height: 150px
}
.QandA-container::after {
  content: "";
  background-image: url("../images/faq/sp-memo-image.png");
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  inset: 0;
}
p.question01 {
  font-weight: 600;
  position: absolute;
  top: 15%;
  left: 20px;
  width: 87%;
}
p.question02 {
  font-weight: 600;
  position: absolute;
  top: 28%;
  left: 20px;
  width: 87%;
}
p.answer01 {
  position: absolute;
  top: 60%;
  left: 20px;
  width: 87%;
}
p.answer02 {
  position: absolute;
  top: 43%;
  left: 20px;
  width: 89%;
}
p.answer03 {
  position: absolute;
  top: 54%;
  left: 20px;
  width: 87%;
}
span.QandA {
  padding-right: 10px;
}
@media (min-width: 960px) {
  .page-container {
    margin-bottom: 150px;
  }
  .page-titile__container {
    margin-bottom: 70px;
  }
  .page-sub-title {
    font-size: 10rem;
  }
  h2.page-titile {
    top: 155px;
    left: 0;
    font-size: 2.8rem;
  }
  h2.page-titile::after {
    width: 167px;
    bottom: 20px;
    left: 235px;
    height: 130px;
  }
  .kv {
    margin-left: auto;
    width: 767px;
    margin-bottom: 130px;
  }
  .kv img {
    border-radius: 30px;
    width: 767px;
    height: 425px;
    object-fit: cover;
  }
  ul li.faq-container__list {
    font-size: 1.8rem;
  }
  .QandA-container {
    width: 820px;
    height: 190px;
    line-height: 2.2;
  }
  .QandA-container::after {
    background-image: url(../images/faq/memo-image.png);
    width: 100%;
    height: 100%;
  }
  p.question01, p.question02 {
    top: 28%;
    left: 85px;
  }
  p.answer01, p.answer02, p.answer03 {
    top: 55%;
    left: 85px;
  }
}