
/* IMPORT CSS */
@import "../css/common.css";

section{
	padding: 0 10px;
	font-size: 1.4rem;
}

#lead{
	font-size: 1.5rem;
	line-height: 2.4rem;
}

section h4{
	color: #ff7d00;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 12px;
}

section p,
section dl{
	padding-bottom: 25px;
}

section dl dt{
	font-weight: bold;
}

/*--------------------------- SMARTPHONE STYLES ---------------------------*/


/*========== 650px以下 ==========*/

@media ( max-width : 650px ) {

	
}
