@charset "utf-8";
/* ------------------------------------------------------------ set */
#lead 		{ padding: 50px 0 100px; }
#lead dl	{ width: 465px; }
#lead dl dt { font-size: 28px; padding: 0 0 20px; }
#lead dl dd { font-size: 16px; line-height: 200%; }

#detail 		{ padding:  30px 0 100px; }
#detail dl		{ width: 660px; }
#detail dl dt 	{ font-size: 24px; padding: 0 0 20px; }
#detail dl dd 	{ font-size: 16px; line-height: 200%; }




/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
/* ------------------------------------------------------------ set */
#main img 		{ width: 100%; height: auto; }

#lead dl,
#detail dl 		{ width: auto; }


/* ------------------------------------------------------------ set */
#lead 			{ padding: 30px 3% 50px; }
#lead dl dt,
#detail dl dt 	{ font-size: 20px; padding: 20px 0; font-weight: bold; }
#lead dl dd,
#detail dl dd 	{ font-size: 14px; }

#detail 		{ padding: 0 0 50px; }
}