@charset "utf-8";
@font-face {
    font-family: 'M PLUS 1p';
    font-weight: 400;
    src: local('M PLUS 1p');
        local('MPLUS1p-Regular'),
        local('mplus-1p-regular'),
    src: url("../fonts/MPLUS1p-Regular.eot");
    src: url("../fonts/MPLUS1p-Regular.eot?#iefix") format("embedded-opentype"),
    url('../fonts/MPLUS1p-Regular.woff2') format('woff2'),
    url('../fonts/MPLUS1p-Regular.woff') format('woff'),
    url('../fonts/MPLUS1p-Regular.ttf')  format('truetype')}

@font-face {
    font-family: 'M PLUS 1p';
    font-weight: 700;
    src: local('M PLUS 1p Bold');
        local('MPLUS1p-Bold'),
        local('mplus-1p-bold'),
    src: url("../fonts/MPLUS1p-Bold.eot");
    src: url("../fonts/MPLUS1p-Bold.eot?#iefix") format("embedded-opentype"),
    url('../fonts/MPLUS1p-Bold.woff2') format('woff2'),
    url('../fonts/MPLUS1p-Bold.woff') format('woff'),
    url('../fonts/MPLUS1p-Bold.ttf')  format('truetype')}

.fs10 {font-size: 62.75%; line-height: 14px; letter-spacing:0.5px;}
.fs12 {font-size: 75%; line-height: 15px; letter-spacing:1.2px;}
.fs14 {font-size: 87.5%; line-height: 18px; letter-spacing:2px;}
.fs18 {font-size: 112.5%; line-height: 23px; letter-spacing:2.5px;}
.fs24 {font-size: 150%; line-height: 30px; letter-spacing:3px;}
.fs30 {font-size: 187.5%; line-height: 35px; letter-spacing:3.5px;}
.fs10n {font-size: 62.75%; letter-spacing:0.5px;}
.fs12n {font-size: 75%; letter-spacing:1.2px;}
.fs14n {font-size: 87.5%; letter-spacing:2px;}
.fs18n {font-size: 112.5%; letter-spacing:2.5px;}
.fs24n {font-size: 150%; letter-spacing:3px;}
.fs30n {font-size: 187.5%; letter-spacing:3.5px;}
.no {font-size: 62.75%; text-decoration: none; letter-spacing:1px;}
.popup {position: absolute;	visibility: hidden;	width: 160px; font-size: 62.75%; border: 1px gray solid; line-height: 14px; padding: 3px; letter-spacing: 1px; background-color: #ffffcc;}

/** Login UI Kaizen **/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
body {
    -webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display:block;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
}
button {
    letter-spacing: normal;
    font-family: sans-serif;
}
html {
    font-size: 62.5%;/* 62.5%を指定すると「1.0 rem = 10px」 */
}
img {
    max-width : 100%;
    vertical-align: bottom;
}
ul {
    list-style: none;
}
sub {
    font-size: 70%;
    position: relative;
    vertical-align: middle;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ccc;
}
::placeholder{ /* Others */
    color:#ccc
}

/* annotation */

.annotation {
    font-size: 10px;
}


/* ------------ common ------------ */

body {
    font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #465E68;
    height: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
a:link {color: #465E68;;text-decoration:none;}
a:visited {color: #465E68;text-decoration:none;}
a:hover {color: #465E68; text-decoration: underline;}
a:active {color: #465E68;text-decoration:none;}

/* ------------ wrap ------------ */

.wrap {
    height: 100vh;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
    background: url(../img/ebis/bg.png) center center no-repeat;
    background-size: cover;
}

/* ------------ contents ------------ */

.contents {
    width: 100%;
    max-width: 1100px;
    margin: 50vh auto 0;
    transform: translateY(-50%);
}
.main {
    width: 100%;
    height: 600px;
    display: -webkit-box;/* Android < 4.3 */
    display: -ms-flexbox;/* IE10 */
    display: -webkit-flex;/* safari(PC) */
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}

/* ------------ loginform_area ------------ */

.contents .loginform_area {
    width: 35.4%;
    box-sizing: border-box;
    margin-top: 90px;
}
.loginform_area .loginform_inner {
    width: 71%;
    margin: 0 auto;
}
.loginform_inner h1 {
    text-align: center;
    margin-bottom: 40px;
}
.loginform_inner h2 {
    text-align: center;
    margin-bottom: 53px;
}
.loginform_main label {
    display: block;
}
.loginform_main .field_label {
    display: block;
    font-size: 13px;
}
.loginform_main .row {
    padding: 12px 0;
}
.loginform_main .loginForm {
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 7px 0;
    box-sizing: border-box;
    border: 0 none;
    border-radius: 0;
    position: relative;
    bottom: -1px;
    box-shadow: 0 -1px 0 rgb(204,204,204) inset;
    transition: all .3s ease;
}
.loginform_main input.loginForm:focus {
    box-shadow: 0 -2px 0 #CE4242 inset;
}
.loginform_main .button_area {
    margin-top: 10px;
}
.loginform_main .loginbtn {
    border: 0 none;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #CE4242;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
}

.loginform_main .skip_on .loginbtn {
    border: 0 none;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #CE4242;
    color: #fff;
    width: 122px;
    cursor: pointer;
    transition: all .3s ease;
}

.loginform_main .skip_on .skipbtn {
    border: 0 none;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #AAAAAA;
    color: #fff;
    width: 122px;
    cursor: pointer;
    transition: all .3s ease;
}

.loginform_main .loginbtn:hover {
    box-shadow: 0 0 3px #CE4242;
}

.loginform_main .backbtn {
    border: 0 none;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #aaa;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
}
.loginform_main .backbtn:hover {
    box-shadow: 0 0 3px rgb(170,170,170);
}

.loginform_main .note {
    font-size: 12px;
}
.loginform_main .note a:link,
.loginform_main .note a:visited,
.loginform_main .note a:hover,
.loginform_main .note a:active {
    font-size: 12px;
    text-decoration: underline;

}
.loginform_main .note a:hover {
    text-decoration: none;
}

.loginform_main .errormsg {
    text-align: center;
}
.loginform_main .errormsg h3 {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.loginform_main .errormsg p {
    font-size: 13px;
}


/* ------------ information_area ------------ */

.contents .information_area {
    width: 64.6%;
    box-sizing: border-box;
}
.information_area iframe {
    width: 100%;
    min-width: 630px;
    height: 600px;
    display: block;
}


/* ------------ footer ------------ */

footer {
    margin-top: 10px;
}
footer ul {
    text-align: right;
    padding-top: 10px;
}
footer li {
    display: inline-block;
    color: #465E68;
    font-size: 11px;
}
footer li:not(:last-child)::after {
    content: "｜";
    margin: 0 5px 0 10px;
}
footer li a:link,
footer li a:visited,
footer li a:active {
    color: #465E68;
    text-decoration: underline;
}
footer .no_line,
footer li a:hover {
    color: #465E68 !important;
    text-decoration: none;
}

/* ------------ login_banner ------------ */
.login_banner {
    position:fixed;
}
