
/* --------------------------------------------------- */
#sec01 {
}
#sec01 ul {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 li {
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	padding: 20px 25px;
	border-radius: 6px;
	margin-bottom: 10px;
}
#sec01 li span {
	display: inline-block;
	width: 110px;
	font-size: 11px;
	color: #aaa;
	font-weight: 500;
	padding-top: 3px;
}
#sec01 li p {
	flex: 1;
}
#sec01 li p a {
}
#sec01 li p a:hover {
	color: #59B254;
}
@media only screen and ( max-width : 1060px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 ul {
		margin-bottom: 40px;
	}
	#sec01 li {
		display: block;
		padding: 10px 15px 15px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	#sec01 li span {
		margin-bottom: 5px;
		font-size: 10px;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto 80px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 5%;
}
#sec02 .btn-style01 {
}
#sec02 .news-ttl {
	padding: 30px;
	border-bottom: #59B254 1px dashed;
}
#sec02 .day {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 11px;
}
#sec02 .title {
	font-size: 1.3em;
	font-weight: 600;
}
#sec02 .inner {
	padding: 5%;
}
#sec02 p {
	margin-bottom: 30px;
}
#sec02 img {
	display: block;
	max-width: 750px;
	width: 100%;
	margin: 30px auto;
}
@media only screen and ( max-width : 1060px ) {
}
@media screen and (max-width: 910px) {
	#sec02 .title {
        font-size: 1.2em;
		line-height: 1.4;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 40px;
	}
	#sec02 .news-ttl {
		padding: 4% 5%;
	}
	#sec02 .day {
		font-size: 10px;
		margin-bottom: 5px;
	}
	#sec02 .title {
        font-size: 1.1em;
    }
	#sec02 p {
        margin-bottom: 15px;
    }
	#sec02 img {
		margin: 15px auto;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

