.custom-form label.abf-option {
    display: block;
}
.custom-form label.abf-option input {
    margin-right: 0.5em;
}
.custom-form label.form-label {
    color: #0082c8;
}
.custom-form label {
    font-weight: normal;
}
.custom-form span.required::before {
    content: "(必須)";
    margin-left: 0.5em;
    color: red;
    font-size: small;
}
.page-mypage .main h1 {
    line-height: inherit;
}