@charset "UTF-8";

.areaSupp {}

.areaSupp_title {}

.areaSupp_title>.icon {}

.areaSupp_title>small {}

.areaSupp_title>b {}

.areaSupp_text {
	margin-bottom: 60px;
}

.supp,
.supp_subsec {
	margin-bottom: 15px;
}

.supp_title {}

.supp_title>button {
	display: block;
	font-size: 22px;
	position: relative;
	z-index: 1;
	background-color: #ebf3e2;
	line-height: 1.4;
	padding: 15px 25px;
	padding-right: 60px;
	width: 100%;
	text-align: left;
}

.supp_title>button::before {
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background-color: #1fa55d;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.supp_title>button::after {
	content: "";
}

.supp_title>button>.icon {
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 32px;
	color: #1fa55d;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.supp_subttl {}

.supp_subttl>button {
	display: block;
	font-size: 18px;
	position: relative;
	z-index: 1;
	background-color: #ebf3e2;
	line-height: 1.4;
	padding: 10px 20px;
	padding-right: 60px;
	width: 100%;
	text-align: left;
}

.supp_subttl>button>.icon {
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 32px;
	color: #1fa55d;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.supp_toggle,
.supp_subtgl {
	display: none;
}

.supp_pdf a {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: -45px;
	border: solid 3px #ff2000;
	width: 200px;
	display: block;
	color: #ff2000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.75;
}

.supp_headline:first-child {
	margin-top: 0;
}

.supp_headline {
	margin-top: 45px;
}

.supp_table {
	margin-bottom: 15px;
}

.supp_table>tbody {}

.supp_table>tbody>tr {}

.supp_table>tbody>tr:first-child {}

.supp_table>tbody>tr:last-child {}

.supp_table>tbody>tr>th {
	vertical-align: middle;
	padding: 8px 20px;
}

.supp_table>tbody>tr>td {
	vertical-align: middle;
	padding: 8px 20px;
	border-right: 1px solid #cccccc;
}

.supp_table>tbody>tr>td:last-child {
	border-right: none;
}

.supp_table>tbody>tr>td>a {}

.supp_table>tbody>tr>td>a.-map {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}

.supp_table>tbody>tr>td>a.-map::before {
	content: "＞";
	margin-right: 0.5em;
	display: inline-block;
	font-size: 80%;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	top: -1px;
}

.supp:last-of-type {
	margin-bottom: 90px;
}

.supp_toggle.isShow {
	display: block;
	margin-bottom: 90px;
	margin-top: 37px;
}

.supp_title>button.isShow {}

.supp_title>button.isShow>.icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.supp_subtgl.isShow {
	display: block;
	margin-bottom: 90px;
	margin-top: 37px;
}

.supp_subttl>button.isShow {}

.supp_subttl>button.isShow>.icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.supp_tblWrap {
	margin-bottom: 15px;
}

.supp_tblWrap:last-of-type {
	margin-bottom: 0;
}

.pht {
	display: block;
	margin: 10px 0;
}

.pht:first-child {
	margin-top: 0;
}

.pht:last-child {
	margin-bottom: 0;
}

.photo_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	gap: 15px 0px;
}

.photo_list li {
	margin-right: 2%;
	width: 23.5%;
}

.photo_list li:nth-child(4n),
.photo_list li:last-child {
	margin-right: 0;
}

.photo_list li img {
	max-width: 200px;
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:1000px) {
	.supp_title>button:hover {}
}

@media screen and (max-width:999px) {
	.areaSupp {}

	.areaSupp_title {}

	.areaSupp_title>.icon {}

	.areaSupp_title>small {}

	.areaSupp_title>b {}

	.areaSupp_text {
		margin-bottom: 40px;
	}

	.supp {}

	.supp_title {}

	.supp_title>button {
		font-size: 20px;
		padding: 12px 25px;
		padding-right: 60px;
	}

	.supp_title>button::before {}

	.supp_title>button::after {}

	.supp_title>button>.icon {
		font-size: 28px;
	}

	.supp_subttl {}

	.supp_subttl>button {
		padding: 5px 15px;
		padding-right: 60px;
	}

	.supp_subttl>button>.icon {
		font-size: 25px;
	}

	.supp_toggle {}

	.supp_headline {}

	.supp_table {}

	.supp_table>tbody {}

	.supp_table>tbody>tr {}

	.supp_table>tbody>tr:first-child {}

	.supp_table>tbody>tr:last-child {}

	.supp_table>tbody>tr>th {}

	.supp_table>tbody>tr>td {}

	.supp_table>tbody>tr>td>a {}

	.supp_table>tbody>tr>td>a.-map {}

	.supp_table>tbody>tr>td>a.-map::before {}

	.supp_table:last-child {}

	.supp:last-of-type {
		margin-bottom: 60px;
	}

	.supp_toggle.isShow {
		margin-top: 30px;
		margin-bottom: 75px;
	}

	.supp_title>button.isShow {}

	.supp_title>button.isShow>.icon {}

	.supp_tblWrap {}

	.supp_tblWrap:last-child {}

	.supp_table>thead {}

	.supp_table>thead>tr {}

	.supp_table>thead>tr:first-child {}

	.supp_table>thead>tr:last-child {}

	.supp_table>thead>tr>th {}

	.supp_table-wrap>tbody>tr>td {
		white-space: nowrap;
	}
}

@media screen and (max-width:767px) {
	.areaSupp {}

	.areaSupp_title {}

	.areaSupp_title>.icon {}

	.areaSupp_title>small {}

	.areaSupp_title>b {}

	.areaSupp_text {
		margin-bottom: 25px;
	}

	.supp {
		margin-bottom: 10px;
	}

	.supp_title {}

	.supp_title>button {
		font-size: 18px;
		padding: 10px 20px;
		padding-right: 40px;
	}

	.supp_title>button::before {
		width: 5px;
	}

	.supp_title>button::after {}

	.supp_title>button>.icon {
		font-size: 24px;
		right: 10px;
	}

	.supp_toggle {}

	.supp_pdf a {
		margin: 0 0 -15px;
		width: 100%;
	}

	.supp_headline {
		margin-top: 25px;
	}

	.supp_table {
		margin-bottom: 20px;
	}

	.supp_table>tbody {}

	.supp_table>tbody>tr {}

	.supp_table>tbody>tr:first-child {}

	.supp_table>tbody>tr:last-child {}

	.supp_table>tbody>tr>th {
		padding: 5px 15px;
	}

	.supp_table>tbody>tr>th:empty {
		display: none;
	}

	.supp_table>tbody>tr>td {
		padding: 5px 15px;
	}

	.supp_table>tbody>tr>td>a {}

	.supp_table>tbody>tr>td>a.-map {}

	.supp_table>tbody>tr>td>a.-map::before {}

	.supp_table:last-child {}

	.supp:last-of-type {
		margin-bottom: 40px;
	}

	.supp_toggle.isShow {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.supp_title>button.isShow {}

	.supp_title>button.isShow>.icon {}

	.supp_tblWrap {
		margin-bottom: 20px;
	}

	.supp_tblWrap:last-child {}

	.supp_table>thead {}

	.supp_table>thead>tr {}

	.supp_table>thead>tr:first-child {}

	.supp_table>thead>tr:last-child {}

	.supp_table>thead>tr>th {}

	.supp_table-wrap {}

	.supp_table-wrap>thead {}

	.supp_table-wrap>thead>tr {}

	.supp_table-wrap>thead>tr:first-child {}

	.supp_table-wrap>thead>tr:last-child {}

	.supp_table-wrap>thead>tr>th {
		font-size: 13px;
		padding: 6px 10px;
	}

	.supp_table-wrap>tbody {}

	.supp_table-wrap>tbody>tr {}

	.supp_table-wrap>tbody>tr:first-child {}

	.supp_table-wrap>tbody>tr:last-child {}

	.supp_table-wrap>tbody>tr>th {}

	.supp_table-wrap>tbody>tr>td {
		font-size: 13px;
		padding: 6px 10px;
	}

	.supp_table-wrap>tbody>tr>td:last-child {}

	.supp_table-wrap>tbody>tr>td>a {}

	.photo_list {
		gap: 0;
	}

	.photo_list li {
		margin-right: 2%;
		margin-bottom: 10px;
		width: 49%;
	}

	.photo_list li img {
		max-width: none;
	}

	.photo_list li:nth-child(even) {
		margin-right: 0;
	}

	.photo_list li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}