@charset "UTF-8";html{font-size:16px;font-size:min(16px,1.4814814815vw)}@media (max-width:767px){html{font-size:4.2666666667vw}}body,button,input,select,textarea{color:#000000;font-weight:500;font-family:"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans Japanese","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:767px){body,button,input,select,textarea{line-height:1.5}}body,html{height:100%}body{background:url(../images/bg.jpg) no-repeat 50% 50%;background-size:cover}.site-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.login-form{width:30em;margin:auto;padding:2.5rem 1.875rem 2.5rem;border:1px solid #DDD;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.95);text-align:center}.login-form .logo{margin:0}.login-form .logo img{max-width:300px}.login-form .logo .sub{display:block;font-size:17px;font-weight:500;letter-spacing:0.1em;color:#000;white-space:nowrap;margin-top:0.5em}.login-form .fields{margin:1.5em 0 1em}.login-form .fields .text-field:first-child{border-radius:5px 5px 0 0}.login-form .fields .text-field:last-child{margin-top:-1px;border-radius:0 0 5px 5px}.login-form .error{color:#F00;text-align:left}.login-form .persistent{text-align:left;margin-bottom:1.5em}@media (max-width:767px){.login-form{width:auto;margin:auto 1rem}.login-form .button-large{min-width:0;width:100%}}.text-area,.text-field{width:100%;padding:0.5em 1em;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #cccccc;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;font-size:16px;vertical-align:middle}.button-large{position:relative;display:inline-block;border:2px solid #48C187;background:transparent;padding:8px 20px;min-width:300px;color:#48C187;font-size:18px;font-weight:bold;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;-webkit-transition:all 0.5s;transition:all 0.5s;outline:0;border-radius:27px}@media (-ms-high-contrast:none){.button-large{padding:11px 20px 5px}}.button-large:hover{color:#FFF;background:#48C187;text-decoration:none}.button-large.-login:after{position:absolute;right:1.5em;top:calc(50% - 0.5em);display:inline-block;content:"";width:1em;height:1em;background:url(../images/icon_login.svg) no-repeat 0 0;background-size:1em 1em}