*{box-sizing:border-box}body{margin:0;background:#f2f3f2;color:#13202a;font-family:Arial,"Noto Sans SC",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}header{padding:22px max(20px,calc((100vw - 1080px)/2));display:flex;justify-content:space-between;border-bottom:1px solid #bac1c6;background:#fff}header b{font-size:22px;color:#174da8}header nav{display:flex;gap:20px}main{max-width:1080px;margin:auto;padding:70px 20px}.sub-hero{display:grid;grid-template-columns:1fr .8fr;gap:50px;border-bottom:3px solid #174da8;padding-bottom:55px}.sub-hero p{color:#ed6c39;font-size:12px;letter-spacing:2px}.sub-hero h1{font-family:Georgia,"Noto Serif SC",serif;font-size:54px;line-height:1.1;margin:16px 0}.sub-hero aside{background:#13202a;color:#fff;padding:30px}.sub-hero aside span{display:block;border-bottom:1px solid #4f5a63;padding:13px 0}.sub-sections{display:grid;grid-template-columns:repeat(2,1fr);margin-top:60px;border-top:1px solid}.sub-sections article{padding:30px;border-bottom:1px solid;border-right:1px solid}.sub-sections h2{font-family:Georgia,serif;font-size:28px}.sub-note{margin-top:60px;padding:35px;background:#dfe4e7}.sub-note a{color:#174da8;font-weight:800}footer{padding:40px max(20px,calc((100vw - 1080px)/2));background:#13202a;color:#fff}@media(max-width:680px){header nav a:first-child{display:none}.sub-hero{grid-template-columns:1fr}.sub-hero h1{font-size:42px}.sub-sections{grid-template-columns:1fr}.sub-sections article{border-right:0}}