/* ↓font-family: "Noto Sans JP", sans-serif; */
/* ↓font-family: "UDDigiKyokasho", sans-serif; */
@charset "utf-8";

.toc{
    font-family: 'UDDigiKyokasho', sans-serif;
	display:grid;
	gap:12px;
}
 .toc a{
    display: block;
    padding: 11px 16px 6px 16px;
    border: 1px solid #cbcbcb;
    border-radius: 7px;
    text-decoration: none;
    color: #111;
    background: #e2efda;
}

.toc a:hover{
	background:#f7fafc;
}

.toc .title{
	font-weight:700;
	font-size:18px;
	line-height:1.2;
}

.toc .desc{
	margin-top:6px;
	color:#555;
	font-size:15px;
	line-height:1.5;
}

@media screen and (max-width: 480px) {
	.toc .title{
	    font-size: 16px;
	}
	.toc .desc{
		font-size: 14px;
	    line-height: 17px;
	}
}