@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;
}
.body{
    padding: 50px;
    /* text-align: center; */
}
#passl {
    padding: 30px 0 0;
}
#passl .material-icons-outlined{    
    font-size: 1.5em;
    position: relative;
    top: 8px;
    right: 5px;
}
/* .form input, */
.formkey input{    
    width: 45%;
    margin-bottom: 33px;
    text-align: left;
    /* margin-left: -71px; */
}
.label,
.label1{
    text-align: left;
    margin-left: 177px;
    margin-top: 65px;
}
#err2 {
    display: flex;
    justify-content: center;
    
}
#subhead{
    padding-bottom: 50px;
}
#regist{
    padding-top: 30px;
}
.err,
.errkey{
    padding-top: 15px;
}
.errkey{
    font-size: 18px;
    color: #e50012;
}
.red1{
    border: 1px solid #e50012;
    text-align: center;
    font-size: 100%;
    margin:0 auto;
    width: 90%;
    margin-top: 30px;
    color:#e50012;
}
h3{
    text-align: center;
}
.back,
.notmail1{
    color: #e50012;
    margin-top: 70px;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}
.back{
    text-decoration: underline;
}
h2{
    text-align: left;
    margin-top: -55px;
}
.flow{
    padding: 15px;
}
.ime p{
    margin-right: 387px;
}
.br{
    display: none;
}
.hannkaku{
    color: #e50012;
}
.flow-key{
    text-align: center;
}
.flow-key p{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
}
.body1 h3,
.passl h3{
    margin-bottom: 30px;
}
.btn-black a{
margin: 54px 51px;
}
.error{
    color: #e50012;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 5px;
}
.body1 h3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form{
    text-align: left;
    margin: 30px auto 15px;
    max-width: 500px;
}
.form input{
    width: 90%;
}
.form .hannkaku{
    text-align: right !important;
}
.body1{
    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;
}
.mailcheck-info span{
    font-size: 20px;
}