﻿@charset "utf-8";
#section1 {
	margin: 0 auto;
	max-width: 980px;
}
#sec-box1 {

}
h2 {
	margin-bottom: 10px;
	position: relative;
	background-color: #6BA735;
	color: #fff;
	overflow: hidden;
	padding: .8em;
}
h2:before{
	background-color: rgba(57,49,48,1.00);
	content: '';
	display: block;
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}
.sec1-box h3 {
	width: 90%;
	max-width: 620px;
	min-width: 300px;
	margin: 0  auto;
	padding: 30px 0 10px 0;
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #513533;
}
.sec1-box p,
.sec1-box ul {
	width: 90%;
	max-width: 600px;
	margin: 20px auto 15px;
	padding: 0 4%;
	text-align: left;
	line-height: 1.4;
}
.sec1-box li {
	margin: 15px 10px;
}
