@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 .col1{ width:35%; float:left; }
#main .care01 .mainimg{ width:61%; padding-bottom:30px; float:right; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 800px) {
	#main .care01 .col1{ width:auto; margin-bottom:15px; float:none; }
	#main .care01 .col1 .mb40{ margin-bottom:15px !important; }
	#main .care01 .mainimg{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
}





/* ==

　02. 

=============================================================================== */
#main .materialBlock{
	zoom:1;
	clear:both;
}
.materialBlock .col1{ width:48.5%; float:left; }
.materialBlock .col2{ width:48.5%; float:right; }

#main .materialBlock h2{ padding:15px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
#main .materialBlock h3{ margin:0 0 5px; }
#main .materialBlock h4{ margin:0; font-size:134%; }
#main .materialBlock h4 span{ color:#d27b38; }

.materialBlock .col2 div{ margin-bottom:60px; }
.materialBlock .col2 div div{ margin-bottom:0; }

.materialBlock .col1 .colTxt{ width:56%; float:left; }
.materialBlock .col1 .colImg{ width:40%; float:right; }

.materialBlock .col2 .colTxt{ width:66%; float:left; }
.materialBlock .col2 .colImg{ width:30%; float:right; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 800px) {
	.materialBlock .col1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	.materialBlock .col1 .colImg{ width:auto; text-align:center; float:none; }

	.materialBlock .col2 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	.materialBlock .col2 .colImg{ width:auto; text-align:center;  float:none; }
}
@media only screen and (max-width: 600px) {
	.materialBlock .col1{ width:auto; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #ccc; float:none; }
	.materialBlock .col2{ width:auto; float:none; }
	.materialBlock .col2 div{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #ccc; }
	.materialBlock .col2 div:last-child{ padding-bottom:0; border-bottom:none; }
	.materialBlock .col2 div div{ margin-bottom:0; padding-bottom:0; border-bottom:none; }
}




/* ==

　03. 

=============================================================================== */
#main .dirtyBlock{
	margin-top:40px;
	padding:20px 20px 10px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .dirtyBlock h3{ margin-bottom:15px; }
#main .dirtyBlock em span{ color:#d27b38; }


#main .dirtyBlock div.col1{ width:30%; margin-right:5%; float:left; }
#main .dirtyBlock div.col2{ width:30%; margin-right:5%; float:left; }
#main .dirtyBlock div.col3{ width:30%; float:left; }

#main .dirtyBlock div.col2 .img{ padding-top:10px; text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main .dirtyBlock div.col1{ width:auto; margin-right:0; float:none; }
	#main .dirtyBlock div.col2{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	#main .dirtyBlock div.col3{ width:auto; float:none; }
}


