@charset "utf-8";

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

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

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

.titleArea .inner h2 {
	padding-top:10px;
}

.imgbox {
	margin-top: 10px;
}

h3.title {
	line-height: 1.2;
}
h3.title span {
	font-size: calc(80%);
	font-weight: normal;
}

div.flex {
	display: flex;
	gap: 2rem;
}

#sec04 {
}
#sec04 ul {
}
#sec04 ul li {
	text-indent: -2em;
	padding-left: 2em;
}


#sec06 {
}


#sec06 table th {
	width: 15%;
}

#sec06 table td {
	text-align: center;
	width: 35%;
}




.mgb20 {
	margin-bottom: 20px;
}
