.graduates-wrapper section:not(:first-child) {
    margin-top: 6rem;
}

.graduates-text p {
    line-height: 175%;
}

.graduates-text p:not(:last-child) {
    margin-bottom: 1rem;
}

.graduates-wrapper section .subpage-button{
    margin-top: 2rem;
}

.bylaw-article .subpage-content-title {
    margin-bottom: 1.5rem;
}

.bylaw-article + .bylaw-article {
    margin-top: 3rem;
}

.bylaw-table {
    margin-top: 1.5rem;
    width: 100%;
    border-collapse: collapse;
}

.bylaw-table th, td {
    padding: 1rem 0;
    text-align: left;
    vertical-align: top;
}

.bylaw-table th {
    width: 15%;
    min-width: 7rem;
    padding-right: 1.5rem;
    white-space: nowrap;
}

.bylaw-table tbody tr {
    border-top: 1px solid var(--c-gray-30);
}

.bylaw-table tbody tr:last-child {
    border-bottom: 1px solid var(--c-gray-30);
}

.table-bottom-text{
    margin-top: 1.5rem;
}

.supplementary_provisions{
    margin-top: 3rem;
}

/*タブレットサイズ以下ここから*/
@media only screen and (max-width: 767.98px) {
    .graduates-wrapper section:not(:first-child) {
        margin-top: 4rem;
    }
    .bylaw-article + .bylaw-article {
        margin-top: 2.5rem;
    }
    .supplementary_provisions{
        margin-top: 2rem;
    }
}
