/* 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: 20px 20px 5px;
}
ul#localCategoryNav li {
	margin: 0 8px 5px 0;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #73C81F;
	font-weight: 700;
}
ul#localCategoryNav li:last-child {
	margin-right: 0;
}
ul#localCategoryNav a {
	min-width: 70px;
	color: #73C81F;
	padding: 3px 5px 1px;
	display: block;
	border: 1px solid #73C81F;
	text-decoration: none;
	box-sizing: border-box;
}
ul#localCategoryNav a:hover {
	opacity: 0.7;
}
.categoryTitleWrap {
	margin-top: -0;
	padding-top: 0;
	margin-bottom: 12px;
}
h4.categoryTitle {
	border-color: #71C819;
	background: none;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 10px 12px 17px;
	color: #71C819;
	position: relative;
}
h4.categoryTitle::before {
	width: 11px;  
	height: 100%;
	background-color: rgba(113, 200, 25, 0.5);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
div#member .accordion li a {
	display: block;
	color: #505050;
	text-decoration: none;
	padding: 13px 30px 13px 0 !important;
	background: url(../../images/about/member/icon01.png) no-repeat right 10px center;
	background-size: 14px auto;
	background-image: none !important;
}
div#member .accordion li a:hover {
	text-decoration: underline;
}
div#member .accordion li {
	background: none;
	margin-bottom: 20px;
	position: relative;
	font-size: 13px;
	border-bottom: 3px solid #E6E6E6;
}
div#member .accordion li::before {
	width: 136px;  
	height: 3px;
	background-color: #B8E48C;
	position: absolute;  
	bottom: -3px;
	left: 0;
	content: ""; 
}
div#member .accordion li.opened a {
	background: url(../../images/about/member/icon02.png) no-repeat right 12px center;
	background-size: 14px auto;
}
div#member .accordion dd {
	padding: 0 0 32px;
	margin-top: -5px;
}
.memberLayout th {
	width: 22.3%;
	font-size: 13px;
	background-color: transparent;
	border: none;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.memberLayout td {
	font-size: 13px;
	line-height: 22px;
	background-color: #F5F5F5;
	border: none;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.memberLayout td .link {
	color: #1E659C !important;
}
.comNone {
	display: none;
}
/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){
	#contentsUnderMain_jsba {
		width: auto;
		margin-bottom: -20px;
		padding: 25px 30px 0;
	}
	h2.title03 {
		padding: 34px 0 27px 20px;
		font-size: 34px;
		margin-bottom: 55px;
	}
	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;
	}
	.innerBox {
		padding: 20px 0 0;
	}
	h4.categoryTitle {
		margin-bottom: 33px;
		font-size: 28px;
		padding: 26px 20px 24px 36px;
		border: 2px solid #71C819;
	}
	h4.categoryTitle::before {
		width: 17px;
	}
	div#member .accordion li {
		border-width: 6px;
		margin-bottom: 33px;
	}
	div#member .accordion li::before {
		width: 136px;
		height: 6px;
		bottom: -6px;
	}
	div#member .accordion li a {
		font-size: 28px;
		padding: 13px 20px 16px 20px !important;
		line-height: 44px;
		background-size: 28px auto;
	}
	div#member .accordion dd {
		margin-top: -32px;
	}
	.memberLayout th {
		font-size: 28px;
		line-height: 40px;
		vertical-align: middle;
		padding: 5px 0;
		border-bottom-width: 30px;
		border-top-width: 30px;
	}
	.memberLayout td {
		padding: 13px 15px 13px 18px;
		font-size: 28px;
		vertical-align: middle;
		line-height: 42px;
		border-bottom-width: 30px;
		border-top-width: 30px;
	}
	div#member .accordion {
		margin-bottom: 100px;
	}
	div#member .accordion li.opened a {
		background-size: 28px auto;
	}
	ul.localNav_smp {
		margin: 0 20px;
	}
	ul.localNav_smp li {
		border: none;
		border-radius: 0;
		padding: 0;
		margin-bottom: 30px;
		font-size: 30px;
		color: #505050;
	}
	ul.localNav_smp li:last-child {
		margin-bottom: 0;
	}
	ul.localNav_smp li a {
		border: 3px solid #BEBEBE;
		min-height: 79px;
		box-sizing: border-box;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

}

