﻿@charset "utf-8";

.p-page_privacy-area {
    margin-bottom: 5rem;
    padding: 50px 0 50px;
    height:auto;
    background: url('../images/index/about-bg.svg') no-repeat top center / 140%, linear-gradient(white 0%, #ebf7fc 1%, #ebf7fc 50%, #ebf7fc 100%);
    position: relative;
}

@media (min-width: 768px) {
  .p-page_privacy-area {
      padding: 50px 0 50px;
      background: url('../images/index/about-bg.svg') no-repeat top center / 100%, linear-gradient(white 5%, #ebf7fc 5%, #ebf7fc 50%, #ebf7fc 100%);
      height: auto;
      margin-bottom: 5rem;
}
}


.pp-txt {
    font-size: 16px;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .pp-txt {
        font-size: 14px;
        margin-top: 2rem;
}
}