@charset "utf-8";

#home .outer-content {
	padding-top: 0px;
}
/*--------------- トップページ --------------------*/
#alert-list-outer {
	background-color: #ffffff;
	text-align: center;
	padding: 10px 15px 5px;
}
.alert-list {
	margin: 0 auto 10px;
	width: 100%;
	min-height: 80px;
}
.alert-list tr {
	cursor: pointer;
	height: 80px;
}
.alert-list tr th {
	display: table-cell;
	width: 10%;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	height: 80px;
	text-align: center;
	position: relative;
}
.alert-list tr th:after {
	content: "▼";
	position: absolute;
	font-size: 10px;
	left: 15px;
	top: 23px;
	font-size: 20px;
}
.alert-list tr.open th:after {
	content: "▲";
}
.alert-list tr td {
	display: none;
	float: left;
	margin: 2px 0;
	width: auto;
	padding: 3px 0 2px;
	text-align: left;
}
.alert-list tr td em {
	padding: 0 15px;
	display: block;
}
.alert-list tr th img {
	vertical-align: top;
	padding-top: 1px;
	padding-right: 5px;
}
.alert-list tr.level1 { background-color: #ff0000; }
.alert-list tr.level1 td { background-color: #ffdbdb; }
.alert-list tr.level2 { background-color: #e68a11; }
.alert-list tr.level2 td { background-color: #f9f5e7; }

/*--------------- バナーボード --------------------*/

.index-banner {
	margin-bottom: 10px;
	text-align: center;
}

.index-banner {
	text-align: center;
	padding: 0 15px;
	margin-bottom: 2em;
}
.index-banner p {
	background-color: #315b37;
	border: 8px solid #c9ae86;
}

.index-banner a {
	display: block;
	position: relative;
	width: 208px;
	margin: 0 auto;
	padding: 5px 0 13px;
}
.index-banner a span {
	display: block;
	color: #fff;
	top: 30px;
	left: 58px;
	line-height: 1.6;
	font-size: 10px;
	width: 180px;
	text-align: left;
}


.index-banner span {
	display: block;
	position: absolute;
	color: #fff;
	top: 30px;
	left: 65px;
	line-height: 1.25;
	font-size: 9px;
	width: 150px;
	text-align: left;
}

/*--------------- スライド --------------------*/
#outer-slider {
	width: auto;
	margin-top: 0;
	border: 1px solid #c6bfa4;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
}
#outer-slider img {
	width: 100%;
	height: auto;
}
#slider {
	margin: 0 10px;
}

#slider a {
	position: relative;
}

#slider a div {
	position: absolute;
	text-align: center;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
  display: grid;
  place-items: center;
}

#pointer {
	padding: 5px 10px;
}
#pointer a {
	background: url(../img/pointer-def.gif) no-repeat left top;
	display: inline-block;
	height: 10px;
	width: 10px;
	text-indent: -9999pt;
	margin-right: 2px;
	margin-left: 2px;
}
#pointer a.activeSlide {
	background: url(../img/pointer-act.gif) no-repeat left top;
}
.nav-btn-wrap {
	text-align: center;
}
.nav-btn {
	all: unset;
	margin: 0 10px;
	display: inline-block;
	background: #c6bfa4;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
	width: 30px;
	cursor: pointer;
}

#top-content {
	padding-top: 30px;
}
.top-title {
	position: relative;
	width: 100%;
	text-align: right;
}
#top-title-news {
	background: url(../img/top-title-news.gif) no-repeat left top;
	margin-bottom: 10px;
	position: relative;
}
#top-title-news .custom-select {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    outline: none;
    width: 170px;
    margin-top: 45px;
}
#top-title-news ul {
	position: absolute;
	right: 10px;
	top: 6px;
}
#top-title-news ul li {
	float: left;
}
/*--------------- ニュースリスト --------------------*/
dl.list-news {
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
dl.list-news dt {
	padding: 10px 8px 3px 8px;
	clear: both;
}
dl.list-news dt span {
	float: left;
	font-weight: bold;
	padding-right: 3px;
	font-size: 12px;
}
dl.list-news dt .cat-label {
	float: left;
	display: inline-block;
	width: 70px;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 3px 0;
	margin-top: 1px;
	text-decoration: none;
	margin-left: 2px;
}

/* カテゴリ別の色指定 */
dl.list-news dt .event { background-color: #e6937b; }
dl.list-news dt .volunteer { background-color: #afc35a; }
dl.list-news dt .info { background-color: #7eb6d0; }
dl.list-news dt .report { background-color: #D59131; }

dl.list-news dd {
	border-bottom: 3px solid #F2EEE3;
	padding: 0px 10px 10px 10px;
}

/*--------------- 活動リスト --------------------*/
#top-title-report {
	overflow: hidden;
}
ul.list-activity {
margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* アイテム間の余白 */
}


ul.list-activity li {
  width: calc(50% - 10px); /* 2列にする（gap考慮） */
}
ul.list-activity li a img {
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
ul.list-activity li a strong {
	display: block;
	line-height: 1.5;
	border-left: 4px solid #e68a11;
	padding: 2px 0 2px 8px;
}



/*--------------- お問い合わせ --------------------*/
#top-contact-btn {
	background: #fff;
	border: 3px solid #E68A11;
	text-align: center;
	padding: 20px 20px;
}
#top-contact-btn p {
	margin-bottom: 1em;
	font-size: 16px;
}
#top-contact-btn a {
	font-size: 18px;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	border: 1px solid #333;
	margin: 0 auto 20px;
	padding-right: 2%;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

/*--------------- サイドメニュー --------------------*/
.other-menu li:first-child {
	display: none;
}