/* -----------------------------------------------------------------
  prestige
----------------------------------------------------------------- */
.page-prestige {
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
  h2 {
    margin: 0;
  }
}

.qa-content {
  background: #f2e3cc;
  padding: 40px 43px;
  .inner {
    background: #00314b;
    border-radius: 12px;
    padding: 15px 25px 40px;
  }
}

.qa-title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.14em;
  margin: 0 auto 15px !important;
}

.qa-item {
  background: #e6ebed;
  border-radius: 8px;
  padding: 15px 60px 15px 25px;
  position: relative;
  & + .qa-item {
    margin-top: 10px;
  }
}

.quest {
  p {
    font-size: 22px;
    font-weight: bold;
    color: #00314b;
    line-height: 1.5;
    padding-left: 32px;
    position: relative;
    small {
      font-size: 91%;
    }
    & > img {
      width: 24px;
      margin: 5px 5px 3px 0;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
  .toggle {
    width: 20px;
    height: 20px;
    background: url(https://gigaplus.makeshop.jp/Orchidee/img/prestige/icon-arrow.png) no-repeat center/cover;
    position: absolute;
    top: 23px;
    right: 20px;
  }
  &.-open {
    .toggle {
      transform: scale(1, -1);
    }
  }
}

.answer {
  margin: 10px 0 0;
  display: none;
  p {
    font-size: 18px;
    line-height: 1.7;
    color: #00314b;
  }
  .detail-box {
    border: 1px solid #00314c;
    border-radius: 8px;
    background: #FFF;
    padding: 15px 20px;
    margin: 20px 0;
    ul {
      padding-left: 20px;
      font-size: 18px;
      list-style: disc;
      color: #00314b;
    }
  }
  .detail-title {
    font-size: 20px;
  }
}

.line-btn-wrap {
  position: relative;
  .btn {
    width: 54.69%;
    display: block;
    position: absolute;
    bottom: 26.32%;
    left: 50%;
    transform: translate(-50%, 0);
    &:hover {
      img {
        filter: none;
        transform: translate(0, 7px);
      }
    }
    img {
      filter: drop-shadow(2px 7px 0 rgba(5, 5, 5, 0.5));
      transition: .2s;
    }
  }
}

.trial-btn-wrap {
  position: relative;
  .btn {
    width: 45.05%;
    position: absolute;
    bottom: 14.13%;
    &:nth-child(1) {
      left: 4.3%;
    }
    &:nth-child(2) {
      right: 4.3%;
    }
  }
}

.cat-btn-wrap {
  position: relative;
  .btn {
    width: 41.67%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    &:nth-child(1) {
      bottom: 31.8%;
    }
    &:nth-child(2) {
      bottom: 6.8%;
    }
    &:hover {
      img {
        filter: none;
        transform: translate(0, 7px);
      }
    }
    img {
      filter: drop-shadow(2px 7px 0 rgba(5, 5, 5, 0.5));
      transition: .2s;
    }
  }
}

@media screen and (max-width: 768px) {
  .qa-content {
    padding: 10px 5.1%;
    .inner {
      padding: 15px 4.48% 40px;
    }
  }
  .qa-title {
    font-size: 7.4666vw;
  }
  .qa-item {
    padding: 20px 4.92%;
  }
  .quest {
    p {
      font-size: 4.2666vw;
      padding: 0 13% 0 9.4666vw;
      & > img {
        width: 6.4vw;
        margin: 1px 5px 0 0;
      }
    }
    .toggle {
      width: 5.3333vw;
      height: 5.3333vw;
      top: 22px;
      right: 4.92%;
    }
  }
  .answer {
    p {
      font-size: 3.7333vw;
    }
    .detail-box {
      padding: 10px 3.64% 15px;
      margin: 15px 0;
      ul {
        font-size: 3.7333vw;
      }
    }
    .detail-title {
      font-size: 4.2666vw;
    }
  }
  .line-btn-wrap {
    .btn {
      img {
        filter: drop-shadow(2px 0.3rem 0 rgba(5, 5, 5, 0.5));
      }
    }
  }
  .cat-btn-wrap {
    .btn {
      img {
        filter: drop-shadow(2px 0.3rem 0 rgba(5, 5, 5, 0.5));
      }
    }
  }
}