
main section div.privacy-policy-wrapper{max-width:800px; margin:0 auto; padding:76px 0 120px;}
main section div.privacy-policy-wrapper h1.title{font-size:4.0rem; line-height:1.4; font-weight:bold; text-align:center; margin-bottom:35px;}
main section div.privacy-policy-wrapper h2.block-title{font-size:1.8rem; line-height:1.7; font-weight:bold; margin-bottom:4px;}
main section div.privacy-policy-wrapper p.text{font-size:1.5rem; line-height:1.7; margin-bottom:26px;}


/* タブレット */
@media (max-width: 1100px){

  main section div.privacy-policy-wrapper{margin:0 auto; padding:60px 40px 100px;}

}


/* スマホ */
@media (max-width: 760px){

  main section div.privacy-policy-wrapper{margin:0 auto; padding:30px 20px 30px;}
  main section div.privacy-policy-wrapper h1.title{font-size:2.5rem; line-height:1.4; margin-bottom:35px;}
  main section div.privacy-policy-wrapper h2.block-title{font-size:1.5rem;}
  main section div.privacy-policy-wrapper p.text{margin-bottom:20px;}

  }
