@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{
	width:750px;
	margin:0 auto 30px;
	zoom:1;
	clear:both;
}
.care_mainimg .col1{ width:50%; text-align:right; float:right; }
.care_mainimg .col2{ width:50%; float:left; }







.careBlock .care01,
.careBlock .care02{
	margin:0 0 20px;
	padding:30px 0 0;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}
.careBlock .care01 .col1, .careBlock .care02 .col1{ width:48.5%; float:left; }
.careBlock .care01 .col2, .careBlock .care02 .col2{ width:48.5%; float:right; }


#main .careBlock .care01 h3,
#main .careBlock .care02 h3{
	margin-bottom:5px;
	padding-left:15px;
	background: url(../images/care/ico_disc.gif) left 0.5em no-repeat;
}


.careBlock .care02 .col1 .colTxt{ width:62.5%; float:left; }
.careBlock .care02 .col1 .colImg{ width:32.5%; text-align:center; float:right; }
.careBlock .care02 .col1 .colImg p{ padding-top:10px; line-height:1.3; text-align:left; }

.careBlock .care02 .col2 .colTxt{ width:55.5%; float:left; }
.careBlock .care02 .col2 .colImg{ width:38%; text-align:center; float:right; }
.careBlock .care02 .col2 .colImg p{ padding-top:10px; line-height:1.3; text-align:left; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.care_mainimg{
		width:auto;
		margin:0 10px 30px;
	}

	.careBlock .care01 .col1, .careBlock .care02 .col1{ width:auto; float:none; }
	.careBlock .care01 .col2, .careBlock .care02 .col2{ width:auto; float:none; }

	.careBlock .care02 .col1 .colTxt{ width:77%; }
	.careBlock .care02 .col1 .colImg{ width:20%; }

	.careBlock .care02 .col2 .colTxt{ width:70%; }
	.careBlock .care02 .col2 .colImg{ width:27%; }

}
@media only screen and (max-width: 700px) {
	.care_mainimg .col1{ width:auto; margin-bottom:20px; text-align:center; float:none; }
	.care_mainimg .col2{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
	.careBlock .care02 .col1 .colTxt{ width:70%; }
	.careBlock .care02 .col1 .colImg{ width:27%; }

	.careBlock .care02 .col2 .colTxt{ width:60%; }
	.careBlock .care02 .col2 .colImg{ width:35%; }
}
@media only screen and (max-width: 567px) {
	.careBlock .care02 .col1 .colTxt{ width:auto; float:none; }
	.careBlock .care02 .col1 .colImg{ width:180px; margin:0 auto 30px; float:none; }

	.careBlock .care02 .col2 .colTxt{ width:auto; float:none; }
	.careBlock .care02 .col2 .colImg{ width:200px; margin:0 auto 30px; float:none; }
}










/* ==

　02. 

=============================================================================== */
.ruleBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .ruleBlock h3{ margin-bottom:10px; }
.ruleBlock em{
	margin-left:1em;
	text-indent: -1em;
	display: inline-block;
}
.ruleBlock em br{ display: inline; }
.ruleBlock em span{ color:#0292ca; }


.ruleBlock .col1{ width:23.5%; margin-right:2%; float:left; }
.ruleBlock .col2{ width:23.5%; margin-right:2%; float:left; }
.ruleBlock .col3{ width:23.5%; margin-right:2%; float:left; }
.ruleBlock .col4{ width:23.5%; float:left; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {

	/*
	.ruleBlock .col1{ width:48%; margin-right:4%; }
	.ruleBlock .col2{ width:48%; margin-right:0; }
	.ruleBlock .col3{ width:48%; }
	*/
	.ruleBlock .col1{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.ruleBlock .col2{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.ruleBlock .col3{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
	.ruleBlock .col4{ width:auto; margin-right:0; float:none; }

}
@media only screen and (max-width: 600px) {
}





