/* CSS Document */
@media only screen and (min-width: 851px){
	.sp {
		display: none !important;
	}
}
@media only screen and (max-width: 850px){
	.pc {
		display: none !important;
	}
}
ul#localCategoryNav {
	position: static;
	width: auto;
	margin: 10px 20px 27px;
}
ul#localCategoryNav li {
	margin: 0 14px 5px 0;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #5CA2E7;
	font-weight: 700;
}
ul#localCategoryNav li:last-child {
	margin-right: 0;
}
ul#localCategoryNav a {
	min-width: 45px;
	color: #5CA2E7;
	padding: 3px 5px 1px;
	display: block;
	border: 1px solid #5CA2E7;
	text-decoration: none;
	box-sizing: border-box;
}
ul#localCategoryNav .on {
	color: #fff;
	background-color: #3A6691;
	border-color: #3A6691;
}
ul#localCategoryNav .no {
	pointer-events: none;
	color: #A8A8A8;
	border-color: #A8A8A8;
}

/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){
	#contentsUnderMain_jsba {
		width: auto;
		padding: 25px 30px;
	}
	h2.title03 {
		padding: 34px 0 27px 20px;
		font-size: 34px;
	}
	.pdfNots {
		margin-bottom: 45px !important;
		text-align: center !important;
		font-size: 20px;
	}
	.pdfNots span {
		padding-left: 22px;
		background-size: 17px auto;
	}
	div.tl_02 {
		padding-top: 0;
	}
	div.tl_02 h3 {
		margin-bottom: 30px;
		padding: 30px 0;
		border-top-width: 5px;
		font-size: 32px;
		border-bottom-width: 2px;
		letter-spacing: 0;
	}
	ul#localCategoryNav {
		overflow: inherit;
		margin: 0 -24px 0 0;
	}
	ul#localCategoryNav a {
		min-width: 98px;
		font-size: 26px;
		border-width: 2px;
		border-radius: 4px;
		padding: 10px 3px;
	}
	ul#localCategoryNav li {
		margin: 0 24px 30px 0;
	}
	.newsLayout01 th {
		float: left;
		width: 100%;
		font-size: 28px;
		box-sizing: border-box;
		border: none;
		padding: 37px 30px 8px;
	}
	.newsLayout01 td {
		padding: 22px 30px 35px;
		float: left;
		width: 100%;
		font-size: 28px;
		line-height: 42px;
		box-sizing: border-box;
		border-width: 2px;
	}
	.innerBox02 {
		position: relative;
		top: -6px;
		padding-left: 0;
		padding-right: 0;
	}
	.newsLayout01 td .icon {
		border-radius: 30px;
		margin-bottom: 22px;
		padding: 9px 30px;
		font-size: 28px;
		min-width: 177px;
		text-align: center;
		box-sizing: border-box;
		line-height: 42px;
	}
	#contentsWrap .txt {
		font-size: 28px;
		line-height: 42px;
	}
	.newsBox {
		margin-bottom: 32px;
	}
	ul.localNav_smp {
		margin: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2rem 2.5rem;
	}
	ul.localNav_smp li {
		margin: 0 0 7px;
		box-sizing: border-box;
		width: calc((100% - 2.5rem) / 2);
		border: 3px solid #BEBEBE;
		border-radius: 10px;
		padding: 0;
	}
	ul.localNav_smp li a {
		padding: 5px;
		min-height: 116px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.newsLayout01 td a.pdf {
		padding-right: 30px;
		background-size: 25px auto;
		background-position: 100% 7px;
	}

}

@media only screen and (min-width: 851px){
	ul#localCategoryNav a:hover {
		opacity: 0.7;
	}
}