.main_bn img {
	width: 100%;
	display: block;
}

.textarea {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 40px;
}

h1 {
	font-size: 20px;
	margin: 30px 0;
}

h2 {
	margin: 40px 0 0;
	padding: 20px;
	color: #ffffff;
	font-size: 20px;
	box-sizing: border-box;
}

h2.bg01 {
	background-color: #dc2715;
}

h2.bg02 {
	background-color: #1577dc;
}

a {
	font-weight: bold;
}

.text .red {
	color: #dc2715;
	font-weight: bold;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;

}

table thead tr .name, table thead tr .cs {
	width: 50%;
	padding: 20px 5px;
	background-color: #f3f3f3;
	text-align: center;
}

table.move thead tr .name {
	width: 40%;
}

table.move thead tr .cs {
	width: 35%;
}

table.move thead tr .maker {
	width: 25%;
	padding: 20px 5px;
	background-color: #f3f3f3;
	text-align: center;
}

table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

table tbody tr .name, table tbody tr .cs {
	width: 50%;
	padding: 20px;
	background-color: #f9f9f9;
	text-align: left;
	font-weight: 700;
}

table.move tbody tr .name {
	width: 40%;
}

table.move tbody tr .cs {
	width: 35%;
}

table.move tbody tr .maker {
	width: 25%;
	padding: 25px 20px;
	background-color: #f9f9f9;
	text-align: left;
}

table tbody tr .cs {
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	table thead tr {
		display: block;
		width: 100%;
	}

	table thead tr .name, table thead tr .cs {
		display: block;
		width: auto;
		text-align: left;
		padding: 25px 20px;
	}

	table.move thead tr .name, table.move thead tr .cs, table.move thead tr .maker {
		display: block;
		width: auto;
		text-align: left;
	}

	table thead tr .name {
		padding: 20px 20px 0;
	}

	table thead tr .cs {
		font-weight: 500;
		padding: 0 20px 20px;
	}

	table.move thead tr .cs {
		padding: 0 20px;
	}

	table.move thead tr .maker {
		font-weight: 500;
		padding: 0 20px 20px;
	}

	table tbody tr .name, table tbody tr .cs {
		display: block;
		width: auto;
	}

	table tbody tr .cs {
		font-weight: 500;
		padding: 0 20px 20px;
	}

	table tbody tr .name {
		padding-bottom: 0;
	}

	table.move tbody tr .name, table.move tbody tr .cs, table.move tbody tr .maker {
		display: block;
		width: auto;
	}

	table.move tbody tr .cs {
		padding: 0 20px;
	}

	table.move tbody tr .maker {
		padding: 0 20px 20px;
	}
}