html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768.98px) {
  .Privacy-Policy {
    width: 100%;
  }
}

@media screen and (max-width: 768.98px) {
  .page-fqa-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768.98px) {
  .page-fqa-box-header .list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
}
@media screen and (max-width: 768.98px) {
  .page-fqa-box-header .list-item .item {
    width: 100%;
  }
}
@media screen and (max-width: 768.98px) {
  .page-fqa-box-header .list-item .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768.98px) {
  .Privacy-Policy-boxContent {
    padding: 20px;
  }
}

@media screen and (max-width: 768.98px) {
  .page-fqa .question-list .question-item.show-answer .answer {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .page-fqa .question-list .question-item .question {
    padding-left: 25px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .page-fqa .question-list .question-item .question .title-question {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.98px) {
  .page-fqa .question-list .question-item > div {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap input {
    font-size: 16px;
  }
}

@media screen and (max-width: 768.98px) {
  #gl-menu {
    z-index: 100;
  }
}

.zoom_icon {
  position: relative;
}
.zoom_icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://assets.sugoyose.jp/storage/images/pages/faq/btn_zoom.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  pointer-events: none;
}

.answer-content p div {
  word-wrap: break-word;
}
.answer-content figure.attachment a {
  position: relative;
}
.answer-content figure.attachment a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://assets.sugoyose.jp/storage/images/pages/faq/btn_zoom.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  pointer-events: none;
}

.return-page-top {
  position: fixed;
  right: 35px;
  bottom: 115px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .return-page-top {
    right: 137px;
  }
}
@media screen and (min-width: 1440px) {
  .return-page-top {
    right: 155px;
  }
}
.return-page-top:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768.98px) {
  .return-page-top {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #gl-footer .inner .totop {
    display: block;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
