@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. 

=============================================================================== */
.careBlock .care_mainimg{ width:64%; float:right; }
.careBlock .care01{ width:33%; float:left; }


.careBlock .care02,
.careBlock .care03,
.careBlock .care04{
	margin:0 0 20px;
	padding:20px 0 0;
	border-top:1px dotted #ccc;
	zoom:1;
	clear:both;
}

.careBlock .care02 h3,
.careBlock .care03 h3,
.careBlock .care04 h3{
	margin-bottom:5px !important;
	padding-left:15px;
	background: url(../images/care/li_disc.gif) left 0.5em no-repeat;
}

.careBlock div .col1{ width:48.5%; float:left; }
.careBlock div .col2{ width:48.5%; float:right; }

.careBlock .care02 .col2 .txt{ width:57%; float:left; }
.careBlock .care02 .col2 .img{ width:40%; float:right; }

.careBlock .care03 .col1 .txt{ width:60%; float:left; }
.careBlock .care03 .col1 .img{ width:32%; float:right; }
.careBlock .care03 .col2 .txt{ width:67%; float:left; }
.careBlock .care03 .col2 .img{ width:29%; float:right; }

.careBlock .care04 .col1 .txt{ width:72%; float:left; }
.careBlock .care04 .col1 .img{ width:25%; float:right; }
.careBlock .care04 .col2 .txt{ width:64%; float:left; }
.careBlock .care04 .col2 .img{ width:32%; float:right; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 900px) {
	.careBlock .care_mainimg{ width:auto; margin-bottom:15px; text-align:center; float:none; }
	.careBlock .care_mainimg img.tablet-desktop{ display:inline; }
	.careBlock .care01{ width:auto; float:none; }
}
@media only screen and (max-width: 820px) {
	#main .careBlock div .txt{ width:auto; margin-bottom:15px; float:none; }
	#main .careBlock div .img{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .careBlock div .col1{ width:auto; margin-bottom:20px; float:none; }
	#main .careBlock div .col2{ width:auto; float:none; }
}










/* ==

　02. 

=============================================================================== */
.curtainBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
.curtainBlock h3{ margin-bottom:15px; }
.curtainBlock em span{ color:#00a5e1; }

.curtainBlock div.col1{ width:48%; float:left; }
.curtainBlock div.col2{ width:48%; float:right; }

.curtainBlock .col1 .txt{ width:53%; float:left; }
.curtainBlock .col1 .img{ width:44%; margin-top:25px; float:right; }
.curtainBlock .col2 .txt{ width:52%; float:left; }
.curtainBlock .col2 .img{ width:45%; margin-top:25px; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	#main .curtainBlock div .txt{ width:auto; float:none; }
	#main .curtainBlock div .img{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .curtainBlock .col1{ width:auto; margin-bottom:20px; float:none; }
	#main .curtainBlock .col2{ width:auto; float:none; }
}





