@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */

#main div h2{ margin-bottom:30px; padding:15px 0; border-top:1px solid #d7a15a; border-bottom:1px solid #d7a15a; clear:both; }
#main div h3{ margin:0 0 10px; padding:0; clear:both; }
#main div h4{ font-size:117%; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:0 0 40px; text-align:center; }

#main p.alignR.mt40.note{ /padding-top:40px; clear:both; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
}








/* ==

　01. 

=============================================================================== */
#job{ margin-top:-64px; margin-bottom:80px; padding-top:64px; zoom:1; clear:both; }

#main #job .titBlock{ position:relative; }
#main #job .titBlock p.txt_note{ position:absolute; bottom:45px; right:0; }


#main #job h3{ clear:none; }
#main #job div h4{ margin:0 0 5px; }

#job .job01{ clear:both; margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; zoom:1; }

#job .job01 .col1{ width:49%; float:left; }
#job .job01 .col2{ width:47%; float:right; }


#job .job02{ zoom:1; clear:both; }

#job .job02 .col1{ width:31%; margin-right:3.25%; float:left; }
#job .job02 .col2{ width:31%; margin-right:3.25%; float:left; }
#job .job02 .col3{ width:31%; float:left; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 700px) {
	#job .job01 .col1{ width:auto; margin-bottom:20px; float:none; }
	#job .job01 .col2{ width:auto; float:none; }
	
	#job .job02 .col1, #job .job02 .col2{ width:auto; margin-bottom:20px; margin-right:0; float:none; }
	#job .job02 .col3{ width:auto; float:none; }
}
@media only screen and (max-width: 600px) {
}





/* ==

　02. 

=============================================================================== */
#care{ margin-top:-64px; padding-top:64px; padding-bottom:0px; }
#care div{
	zoom:1;
	clear:both;
}
#care div div{ margin:0; padding:0; border-top:none; clear:none; }

#main #care p.leadTxt{ padding:0 0 20px; }

#main #care h3{ clear:none; }
#main #care div h4{ margin:0 0 5px; }



#main #care .mainimgBlock{
	width:48%;
	padding-bottom:20px;
	float:right;
	position:relative;
}
#main #care .mainimgBlock .img01{ margin-bottom:10px; }
#main #care .mainimgBlock .img02{ padding:15px 0 0 50px; float:left; }
#main #care .mainimgBlock .img03{ padding-left:30px; float:left; }


#care .care01{
	width:48%;
	margin:0 0 20px;
	display:inline;
	float:left;
	clear:none;
}
#care .care02{
	width:48%;
	margin:0 0 20px;
	padding:30px 0 0;
	border-top:1px dotted #ccc;
	display:inline;
	float:left;
	clear:none;
}

#care .care03{
	width:48%;
	margin:0 0 20px;
	padding:30px 0 0;
	border-top:1px dotted #ccc;
	float:left;
}
#care .care04{
	width:48%;
	margin:0 0 20px;
	padding:64px 0 0;
	border-top:1px dotted #ccc;
	float:right;
}

#care .care02 .txt{ width:295px; float:left; }
#care .care02 .img{ width:150px; float:right; }

#care .care03 .colW{ width:300px; float:left; }
#care .care03 .colN{ width:130px; float:right; }

#care .care04 .colW{ width:270px; float:left; }
#care .care04 .colN{ width:170px; float:right; }







/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#care .care02 .txt{ width:62%; }
	#care .care02 .img{ width:35%; }

	#care .care03 .colW{ width:64%; }
	#care .care03 .colN{ width:29%; }
	
	#care .care04 .colW{ width:57%; }
	#care .care04 .colN{ width:38%; }
}
@media only screen and (max-width: 1150px) {
	#main #care .mainimgBlock .img02{ width:42%; padding:15px 0 0 0; text-align:center; }
	#main #care .mainimgBlock .img03{ width:55%; padding-left:0; float:right; }
}
@media only screen and (max-width: 750px) {
	#main #care .mainimgBlock{ width:auto; float:none; }
	#main #care .mainimgBlock .img02{ width:40%; text-align:right; }
	#main #care .mainimgBlock .img03{ width:52%; text-align:left; }

	#care .care01{
		width:auto;
		margin:0 0 30px;
		padding:0 0 10px;
		border-bottom:1px dotted #ccc;
		display:block;
		float:none;
		clear:both;
	}
	#care .care02{
		width:auto;
		margin:0 0 30px;
		padding:0 0 20px;
		border-top:none;
		border-bottom:1px dotted #ccc;
		display:block;
		float:none;
		clear:both;
	}
	#care .care02 .txt{ width:70%; }
	#care .care02 .img{ width:27%; }
	#care .care03{
		width:auto;
		padding:0;
		border-top:none;
		float:none;
		clear:both;
	}
	#care .care03 .colW{ width:77%; }
	#care .care03 .colN{ width:20%; }
	#care .care04{
		width:auto;
		padding:0;
		border-top:none;
		float:none;
		clear:both;
	}
	#care .care04 .colW{ width:70%; }
	#care .care04 .colN{ width:27%; }
}
@media only screen and (max-width: 700px) {
	#care .care02 .txt{ width:65%; }
	#care .care02 .img{ width:32%; }
	
	#care .care03 .colW{ width:72%; }
	#care .care03 .colN{ width:25%; }

	#care .care04 .colW{ width:65%; }
	#care .care04 .colN{ width:32%; }
}
@media only screen and (max-width: 600px) {
	#care .care02 .txt, #care .care03 .colW, #care .care04 .colW{ width:auto; margin-bottom:10px; float:none; }
	#care .care02 .img, #care .care03 .colN, #care .care04 .colN{ width:auto; float:none; }
}

