@charset "utf-8";

/* CSS Document */
.privacypolicypage .contentheader{background-image: url(../images/privacypolicy/privacypolicy-bg-01.jpg);}

.privacypolicy{padding-bottom: 150px;}
  .privacypolicy .section-inner{max-width: 800px;}
    .privacypolicy-intro{margin-bottom: 50px;}
      .privacypolicy-intro-txt{}
    .privacypolicy-list{}
      .privacypolicy-item{}
        .privacypolicy-item:not(:last-of-type){margin-bottom: 50px;}
        .privacypolicy-ttl{margin-bottom: 15px;}
          .privacypolicy-ttl-txt{font-weight: bold;}
        .privacypolicy-detail{}
          .privacypolicy-detail-txt{
            font-size: 14px;
            line-height: 1.8;
            text-align: justify;
            }


@media screen and (max-width: 1199px) { }/* max-width: 1199px */

@media screen and (max-width: 991px) {

.privacypolicy{padding-bottom: 100px;}
.privacypolicy-item:not(:last-of-type){margin-bottom: 40px;}

}/* max-width: 991px */

@media screen and (max-width: 767px) {

.privacypolicy{padding-bottom: 80px;}  
.privacypolicy-item:not(:last-of-type){margin-bottom: 30px;}
.privacypolicy-ttl{margin-bottom: 10px;}

}/* max-width: 767px */

@media screen and (max-width: 575px) {}/* max-width: 575px */