p , li{
    font-size: clamp(1.2rem, 0.1rem + 2.636vw, 1.6rem);
}

.privacy {
    font-family: "Noto Sans JP", sans-serif;
    width: 90%;
    max-width: 760px;
    margin: 100px auto 0;
}

.privacy-header {
    width: 100%;
    max-width: 652px;
    margin: 0 auto;
    line-height: 1.8;
}

.privacy-header h2{
    font-size: clamp(1.6rem, 0.832rem + 2.67vw, 4.7rem);
    font-weight: 700;
    font-family:"Zen Kaku Gothic New", sans-serif;;
    text-align: center;
}

.privacy-header p {
    margin-top: 50px;
}

hr {
    margin: 70px auto;
}

.privacy-policy-item {
    margin-top: 25px; 
}

.privacy-policy-item-title{
    font-weight: 700;
}

.privacy-policy-item-desc{
    margin-top: 10px;
    line-height: 1.8;
}

.privacy-policy-item ol {
    list-style: auto;
    margin-left: 19px;
    line-height: 1.8;
}

.privacy-policy-item ul{
list-style: disc;
margin-left: 19px;
line-height: 1.8;
}

.privacy-policy-end{
    margin-top: 70px;
}

.button-to-contact {
    margin-top: 30px;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    color: #4da83b;
    transition: 0.3s ease;
}

.button-to-contact a:hover{
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    .privacy-header p {
    margin-top: 25px;
    }
}