@charset "shift_jis";

/*20240823 R.SUGAWARA DEL STA [CSS修正]
input[type=text],
[type=submit],
select,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
20240823 R.SUGAWARA DEL END [CSS修正]*/

/*20240823 R.SUGAWARA MOD STA [CSS修正]
input,
button{
*/
.inner_content_MAIL_CHECK input,
.inner_content_MAIL_CHECKKEY input,
.inner_content_MAIL_CHECK button,
.inner_content_MAIL_CHECKKEY button{
/*20240823 R.SUGAWARA MOD END [CSS修正]*/
    color: #222;
}

/*20240823 R.SUGAWARA MOD STA [CSS修正]
input,
select{
*/
.inner_content_MAIL_CHECK input,
.inner_content_MAIL_CHECKKEY input,
.inner_content_MAIL_CHECK select,
.inner_content_MAIL_CHECKKEY select{
/*20240823 R.SUGAWARA MOD END [CSS修正]*/
    background: #FFF;
    border: solid 1px #999;
    border-radius: 5px;
    color: #222;
    padding: 5px;
}


#mypageinner,
#mypageinner1{
    /* text-align: center; */
}
#passl {
    /* padding: 50px 0 0; */
}
#passl .material-icons-outlined{    
    font-size: 1.5em;
    position: relative;
    top: 8px;
    right: 5px;
}
.flow-key,
.flow{	    
    margin-top: 30px;
}
.flow dd{
    padding: 15px 0;
}

.flow-key dd{
    padding: 0 0 15px;
}
.flow-key p{
    /* font-size: 18px; */
}
.flow-key *{
    text-align: center;
}

.form {  
    text-align: left;
    margin: 30px auto 0;
    max-width: 500px;
}
.form input{    
    width: 90%;
    /*20230118 watanabe mod*/
}
.form .bsd input{
    width: auto;
}


.visibility{
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 1;
    left: -35px;
    top: 7px;
    position: relative;
}
#err2 {
    display: flex;
    justify-content: center;

}
.fin{

    padding-top: 30px;
    font-size: 20px;
}
.newpassfin a{
    color: #E50012;
    font-size: 15px;
    text-decoration: underline;
}
.newpassfin{
    text-align: center;
}
#regist{
    padding-top: 30px;
}
.notmail{
    margin-top: 80px;
}
.notmail1{
    color: #E50012;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 30px;
}
#guidebottom .guidemidashi {
    text-align: center;
    background-color: #EFEFEF;
    padding: 5px;
}
#guidebottom .bottom30 {
    padding: 10px;
}
#guidebottom {
    margin-top: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#mypageinner1 {
    padding: 0 20px;
}
.body p{
    text-align: center;
}
.body1 h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.body1{
    text-align: center;
    margin-bottom: 95px;
}
.form{
    text-align: center;
}
.err{
    color: #E50012;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;

}
.errorkey{
    color: #E50012;
    text-align: center;
}
.mailcheck-info{
    border: 1px dashed #dcdcdc;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #E50012;
    background: #fafafa;
}
.btn-black input,
.btn-black a{
    text-decoration: none;
    display: inline-block;
    padding: 15px 100px;
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
}

		 
/*20240823 R.SUGAWARA ADD STA [エラー防止]*/ 		 
.inner_content_MAIL_CHECKKEY .login_check{ 		 
    text-align: center; 		 
} 		 
/*20240823 R.SUGAWARA ADD END [エラー防止]*/ 