@charset "utf-8";

.table_area.overview ul.commerce {
	font-size: 2.0rem;
}

.table_area.overview ul.commerce li div.th.special_left {
	width: 18.0%;
	border-right: 0.1rem solid #5DBD6E;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table_area.overview ul.commerce li div.special_right {
	width: 82.0%;
	display: flex;
	flex-wrap: wrap;
}

.table_area.overview ul.commerce li div.special_right .th {
	width: 27%;
}

.table_area.overview ul.commerce li div.special_right .th.up::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0rem;
	width: 100%;
	height: 0.1rem;
	background: #5DBD6E;
}

.table_area.overview ul.commerce li div.special_right .td {
	width: 73%;
}

@media screen and (max-width: 1180px) {

	.table_area.overview ul.commerce {
		font-size: 1.8rem;
	}

}

/*-----*/

.table_area.overview ul.commerce li div.th{
	width: 40%;
	align-content: center;
}

.table_area.overview ul.commerce li div.th.other_left {
    width: 18%;
	border-right: 0.1rem solid #5DBD6E;
}

.table_area.overview ul.commerce li div.th.other_right {
	width: 22%;
}

.table_area.overview ul.commerce li div.td{
	width: 60%;
}

.table_area.overview ul.commerce a {
	text-decoration: underline;
}

.table_area.overview ul.commerce a:hover {
	text-decoration: none;
}

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

	.contents_program .text_area h2.commerce {
		/* font-size: 7.5vw; */
	}

/*-----*/

	footer#top_page_footer {
		margin-bottom: 0;
	}

	footer#top_page_footer .footer {
		padding-bottom: 0;
	}

/*-----*/

	.table_area.overview ul.commerce li {
		flex-wrap: wrap;
		/* border-bottom: 0.1rem solid #666; */
	}

	.table_area.overview ul.commerce li div.th{
		width: 100%;
		text-align: left;
		padding: 1.5rem 0 0;
	}

	.table_area.overview ul.commerce li div.th::after{
		height: 0.1rem;
		/* content: none; */
	}

	.table_area.overview ul.commerce li div.th.special_left {
		width: 100%;
		border-right: none;
		justify-content: left;
	}

	.table_area.overview ul.commerce li div.th.special_left::after {
		height: 0.1rem;
		/* content: none; */
	}

	.table_area.overview ul.commerce li div.special_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.table_area.overview ul.commerce li div.special_right .th {
		width: 100%;
		font-size: 1.6rem;
	}

	.table_area.overview ul.commerce li div.special_right .th.up::after {
		/* height: 0.1rem; */
		content: none;
	}

	.table_area.overview ul.commerce li div.special_right .th.down::after {
		/* height: 0.1rem; */
		content: none;
	}

	.table_area.overview ul.commerce li div.special_right .th.up::before,
	.table_area.overview ul.commerce li div.special_right .th.down::before {
		content: '●';
	}

	.table_area.overview ul.commerce li div.special_right .td {
		width: 100%;
	}

	.table_area.overview ul.commerce li div.td{
		width: 100%;
		border-bottom: none;
		padding: 0.5rem 0 2rem;
		font-size: 1.5rem;
	}

	.table_area.overview ul.commerce li div.th.other_left {
		width: 100%;
		border-right: none;
	}

	.table_area.overview ul.commerce li div.th.other_left::after {
		height: 0.1rem;
	}

	.table_area.overview ul.commerce li div.th.other_right::after {
		content: none;
	}

	.table_area.overview ul.commerce li div.th.other_right {
		width: 100%;
		font-size: 1.6rem;
	}

	.table_area.overview ul.commerce li div.th.other_right::before {
		content: '●';
	}

}
