@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    src: url(../fonts/GOTHIC.eot);
    src: url(../fonts/GOTHIC.eot?#iefix) format('embedded-opentype'),       
         url(../fonts/GOTHIC.woff) format('woff'),
         url(../fonts/GOTHIC.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GOTHICB.eot);
    src: url(../fonts/GOTHICB.eot?#iefix) format('embedded-opentype'),       
         url(../fonts/GOTHICB.woff) format('woff'),
         url(../fonts/GOTHICB.ttf) format('truetype');
  }

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    font-family: 'Century Gothic', 'Noto Sans JP';
    background-color: #f8f9fa;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset;
}

input::-webkit-input-placeholder {
    color: #d7dbe6;
}

input::-moz-placeholder {
    color: #d7dbe6;
}

input:-ms-input-placeholder {
    color: #d7dbe6;
}

input:-moz-placeholder {
    color: #d7dbe6;
}

.wrap {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.content {
    display: table-row;
    height: 100%;
}

.content .cont-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.content .login-wrap .tit-area {
    vertical-align: middle;
}

.content .login-wrap .tit-area .tit {
    margin: 0 0 9px;
    font-size: 14px;
    color: #8e929f;
    text-align: center;
    font-weight: normal;
}

.content .login-wrap .tit-area .tit .logo {
    display: inline-block;
    width: 51px;
    height: 12px;
    text-indent: -9999px;
    vertical-align: middle;
    background-size: 51px auto;
    background-repeat: no-repeat;
}

.content .login-wrap .tit-area .tit .txt {
    display: inline-block;
    vertical-align: middle;
}

.content .login-wrap .tit-area .msg {
    margin: 0 0 40px;
    font-size: 28px;
    text-align: center;
}

.content .login-wrap legend {
    display: none;
}

.content .login-wrap .btn-login {
    display: block;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background-color: #da5859;
    font-family: 'Century Gothic';
}

.content .login-wrap .input-group {
    position: relative;
    padding: 15px;
    height: 17px;
    border: solid 1px #d7dbe6;
    background-color: #fff;
}

.content .login-wrap .input-group + .input-group {
    margin-top: -1px;
}

.content .login-wrap .input-group .input {
    position: relative;
    width: 100%;
    height: 17px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    font-family: 'Century Gothic';
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 0 100px #fff inset;
}

.content .login-wrap .input-group .input::placeholder {
    color: #d7dbe6;
}

.content .login-wrap .input-group .label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 21px 15px 20px;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 17px;
    box-sizing: border-box;
}

.content .login-wrap .msg-error {
    margin-top: -21px;
    padding-bottom: 6px;
    font-size: 12px;
    text-align: left;
    color: #f45452;
}

.content .login-wrap .set-login {
    overflow: hidden;
    margin: 13px 0;
    font-size: 12px;
}

.content .login-wrap .set-login .save-id {
    float: left;
    color: #212329;
}

.content .login-wrap .set-login .save-id .input-chk[type=checkbox] {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-appearance: none;
}

.content .login-wrap .set-login .save-id .input-chk[type=checkbox]:checked + label::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background:url("../img/round-check-r.svg");
    border: 1px solid #da5859;
    border-radius: 2px;
    background-size: cover;
}

.content .login-wrap .set-login .save-id label {
    position: relative;
    display: block;
    padding-left: 28px;
    height: 24px;
    line-height: 20px;
    z-index: 10;
}

.content .login-wrap .set-login .save-id label::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d7dbe6;
    background-color: #fff;
    border-radius: 2px;
}

.content .login-wrap .set-login .login-link {
    float: right;
    height: 24px;
    color: #8e929f;
    line-height: 22px;
}

.content .login-wrap .set-login .login-link a {
    color: #8e929f;
    text-decoration: none;
}

.content .login-wrap .set-login .login-link a:hover {
    text-decoration: underline;
}

.content .login-wrap .set-login .login-link .btn-join {
    margin-left: 16px;
}

.footer {
    display: table-row;
    height: 1px;
    color: #222222;
    text-align: center;
    font-size: 14px;
}

.footer .copyright {
    padding: 10px 0 20px;
}

@media screen and (min-width: 330px) {
    @font-face {
        
    }
    @font-face {
        
    }
    .wrap {
        padding: 0;
        max-width: 330px;
    }
}

.text-danger {
    color: #f45452;
}

.hidden {
    display: none;
}

.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #8e929f;
}

.text-primary {
    color: #1a7cff;
}

a.text-primary:hover, a.text-primary:focus {
    color: #1257b3;
}

.text-info {
    color: #42454f;
}

a.text-info:hover, a.text-info:focus {
    color: #212329;
}

.text-warning {
    color: #ff8400;
}

a.text-warning:hover, a.text-warning:focus {
    color: #df7400;
}

.text-danger {
    color: #f45452;
}

a.text-danger:hover, a.text-danger:focus {
    color: #df322f;
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

.img_bottom {
  width: 32px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
  bottom: 8px; 
  left: 8px;
}

.img_center {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
}

.img_menu_icon {
  width: 70%;
}

.div_center_img {  
  width: 100%;
  position: relative;  
}

.menu_icon_height {
  height: 120px;
}