@charset "UTF-8";
/*
*******************************************************************************************************
# 株主総会オンライン配信ログイン画面
*******************************************************************************************************

*/
body{
    margin: 0;
    font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 350;
    color: #000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* ------------------------------------ */
/* ヘッダー
----------------------------------- */
.single-header{
    background: #fff;
    border-bottom: solid 1px #f1f3f6;
    display: block;
    height: 80px;
}
.single-header__inner{
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 1100px){
    .single-header__inner{
        width: 1100px;
    }
}
.single-header__head{
	display: inline-block;
    align-items: center;
}
.single-header__logo{
	margin: 10px 0px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
@media screen and (max-width: 1100px){
    .single-header__logo{
        margin-left: 20px;
    }
}
.single-header img{
	display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    padding-right: 15px;
}
.single-header p{
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 375px){
    .single-header__logo{
        font-size: 12px;
    }
}

/* ------------------------------------ */
/* ログイン画面
----------------------------------- */
.single-main{
	display: block;
    /* height: calc(100vh - 80px - 90px); */
    position: relative;
    min-height: 600px;
}
@media screen and (max-width: 450px){
    .single-main{
        display: block;
    }
}
.login-screen{
    max-width: 456px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: max-content;
}
@media screen and (min-width: 768px){
    .login-screen{
        max-width: none;
        width: 456px;
    }
}
@media screen and (max-width: 767px){
    .login-screen{
        width: 90%;
    }
}
.c-logo .logo__img{
	margin: 0 auto;
    width: auto;
	display: block;
    height: auto;
	border-style: none;
}
.u-mt-m{
	margin-top: 30px !important;
}
.single-main__form{
	background: #f1f3f6;
    margin: 0 auto;
    border-radius: 5px;
}
form{
    padding: 10% 12%;
}
.single-main__form-input{
	margin-top: 10px;
}
.single-main__form-input h1{
	font-size: 26px;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 415px){
    .single-main__form-input h1 br{
        display: none;
    }
}
.single-main__form-input .coment{
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
@media screen and (max-width: 322px){
    .single-main__form-input h1{
        font-size: 18px;
    }
    .single-main__form-input .coment{
        font-size: 12px;
    }
}
.single-main__form-input .label{
    margin-bottom: 3px;
}
.single-main__form-input:nth-of-type(2){
    margin-top: 32px;
}
.single-main__form-input input{
	background: #fff;
    border: solid 1px #e7e7e7;
    width: 100%;
    padding: 0.5em 0.5em;
}
.c-button{
	margin: 1.7em 0;
    font-size: 16px;
	display: block;
	background-color: #fff100;
    color: #fff;
    width: 70%;
    border: none;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
	text-decoration: none;
    margin: 0 auto;
    padding: 0.7rem;
    margin-top: 35px;
}
.c-button input{
    text-decoration: none;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

/* ------------------------------------ */
/* 留意事項
----------------------------------- */
.single-main__form-attention{
    width: 55%;
    display: block;
    margin: 0 auto;
    padding: 20px 30px 30px 30px;
    border: 1px solid #000;
}
@media screen and (max-width: 680px){
    .single-main__form-attention{
        width: 80%;
        padding: 20px;
    }
}
.single-main__form-attention h2{
    text-align: center;
    font-size: 20px;
}
.single-main__form-attention P{
    margin-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}
@media screen and (max-width: 680px){
    .single-main__form-attention P br{
        display: none;
    }
}

.single-main__form-attention P a{
    font-weight: 700;
    color: #009F41;
    text-decoration: unset;
}

/* ------------------------------------ */
/* フッター
----------------------------------- */
.single-footer{
    width: 100%;
    height: 100px;
    margin-top: 80px;
}
@media screen and (max-width: 680px){
    .single-footer{
        margin-top: 60px;
    }
}
.single-footer .inner_footer{
    background-color: #009F41;
    padding: 30px 0 30px 0;
    color: #fff;
    letter-spacing: 0.1em;
}
.single-footer .block{
    display: table;
    margin: 0 auto;
}
.single-footer .menu ul{
    font-size: 0;
    text-align: center;
    padding: 0;
}
.single-footer .menu li:first-child{
    border: none;
}
.single-footer .menu li{
    display: inline;
    font-feature-settings: "pkna";
    padding: 0 8px;
    border-left: 1px solid #fff;
    font-size: 13px;
}
.single-footer .menu li:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}
@media screen and (max-width: 433px){
    .single-footer .menu li{
        padding-bottom: 9px;
        display: block;
        border-left: unset;
        width:auto;
    }
    .single-footer .menu li:first-child{
        border: unset;
    }
}
.single-footer .copyright{
    padding-right: 0.5em;
    font-size: 13px;
    text-align: center;
}
@media screen and (max-width:405px) {
    .single-footer .copyright{
        font-size: 10px;
        line-height: 1.5;
    }
}
.single-footer a{
    text-decoration: none;
    color: #fff;
}

/* ------------------------------------ */
/* エラー画面
----------------------------------- */
.error_box{
    position: relative;
    color: #E42C25;
    font-size: 13px;
    text-align: center;
}
.error_box p{
    padding:8px 10px 8px 35px;
    border: solid 1px #E42C25;
}
.error_box::before{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #E42C25;
    content: "";
    display:inline-block;
    background: url("../img/login/error.svg") no-repeat;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 433px){
    .error_box{
        text-align: left;
    }
}