*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fffaf0;
  color:#35261d;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  line-height:1.9;
}
a{color:inherit}
.text-page{
  width:min(760px,calc(100% - 40px));
  margin:0 auto;
  padding:76px 0 110px;
}
.text-page .eyebrow{
  margin:0 0 8px;
  color:#a2723e;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
}
.text-page h1{
  margin:0 0 34px;
  padding-bottom:18px;
  border-bottom:1px solid #e2cda9;
  font-size:clamp(34px,6vw,50px);
  line-height:1.3;
  letter-spacing:.06em;
}
.text-page h2{
  margin:42px 0 12px;
  color:#493326;
  font-size:22px;
  line-height:1.5;
}
.text-page p{
  margin:0;
}
.text-page p+p{
  margin-top:14px;
}
.text-page .muted{
  margin-top:30px;
  padding:18px 20px;
  border:1px solid #ead8bc;
  border-radius:16px;
  background:#fffef9;
  color:#806a57;
  font-size:14px;
}
.text-page .policy-date{
  margin-top:48px;
  color:#806a57;
  font-size:13px;
}
@media (max-width:720px){
  .text-page{
    width:min(100% - 28px,760px);
    padding:54px 0 84px;
  }
  .text-page h1{
    margin-bottom:28px;
  }
  .text-page h2{
    margin-top:34px;
    font-size:20px;
  }
}
