@charset "UTF-8";
/* CSS Document */

.section-top {
    margin-top: 160px;
}
.section-top h2 {
    font-size: clamp(30px, 2.8vw, 40px);
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
 }
 .section-top p {
font-size: 1.8rem;
margin-bottom: 90px;
text-align: center;
 }
 .privacy-policy-description {
  margin: 0 auto 90px;
  max-width: 1000px;
 }

 /* 内容 */
 .container {
    max-width: 1000px;
    margin: 2em auto;
}

.privacy-policy__item {
    padding-bottom: 40px;
}
.privacy-policy__item a {
    color: #64514b;
    text-decoration: none;
    border-bottom: solid 1px #64514b;
    padding-bottom: 4px;
}
.privacy-policy__item__title {
    font-size: 2rem;
}
.privacy-policy__item ul {
    padding: 1em;
}
@media(max-width:1024px) {
.main {
    padding: 0 2em 0 2em;
}
}