@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 .care01-02,
#main .care03-04{
	margin-bottom:30px;
	zoom:1;
	clear:both;
}
#main .subBlock{
	margin-bottom:40px;
	zoom:1;
	clear:both;
}

#main .subBlock h3{ margin-bottom:10px; }


#main .care01-02 .care01{ width:48%; margin-right:4%; float:left; }
#main .care01-02 .care02{ width:48%; float:left; }

#main .care03-04 .care03{ width:48%; margin-right:4%; padding-top:30px; border-top:1px dotted #ccc; float:left; }
#main .care03-04 .care04{ width:48%; padding-top:30px; border-top:1px dotted #ccc; float:left; }

#main .subBlock .col1{ width:48%; margin-right:4%; padding-top:30px; border-top:1px dotted #ccc; float:left; }
#main .subBlock .col2{ width:48%; padding-top:30px; border-top:1px dotted #ccc; float:left; }

#main .subBlock .col1 .colTxt{ width:67%; margin-right:3%; /margin-right:2.5%; float:left; }
#main .subBlock .col1 .colImg{ width:30%; text-align:center; float:right; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#main .care03-04 .care04 p.floatR img{ width:180px; }
}
@media only screen and (max-width: 1145px) {
	#main .care03-04 .care04 p.floatR img{ width:160px; }
}
@media only screen and (max-width: 1100px) {
	#main .care03-04 .care04 p.floatR img{ width:140px; }
}
@media only screen and (max-width: 1070px) {
	#main .care03-04 .care04 p.floatR img{ width:120px; }
}
@media only screen and (max-width: 820px) {
	#main .care01-02 .care01{ width:auto; margin-right:0; margin-bottom:30px; float:none; }
	#main .care01-02 .care02{ width:auto; padding-top:30px; border-top:1px dotted #ccc; float:none; }

	#main .care03-04 .care03{ width:auto; margin-right:0; margin-bottom:30px; float:none; }
	#main .care03-04 .care04{ width:auto; margin-right:0; float:none; }
	
	#main .care03-04 .care04 p.floatR{ margin-left:20px; text-align:center; float:right; }
	#main .care03-04 .care04 p.floatR img{ width:160px; }

	#main .subBlock .col1{ width:auto; margin-right:0; margin-bottom:30px; float:none; }
	#main .subBlock .col2{ width:auto; padding-top:30px; border-top:1px dotted #ccc; float:none; }

	#main .subBlock .col1 .colTxt{ width:72%; }
	#main .subBlock .col1 .colImg{ width:24%; }

}
@media only screen and (max-width: 540px) {
	#main .subBlock .col1 .colTxt{ width:auto; margin-bottom:15px; float:none; }
	#main .subBlock .col1 .colImg{ width:auto; float:none; }
}







/* ==

　02. 

=============================================================================== */
#main .autumnBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .autumnBlock h3{ margin-bottom:15px; }
#main .autumnBlock em span{ color:#f08347; }


#main .autumnBlock div.col1{ width:48%; margin-right:4%; float:left; }
#main .autumnBlock div.col2{ width:48%; float:left; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#main .autumnBlock div.col1{ width:47%; margin-right:0; margin-bottom:15px; float:left; }
	#main .autumnBlock div.col2{ width:47%; margin-right:0; margin-bottom:15px; float:right; }
}
@media only screen and (max-width: 600px) {
	#main .autumnBlock div.col1{ width:auto; padding-bottom:15px; float:none; }
	#main .autumnBlock div.col2{ width:auto; float:none; }
}


