
/* --------------------------------------------------- */
#sec01 {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto 30px;
	position: relative;
	background-color: rgba(255,255,255,.6);
	padding: 5%;
	border: #fff 1px solid;
	border-radius: 4px;
}
#sec01 h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: rgba(0,0,0,.4) 1px dotted;
	padding-bottom: 4px;
	position: relative;
}
#sec01 h3::before {
	content: "";
	width: 35%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #A9CB63;
}
#sec01 p {
	margin-bottom: 40px;
}
#sec01 p:last-child {
	margin-bottom: 10px;
}
#sec01 p strong {
	display: block;
	margin-top: 10px;
}
#sec01 p a {
	text-decoration: underline;
	color: #9EBE5D;
}
#sec01 ul {
	list-style: outside disc;
	margin: -20px 0 40px 25px;
}
#sec01 li {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
		font-size: .9em;
		padding: 6%;
		letter-spacing: 1px;
	}
	#sec01 p {
        margin-bottom: 30px;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


