@charset "utf-8";

.access_box_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 751px) {
    .profile_box_detail_area_table {
        font-size: 16rem;
    }
    .access_box_line {
        height: 860rem;
    }
}
@media (max-width: 750px) {
    .profile_box_detail_area_table th {
        width: 200rem;
    }
    .profile_box_detail_area_table td {
        width: 470rem;
    }
    .profile_box_detail_area_table tr:last-child td {
        padding-bottom: 100rem;
    }
    .profile_box_detail_area_table_btn {
        width: 444rem;
    }
}