:root{--blue:#004791;--text:#111;--base:1200px;--content:1000px;}
    *{box-sizing:border-box;}
    body{margin:0;font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;color:var(--text);line-height:1.8;background:#fff;font-weight:500;}
    a{color:inherit;text-decoration:none;}
    .site-header{width:100%;background:var(--blue);color:#fff;}
    .header-inner{width:min(var(--base),calc(100% - 48px));height:86px;margin:0 auto;display:flex;align-items:center;}
    .header-logo{display:inline-flex;align-items:center;}
    .header-logo img{display:block;width:auto;height:36px;}
    .terms-main{width:min(var(--base),calc(100% - 48px));margin:0 auto;padding:72px 0 70px;}
    .terms-content{width:min(var(--content),100%);margin:0 auto;}
    .terms-logo{text-align:center;margin:0 0 22px;}
    .terms-logo img{display:inline-block;width:210px;max-width:42%;height:auto;}
    .terms-title{margin:0 0 36px;text-align:center;font-size:24px;line-height:1.4;font-weight:800;letter-spacing:.02em;}
    .terms-lead{margin:0 0 34px;font-size:14px;line-height:2;font-weight:500;}
    .terms-section{margin:0 0 34px;font-size:14px;line-height:2;}
    .terms-section h2{margin:0 0 6px;font-size:17px;line-height:1.6;font-weight:800;}
    .terms-section p{margin:0 0 16px;}

    .terms-section ul{margin:0 0 16px;padding-left:1.4em;}
    .terms-section li{margin:0 0 4px;}

    .site-footer{background:var(--blue);color:#fff;text-align:center;padding:28px 16px 30px;}
    .footer-copy{margin:0;font-size:13px;letter-spacing:.02em;}
    @media (max-width:768px){
      .header-inner{width:100%;height:64px;padding:0 24px;}
      .header-logo img{height:28px;}
      .terms-main{width:100%;padding:48px 24px 54px;}
      .terms-content{width:100%;}
      .terms-logo{margin-bottom:18px;}
      .terms-logo img{width:170px;max-width:60%;}
      .terms-title{font-size:21px;margin-bottom:30px;}
      .terms-lead,.terms-section{font-size:13px;line-height:1.95;}
      .terms-section h2{font-size:16px;}
      .site-footer{padding:22px 12px 24px;}
      .footer-copy{font-size:12px;}
    }
