@charset "utf-8";
#contents {
	width: 100%;
}
/* #
--------------------------- */
.tokushoho__header {
    margin: 0 0 24px;
}
    .tokushoho__headline {
        margin-block: 0 8px;
    }

/* #
--------------------------- */
.tokushoho__list {
    display: grid;
    gap    : 24px;
}
    .tokushoho-list__ttl {
        margin: 0 0 7px;
        padding: 0 0 0 1px;
        font-size  : 16px;
        font-weight: bold;
    }

.tokushoho__item a {
    color: #1976D2;
}