@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  ドミトリー日野のご紹介
* --------------------------------------------------------------------------------------------------*/
#sec01 p + p {
	margin-top: 1.9em;
}
#sec02 {
	padding-top: 72px;
	margin-top: 70px;
	border-top: solid 1px #42b8b0;
}
#sec02 .ttlStyle02 {
	margin-bottom: 68px;
}

@media screen and (max-width:768px) {
	#sec01 p + p {
		margin-top: 1em;
	}
	#sec02 {
		padding-top: 50px;
		margin-top: 50px;
	}
	#sec02 .ttlStyle02 {
		margin-bottom: 68px;
		margin-bottom: 20px;
	}
}
