@charset "UTF-8";

#backtoblog{
    display: none;
}
.language-switcher{
    display: none;
}
#login h1{
    display: none;
}
p#nav {
    display: none;
}

body {
    background: #036EB8;
    font-family: 'Noto Sans JP', sans-serif;
}
#login {
    /* max-width: 335px; */
    width: 100%;
    padding: 0;
    /* margin: 120px auto 0; */
    /* background: #fff; */
    box-sizing: border-box;
    /* flex: 1; */
}
input#wp-submit {
    /* background: #083D66; */
    background: #083D66 0% 0% no-repeat padding-box;
    border-radius: 15px;
    border: none !important;
    box-shadow: none !important;
}
div#login_c2 {
    max-width: 335px;
    width: 100%;
    padding: 30px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
}

.login form {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: 0 1px 3pxrgba(0,0,0,.04);
}

#login_wrap {
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    min-height: 100vh;
    box-sizing: border-box;
}
div#login_c {
    flex: 1;
}
.pass_desc {
    font-size: 13px;
    margin-top: 1.5em;
}

#copy {
    font-size: 11px;
    color: #fff;
    box-sizing: border-box;
}

#login_ttl_logo {
    text-align: center;
    margin-bottom: 30px;
}

#login_ttl_logo img {
    width: 87px;
    height: auto;
}

body[open]{
    height: 100%;
    overflow: hidden;
}


body[open] #sp_menu2{
    visibility:visible;
    opacity:1;
}

#sp_menu2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #062E4D;
    visibility: hidden;
    opacity:0;
    transition: all .4s;
    will-change: opacity;
}
#sp_menu2{
    height: 100%;
    overflow-y: auto;
    background: #fff;
}
#sp_menu_main2{
    padding: 60px;
    background: #fff;
    min-height: 100vh;
}
#sp_menu_main2>div {
    background: #F2F2F2;
    padding: 60px;
    min-height: calc( 100vh - 120px );
}
#sp_menu_main2>div>div{
    max-width: 720px;
    margin: 0 auto;
}
.sp_menu_main2_ttl span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 3px #ddd;
    margin-right: 20px;
    width: 60px;
    height: 60px;
}
.sp_menu_main2_ttl {
    margin-bottom: 30px;
    color: #083D66;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sp_menu_main2_desc {
    margin: 40px 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.mline{
    position: relative;
    height: 10px;
}

.mline:before {
    background: transparent linear-gradient(90deg, #0E91B8 0%, #11CDDD 100%) 0% 0% no-repeat padding-box;
    height: 10px;
    width: 60px;
    display: inline-block;
    content: "";
    /* margin: auto; */
    top: -10px;
    position: relative;
}

span.form_open {
    cursor: pointer;
    color: #206db5;
}

@media (max-width:767.98px){
    #login_wrap{
        padding:30px;
    }
    #sp_menu_main2{
        padding: 20px;
    }
    #sp_menu_main2>div {
        padding: 20px;
        min-height: calc( 100vh - 40px );
    }
    .sp_menu_main2_ttl {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sp_menu_main2_ttl span{
        margin-right:10px;
    }
    .sp_menu_main2_desc {
        margin: 20px 0;
        font-size: 12px;
    }

    
}