@import url('./common.css');


#privacy{
.wrapper{
  .title{
    margin-top: calc(220 / 1363 * 100%);
                            &:after {
                        content: "";
                        display: block;
                        width: 80px;
                        height: 2px;
                        background-color: var(--gold);
                        margin: calc(70 / 1363 * 100%) auto;
                        @media screen and (min-width: 769px) {
                        height: 4px;
                        }
                    }
                  }
  .text{
      font-size:clamp(16px, 0.4vw + 14.48px, 18px);
      font-weight: 400;
      line-height: 2;
    margin: 0 auto;
    margin-bottom:calc(80 / 1363 * 100%);
    &.center{
      @media screen and (min-width: 769px) {
      text-align: center;
      }
    }
    br{
      display: none;
      @media screen and (min-width: 769px) {
        display: block;
      }
    }a{
      text-decoration: underline;
    }
    }
    .about{
      margin-bottom: calc(150 / 1363 * 100%);
       .overview{
          text-align: left;
          @media screen and (min-width: 769px) {
      display: grid;
          grid-template-columns: 30% 70%;
          gap: calc(40 / 1363 * 100%);
          }
          .overview-title{
            font-size:clamp(16px, 0.61vw + 17.72px, 20px);

        }
        .text{
          width: 100%;
        }
        .list{
     
          li{
                 position: relative;
          padding-left: 2rem;
          p{
            margin-bottom: calc(30 / 822 * 100%);
          }
           &::before{
            position: absolute;
            top: 0;
            left: 0;
              content: "■";
              color: var(--gold-sub);
              margin-right: .5rem;
            }
            }
        }
      }
    }
      
        
      }
    }


