
/* --------------------------------------------------- */
#sec01 {
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	border: #848485 1px solid;
	padding: 60px 60px 10px;
}
#sec01 p {
	margin-bottom: 50px;
}
#sec01 p strong {
	display: block;
	font-weight: 600;
	transform: rotate(0.03deg);
	padding-top: 10px;
}
#sec01 .ttl {
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-weight: 400;
}
#sec01 ul {
	list-style: outside disc;
	margin: -30px 0 50px 20px;
}
#sec01 li {
	margin-bottom: 5px;
	line-height: 160%;
}
@media screen and (min-width: 1700px) {
	#sec01 {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	#sec01 {
        margin: 0 auto 60px;
        padding: 50px 50px 0px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 60px;
        padding: 25px 25px 0px;
    }
	#sec01 p {
        margin-bottom: 30px;
    }
    #sec01 .ttl {
        font-size: 1.1em;
        margin-bottom: 5px;
		font-weight: 600;
		transform: rotate(0.03deg);
		letter-spacing: 2px;
    }
	#sec01 ul {
        margin: -15px 0 30px 20px;
    }
}
/* --------------------------------------------------- */

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

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


