@charset "utf-8";

@media print, screen and (min-width: 751px) {


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */

main section{
	padding: 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

main section:last-child{
	border-bottom: none;
}

main section > .txtBox > h2{
	font-size: 300%;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

main section > .txtBox > h2 .spanGreen{
	font-weight: bold;
	margin-top: 0;
}

main section > .txtBox > p{
	font-size: 160%;
	line-height: 1.75;
}

#secTiltAC .spanGreen {
	font-weight: normal;
}


/* -----------------------------------------------------------------------------

	boxLayout01
  
----------------------------------------------------------------------------- */

.boxLayout01 .txtBox p {
	font-size: 160%;
	line-height: 1.75;
}



}