@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; }
*/
#main div p{ font-size:134%; }
#main div p.note{ margin-left:1em; text-indent:-1em; font-size:117%; }

#main p.leadTxt{
	padding:45px 0 50px;
	font-size:26px;
	color:#333;
	text-align:center;
}

/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	#main .lead p{ font-size:20px !important; }
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt.mobile{ padding:20px 0 40px; text-align:left; }
	#main .lead p{ font-size:18px !important; text-align:left; }
	#main p.leadTxt{ padding:0px 0 20px; }

	#main div p{ font-size:16px; }
	#main div p.note{ font-size:14px; }
}



@media only screen and (max-width: 1205px) {
	#main .navBtnBlock li{ width:24.86%; }
}
@media only screen and (max-width: 820px) {
	#main .navBtnBlock li{ width:49%; }
	#main .navBtnBlock li:nth-child(2){ width:49.8%; }
	#main .navBtnBlock li img{ width:100%; height:auto; }
}
@media only screen and (max-width: 600px) {
	#main .navBtnBlock li{ width:auto; }
	#main .navBtnBlock li:nth-child(2){ width:auto; }
}






/* ==

　01. 

=============================================================================== */
#main .care_mainimg{ width:690px; margin:0 auto 40px; position:relative; clear:both; }
#main .care_mainimg p{ font-size:117%; }
.care_mainimg div p em{ font-size:117%; color:#125ead; }

.care_mainimg .colR{ width:48%; float:right; }
.care_mainimg .colL{ width:48%; float:left; }

.care_mainimg .img{ margin-bottom:10px; }

.care_mainimg .mainimg02{ margin-bottom:40px; position:relative; }
.care_mainimg .mainimg02 p{
	width:60%;
	position:absolute;
	top:55%;
	right:0;
}
.care_mainimg .mainimg03 .img{ text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 730px) {
	#main .care_mainimg{ width:auto; }
	.care_mainimg .mainimg02 p{
		width:auto;
		position:static;
	}
}
@media only screen and (max-width: 600px) {
	#main .care_mainimg p{ font-size:16px; }
	.care_mainimg div p em{ font-size:18px; }

	.care_mainimg .colR{ width:auto; margin-bottom:30px; float:none; }
	.care_mainimg .mainimg02{ margin-bottom:30px; }
	.care_mainimg .colL{ width:auto; float:none; }

	.care_mainimg .mainimg01 .img,
	.care_mainimg .mainimg02 .img{ text-align:center; }


}
@media only screen and (max-width: 567px) {
}






/* ==

　02. 

=============================================================================== */
#main .care01 h2, #main .care02 h2, #main .care03 h2,
#main .care04 h2, #main .care05 h2{ margin-bottom:0; font-size:165%; color:#bb641d; }
#main div h2 span{ color:#bb641d; }

#main .care01, #main .care02, #main .care03,
#main .care04, #main .care05{ margin-bottom:20px; padding-top:20px; border-top:1px dotted #ccc; }

#main .care01 h3, #main .care02 h3{ margin-bottom:5px; font-size:134%; }
.care01 h3 span, .care02 h3 span{ color:#bb641d; }


.care01 .col1{ width:48%; margin-bottom:20px; float:left; }
.care01 .col2{ width:48%; margin-bottom:20px; float:right; }

.care02 .txt{ width:79%; float:left; }
.care02 .img{ width:18%; text-align:center; float:right; }

.care04 .txt{ width:79%; float:left; }
.care04 .img{ width:19%; text-align:center; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 800px) {
	.care02 .txt{ width:73%; }
	.care02 .img{ width:24%; }
	.care04 .txt{ width:73%; }
	.care04 .img{ width:25%; }
}
@media only screen and (max-width: 600px) {
	#main .care01 h2, #main .care02 h2, #main .care03 h2,
	#main .care04 h2, #main .care05 h2{ font-size:20px; }

	.care02 .txt{ width:auto; margin-bottom:20px; float:none; }
	.care02 .img{ width:auto; float:none; }
	.care04 .txt{ width:auto; margin-bottom:20px; float:none; }
	.care04 .img{ width:auto; float:none; }
}
@media only screen and (max-width: 567px) {

	.care01 .col1{ width:auto; float:none; }
	.care01 .col2{ width:auto; float:none; }

}







/* ==

　03. 

=============================================================================== */
.typhoonBlock{
	margin:40px 0 50px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .typhoonBlock h3{ margin-bottom:0; font-size:165%; color:#125ead; }
#main .typhoonBlock p{ font-size:117%; }

.typhoonBlock em{
	margin-left:1em;
	text-indent: -1em;
	font-size:117%;
	color:#bb641d;
	display: inline-block;
}
.typhoonBlock em br{ display: inline; }


.typhoonBlock .col1{ width:32%; margin:0 2% 15px 0; float:left; }
.typhoonBlock .col2{ width:32%; margin:0 2% 15px 0; float:left; }
.typhoonBlock .col3{ width:32%; margin:0 0 15px; float:left; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 820px) {
	.typhoonBlock .col1{ width:30.6%; margin:0 4% 15px 0; }
	.typhoonBlock .col2{ width:30.6%; margin:0 4% 15px 0; }
	.typhoonBlock .col3{ width:30.6%; }
}
@media only screen and (max-width: 600px) {
	#main .typhoonBlock h3{ font-size:20px; }
	.typhoonBlock em{ font-size:18px; }
	.typhoonBlock .col1{ width:auto; margin:0 0 15px; float:none; }
	.typhoonBlock .col2{ width:auto; margin:0 0 15px; float:none; }
	.typhoonBlock .col3{ width:auto; margin:0 0 15px; float:none; }
}
@media only screen and (max-width: 567px) {
}




