@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div:after{ content:''; display:block; clear:both; }

#main h2{ margin-bottom:10px; }
#main h3{ margin-bottom:10px; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:45px 0 50px; text-align:center; }
#main p.leadTxt.mobile{ padding:15px 0 30px; font-weight:bold; }


#main p.hdTxt{ margin-bottom:10px; }











/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt.mobile{ padding:20px 0 40px; text-align:left; }
}









/* ==

　01. 

=============================================================================== */
#main .imgs{ width:820px; margin:0 auto; padding-bottom:30px; position: relative; zoom:1; clear:both; }

#main .imgs p em{ font-size:124%; color:#f08347; }


#main .imgs .col1{ padding:20px 8% 0 0; }
#main .imgs .col1 p.img{ width:53%; margin-right:2.5%; float:left; }
#main .imgs .col1 p.txt{ width:44.5%; padding-top:10%; float:right; }


#main .imgs .col2{
	width: 50%;
	position: absolute;
	top: 25%;
	right:0;
}
#main .imgs .col2 p.img{ margin-bottom:10px; }
#main .imgs .col2 p.txt{ padding:0 20px; }


#main .imgs .hdTxt{ width:28%; clear:both; }
#main .imgs .col3_1{ width:28%; margin-right:8%; float:left; }
#main .imgs .col3_2{ width:28%; margin-right:7%; padding-top:33%; float:left; }
#main .imgs .col3_3{ width:28%; padding-top:31.5%; float:left; }

#main .imgs .col3_1 p.img,
#main .imgs .col3_2 p.img,
#main .imgs .col3_3 p.img{ margin-bottom:10px; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 1205px) {
	#main .imgs{ width:auto; }
	#main .imgs .col1 p.img{ /margin-right:2%; }
}
/*
@media only screen and (max-width: 600px) {
	#main .imgs .col1 p.txt{ width:48.5%; padding-top:0; }
	#main .imgs .col2{ top:20%; }
	#main .imgs .col2 p.txt{ padding:0 10px; }
	#main .imgs .hdTxt{ width:32%; }
}
*/

@media only screen and (max-width: 600px) {
	#main .imgs .col1{ margin-bottom:30px; padding:0 0 20px; border-bottom:1px dotted #ddd; }
	#main .imgs .col1 p.img{ width:auto; margin-right:0; float:none; }
	#main .imgs .col1 p.txt{ width:auto; padding:0 0 10px; float:none; }
	/*
	#main .imgs .col1 p.txt{ width:48.5%; padding-top:0; }
	*/
	
	#main .imgs .col2{
		width:auto;
		margin-bottom:30px;
		padding-bottom:20px;
		border-bottom:1px dotted #ddd;
		position:static;
		top:0;
		left:0;
	}
	#main .imgs .col2 p.img{ width:auto; margin-right:0; float:none; }
	#main .imgs .col2 p.txt{ width:auto; padding:0 0 10px; float:none; }
	/*
	#main .imgs .col2 p.img{ width:49%; margin-right:2.5%; float:left; }
	#main .imgs .col2 p.txt{ width:48.5%; padding:0; float:left; }
	*/
	
	#main .imgs .col3 .hdTxt{ width:auto; clear:both; }
	#main .imgs .col3_1{ width:47%; margin-right:8%; float:left; }
	#main .imgs .col3_2{ width:45%; margin-right:0; padding-top:0; float:left; }
	#main .imgs .col3_3{ width:45%; padding-top:15px; float:left; }
}





/* ==

　02. 

=============================================================================== */
.ftr_nature{
	margin:0 0 50px;
	padding-top:30px;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}
.ftr_nature em{ font-weight:bold; }
.ftr_nature div h4{ margin:0 0 10px; }


.ftr_nature .nature01{ margin-bottom:30px; zoom:1; clear:both; }

.ftr_nature .nature02,
.ftr_nature .nature03{
	margin:0 0 30px;
	padding:30px 0 0;
	border-top:1px dotted #ddd;
	zoom:1;
	clear:both;
}



#main .ftr_nature .nature01 .col1, #main .ftr_nature .nature02 .col1, #main .ftr_nature .nature03 .col1{ width:31.5%; float:left; }
#main .ftr_nature .nature01 .col2, #main .ftr_nature .nature02 .col2, #main .ftr_nature .nature03 .col2{ width:65.5%; float:right; }


#main .ftr_nature .nature01 .col2 .col2_1{ width:52%; float:left; }
#main .ftr_nature .nature01 .col2 .col2_2{ width:45%; float:right; }

#main .ftr_nature .nature03 .col2 .col2_1{ width:27%; margin-right:3.5%; float:left; }
#main .ftr_nature .nature03 .col2 .col2_2{ width:29%; margin-right:3.5%; /margin-right:3%; float:left; }
#main .ftr_nature .nature03 .col2 .col2_3{ width:37%; float:left; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 840px) {
	#main .ftr_nature .nature01 .col1, #main .ftr_nature .nature02 .col1, #main .ftr_nature .nature03 .col1{ width:auto; margin-bottom:20px; float:none; }
	#main .ftr_nature .nature01 .col2, #main .ftr_nature .nature02 .col2, #main .ftr_nature .nature03 .col2{ width:auto; float:none; }
}
@media only screen and (max-width: 600px) {
	
	#main .ftr_nature .nature01 .col2 .col2_1{ width:auto; margin:0 0 20px; float:none; clear: both; }
	#main .ftr_nature .nature01 .col2 .col2_2{ width:auto; padding-top:20px; border-top:1px dotted #ddd; float:none; }	
	
	
	
	#main .ftr_nature .nature01 .col2 .colTxt{ width:auto; margin-bottom:15px; float:none; }
	#main .ftr_nature .nature01 .col2 .colImg{ width:auto; float:none; }
	
	
	#main .ftr_nature .nature03 .col2 .col2_1{ width:47%; margin-right:6%; }
	#main .ftr_nature .nature03 .col2 .col2_2{ width:47%; margin-right:0; }
	#main .ftr_nature .nature03 .col2 .col2_3{ width:47%; padding-top:15px; border-top:1px dotted #ddd; }
	
	

}














