@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div h2{ margin:0 0 12px; padding:0; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:30px 0 40px; text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt{ padding:0px 0 20px; }
}



/* ==

　01. 

=============================================================================== */




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
}





/* ==

　02. 

=============================================================================== */

#main .care01 .colTxt{
	width:72%;
	float:left;
}

#main .care01 .colImg{
	width:25%;
	float:right;
}




#main .howtoBlock{
	margin:40px 0 30px ;
	zoom:1;
	clear:both;
}

#main .howtoBlock h2{ padding:15px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
#main .howtoBlock h3{ margin:0 0 5px; }
#main .howtoBlock h4{ margin:0; font-size:124%; color:#63b62e; }


#main .howtoBlock .col1{ width:48%; float:left; }
#main .howtoBlock .col2{ width:48%; float:right; }

#main .howtoBlock .col1 .col1_1, 
#main .howtoBlock .col2 .col2_1, #main .howtoBlock .col2 .col2_2{ margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; zoom:1; clear:both; }

#main .howtoBlock .col1 .col1_1 .colTxt{ width:64%; float:left; }
#main .howtoBlock .col1 .col1_1 .colImg{ width:31.5%; text-align:right; float:right; }

#main .howtoBlock .col1 .col1_2 .colTxt{ width:54%; float:left; }
#main .howtoBlock .col1 .col1_2 .colImg{ width:43%; text-align:right; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1020px) {
}
@media only screen and (max-width: 950px) {

	#main .care01 .colTxt{ width:68%; }
	#main .care01 .colImg{ width:29%; text-align:right; }

	#main .howtoBlock .col1 .col1_1 .colTxt{ width:58%; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:37%; }
	
	#main .howtoBlock .col1 .col1_2 .colTxt{ width:auto; margin-bottom:15px; float:none; }
	#main .howtoBlock .col1 .col1_2 .colImg{ width:auto; text-align:center; float:none; }


}
@media only screen and (max-width: 800px) {

	#main .care01 .colTxt{ width:58%; }
	#main .care01 .colImg{ width:39%; }


	#main .howtoBlock .col1{ width:auto; float:none; }
	#main .howtoBlock .col2{ width:auto; float:none; }
	#main .howtoBlock .col1 .col1_2{ margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; zoom:1; clear:both; }

	#main .howtoBlock .col1 .col1_1 .colTxt{ width:73%; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:22%; }

	#main .howtoBlock .col1 .col1_2 .colTxt{ width:65%; margin-bottom:0; float:left; }
	#main .howtoBlock .col1 .col1_2 .colImg{ width:32%; text-align:right; float:right; }

}
@media only screen and (max-width: 600px) {

	#main .care01 .colTxt{
		width:auto;
		margin-bottom:15px;
		float:none;
	}
	#main .care01 .colImg{
		width:auto;
		text-align:center;
		float:none;
	}


	#main .howtoBlock .col1 .col1_1 .colTxt{ width:65%; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:30%; }

	#main .howtoBlock .col1 .col1_2 .colTxt{ width:60%; }
	#main .howtoBlock .col1 .col1_2 .colImg{ width:37%; }
}

@media only screen and (max-width: 480px) {

	#main .howtoBlock .col1 .col1_1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:auto; text-align:center; float:none; }

	#main .howtoBlock .col1 .col1_2 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .howtoBlock .col1 .col1_2 .colImg{ width:auto; text-align:center; float:none; }
}





/* ==

　02. 

=============================================================================== */
#main .typhoonBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .typhoonBlock h3{ margin-bottom:15px; }
#main .typhoonBlock em span{ color:#da520e; }


#main .typhoonBlock div.col1{ width:31%; margin-right:4%; float:left; }
#main .typhoonBlock div.col2{ width:30.5%; margin-right:4%; float:left; }
#main .typhoonBlock div.col3{ width:30.5%; float:left; }
#main .typhoonBlock div div{ width:auto; float:none; }







/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#main .typhoonBlock div.col1{ width:47%; margin-right:0; margin-bottom:15px; float:left; }
	#main .typhoonBlock div.col2{ width:47%; margin-right:0; margin-bottom:15px; float:right; }
	#main .typhoonBlock div.col3{ width:47%; margin-bottom:0; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .typhoonBlock div.col1{ width:auto; float:none; }
	#main .typhoonBlock div.col2{ width:auto; float:none; }
	#main .typhoonBlock div.col3{ width:auto; }
}


