@charset "utf-8";

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/

.lnaviArea dd.lnavi03 a {
	color: var(--category-color);
	font-weight: bold;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

.sec01 p {
	margin-bottom:30px;
}
table.ta01 th {
	text-align:left;
}

div.flex {
	display: flex;
	flex-wrap: wrap;
}

div.bn {
	width: 24%;
	font-size: calc(80%);
	text-align: center;
	line-height: 1.5;
	margin-bottom: 2rem;
}

div.bn img {
	width: 150px;
}

@media only screen and (max-width:740px) {
div.bn {
	font-size: calc(70%);
}
div.bn img {
	width: 20vw
}
}