@media only screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #block-top-faq .field-body .title {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
  #block-top-faq .mb-pl-0 {
    padding-left: 0px !important;
  }

  .faq-tab-container .mg-multisidetabs .list-group-item.level-1 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3c3c3c;
  }

  .faq-tab-container .mg-multisidetabs .list-group-item.level-2 {
  }

  .block-content #page-title {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #3c3c3c;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*contact text*/
  .faq-description .block-title {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #3c3c3c;
  }

  .faq-description p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #3c3c3c;
  }

  .faq-description p .btn--primary--blue {
    width: 100%;
  }

  #block-join-the-charge {
    padding-bottom: 85px;
  }
}
