@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}

body:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        url(/asset/img/bg_body_top.png) center top no-repeat,
        url(/asset/img/bg_body.png) left top repeat-x;
    z-index: -1;
}

/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.pched {
    position: relative;
    padding: 0 25px;
}
.pched h1 {
    max-width: 960px;
    margin: 0 auto;
}


/*  article レイアウト
===================================*/
article {
    position: relative;
    margin: 0 auto;
    padding: 0 25px;
}


/*  footer
===================================*/
footer {
    position: relative;
    background-color: #001942;
    padding: 0 25px;
}
.fot-copy {
    padding: 12px 0;
}
.fot-copy h6 {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    text-align: center;
    color: #92a6c7;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #b9b9b9;
    border: 1px solid #8b9db0;
    color: #fff;
    border-radius: 50%;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
    color: #001942;
}
.janp a:hover {
    background-color: #001942;
    box-shadow: none;
}
.janp a:hover i {
    color: #fff;
}


/* login
=====================================*/
.slbody {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 120px;
    min-height: calc(100vh - 215px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.login-are {
    position: relative;
    width: 100%;
}
.login-are .title {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    text-shadow: 
        #001942 1px 1px 3px, #001942 -1px -1px 3px,
        #001942 -1px 1px 3px, #001942 1px -1px 3px,
        #001942 0px 1px 3px, #001942 0-1px 3px,
        #001942 -1px 0 3px, #001942 1px 0 3px;
}
.login-are .title p {
    line-height: 1.2;
}
.login-are .title .eng {
    font-size: 2.0rem;
    font-weight: 400;
    margin-top: 5px;
}

.login-are .form {
    margin: 0 auto;
    max-width: 500px;
}
.login-are .form li {
    padding-top: 25px;
}
.login-are .form li:first-of-type {
    padding-top: 0;
}
.login-are .form li p {
    color: #23a0a0;
    font-weight: 600;
    font-size: 1.6rem;
}

.login-are .form li input {
    border: 1px solid #c5c5c5;
    height: 42px;
}

.login-are .error-are {
    margin-top: 0;
}
.login-are .error-are li {
    padding-top: 0;
}

.login-are .btn-are {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
}
.login-are .btn-are .login-btn {
    min-height: 60px;
    min-width: 280px;
    padding: 15px 20px;
}
.login-are .btn-are .login-btn p {
    text-align: center;
}
.login-are .btn-are .login-btn p span {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
}
.login-are .btn-are .login-btn p span.eng {
    font-size: 1.3rem;
    margin-top: 4px;
    font-weight: normal;
}

.login-are .waku {
    border: 1px solid #06c;
    border-radius: 10px;
    max-width: 680px;
    margin: 0 auto;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fff;
}
.login-are .waku .tai {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.login-are .waku .tai .eng {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 8px;
}


table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
    letter-spacing: normal;
    border: 1px solid #cccccc;
    height: 100%;
}
table th,
table td {
    border-bottom: 1px solid #cccccc;
    padding: 20px 15px;
}
table th {
    font-weight: 500;
    background: #eee;
    width: 150px;
}

table th .eng {
    font-size: 1.4rem;
}


/* not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound h3 {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
    padding-top: 150px;
}
.notfound p {
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 20px;
}


/* error-are
=====================================*/
.error-are {
    margin-top: 30px;
    margin-bottom: 20px;
}
.error-are ul {
    padding: 8px 15px;
    border: 1px solid #e02300;
    background-color: #fdf4f5;
}
.error-are li {
    font-size: 1.4rem;
    color: #e02300;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.error-are li:before {
    content: "\e8b2";
    font-family: 'Material Icons';
    font-size: 1.8rem;
}
.error-are.min {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.error-are.mt10 {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* ipad
=====================================*/
@media screen and (max-width: 768px) {
	
    
}




/* phone
=====================================*/
@media screen and (max-width: 575px) {
	
    .pc {
        display: none;
    }
    .smt {
        display: block;
    }
    
    .pched {
        padding: 0 15px;
    }
    article {
        padding: 0 20px;
    }
    .fot-copy h6 {
        font-size: 1.0rem;
    }
    .login-are .title {
        font-size: 1.9rem;
    }
    .login-are .title .eng {
        font-size: 1.8rem;
    }
    .login-are .waku {
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .login-are .waku .tai {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    .login-are .waku .tai .eng {
        line-height: 1.25;
    }
    .login-are .btn-are {
        margin-top: 25px;
    }
    .login-are .btn-are .login-btn {
        min-height: 50px;
        width: 100%;
        min-width: auto;
        max-width: 300px;
    }
    .login-are .btn-are .login-btn p span {
        font-size: 1.5rem;
    }
    
    table {
        border-bottom: 0;
    }
    table tr,
    table th,
    table td {
        display: block;
    }
    table th {
        padding: 8px 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    table td {
        padding: 20px 15px;
    }
    
}

       
        
        
        
        
        
