@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	MV
/*-----------------------------------------------------------------------------------*/
#mv { /*position: relative;*/}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/
/* 2カラムレイアウト */
.col2List {
	width: 860px; 
	overflow: hidden;
}
.col2List .Outer {
	width: 880px; 
	zoom: 100%;
}
.col2List ul { 
	font-size: 0px;
	/*text-align: center;*/
}
.col2List .list { 
	display: inline-block;
	vertical-align: top;
/*width: 420px;*/
	margin: 0px 20px 20px 0px;
	font-size: 16px;
	text-align: center;
}


/* 4カラムレイアウト */
.col4List {
	width: 860px; 
	overflow: hidden;
}
.col4List .Outer {
	width: 880px; 
	zoom: 100%;
}
.col4List ul { 
	font-size: 0px;
	/*text-align: center;*/
}
.col4List .list { 
	display: inline-block;
	vertical-align: top;
/*width: 200px;*/
	margin: 0px 20px 20px 0px;
	font-size: 16px;
	text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*	TOP
/*-----------------------------------------------------------------------------------*/
.block { 
	padding: 40px 0px;
	text-align: center;
	width: 100%;
}

/* ABOUT */
#aboutSection { }

/* MERIT */
#meritSection {
	background: #eeeeee;
	padding: 50px 0px;
	text-align: left;
}
#meritSlide { }
#meritSlide .slick-slider { margin-bottom: 0px;}
#meritSlide .list {
	margin: 0px 5px;
	text-align: center;
}
#meritSlide .list img {
	width: 100%;
}

/* ACTUAL */
#actualSection { }
#actualSection .bg_doc {
	background: url(../img/doc_kusano.gif) no-repeat 800px top;
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.section { margin-bottom: 50px;}
.sectionLead { font-size: 22px;}
.secTitle {
	background: url(../img/doc_kusano.gif) no-repeat left top;
	-moz-background-size: 35px auto;
	-webkit-background-size: 35px auto;
	-o-background-size: 35px auto;
	-ms-background-size: 35px auto;	
	border-bottom: 1px solid #c7c7c7;
	padding: 30px 0px 10px 50px;
	margin-bottom: 20px;
	color: #5b791a;
	font-size: 30px;
	line-height: 1.4;
	/*
	min-height: 70px;
	height: auto !important;
	height: 70px;
	*/
}	
.secTitle.noDoc {
	background: none;
	border-bottom: none;
	padding: 0px 0px 10px 0px;
}
.docThm { text-align: center;}	


/*-----------------------------------------------------------------------------------*/
/*	STATIC_PAGE
/*-----------------------------------------------------------------------------------*/
.ctWrap { 
	border: 1px solid #c7c7c7;
	margin-bottom: 30px;
}
.ctHead { 
	border-bottom: 1px solid #c7c7c7;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #5b791a;
}
.ctBody { 
	padding: 30px;
}


/*-----------------------------*/
/*	ABOUT
/*-----------------------------*/
#aboutSection01 .col2List {
	width: 798px; 
	overflow: hidden;
}
#aboutSection01 .col2List .Outer {
	width: 808px; 
	zoom: 100%;
}
#aboutSection01 .col2List ul { 
	font-size: 0px;
	/*text-align: center;*/
}
#aboutSection01 .col2List .list { 
	display: inline-block;
	vertical-align: top;
/*width: 420px;*/
	margin: 0px 10px 10px 0px;
	font-size: 16px;
	text-align: center;
}


/*-----------------------------*/
/*	FAQ
/*-----------------------------*/
.faqList { }
.faqList dt {
	color: #5b791a;
	font-size: 30px;
	line-height: 1.4;
}
.faqList dd {
	padding: 10px 0px 0px 30px;
	margin-bottom: 40px;
	
}


/*-----------------------------*/
/*	ILLNESS
/*-----------------------------*/
.illnessNav  {
	margin-bottom: 40px;
}
.illnessNav li{
	float: left;
	width: 33.333%;
	font-size: 22px;
}

.illnessList { }
.illnessList > .list {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom : 20px;
	margin-bottom : 30px;
	font-size: 18px;
	line-height: 1.6;
}
.illnessList .ttl {
	margin-bottom: 20px;
	color: #5b791a;
	font-size: 30px;
	line-height: 1.4;
}
.illnessList .more {
	font-size: 16px;
}

.thmCaption {
	margin-top: 10px; 
	font-size: 12px; 
}


/*-----------------------------------------------------------------------------------*/
/*	DYNAMIC_PAGE
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/*	TABLE
/*-----------------------------------------------------------------------------------*/
.tbl01 { border-top: 1px solid #efefef;}
.tbl01 th { border-bottom: 1px solid #efefef; padding: 15px 0px; vertical-align: top; text-align: left; font-weight: normal; width: 30%;}
.tbl01 td { border-bottom: 1px solid #efefef; padding: 15px 0px; vertical-align: top;}


/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
input, select, textarea {
	font-family: inherit;
}
.fTxt01 { 
	width: 80%;
	border: 1px solid #c7e1ea;
	padding: 5px; 
}
.fTxtarea { 
	width: 100%;
	overflow-y: auto; 
	height: 160px; 
	border: 1px solid #c7e1ea;
	padding: 5px;
	font-size: 14px; 
}
.fSelect { 
	border: 1px solid #c7e1ea;
	padding: 5px; 
}
.assist {
	margin-top: 5px;
	font-size: 11px;
}
.sendBtn {
	padding: 40px 0px;
	text-align: center;
}
.fBtn01 { 
	border: 3px solid #ff2911;
	background: #ff2911;
	color: #FFFFFF;
	transition: all 0.1s ease;
	display: block;
	width: 300px;
	padding: 12px 0px;
	cursor: pointer;
	margin: 0px auto;
	font-size: 14px;
	-webkit-appearance: none;
}
.fBtn01:hover {
	border: 3px solid #ff2911;
	background: #FFFFFF;
	color: #ff2911;
	text-decoration: none;
}
.fabout span.wpcf7-list-item { margin-left: 20px;}
.fabout span.wpcf7-list-item:first-child { margin-left: 0px;}
/*
.thanks {
	text-align: center;
	padding: 100px 0px;
}
*/



/*-----------------------------------------------------------------------------------*/
/*	CLEARFIX
/*-----------------------------------------------------------------------------------*/
.pgBody .wrapper:after,
.col2Wrap:after,
.ctBox:after,
#wp_page_numbers ul:after {
	content: "";
	display: block;
	clear: both;
}










@media only screen and (max-width: 640px) {
/*-----------------------------------------------------------------------------------*/
/*	MV
/*-----------------------------------------------------------------------------------*/
#mv {
	background: #eeeeee;
	padding: 4% 0px;
	margin-top: 65px;
}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/
/* 2カラムレイアウト */
.col2List {
	width: 100%; 
}
.col2List .Outer {
	width: 100%; 
}
.col2List .list { 
	width: 48%;
	margin: 0px 1% 2% 1%;
}

/* 4カラムレイアウト */
.col4List {
	width: 100%; 
}
.col4List .Outer {
	width: 100%; 
}
.col4List .list { 
	width: 48%;
	margin: 0px 1% 2% 1%;
}


/*-----------------------------------------------------------------------------------*/
/*	TOP
/*-----------------------------------------------------------------------------------*/
.block { 
	text-align: left;
	padding: 20px 0px;
}

/* ABOUT */
#aboutSection { 
	width: 92%;
	margin: 0px auto;
}

/* MERIT */
#meritSection {
	padding: 20px 0px;
}

#meritSection .linkBtn01 a { width: 92%;}

/* ACTUAL */
#actualSection { }
#actualSection .bg_doc {
	background: url(../img/doc_kusano.gif) no-repeat center top;
	-moz-background-size: auto 120px;
	-webkit-background-size: auto 120px;
	-o-background-size: auto 120px;
	-ms-background-size: auto 120px;	
	width: 92%;
	margin: 0px auto;
	padding-top: 140px;
}


/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.section { margin-bottom: 30px;}
.sectionLead { font-size: 18px;}
.secTitle {
	background: url(../img/doc_kusano.gif) no-repeat left center;
	-moz-background-size: 25px auto;
	-webkit-background-size: 25px auto;
	-o-background-size: 25px auto;
	-ms-background-size: 25px auto;	
	padding: 15px 0px 15px 35px;
	margin-bottom: 15px;
	font-size: 24px;
}	
.secTitle.noDoc {
	padding: 0px 0px 10px 0px;
}
.docThm img { height: 160px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	STATIC_PAGE
/*-----------------------------------------------------------------------------------*/
.ctWrap { 
	margin-bottom: 20px;
}
.ctHead { 
	padding: 4%;
	font-size: 16px;
}
.ctBody { 
	padding: 4%;
}


/*-----------------------------*/
/*	ABOUT
/*-----------------------------*/
#aboutSection01 .col2List {
	width: 100%; 
}
#aboutSection01 .col2List .Outer {
	width: 100%; 
}
#aboutSection01 .col2List ul { }

#aboutSection01 .col2List .list { 
	width: 48%;
	margin: 0px 1% 2% 1%;
}


/*-----------------------------*/
/*	FAQ
/*-----------------------------*/
.faqList { }
.faqList dt {
	font-size: 18px;
	font-weight: bold;
}
.faqList dd {
	border-bottom: 1px dotted #000000;
	padding: 10px 0px 20px 0px;
	margin-bottom: 20px;
}


/*-----------------------------*/
/*	ILLNESS
/*-----------------------------*/
.illnessNav {
	border-bottom: 1px dotted #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.illnessNav li {
	float: none;
	width: 100%;
	font-size: 16px;
}

.illnessList { }
.illnessList > .list {
	font-size: 16px;
}
.illnessList .ttl {
	font-size: 24px;
}
.illnessList .more {
	display: block;
	font-size: 16px;
}

.thmCaption {
	margin-top: 5px; 
}

.illnessList .col2List .list { 
	width: 100%;
	margin: 0px 0px 2% 0px;
}

		

/*-----------------------------------------------------------------------------------*/
/*	DYNAMIC_PAGE
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	TABLE
/*-----------------------------------------------------------------------------------*/
.tbl01 { }
.tbl01 th { width: 100%; display: block; border-bottom: none; padding: 15px 0px 0px 0px;}
.tbl01 td { width: 100%; display: block; padding: 10px 0px 15px 0px;}

.equipmentTbl { }
.equipmentTbl .th01 { width: 100%; display: block; border-bottom: none; padding: 15px 0px 0px 0px;}
.equipmentTbl .td01 { width: 100%; display: block; padding: 10px 0px 15px 0px;}
.equipmentTbl .infoTbl { font-size: 12px;}
.equipmentTbl .infoTbl th { }
.equipmentTbl .infoTbl td { }
.equipmentTbl .infoTbl td.exp { }
.equipmentTbl .infoTbl td.num { }


/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
.fTxt01 { 
	width: 100%;
}
.fTxtarea { 
	height: 120px; 
}
.sendBtn {
	padding: 20px 0px;
}
.fBtn01 { 
	width: 100%;
}






}



	

	
