@charset "utf-8";

/* footer
------------------------------------------------------------------------------------ */
footer ul#footerNav li:nth-child(odd) {
	background-color: #31BE10;
}
footer ul#footerNav li:nth-child(even) {
	background-color: #196501;
}

/* invest01
------------------------------------------------------------------------------------ */
section#invest01 {
	margin-top:30px;
}

/* invest02
------------------------------------------------------------------------------------ */
section#invest02 {
	margin-top:30px;
}
section#invest02 div.sectionInner {
	margin-top:30px;
	margin-bottom:30px;
}

/* samedayInquiry
------------------------------------------------------------------------------------ */
section#samedayInquiry div.sectionInner p#samedayInquiryLead {
	color: #0E203E;
	font-size: 14px;
	line-height: 150%;
	margin:30px 0;
}

/* office
------------------------------------------------------------------------------------ */
section#office {
	background: linear-gradient(#196501, #31BE10);
}



@media screen and (min-width:768px) {
}



@media screen and (max-width:767px) {
}
