@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:0 0 30px;
	padding:0 0 50px;
	border-bottom:1px dotted #ccc;
	zoom:1;
	clear:both;
}



.care01{ width:48.5%; float:left; }
.care02{ width:48.5%; float:right; }
.care01 div, .care02 div{ margin-bottom:30px; }
.care01 div div, .care02 div div{ margin-bottom:0px; }

.care01_3 .txt{ width:60%; float:left; }
.care01_3 .img{ width:35%; text-align:center; float:right; }

.care02_2 .txt{ width:65%; float:left; }
.care02_2 .img{ width:30%; text-align:center; float:right; }
.care02_2 .img span{ font-size:117%; line-height:1.3; text-align:left; display:inline-block; }

.care02_3 .txt{ width:64%; float:left; }
.care02_3 .img{ width:31%; text-align:center; float:right; }
.care02_3 .img span{ font-size:117%; line-height:1.3; text-align:left; display:inline-block; }




#main .care01 h3, #main .care02 h3{
	margin-bottom:0;
	padding:0 0 0 17px;
	background: url(../images/care/ico_img01.gif) left 0.5em no-repeat;
}




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.care_mainimg .col1{ width:auto; max-width:515px; margin:0 auto 15px; text-align:center; float:none; }
	.care_mainimg .col1 span{ text-align:left; display:block; }
	.care_mainimg .col2{ width:auto; text-align:center; float:none; }
	.care01{ width:auto; margin-bottom:30px; border-bottom:1px dotted #ccc; float:none; }
	.care02{ width:auto; float:none; }
}
@media only screen and (max-width: 600px) {
	.care01_3 .txt{ width:auto; margin-bottom:10px; float:none; }
	.care01_3 .img{ width:auto; float:none; }
}










/* ==

　02. 

=============================================================================== */
.pestBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .pestBlock h3{ margin-bottom:10px; }
.pestBlock em span{ color:#eb6a00; }


.pestBlock .col1{ width:23.5%; margin-right:2%; float:left; }
.pestBlock .col2{ width:23.5%; margin-right:2%; float:left; }
.pestBlock .col3{ width:23.5%; margin-right:2%; float:left; }
.pestBlock .col4{ width:23.5%; float:left; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.pestBlock .col1{ width:48%; margin-right:4%; margin-bottom:15px; }
	.pestBlock .col2{ width:48%; margin-right:0; margin-bottom:15px; }
	.pestBlock .col3{ width:48%; margin-right:4%; }
	.pestBlock .col4{ width:48%; }
}
@media only screen and (max-width: 600px) {
	.pestBlock .col1{ width:auto; margin-right:0; margin-bottom:15px; float:none; }
	.pestBlock .col2{ width:auto; margin-right:0; margin-bottom:15px; float:none; }
	.pestBlock .col3{ width:auto; margin-right:0; margin-bottom:15px; float:none; }
	.pestBlock .col4{ width:auto; float:none; }
}





