
/* .t_h1 h1 {
    color: #fff;
    background: #FF9900;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    box-sizing: border-box;
 }



p.ex_remember {
    margin-top: 15px;
}

.errorlist{
    margin-left: 20px;
    margin-top: 5px;
    list-style-type:disc;
}

.errorlist li{
    margin:0px 0px 0px 13px;
    color:#c00;
}

.button_area{
    width: 25%;
    float: right;
}

.m_add, .m_birth {
    width: 75%;
    display: flex;
    margin-top: 15px;
}

.label_name{
    width:40%;
    font-weight: bold;
    margin-left: 50px;
}

.m_form{
    width:60%;
    text-align:left;
}

input#mail {
    width: 95%;
    height: 35px;
    float: none;
}

select#member_birth_y, 
select#member_birth_m, 
select#member_birth_d {
    width:20%;
    height:35px;
}

.b_submit{
    text-align:right;
}

.b_submit input[type="submit"]{
    height: 50px;
    width: 100%;
    background: #FEC327;
    border: #FEC327;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px){
    .input_area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .m_add, .m_birth {
        width: 100%;
        display: table;
    }

    .label_name, .m_form, .button_area {
        width: 100%;
        margin: 0;
    }

    select#member_birth_y, 
    select#member_birth_m, 
    select#member_birth_d {
        width: 25%;
        height: 35px;
    }

    .b_submit {
        text-align: center;
        margin: 15px 0 15px 0px;
    }
}

.red{

color:#c00;

}

.txt_done{
    margin:7px 0px 10px;
    font-weight:bold;
    font-size:120%;
    text-align:center;
}

p.topbutton {
    width: 35%;
    display: flex;
    margin: 0px auto 40px;
    text-align: center;
}

p.topbutton a {
    margin-left: 40px;
    height:40px;
    width: 80%;
    background: #FEC327;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding-top: 17px;
} */