@charset "utf-8";

/* 展開でプラスマイナス付与 */
.plus_toggle {
	position: relative;
	cursor: pointer;
}

.plus_toggle::before, .plus_toggle::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: currentcolor;
	transition: 0.3s;
}

.plus_toggle::after {
	transform: rotate(90deg);
}

.plus_toggle.opened::before {
	opacity: 0;
}

.plus_toggle.opened::after {
	transform: translateY(-50%) rotate(180deg);
}


/* 内容 */
.ac_exp {
	display: none;
}

.index-layout-v1 {
}

.local_communities_tabsec {
	margin-top: 80px;
}

.index-layout-v1.local_communities_tabsec {
}

.tab_sec {
}

.exp_tabs {
}

.tab-btn {
}

ul.tab-btn {
}

ul.tab-btn.exp_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 1px solid var(--loc);
}

ul.tab-btn > li {
	width: calc(100% / 5 - 10px * 4 / 5);
	text-align: center;
}

ul.tab-btn > li a {
}

ul.tab-btn > li a:hover {
}

ul.tab-btn.exp_tabs span {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
	line-height: 3;
	color: var(--loc);
	background-color: #ffff;
	cursor: pointer;
	border-left: var(--loc) 1px solid;
	border-right: var(--loc) 1px solid;
	border-top: var(--loc) 1px solid;
	transition: 0.3s;
}

ul.tab-btn.exp_tabs li.active span {
	background-color: var(--loc);
	color: #ffff;
}

.exp_tab_contents {
}

.exp_tab_content {
}

#ac_box {
}

.ac_box {
	margin-top: 16px;
}

h3.ac_title {
	background-color: #fff;
	padding: 10px 15px;
	color: #f6ab00;
	border: 1px solid #f6ab00;
	transition: 0.3s;
}

h3.ac_title.opened {
	background-color: #f6ab00;
	padding: 10px 15px;
	color: #fff;
	border: 1px solid #f6ab00;
}

.ac_title.plus_toggle::after, .ac_title.plus_toggle::before {
	right: 15px;
}



.plus_toggle {
}

.ac_title.plus_toggle {
}

.ac_exp {
}

.ac_inner {
	padding-bottom: 45px;
}

.lc_content_box {
}

.lc_content_box p {
	margin: 0;
	font-weight: normal;
}

.lc_area {
}

.lc_content_box p.lc_date {
	font-weight: normal;
}

.lc_content_box p.lc_title {
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.lc_content_box p.lc_title::before {
	content: "■";
	color: #f6ab00;
}

.lc_images {
	margin-top: 15px;
}

.lc_images figure {
	width: 300px;
	max-width: calc(50% - 10px);
	font-weight: normal;
	font-size: 13px;
}

.lc_images--two {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.lc_images img {
	margin-bottom: 5px;
}

.lc_images--two img {
}

ul.tab-btn > li a {
}

ul.tab-btn > li a:hover {
}

.lc_images img {
}

.lc_images--two img {
}



/** Tablet
===================================*/
@media screen and (max-width: 1024px) {

}/* @media */



/* 767px以下 */
@media screen and (max-width: 767px) {
.exp_tab_contents {
	padding-bottom: 40px;
}

.local_communities_tabsec {
	margin-top: 50px;
}

ul.tab-btn.exp_tabs {
	gap: 0;
}

ul.tab-btn > li {
	width: 100%;
}

ul.tab-btn.exp_tabs span {
	line-height: 2;
}

ul.tab-btn.exp_tabs {
	gap: 0;
	margin-bottom: 32px;
}

.ac_box {
	margin-top: 16px;
}

h3.ac_title {
	font-size: 18px;
}

.ac_inner {
	padding-bottom: 20px;
}






} /* @media */











