@charset "utf-8";

#main_home .main_image img {
	width: 100%;
	max-width: 1920px;
}

.box_news {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	box-sizing: content-box;
	margin: auto;
}
.box_news > section {
	width: 47%;
	padding: 5em 0;
	text-align: left;
}
.box_news > section h2 {
	margin: 0 0 1.5em 0;
	text-align: left;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
	font-style: italic;
	font-size: 1.25rem;
}
.box_news > section ul {
	margin: 0 0 2.5em 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EBEBEB;
	text-align: left;
}
.box_news > section ul li {
	margin: 0;
	padding: 1.5em 0;
	border-bottom: 1px solid #EBEBEB;
	font-size: 0.8rem;
}
.box_news > section ul li a {
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_news > section ul li h3 {
	display: inline-block;
	width: 11em;
	margin: 0 1em 0 0;
	padding: 0.6em 0.3em 0.3em 0.3em;
	background-color: #C00;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7rem;
	border-radius: 1em;
}
.box_news > section ul li .cat_col1 {
	background-color: #E48A1F;
}
.box_news > section ul li .cat_col2 {
	background-color: #66CC33;
}
.box_news > section ul li .cat_col3 {
	background-color: #604730;
}
.box_news > section ul li .cat_col4 {
	background-color: #D0CDC4;
}
.box_news > section ul li span {
	margin: 0 1em 0 0;
	font-weight: bold;
}
@media screen and (max-width: 860px) {
	.box_news {
		display: block;
	}
	.box_news > section {
		width: 100%;
		padding: 5em 0 0em 0;
	}
	.box_news > section h2 {
		margin: 0 auto 1.5em auto;
		text-align: center;
	}
	.box_news > section a.but_more {
		display: block;
		width: 100%;
		margin: auto;
	}
}


.box_about {
	max-width: 90%;
	margin: auto;
}
.box_about section {
	max-width: 1200px;
	margin: auto;
	padding: 5em 0;
	border-bottom: 1px solid #EBEBEB;
}
.box_about section p {
	color: #333;
	font-size: 1.1em;
	line-height: 2;
	margin-bottom: 3em;
}
.box_about section img {
	margin-bottom: 3em;
}
@media screen and (max-width: 860px) {
	.box_about section a.but_more {
		width: 100%;
	}
}

.box_lr {
	width: 90%;
	margin: auto;
}
.box_lr section {
	max-width: 1200px;
	margin: auto;
	padding: 0 0 0 0;
}
.box_lr article {
	display: flex;
	justify-content: space-between;
	padding: 5em 0;
	border-bottom: 1px solid #EBEBEB;
}
.box_lr article:last-child {
	border-bottom: none;
}
.box_lr article p {
	color: #333;
	font-size: 1.1em;
	line-height: 2;
	margin-bottom: 3em;
	text-align: left;
}
.box_lr article.lr div:last-child,
.box_lr article.rl div:first-child {
	width: 54.2%;
}
.box_lr article.lr div:first-child,
.box_lr article.rl div:last-child {
	padding: 2em 0 0 0;
	width: 41%;
}
@media screen and (max-width: 860px) {
	.box_lr article {
		flex-wrap: wrap;
		padding: 3em 0 2em 0;
	}
	.box_lr article .title_und {
		margin-bottom: 2em;
	}
	.box_lr article p {
		margin-bottom: 2em;
	}
	.box_lr article a.but_more {
		width: 100%;
	}
	.box_lr article.lr div:last-child,
	.box_lr article.rl div:first-child {
		order: 1;
		padding: 0 0 2em 0;
		width: 100%;
	}
	.box_lr article.lr div:first-child,
	.box_lr article.rl div:last-child {
		order: 2;
		padding: 0 0 2em 0;
		width: 100%;
	}
}