
/*202512追加*/
.bold{
  font-weight: 700;
}

.basic17-table.c-common-table tbody th{
  width: auto !important;
}

.psemark-wrap .c-column-block.m-col2 {
    grid-template-columns: repeat(auto-fill, 48%);
    gap: 40px 4%;
}


.basic17-div01 .c-column-block.m-col4 {
    grid-template-columns: repeat(auto-fill, 48%);
    gap: 40px 4%;
}


@media print, screen and (min-width: 61.25em) {
    .basic17-div01 .c-column-block.m-col4 {
        grid-template-columns: repeat(auto-fill, 22%);
        gap: 40px 4%;
    }
}
