@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. 

=============================================================================== */
.care_mainimg{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #ccc; zoom:1; clear:both; }
.care_mainimg .col1{ width:50%; margin-bottom:20px; float:left; }
.care_mainimg .col2{ width:48.5%; margin-bottom:20px; float: right; }


/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	.care_mainimg .col1{ width:auto; text-align:center; float:none; }
	.care_mainimg .col2{ width:auto; text-align:center; float:none; }
}





/* ==

　02. 

=============================================================================== */
#main .care01 h3, #main .care02 h3, #main .care03 h3{
	margin:0;
	font-size:140%;
	color:#e9466c;
}



.care01{ width:48.5%; margin-bottom:30px; float:left; }
.care02{ width:48.5%; margin-bottom:30px; float:right; }

.care03{
	margin:0 0 40px;
	padding:0;
	zoom:1;
	clear:both;
}
.care03 .col1{
	width:48.5%;
	padding-top:20px;
	border-top:1px dotted #ccc;
	float:left;
}
.care03 .col2{
	width:48.5%;
	padding-top:56px;
	border-top:1px dotted #ccc;
	float:right;
}



.care03 .col2 .colTxt{
	width:63%;
	float:left;
}
.care03 .col2 .colImg{
	width:32%;
	margin-top:15px;
	float:right;
}




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	.care01{ width:auto; float:none; }
	.care02{
		width:auto;
		padding-top:20px;
		border-top:1px dotted #ccc;
		float:none;
	}

	.care03 .col1{
		width:auto;
		margin-bottom:30px;
		float:none;
	}
	.care03 .col2{
		width:auto;
		padding-top:0;
		border-top:none;
		float:none;
	}
}






/* ==

　03. 

=============================================================================== */
#main .checkBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .checkBlock h3{ margin-bottom:15px; }
#main .checkBlock em span{ color:#8c794b; }


#main .checkBlock div.col1{ width:29.5%; margin-right:4%; float:left; }
#main .checkBlock div.col2{ width:35%; margin-right:4%; float:left; }
#main .checkBlock div.col3{ width:27.5%; float:left; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main .checkBlock div.col1{ width:auto; margin-bottom:20px; margin-right:0; float:none; }
	#main .checkBlock div.col2{ width:auto; margin-bottom:20px; margin-right:0; float:none; }
	#main .checkBlock div.col3{ width:auto; float:none; }
}




