@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}*:focus{outline:none}body{font-family:'Lato','Noto Sans JP',Meiryo,'メイリオ','MS Pゴシック','MS PGothic',sans-serif;font-size:16px;color:#000;background:#FFF;width:100%;line-height:1.6em;overflow:hidden;-webkit-font-smoothing:antialiased;-webkit-animation:fadeIn 1.5s ease 0s 1 normal;animation:fadeIn 1.5s ease 0s 1 normal}main{background:#FFF;margin:0 auto;padding:0;width:800px;height:auto}section{margin:0 auto 20px;padding:0}section.center{text-align:center}h1{font-size:25px;font-weight:bold;color:#FFF;background:#E96100;border:solid 3px #E96100;border-radius:10px;margin:20px auto;padding:10px 0;text-align:center;line-height:1.4em}h2{font-size:20px;color:#E96100;background:#FFF;border:0;margin:0 auto 20px;padding:10px 0;text-align:center;line-height:1.4em}#loginAlert{color:#B7282E;margin:20px auto 10px;padding:0}input[type="text"]{font-size:16px;border:solid 1px #E96100;border-radius:8px;width:100%;height:60px;text-indent:1em}input[type="password"]{font-size:16px;border:solid 1px #E96100;border-radius:8px;width:100%;height:60px;text-indent:1em}#btnLogin{font-size:16px;font-weight:bold;color:#FCC800;background:#FFF;border:solid 3px #FCC800;border-radius:4px;margin:20px;padding:0 10px;height:36px;text-align:center;vertical-align:middle;cursor:pointer}#btnLogin:hover{opacity:0.5}#btnLogin:active{position:relative;top:3px}#btnMobile{font-size:16px;font-weight:bold;color:#727171;background:#FFF;border:solid 3px #727171;border-radius:4px;margin:20px;padding:0 10px;height:36px;text-align:center;vertical-align:middle;cursor:pointer}#btnMobile:hover{opacity:0.5}#btnMobile:active{position:relative;top:3px}footer{
font-size:13px;color:#000;background:#D3D3D3;margin:0;padding:20px 0;width:100%;height:auto;text-align:center}@media screen and (max-width:480px){main{background:#FFF;margin:auto;padding:0;width:90%;height:auto}h1{font-size:18px;font-weight:bold;color:#FFF;background:#E96100;border:solid 3px #E96100;border-radius:10px;margin:20px auto;padding:10px 0;text-align:center}h2{font-size:18px;color:#E96100;background:#FFF;border:0;margin:0 auto 20px;padding:10px 0;text-align:center}footer{font-size:10px;color:#000;background:#D3D3D3;margin:0;padding:20px 0;width:100%;height:auto;text-align:center;line-height:1.6em}}
/*元ファイルはstyle.css*/