
.checkbox1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    font-size: 10px;
}
.checkbox1 dt a {
    color: #9f9c9c;
}
.checkbox1 dt {
    width: 19%;
}
.checkbox2 {
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
}
.checkbox2 a {
    color: #9f9c9c;
}
.checkbox2 dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox1 p {
    width: 81%;
    font-size: 8px;
    box-sizing: border-box;
    padding-right: 20px;
    color: #9f9c9c;
}

.checkbox2 p {
    width: 100%;
    font-size: 8px;
    box-sizing: border-box;
    color: #9f9c9c;
    margin-top: 10px;
    text-align: left;
}

