
/* --------------------------------------------------- */
#splash {
	display: none;
}
/* --------------------------------------------------- */
#service01 {
	margin-bottom: 100px;
}
#service01 p {
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#service01 {
		width: 87%;
        margin: 0 auto 60px;
    }
    #service01 p {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#service02 {
	max-width: 900px;
	width: 100%;
}
#service02 .block {
	margin-bottom: 80px;
}
#service02 .block .ttl {
	border: #444 1px solid;
	line-height: 160%;
	font-weight: 500;
	padding: 15px 20px;
	margin-bottom: 10px;
}
#service02 .block p {
	margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#service02 {
		position: relative;
		border-top: #ddd 1px solid;
		padding-top: 30px;
	}
	#service02 .block {
		padding: 0 7% 20px;
		margin-bottom: 30px;
		border-bottom: #ddd 1px solid;
	}
}
/* --------------------------------------------------- */

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




