h3 {
  margin: 0 0 6px 0;
  padding: 0;
}

p {
  margin-bottom: 40px;
}
/*PRIVACY POLICY*/
.privacy01 .inner {
    padding-top: 40px;
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
}

.pricacy-des01 {
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0;
    padding-bottom: 120px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #868686;
}

.privacy-list * {
    font-size: 16px;
}

.privacy-list dt {
    padding-left: 9px;
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #a6d3c8;
    padding-bottom: 0px;
    margin-bottom: 17px;
}

.privacy-box {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .cmn-ttl-section{
        padding-top:24px;    
  }
    .pricacy-des01 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .privacy01 .inner{
        padding-top:0;
   }

    .privacy-list * {
        font-size: 13px;
    }

    .privacy-list dt {
        padding-left: 13px;
        font-size: 16px;
        padding-bottom: 2px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .pricacy-des01 {
        font-size: 16px;
        padding-bottom:0px;
        margin-bottom: 20px;
    }

    .privacy-list dt {
        padding-left: 10px;
        font-size: 14px;
        padding-bottom: 2px;
        margin-bottom: 10px;
    }

    .privacy-list * {
        font-size: 13px;
    }

    .privacy-box {
        margin-bottom: 20px;
    }

    .privacy01 .inner {
        padding-bottom: 30px;
    }
}