@charset "utf-8";

.disp_column .check-label {
    width: fit-content;
}
@media (min-width: 768px) {
    .ss_form .input-item .labelArea:has(.check-label:nth-of-type(2)) {
        display: flex;
        flex-wrap: wrap;
        column-gap: 18px;
    }
    .ss_form .input-item.disp_column .labelArea:has(.check-label:nth-of-type(2)) {
        flex-direction: column;
    }
}

.js_mypage_readonly .ss_input label input.readonly {
    background-color: #dddddd;
}
.js_mypage_readonly .ss_input label input.readonly:focus,
.js_mypage_readonly .ss_input label input.readonly:focus-visible {
    outline: none;
}