.ageBox {
    padding: 5rem 4%;
    text-align: center;
}

.ageTit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 0;
}

.txt01 {
    font-size: 13px;
    margin-bottom: 3rem;
    padding: 0;
    line-height: 2;
}

.txt02 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 0;
}

.btnParallel {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 5rem;
}

.btnParallel li {
    width: 100%;
}

.btnYes a {
    display: block;
    background-color: #4b4b4b;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 3.5rem;
    font-weight: bold;
    margin-right: 20px;
    max-width: 240px;
    width: calc(100% - 10px);
}


.btnNo a {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 3.5rem;
    font-weight: bold;
    max-width: 240px;
    width: calc(100% - 10px);
}
