@charset "UTF-8";

/* legal page */
.mp-legal__content {
  width: calc(100% - 245px);
  margin: 0 auto;
  padding: 128px 0 190px;
}

.mp-legal__content h1 {
  margin: 0 0 110px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.mp-legal__content--policy h1 {
  position: relative;
  padding-bottom: 22px;
}

.mp-legal__content--policy h1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 56px;
  height: 3px;
  content: "";
  background: var(--mp-blue);
  border-radius: 999px;
  transform: translateX(-50%);
}

.mp-legal__content--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mp-legal__content {
        width: var(--mp-content-width);
        padding: 72px 0 96px;
      }

  .mp-legal__content h1 {
        margin-bottom: 54px;
        font-size: 26px;
      }

  .mp-legal__content--policy h1 {
        padding-bottom: 16px;
      }

  .mp-legal__content--policy h1::after {
        width: 44px;
        height: 2px;
      }
}

/* legal page */
.mp-legal .mp-main {
  min-height: 1000px;
}

.mp-legal-section {
  margin-bottom: 74px;
}

.mp-legal-section h2 {
  margin: 0 0 44px;
  color: var(--mp-blue);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
}

.mp-legal__content--policy .mp-legal-section h2 {
  margin-bottom: 32px;
  padding: 14px 20px;
  background: #f0f7fc;
  border-left: 5px solid var(--mp-blue);
  font-size: 24px;
  line-height: 1.5;
}

.mp-legal-section p {
  margin: 0 0 32px;
  color: var(--mp-blue);
  font-size: 17px;
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  .mp-legal-section {
        margin-bottom: 42px;
      }

  .mp-legal-section h2 {
        margin-bottom: 20px;
        font-size: 20px;
      }

  .mp-legal__content--policy .mp-legal-section h2 {
        padding: 11px 14px;
        border-left-width: 4px;
        font-size: 18px;
      }

  .mp-legal-section p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 2.1;
      }
}
