@charset "UTF-8";


.content2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
.n_form .l_form {
    margin: 5px;
}
.content2 textarea {
    resize: none;
    width:300px;
    height:200px;
}
.content2 .registration {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    margin-top: 10px;
}
