
main { display:flex; justify-content:center; padding:100px 0; }
main > .container { width:100%; max-width:1280px; }

main > .container > h1 { margin-top:60px; display:flex; justify-content:center; align-items:center; }
main > .container > h1 span { position:relative; font-size:40px; font-weight:500; }
main > .container > h1 span::after { content:""; position:absolute; right:10px; top:0; transform:translateX(100%) rotate( 20deg ); width:25px; height:25px; border:2px solid #FE8130; border-radius:5px; z-index:-1; }




#sub0305 { height:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; gap:20px; }
#sub0305 > button { background:#ff6600; color:#fff; width:100px; height:30px; border-radius:5px; }
