/*------------------------------------------------------------
	団体概要
	特定商取引法に基づく表記
-------------------------------------------------------------*/
.overview-list,
.law_list {
	width: auto;
	margin:1em 0;
	padding:0;
}
	.overview-list img,
	.law_list img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.overview-list th,
	.law_list th {
		display: block;
		width: 100%;
		font-weight:normal;
		background:#eeefef;
		text-align: left;
	}
	.overview-list td,
	.law_list td {
		display: block;
		width: 100%;
		font-weight:normal;
	}

.business-list {
	width:90%;
	margin:0;
	padding:0 0 0 2em;
	font-weight:normal;
}
	.business-list li {
		list-style-type: decimal;
		list-style-type: decimal;
		line-height:1.3;
		padding:0 0 0.3em 0;
	}

@media screen and (min-width : 436px) {
	.overview-list,
	.law_list {
		width:100%;
		margin:1em 0;
		padding:0;
	}
		.overview-list th,
		.law_list th {
			display: revert;
			vertical-align: top;
			width:28%;
			font-weight:normal;
			background:#eeefef;
			padding:0.5em;
		}
		.overview-list td,
		.law_list td {
			display: revert;
			width: 72%;
			font-weight:normal;
			padding:0.5em;
		}

	.business-list {
		width:100%;
		margin:0;
		padding:0 0 0 2em;
		font-weight:normal;
		list-style-position:inside;
		box-sizing:border-box;
	}
		.business-list li {
			list-style-type: decimal;
			line-height:1.3;
			padding:0 0 0.3em 0;
			margin:0;
		}
}