@charset "UTF-8";

.info_table {
	width: 100%;
	border: 1px solid #bbbbbb;
	word-break: break-all;
	border-collapse: collapse;
}

.info_table th,
.info_table td {
	padding: 10px 15px;
	border-bottom: 1px solid #bbbbbb;
}

.p-volunteer .info_table th,
.p-volunteer .info_table td {
	padding: 10px 25px;
}

.info_table th {
	border-right: 1px solid #bbbbbb;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.info_table td {
	border-left: 1px solid #bbbbbb;
}

.info_table td:first-child {
	border-left: none;
}

.info_table .-center td {
	text-align: center;
	white-space: nowrap;
}

.info_table .-uline {
	margin-bottom: 1em;
	padding: 2px 0 10px;
	border-bottom: 1px dashed #bbbbbb;
}

.info_table_list {
	list-style: none;
	margin: 10px 0;
}

.info_table_list > li::before {
	content: "●";
}

.info_table_dlist {
	margin: 10px 0;
}

.info_table_dlist > dt::before {
	content: "●";
}

.info_table_dlist > dd {
	padding-left: 1em;
}

.info_table_dlist.-mb > dd {
	margin-bottom: 1em;
}

.info_emoney dt {
	float: left;
	clear: both;
}

.info_emoney dt::after {
	content: "：";
}

.info_emoney_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
}

.info_emoney_list li::after {
	content: "、";
}

.info_emoney_list li:last-child::after {
	content: none;
}

.info_contact {
	width: 100%;
	margin: 20px 0 10px;
	padding: 10px 0;
	background: #e3e3df;
}

.info_contact dt,
.info_contact dd {
	display: inline-block;
}

.info_contact dt {
	padding: 0 20px;
	border-right: 1px solid #aaaaaa;
	font-weight: bold;
}

.info_contact dd {
	padding: 0 10px;
}

.info_contact dd strong {
	font-size: 17px;
}

.info_contact a {
	margin-left: 1em;
}

.info_section {
	margin-top: 20px;
	background: #f8f7f1;
	line-height: 1.6;
}

.info_secttl {
	position: relative;
	padding: 20px 60px 20px 20px;
	border-left: 8px solid #cca03f;
	font-size: 19px;
	line-height: 1.3;
	cursor: pointer;
}

.info_secttl::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 12px;
	margin-top: -6px;
	background-image: url(../info/img/icon-toggle-arrow.png);
	background-size: contain;
	transition: transform 0.3s;
}

.info_secttl.-open::after {
	transform: rotate(180deg);
}

.info_secttl.-notoggle {
	padding-right: 10px;
	pointer-events: none;
}

.info_secttl.-notoggle::after {
	display: none;
}

.info_seccont {
	display: none;
	padding: 20px 30px 30px;
}

.info_section_subttl {
	margin-top: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}

.info_section_subttl:first-child {
	margin-top: 0;
}

.info_seclist {
	list-style: none;
}

.info_seclist li {
	margin-bottom: 1em;
}

.info_seclist li::before {
	content: "●";
}

.info_seclist li:last-child {
	margin-bottom: 0;
}

.info_seclist.-mb0 li {
	margin-bottom: 0;
}

.info_secDlist {
	margin: 10px 0;
}

.info_secDlist.-pl1 {
	padding-left: 1em;
}

.info_secDlist > dt::before {
	content: "●";
}

.info_secDlist > dd {
	margin-bottom: 1em;
	padding-left: 1em;
}

.info_table_wheelchair {
	border: 1px solid #000000;
	text-align: center;
}

.info_table_wheelchair th,
.info_table_wheelchair td {
	padding: 5px 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.info_table_wheelchair tr > *:last-child {
	border-right: none;
}

.info_table_wheelchair tbody tr:last-child > *,
.info_table_wheelchair tbody .-last {
	border-bottom: none;
}

.info_table_wheelchair.-img {
	max-width: 100%;
	margin-top: 20px;
}

.info_table_wheelchair.-img tbody td {
	padding: 0;
}

.guide_course {
	display: inline-block;
	width: auto;
	margin: 15px 0;
	padding: 15px;
	background-color: #e0e0da;
}

.guide_course_ttl {
	color: #678c00;
	font-size: 16px;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.info_section.-scroll {
		width: 100%;
		overflow-x: scroll;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.contents {
		font-size: 12px;
	}

	.info_table th,
	.p-volunteer .info_table th {
		padding: 5px;
	}

	.info_table td,
	.p-volunteer .info_table td {
		padding: 5px 10px;
	}

	.info_emoney dt {
		float: none;
		margin-top: 1em;
	}

	.info_contact {
		padding: 0;
	}

	.info_contact dt,
	.info_contact dd {
		display: block;
		padding: 10px 0;
		text-align: center;
	}

	.info_contact dt {
		border-right: none;
		border-bottom: 1px solid #aaaaaa;
	}

	.info_contact a {
		margin-left: 0;
	}

	.info_secttl {
		padding: 15px 60px 15px 15px;
		font-size: 16px;
	}

	.info_seccont {
		padding: 20px;
	}

	.info_table_wheelchair {
		width: 100%;
	}

	.info_table_wheelchair th,
	.info_table_wheelchair td {
		padding: 0 5px;
	}
}
