/*プロフィール詳細_プロフィールページ*/
.page_profile .section_profileData .list_profileData {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border: 1px solid #dee2e6; */
    border: 1px solid #ccc;
}

.page_profile .section_profileData .list_profileData dt,
.page_profile .section_profileData .list_profileData dd {
    /* border-bottom: 1px solid #dee2e6; */
    border-bottom: 1px solid #ccc;
}

.page_profile .section_profileData .list_profileData dt.last,
.page_profile .section_profileData .list_profileData dd.last {
    border-bottom: 0;
}

.page_profile .section_profileData .list_profileData dt {
    width: 30%;
    /* background: rgba(200, 200, 200, 0.5); */
        background: #eee;
        border-right: solid 1px #ccc;
}

@media only screen and (min-width : 769px) {
    .page_profile .section_profileData .list_profileData dt {
        width: 35%;
        /* background: #d6d8db; */
    }
}

.page_profile .section_profileData .list_profileData dd {
    width: 70%;
}

@media only screen and (min-width : 769px) {
    .page_profile .section_profileData .list_profileData dd {
        width: 65%;
    }
}


.page_profile .section_profileData .list_profileData .ttl,
.page_profile .section_profileData .list_profileData .txt {
    line-height: 3em;
    padding-left: 1em;
    font-size: var(--fs_n);
}

.page_profile .section_profileData .list_profileData .ttl {
    font-weight: bold;
}