@charset "UTF-8";
img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.terms__wrap.-smaller {
  max-width: 950px;
}

.-mb0 {
  margin-bottom: 0 !important;
}

.btn--small {
  font-size: clamp(11px, 1.2vw, 14px);
}

.feedback__btn {
  margin: 0;
}

.feedback__btn__wrap {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .support__flex.-manga03 {
    justify-content: center;
    gap: 50px 90px;
  }
  .support__flex.-manga03 div {
    margin-right: 0;
  }
  .manga--signedup {
    padding-bottom: 72px;
  }
  .manga--signedup.support .comment__txt {
    color: #666;
    font-weight: 400;
    line-height: 1.8;
    font-size: 13px;
  }
  .support.manga--signedup + .support.manga--signedup {
    padding-top: 72px;
  }
  .best__flex__pic__comic {
    margin: 0 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .heroSignedup__contentsImg > ul {
    margin-bottom: 15px;
  }

  .feedback .feedback__btn {
    width: 290px;
    margin: 0 auto;
  }

  .feedback .feedback__btn__wrap {
    gap: 16px;
    margin-top: 64px;
  }

  .support__flex.-manga03 {
    width: 275px;
    margin-bottom: 0;
    gap: 20px;
    justify-content: space-between;
  }
  .manga--signedup.support .comment__txt {
    color: #666;
    font-weight: 400;
    line-height: 1.8;
    font-size: 11px;
  }
  .manga--signedup .manga__heading,
  .support .manga__heading,
  .honorable .manga__heading {
    width: auto;
  }
  .best .manga__heading img,
  .support .manga__heading img,
  .honorable .manga__heading img {
    height: 26px;
    width: auto;
  }

  .best__flex__pic__comic {
    display: flex;
    justify-content: center;
  }
}
