@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. 

=============================================================================== */
#main .sinkBlock{
	width:900px;
	min-height:410px;
	margin:0 auto;
	padding:0 0 40px;
	zoom:1;
	position:relative;
	clear:both;
}

#main .sinkBlock .colImg{
	text-align:center;
	position:absolute;
	left:350px;
	top:0;
}


#main .sinkBlock .col1{
	width:300px;
	float:left;
}
#main .sinkBlock .col2{
	width:300px;
	float:right;
}


#main .sinkBlock .col1 ul{ padding-top:10px; }
#main .sinkBlock .col2 ul{ padding-top:30px; }


#main .sinkBlock li{
	margin:0 0 20px;
	font-size:117%;
}

#main .sinkBlock li em{ font-weight:bold; }




#main p.notes{ margin-left:1em; text-indent:-1em; font-size:100%; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 920px) {

	#main .sinkBlock{ width:auto; }
	#main .sinkBlock .colImg{ margin-bottom:15px; position:static; }
	#main .sinkBlock .col1{ width:47%; }
	#main .sinkBlock .col2{ width:47%; }


}
@media only screen and (max-width: 600px) {
	#main .sinkBlock .col1{ width:auto; float:none; }
	#main .sinkBlock .col2{ width:auto; float:none; }
	#main .sinkBlock .col2 ul{ padding-top:0; }
}



/* ==

　02. 

=============================================================================== */

#main .care01 .colTxt{
	width:52%;
	float:left;
}

#main .care01 .colImg{
	width:43%;
	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 .col1 .col1_2,
#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 .col2 .col2_1 .colTxt{ width:67%; float:left; }
#main .howtoBlock .col2 .col2_1 .colImg{ width:25%; text-align:right; float:right; }

#main .howtoBlock .col2 .col2_3 .colTxt{ width:66%; float:left; }
#main .howtoBlock .col2 .col2_3 .colImg{ width:27%; text-align:right; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 950px) {

	#main .care01 .colTxt{ width:48%; }
	#main .care01 .colImg{ width:47%; }

	#main .howtoBlock .col1 .col1_1 .colTxt{ width:58%; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:37%; }

	#main .howtoBlock .col2 .col2_1 .colTxt{ width:62%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:30%; }

	#main .howtoBlock .col2 .col2_3 .colTxt{ width:61%; }
	#main .howtoBlock .col2 .col2_3 .colImg{ width:32%; }



}
@media only screen and (max-width: 800px) {

	#main .care01 .colTxt{ width:40%; }
	#main .care01 .colImg{ width:55%; }


	#main .howtoBlock .col1{ width:auto; float:none; }
	#main .howtoBlock .col2{ width:auto; float:none; }
	#main .howtoBlock .col1 .col1_3{ margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; clear:both; }

	#main .howtoBlock .col1 .col1_1 .colTxt{ width:73%; }
	#main .howtoBlock .col1 .col1_1 .colImg{ width:22%; }

	#main .howtoBlock .col2 .col2_1 .colTxt{ width:77%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:18%; }

	#main .howtoBlock .col2 .col2_3 .colTxt{ width:77%; }
	#main .howtoBlock .col2 .col2_3 .colImg{ width:18%; }

}
@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 .col2 .col2_1 .colTxt{ width:70%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:25%; }

	#main .howtoBlock .col2 .col2_3 .colTxt{ width:70%; }
	#main .howtoBlock .col2 .col2_3 .colImg{ width:25%; }
}

@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 .col2 .col2_1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:auto; text-align:center; float:none; }

	#main .howtoBlock .col2 .col2_3 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .howtoBlock .col2 .col2_3 .colImg{ width:auto; text-align:center; float:none; }
}





/* ==

　02. 

=============================================================================== */
#main .reconsiderBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .reconsiderBlock h3{ margin-bottom:15px; }
#main .reconsiderBlock em span{ color:#f29817; }


#main .reconsiderBlock div.col1{ width:31%; margin-right:4%; float:left; }
#main .reconsiderBlock div.col2{ width:30.5%; margin-right:4%; float:left; }
#main .reconsiderBlock div.col3{ width:30.5%; float:left; }
#main .reconsiderBlock div div{ width:auto; float:none; }


#main .reconsiderBlock div.col3 p img{ margin:20px 0 0 20px; float:right; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#main .reconsiderBlock div.col1{ width:47%; margin-right:0; margin-bottom:15px; float:left; }
	#main .reconsiderBlock div.col2{ width:47%; margin-right:0; margin-bottom:15px; float:right; }
	#main .reconsiderBlock div.col3{ width:47%; margin-bottom:0; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .reconsiderBlock div.col1{ width:auto; float:none; }
	#main .reconsiderBlock div.col2{ width:auto; float:none; }
	#main .reconsiderBlock div.col3{ width:auto; }

	#main .reconsiderBlock div.col3 p img{ margin:0 0 0 20px; }

}


