@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 0 30px;
    padding:0 0 40px;
    border-bottom:1px dotted #ccc;
	zoom:1;
	clear:both;
}
.care_mainimg .col1{ width:48.5%; float:right; }
.care_mainimg .col2{ width:48.5%; float:left; }

.care_mainimg .hdTxt{
    margin:0 0 10px;
    padding:7px 18px 4px;
    border:1px solid #ccc;
	border-radius:7px 7px;
	-webkit-border-radius:7px 7px;
	-moz-border-radius:7px 7px;
    color:#333;
    font-weight: bold;
    display: inline-block;
}
.care_mainimg .hdTxt em{ font-size:105%; color:#333; }
 
.care_mainimg .col1 .img{ margin-bottom:15px; text-align:center; }
.care_mainimg .col1 .txt{ margin-top:-3em; padding-left:160px; }

.care_mainimg .col2_1{ margin-bottom:20px; zoom:1; clear:both; }
.care_mainimg .col2_1 .img{ width:50%; float:right; }
.care_mainimg .col2_1 .txt{ width:45%; float:left; }

.care_mainimg .col2_2 li{ width:48%; float:left; }
.care_mainimg .col2_2 li:first-child{ margin-right:4%; }

.care_mainimg .col2_2 li .img{ margin-bottom:10px; text-align:center; }
.care_mainimg .col2_2 li:nth-child(2) .img{ margin:40px 0 30px; }



.careBlock .care01{
	margin:0 0 40px;
	zoom:1;
	clear:both;
}
.careBlock .care01 .col1{ width:48.5%; float:left; }
.careBlock .care01 .col2{ width:48.5%; float:right; }


#main .careBlock .care01 h3{
    margin-bottom:5px;
    padding-left:15px;
    background: url(../images/care/li_disc01.gif) left 0.5em no-repeat;
}


.careBlock .care01 .col2 .colTxt{ width:62.5%; float:left; }
.careBlock .care01 .col2 .colImg{ width:32.5%; float:right; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {

    .care_mainimg .col1{ width:auto; margin-bottom:10px; float:none; }
    .care_mainimg .col2{ width:auto; float:none; }

    .care_mainimg .col1{ margin-bottom:30px; }
    .care_mainimg .col1 .img{ margin-bottom:15px; text-align:center; }
    .care_mainimg .col1 .txt{ margin-top:0; padding-left:0px; }

    .care_mainimg .col2_1 .img{ width:35%; padding-top:2em; }
    .care_mainimg .col2_1 .txt{ width:60%; }

    .careBlock .care01 .col2 .colTxt{ width:auto; margin:0 0 10px; float:none; }
    .careBlock .care01 .col2 .colImg{ width:auto; margin-bottom:40px; text-align:center; float:none; }
    .careBlock .care01 .col2 .colTxt p.mb30{ margin-bottom:0 !important; }

}
@media only screen and (max-width: 600px) {


    .care_mainimg .col2_1 .img{ width:auto; margin-bottom:10px; padding-top:0; text-align:center; float:none; }
    .care_mainimg .col2_1 .txt{ width:auto; float:none; }

    .care_mainimg .col2_2 li{ width:auto; float:none; }
    .care_mainimg .col2_2 li:first-child{ margin-bottom:20px; margin-right:0; }

    .care_mainimg .col2_2 li:nth-child(2) .img{ margin:0 0 10px; }


    .careBlock .care01 .col1{ width:auto; margin-bottom:40px; float:none; }
    .careBlock .care01 .col2{ width:auto; float:none; }

}










/* ==

　02. 

=============================================================================== */
.materialBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .materialBlock h3{ margin-bottom:10px; }
.materialBlock em{
	margin-left:1em;
	text-indent: -1em;
	display: inline-block;
}
.materialBlock em br{ display: inline; }
.materialBlock em span{ color:#d2833a; }


.materialBlock .col1{ width:32%; margin-right:2%; float:left; }
.materialBlock .col2{ width:32%; margin-right:2%; float:left; }
.materialBlock .col3{ width:32%; float:left; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {

    /*
    .materialBlock .col1{ width:48%; margin-right:4%; }
    .materialBlock .col2{ width:48%; margin-right:0; }
    .materialBlock .col3{ width:48%; }
    */
    .materialBlock .col1{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
    .materialBlock .col2{ width:auto; margin-bottom:15px; margin-right:0; float:none; }
    .materialBlock .col3{ width:auto; margin-right:0; float:none; }

}
@media only screen and (max-width: 600px) {
}





