/*
高知県のカラー　マルーン
*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6a1917;
}

h2 {
	font-size: 2rem;
	border-bottom: 2px solid #6a1917;
	margin-top: 35px;
}

h3 {
	font-size: 1.575rem;
	border-left: 7px solid #6a1917;
}

h4 {
	font-size: 1.4875rem;
	border-left: 4px solid #6a1917;
}

.keyimgBox h1 {
	background: #f2e4e4;
}

.attBox02 {
	border: 5px solid #f2e4e4;
	background: #f2e4e4;
}

.underline {
	text-decoration: underline;
}

.btnLink {
	padding: 0.5em 1.5em;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
}

.btnRed {
	background: #E9527D;
}

.tLink-a {
	display: block;
	background: url(../images/common/arrow_b.png) no-repeat left 0.35em;
	padding-left: 20px;
	word-wrap: break-word;
}

a {
	color: #008ad5;
}

#navi li.active a,
#navi li a {
	color: #fff;
	background: #00A0B8;
}

#navi li a:hover {
	background: #52d0e4;
}

#navi li {
	width: 20%;
	border-radius: 10px;
}

dt {
	margin-bottom: 0;
}

dd {
	margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
	#navi {
		display: block;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	ul#navi li {
		width: 48%;
	}

	#navi li.first a,
	#navi li.last a {
		border-radius: 0;
	}
}