@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 auto 30px;
	zoom:1;
	clear:both;
}

.care_mainimg .col1{ width:59%; float:left; }
.care_mainimg .col2{ width:37%; text-align:center; float:right; }



.careBlock .care01,
.careBlock .care02,
.careBlock .care03{
	margin:0 0 20px;
	padding:30px 0 0;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}


#main .careBlock .care03 h3{
	margin-bottom:5px;
	padding-left:15px;
	background: url(../images/care/li_disc01.gif) left 0.5em no-repeat;
}

.careBlock .care03 .col{
	width:48%;
	margin:0 0 20px 4%;
	padding:0 0 20px;
	border-bottom:1px dotted #ddd;
	display:inline;
	float:left;
}
.careBlock .care03 .col.care03_1,
.careBlock .care03 .col.care03_3,
.careBlock .care03 .col.care03_5{ margin-left:0; }
.careBlock .care03 .col.care03_5,
.careBlock .care03 .col.care03_6{ border-bottom:none; }

.careBlock .care03 .col.care03_2 .colTxt{ width:65.5%; float:left; }
.careBlock .care03 .col.care03_2 .colImg{ width:32%; text-align:center; float:right; }
.careBlock .care03 .col.care03_3 .colTxt{ width:65.5%; float:left; }
.careBlock .care03 .col.care03_3 .colImg{ width:32%; text-align:center; float:right; }
.careBlock .care03 .col.care03_6 .colTxt{ width:54%; float:left; }
.careBlock .care03 .col.care03_6 .colImg{ width:43%; text-align:center; float:right; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.care_mainimg .col1{ width:auto; margin-bottom:20px; text-align:center; float:none; }
	.care_mainimg .col2{ width:auto; float:none; }
	.careBlock .care03 .col{ width:auto; height:auto !important; margin:0 0 20px; display:block; float:none; clear:both; }
	.careBlock .care03 .col.care03_5{ border-bottom:1px dotted #ddd; }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 567px) {
	.careBlock .care03 .col.care03_6 .colTxt{ width:auto; margin-bottom:15px; float:none; }
	.careBlock .care03 .col.care03_6 .colImg{ width:auto; float:none; }
}










/* ==

　02. 

=============================================================================== */
.outBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .outBlock h3{ margin-bottom:10px; }
.outBlock em{
	margin-left:1em;
	text-indent: -1em;
	display: inline-block;
}
.outBlock em br{ display: inline; }
.outBlock em span{ color:#0292ca; }


.outBlock .col1{ width:24.5%; margin-right:2%; float:left; }
.outBlock .col2{ width:24.5%; margin-right:2%; float:left; }
.outBlock .col3{ width:20.5%; margin-right:2%; float:left; }
.outBlock .col4{ width:24.5%; float:left; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.outBlock .col1{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.outBlock .col2{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.outBlock .col3{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.outBlock .col4{ width:auto; margin-right:0; float:none; }

}
@media only screen and (max-width: 600px) {
}





