.main-message {
    width: 100%;
}

.logo-header {
    width: 100%;
}

.btn_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.logo_sub_text {
    width: 100%;
    margin-top: 10px;
}

.form_title {
    font-weight: bold;
}


.agree{
    font-size:14px;
}
.agree-check {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}

.radio_flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
}

input[type='text'] {
    width: 100%;
}

input[type='text']::placeholder {
    color: #AAA;
}

.mail-container .info {
    color: #AAA;
    font-size: 12px;
}

p.info {
    text-align: left;
}
