@charset "UTF-8";

.regist_area{
    width: 78%;
    margin: 40px auto;
    padding: 60px 40px  20px;
    border:2px solid #ccc;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.regist_area_ttl{
    position: absolute;
    top:0;
    right:0;
    width: 99%;
    padding: 5px;
    background-color:#C6C6C6; 
    color:#fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.warnning_area{
    width: 80%;
    margin: 30px auto;
    padding: 20px 30px;
    border:1px solid #5CA328;
    background-color: #F6FFF1
}
@media screen and (max-width:900px){
    .regist_area_ttl{
    position: absolute;
    top:0;
    right:0;
    width: 98.5%;
    padding: 5px;
    background-color:#C6C6C6; 
    color:#fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
}
 
@media screen and (max-width:480px){
    .regist_area{
    width: 79%;
    margin: 40px auto;
    padding: 60px 0  20px;
    border:2px solid #ccc;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.regist_area_ttl{
    position: absolute;
    top:0;
    right:0;
    width: 97%;
    padding: 5px;
    background-color:#C6C6C6; 
    color:#fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
}