@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

main{
    letter-spacing: 0.1em;
}

section{
    margin-bottom: 240px;
}

h1, h2, h3, h4, h5, h6 {
    color: #707070;
}
.privacypolicy > div{
    margin-bottom: 160px;
}
.privacypolicy .title{
    margin-bottom: 20px;
}

main p{margin-bottom: 1em;}
.privacypolicy .text{
    padding-left:1em ;
    font-family: "Yu Gothic", "游ゴシック体", sans-serif;
}


@media (max-width: 767px){
    .page_title{margin-bottom: 160px;}
    .section-title{font-size: 30px;}
    .privacypolicy > div{margin-bottom: 100px;}
    .privacypolicy h2{font-size: 24px;}
    .container :last-child{ margin-bottom: 0;}
}

/* タブレット基準（横幅768px以上） */
@media (min-width: 768px)and (max-width: 1023.98px) {
  .container { width: 92%; }

  @supports (display:grid) {
    .three-column { grid-template-columns: repeat(2, 1fr); }
  }
}

/* 大きめタブレット/小型ノート（横1024px以上） */
@media (min-width: 1024px)and (max-width: 1279.98px) {
  .container { width: 90%; }
  @supports (display:grid) {
    .three-column { grid-template-columns: repeat(3, 1fr); }
  }
  .two-column { gap:32px; }
}