@charset "UTF-8";
/** ログイン css */

header { padding: 40px 0; text-align: center; color: var(--tst-color); }
header .icn { position: relative; height: 92px; }
header .icn::before { content: '\f073'; font-family: 'Font Awesome 5 Free'; font-size: 72px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
header .icn::after { content: '\f017'; font-family: 'Font Awesome 5 Free'; font-size: 38px; border-radius: 50%; background-color: #fff; position: absolute; bottom: 0; left: 58%; transform: translateX(-50%); }
header h1 { font-size: 28px; letter-spacing: 0.1em; }

main { padding: 0 20px; }
input { font-size: 24px; }
.btn-outer { margin-top: 52px; text-align: center; }
.btn.lrg { font-size: 32px; }