@charset "shift_jis";

input[type=text],
[type=submit],
select,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input,
button{
    color: #222;
}
input,
select{
    background: #FFF;
    border: solid 1px #999;
    border-radius: 5px;
    color: #222;
    padding: 5px;
}


#mypageinner{
    padding: 50px;
    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;
}

.form {  
    text-align: left;
    margin: 30px auto 0;
    max-width: 500px;
}
.form input{    
    width: 90%;
}
.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;
    
}
.newpassfin h2{
    padding-top: 30px;
    font-size: 20px;
}
.newpassfin a{
    color: #E50012;
    font-size: 15px;
    text-decoration: underline;
}
.newpassfin{
    text-align: center;
}
.newpassfin p{
    font-size: 15px;
}
#subhead{
    padding-bottom: 50px;
}
#regist{
    padding-top: 30px;
}
.err{
    padding-top: 15px;
}
.red1{
    border: 1px solid #e50012;
    text-align: center;
    font-size: 100%;
    margin:0 auto;
    width: 90%;
    margin-top: 30px;
    color:#e50012;
}
.center{
    text-align: center;
}
.passhelp{
    display: inline-flex;
}