@charset "UTF-8";


/*------------------------------------------------------------
    ◆読み込みHTML
    /profile.html
------------------------------------------------------------*/
.profile_table {
    width: 100%;
}
.profile_table th,
.profile_table td {
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
}
.profile_table th {
    width: 29%;
    padding: 10px 10px 10px 0;
    border-right: dotted 1px #000;
}
.profile_table td {
    width: 71%;
    padding: 10px 0 10px 10px;
}

@media print, screen and (min-width: 770px) {
    .profile_table th,
    .profile_table td {
        font-size: 1.6rem;
    }
    .profile_table th {
        width: 21%;
        padding: 15px 25px 15px 0;
    }
    .profile_table td {
        width: 79%;
        padding: 15px 0 15px 25px;
    }
}