@media screen and (max-width: 768px) {
  header {
    padding: 16px 18px;
    row-gap: 8px;
  }

  .top-header {
    padding: 0;
    column-gap: 12px;
  }

  .bottom-header {
    padding: 0;
  }

  .top-header__contact {
    display: none;
  }

  .top-header__logo {
    flex: 1;
  }

  .top-header__menu-button--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: transparent;
    outline: transparent;
  }

  .nav {
    display: none;
  }

  .bottom-header__text {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-wrap: wrap;
  }

  .bottom-banner {
    display: none;
  }

  .evidence-comparison {
    padding: 0 16px 32px 16px;
  }

  .evidence-comparison__title {
    font-size: 24px;
    font-weight: 700;
    margin: 32px auto 8px auto
  }

  .evidence-comparison__table {
    margin: 20px 16px 0 16px;
  }

  .evidence-comparison__table-header-legal-resolution-text {
    font-size: 18px;
    font-weight: 700;
  }

  .evidence-comparison__table-data-legal-resolution {
    flex-basis: 50%;
    padding: 34px 16px;
  }

  .evidence-comparison__table-data-legal-resolution-image {
    max-width: 14px;
  }

  .evidence-comparison__table-data-negotiation-resolution-image {
    max-width: 14px;
  }

  .evidence-comparison__table-data-legal-resolution-text {
    font-size: 14px;
    font-weight: 400;
  }

  .evidence-comparison__table-header-negotiation-resolution-text {
    font-size: 18px;
    font-weight: 700;
  }

  .evidence-comparison__table-data-negotiation-resolution {
    flex-basis: 50%;
    padding: 34px 16px;
  }

  .evidence-comparison__table-data-negotiation-resolution-text {
    font-size: 14px;
    font-weight: 400;
  }

  /* Youtube */
  .youtube-lawyer-interview {
    margin: 0 auto 0 auto;
    padding: 28px 16px;
  }

  .youtube-lawyer-interview__videos {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
  }

  .youtube-lawyer-interview__video {
    max-width: unset;
  }

  .youtube-lawyer-interview__title-text {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 8px auto;
  }

  .youtube-lawyer-interview__more {
    margin: 12px auto 0 auto;
  }

  /* Custom review */
  .customer-review {
    margin: 0 auto 0 auto;
    padding: 28px 16px;
  }

  .customer-review__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 8px auto;
  }

  .customer-review__description {
    font-size: 16px;
    font-weight: 400;
    margin: 8px auto 0 auto;
    padding: 8px 0 0 0;
  }

  /* Reason */
  .reason {
    padding: 28px 16px;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
  }

  .reason__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .reason__title {
    font-size: 24px;
    font-weight: 700;
  }

  .service-detail {
    padding: 28px 16px;
  }

  .service-detail__content {
    flex-direction: column;
  }

  .service-detail__content-item-title-button {
    display: none;
  }

  .price {
    display: none;
  }

  .qa__content-item {
    width: 100%;
  }

  .qa__content-item {
    flex-direction: column;
  }

  .infidelity {
    padding: 28px 16px;
    margin-bottom: 28px;
  }

  .infidelity .title-underline {
    margin: 8px 0 0 0;
    border: 2px solid #00AEEF;
  }

  .district-map {
    padding: 32px 16px;
  }

  .title-underline {
    width: 100px;
    height: 0px;
    border: 2px solid #00AEEF;
    margin: 8 auto 0 auto;
  }

  .infidelity__contact {
    flex-direction: column;
    margin: 21px 0 0 0;
  }

  .infidelity__title {
    font-size: 24px;
    font-weight: 700;
  }

  .infidelity__description {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .infidelity__contact-phone-text {
    font-size: 32px;
    font-weight: 700;
  }

  .infidelity__contact-phone img {
    width: 40px;
    height: 40px;
  }

  .infidelity__contact-buttons {
    flex-direction: column;
    width: fit-content;
    margin: 12px 0 0 0;
    padding: 0;
    row-gap: 8px;
  }

  .infidelity__contact-phone-button-text {
    font-size: 16px;
    font-weight: 700;
    min-width: 211px;
  }

  .infidelity__contact-page-text {
    font-size: 16px;
    font-weight: 700;
    min-width: 211px;
  }

  .infidelity__sale-employee {
    right: 0;
    bottom: 0;
  }

  .br-mobile {
    display: block;
  }

  .customer-review__platform {
    margin: 20px 0 0 0;
  }

  .customer-review__content {
    margin: 20px 0 0 0;
  }

  .customer-review__platform-button {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
  }

  .columns__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .columns {
    padding: 40px 16px 28px 16px;
  }

  .columns__title {
    display: none;
  }

  .columns .title-underline {
    display: none;
  }

  .columns__more {
    margin: 12px auto 0 auto;
  }

  .service-detail__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 8px auto;
  }

  .qa__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 8px auto;
  }

  .qa {
    padding: 28px 16px;
  }

  .qa__content {
    margin: 0 auto;
  }

  .qa__content-item-question-question-text {
    font-size: 14px;
    font-weight: 400;
  }

  .qa__content-item-question-question-content {
    padding: 12px;
  }

  .qa__content-item-question-more-link {
    padding: 13px 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    min-width: unset;
  }

  .qa__content-item-question-more-link-text {
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    min-width: unset;
  }

  .qa__content-item-question-question-answer-text {
    font-size: 14px;
    font-weight: 400;
    ;
  }

  .qa__content-item-question-question-more {
    font-size: 16px;
    font-weight: 700;
  }

  .qa__content-item-question-more-number {
    font-size: 20px;
    font-weight: 500;
  }

  .qa__content-item-question {
    padding: 16px 12px;
  }

  .qa__content-item-question-customer-info {
    display: flex;
    column-gap: 12px;
  }

  .qa__content-item-question-customer-info-job {
    font-size: 16px;
    font-weight: 400;
    ;
  }

  .qa__content-item-question-customer-info-avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
  }

  .qa__content-item-question-date {
    font-size: 14px;
    font-weight: 400;
  }

  .qa__content-item-question-customer-info-name-text {
    font-size: 20px;
    font-weight: 700;
  }

  /* FAQ */
  .frequently-asked-questions {
    padding: 28px 16px;
  }

  .frequently-asked-questions__title {
    font-size: 24px;
    font-weight: 700;
  }

  /* Footer */
  .footer-top {
    padding: 24px 16px;
  }

  .footer-top__container {
    display: flex;
    flex-direction: column;
  }

  .footer-header__right-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 12px;
  }

  .footer-header__left-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .footer-header__right-line-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-header__right-email-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-header__left-logo {
    max-width: unset;
    margin: 0 auto 4px auto;
  }

  .footer-header__right-item--open-time {
    display: flex;
    flex-direction: unset;
    justify-content: start;
    align-items: center;
    margin: 0 0 24px 0;
  }

  .district-map__list-location-item-more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    padding: 16px;
    margin-top: 12px;
    background-color: #00AEEF;
    border-radius: 4px;
  }

  .district-map__container {
    margin: 0 auto;
  }

  .district-map__list-location-item-more-link-text {
    color: #F5F4F2;
    font-size: 16px;
    font-weight: 700;
  }

  .column__container {
    flex-direction: column;
  }

  .column__left-item {
    flex-direction: column;
    margin: 0 0 20px 0;
  }
  
  .column {
    margin: 0 auto;
  }

  .breadcrumb {
    padding: 0 16px;
  }

  .column__container {
    padding: 20px 16px;
  }

  .column__left-item-content-info-location {
    font-size: 12px;
    font-weight: 500;
  }

  .column__left-item-content-title {
    font-size: 16px;
    font-weight: 700;
  }

  .column__left-item-content-description {
    font-size: 14px;
    font-weight: 400;
  }

  .column__right {
    display: flex;
    flex-direction: column;
    padding: 18px 24px;
    background-color: #FAFAFA;
    border-radius: 8px;
    row-gap: 28px;
  }
  
  .column__right-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }

  .column__right-item {
    padding: 0;
  }

  .banner__title {
    font-size: 24px;
    font-weight: 700;;
  }

  .desktop-only {
    display: none;
  }

  .banner__description {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0 0 0;
  }

  .banner__container {
    padding: 16px;
  }

  .column__left-content-content {
    margin: 20px 0 20px 0;
  }

  .column__container {
    margin-bottom: 0;
  }
}
