@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:540px;margin:0 auto;background-image:linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(./sub_bg.jpg);background-repeat:no-repeat;background-position:50% 55%;background-size:cover;font-family:var(--e-font),var(--k-font)}
#shSub .txt_area{padding-top:40px;color:#fff;text-align:center}
#shSub .txt_area p{margin-bottom:20px;font-size:42px}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub .txt_area div a{color:#fff}
#shSub .txt_area div svg{width:15px;margin:0 10px}