@charset "utf-8";
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
fieldset { 
	border: 0;
}
img { 
	border-style: none;
	vertical-align: top;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	ALL
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	color: #000000;
	min-width: 960px;
}

a { color: #5b791a; text-decoration: underline; outline: none;}
a:hover { color: #5b791a; text-decoration: none;}

.spOnly { display: none;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
#fade{
	display: none;
}

.pgBody { 
	background: #fff;
	padding-bottom: 50px;
}
.pgBase00 { 
	padding: 50px;
}
.emblem{ 
	position: absolute; 
	top: 15px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin-bottom: 50px;
}
.pgBase { 
	border: 3px solid #000000;
	background: #FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 50px;
	position: relative;
	margin-bottom: 60px;
}
.wrapper { 
	width: 960px; 
	margin: 0px auto;
}



/*-----------------------------------------------------------------------------------*/
/*	H1
/*-----------------------------------------------------------------------------------*/
#h1 { 
	font-size: 11px;
	text-align: center;
	padding: 5px 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#header {
	padding-bottom: 20px;
}
#header.top {

}
#header .logoKEC {
	text-align: center;
	margin-top: 8px;
}
#headerSP {
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	GNAV
/*-----------------------------------------------------------------------------------*/
#gNav { color: #FFFFFF;}
#gNav .mainNav {
	background: #000;
	padding: 20px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 0px;
}
#gNav .mainNav li {
	border-left: 1px solid #FFFFFF;
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	font-size: 18px;
	line-height: 1;
}
#gNav .mainNav li:first-child { border-left: none;}
#gNav .mainNav a {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin: 0px 20px;
	color: #FFFFFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
#gNav .mainNav a:hover {
	text-decoration: none;
	color: #848484;
}


.gnavi {
    display: none;
}












.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;  
}

/* Toggle Button */
#spMenu {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 26px;
	height: 21px;
	cursor: pointer;
	z-index: 101;
}
#spMenu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#spMenu span:nth-child(1) {
	top: 0;
}
#spMenu span:nth-child(2) {
	top: 9px;
}
#spMenu span:nth-child(3) {
	top: 18px;
}


/*-----------------------------------------------------------------------------------*/
/*	BLOCK_TITLE
/*-----------------------------------------------------------------------------------*/
.blockCatch { text-align: center; font-weight: bold; font-size: 48px;}
.blockTxt { font-size: 18px;}
	

/*-----------------------------------------------------------------------------------*/
/*	PAGE_TITLE
/*-----------------------------------------------------------------------------------*/
#pageTitle { 
	text-align: center;
	padding: 50px 0px;
	color: #5b791a;
	font-size: 48px;
	line-height: 1.2;
}
.h2ttl { 
	text-align: center;
	padding: 20px 0px;
	color: #000;
	font-size: 48px;
	line-height: 1.2;
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_AREA
/*-----------------------------------------------------------------------------------*/
#cmnArea .col4List {
	width: 960px; 
	overflow: hidden;
}
#cmnArea .col4List .Outer {
	width: 980px; 
	zoom: 100%;
}
#cmnArea .col4List ul { font-size: 0px;}
#cmnArea .col4List .list { 
	display: inline-block;
	vertical-align: top;
	width: 225px;
	margin: 0px 20px 20px 0px;
	font-size: 16px; 
}

#cmnArea .list > a:hover {
	background: #8cb13b;
	border: 3px solid #334b00;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
	position: relative;
	/*
	z-index: 10;
	*/
	text-align: center;
}
.fLogo { padding: 30px 0px 20px 0px;}

.copyright { 
	background: #000000;
	padding: 10px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin-top: 30px;
}



/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 34px;
	right: 0px;
	z-index: 99;
}
#pagetop > a > span { display: none;}


/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.linkBtn01 {
	padding: 30px 0px;
	text-align: center;
	font-size: 18px;
}
.linkBtn01 a {
	transition: all 0.1s ease;
display: inline-block;
/*width: 40%;*/
	padding: 15px 30px;
	margin: 0px auto;
}
.linkBtn01 a:hover { text-decoration: none;}

/* 黒 */	
.linkBtn01 .btn01 {
	background: #000000;
	background: -moz-linear-gradient(top, #353535, #000000);
	background: -webkit-gradient(linear, center top, center bottom,from(#353535), to(#000000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#353535, endColorstr=#000000);
	border: 1px solid #000000;
	border-radius: 5px;
	transition: all 0.3s ease;
/*display: inline-block;*/
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	color: #FFFFFF;
}
.linkBtn01 .btn01:hover {
	background: #353535;
	background: -moz-linear-gradient(top, #000000, #353535);
	background: -webkit-gradient(linear, center top, center bottom,from(#000000), to(#353535));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#353535);
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_ELEMENTS
/*-----------------------------------------------------------------------------------*/
.pd01 { padding-bottom: 10px;}
.pd02 { padding-bottom: 20px;}
.pd03 { padding-bottom: 30px;}
.pd04 { padding-bottom: 40px;}
.pd05 { padding-bottom: 50px;}
.pd06 { padding-bottom: 60px;}
.pd07 { padding-bottom: 70px;}
.pd08 { padding-bottom: 80px;}
.mg01 { margin-bottom: 10px;}
.mg02 { margin-bottom: 20px;}
.mg03 { margin-bottom: 30px;}
.mg04 { margin-bottom: 40px;}
.mg05 { margin-bottom: 50px;}
.mg06 { margin-bottom: 60px;}
.mg07 { margin-bottom: 70px;}
.mg08 { margin-bottom: 80px;}

.emp01 { color: #ff2911;}
.empArea01 { background: #eaf7cd; padding: 20px;}

.alignLeft { text-align: left;}
.alignRight { text-align: right;}
.alignCenter { text-align: center;}

.noPage { padding: 100px 0px 200px 0px; text-align: center;}
.anqLink { padding-top: 105px; margin-top: -105px; display: block;}

.bold{ font-weight: bold; color: #e60012;}
/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/
.f12 { font-size: 12px;}
.f14 { font-size: 14px;}
.f16 { font-size: 16px;}
.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.f22 { font-size: 22px;}
.f24 { font-size: 24px; line-height: 1.4;}
.f30 { font-size: 30px; line-height: 1.4;}
.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}


/*-----------------------------------------------------------------------------------*/
/*	COLOR
/*-----------------------------------------------------------------------------------*/
.fColor00 { color: #FFFFFF;}/* 白 */
.fColor01 { color: #5b791a;}/* くさのCOLOR */


/*-----------------------------------------------------------------------------------*/
/*	CLEARFIX
/*-----------------------------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}



/*-----------------------------------------------------------------------------------*/
/*	MV
/*-----------------------------------------------------------------------------------*/
#mv { margin-bottom: 20px;}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/


/* 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;
}


/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.kazeImg{ text-align: center;}
.section { margin-bottom: 50px;}
.sectionLead { font-size: 22px;}
.expln{background-color: #f6f6f6; padding: 40px; line-height: 1.8;}
.expln p { font-size: 12px; line-height: 1.6;}

.docThm { text-align: center;}	


/*-----------------------------*/
/*	ILLNESS
/*-----------------------------*/
.illnessList { }
.illnessList > .list {
	border-bottom: 3px solid #000;
	padding-bottom : 20px;
	margin-bottom : 30px;
	font-size: 18px;
	line-height: 1.6;
}
.illnessList .ttl {
	margin-bottom: 20px;
	color: #000;
	font-size: 30px;
	line-height: 1.4;
}
.illnessList .more {
	font-size: 16px;
}

.illnessList .more a {
	font-size: 16px;
	text-decoration: none;
}
.illnessList .more a:hover {
	font-size: 16px;
	text-decoration: underline;
}

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

/*-----------------------------------------------------------------------------------*/
/*	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) {

/*-----------------------------------------------------------------------------------*/
/*	初期設定
/*-----------------------------------------------------------------------------------*/
/* 非表示 */
.pcOnly {
	display: none !important;
}
#h1,
#header,
.fNav {
	display: none !important;
}
/* 表示 */
.spOnly { 
	display: block !important;
}

img { max-width: 100%; height: auto;}
img.nofit { width: auto !important;}


/*-----------------------------------------------------------------------------------*/
/*	ALL
/*-----------------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
#fade{ }
.topBody { }
.pgBody { }
.pgBase,.pgBase00 { 
	padding: 4%;
}
.wrapper { 
	width: 92%; 
}

.emblem{ 
	position: absolute; 
	top: 10px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin-bottom: 50px;
	width: 80%;
}
.kazeImg{ text-align: center; margin-top: 10px;}
.h2ttl { 
	text-align: center;
	padding: 40px 0px 20px;
	color: #000;
	font-size: 28px;
	line-height: 1.2;
}

.expln{ font-size: 14px; background-color: #f6f6f6; padding: 5%; line-height: 1.8;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#headerSP { 
	display: block;
	background: #FFFFFF;
	border-bottom: 3px solid #5b791a;
	height: 65px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#headerSP .logo {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 0px;
}
#headerSP .logo img { height: 35px;}

#gNav {
	display: none;
	background-color: rgba(57, 77, 16, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	padding: 50px 4% 4% 4%;
}
#gNav .mainNav {
	background: none;
	padding: 0px;
}
#gNav .mainNav li {
	border-left: none;
	display: block;
	*display: block;
}
#gNav .mainNav li:first-child { }
#gNav .mainNav a {
	border-top: 1px solid #557318;
	display: block;
	*display: block;
	margin: 0px;
	padding: 5% 0px;
}
#gNav .mainNav a:hover { }


#spMenu { display: block; z-index: 103;}

/* #spMenu 切り替えアニメーション */
#spMenu.active span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #FFFFFF;
}
#spMenu.active span:nth-child(2) {
	width: 0;
	left: 50%;
}
#spMenu.active span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background: #FFFFFF;
}


/*-----------------------------------------------------------------------------------*/
/*	BLOCK_TITLE
/*-----------------------------------------------------------------------------------*/
.blockCatch { font-size: 24px;}
.blockTxt { font-size: 16px;}


/*-----------------------------------------------------------------------------------*/
/*	PAGE_TITLE
/*-----------------------------------------------------------------------------------*/
#pageTitle { 
	padding: 20px 0px;
	font-size: 32px;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMON_AREA
/*-----------------------------------------------------------------------------------*/
#cmnArea { 
	padding: 20px 0px;
	text-align: left;
}
#cmnArea .col4List {
	width: 100%; 
}
#cmnArea .col4List .Outer {
	width: 100%; 
}
#cmnArea .col4List ul { }
#cmnArea .col4List .list {
	width: 48%;
	margin: 0px 1% 2% 1%;
	font-size: 14px;
}



/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
	padding: 20px 0px 0px 0px;
	font-size: 14px;
}
.fLogo img { width: 60%;}
.copyright { 
	padding: 10px 0px 20px 0px;
	margin-top: 10px;
}



/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#pagetop {
	bottom: 10px;
}
#pagetop img { 
	width: 50px;
	opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.linkBtn01 { font-size: 16px;}
.linkBtn01 a {
	width: 100%;
	padding: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_ELEMENTS
/*-----------------------------------------------------------------------------------*/
.anqLink { padding-top: 70px; margin-top: -70px; display: block;}


	
/*-----------------------------------------------------------------------------------*/
/*	MV
/*-----------------------------------------------------------------------------------*/
#mv {
	background: #fff;
	margin-top: 85px;
	margin-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

/* 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%;
}



/*-----------------------------*/
/*	ILLNESS
/*-----------------------------*/
.illnessList { }
.illnessList > .list {
	font-size: 16px;
}
.illnessList .ttl {
	font-size: 22px;
	font-weight: bold;
}
.illnessList .more {
	display: block;
	font-size: 16px;
}

.thmCaption {
	margin-top: 5px; 
}

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

	
.hm-btn {
    width: 48px;
    height: 42px;
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 100;
    cursor: pointer;
    display: block;
}
.hm-btn span {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: block;
}
	
.hm-btn span:first-child {
	top: 12px;	}
.hm-btn span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}	
.hm-btn span:last-child {
    bottom: 12px;
}
.hm-btn.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.hm-btn.active span:nth-child(2) {
    transform: translateX(100px);
    background: rgba(255, 255, 255, 0);
}	
.hm-btn.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
	
.gnavi.active {
    width: 100% !important;
    min-width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 50px;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 50;
}
.gnavi.active > ul {
    font-size: 0;
    padding: 60px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gnavi.active > ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    width: auto;
    padding: 10px;
	display: block;
}
.gnavi.active > ul li:nth-child(1) {
    border-top: 1px solid #444;
}
.gnavi.active > ul li {
    text-align: center;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #444;
    margin: 0;
    display: block;
    box-sizing: border-box;
}
	
	
	
	
	
	
	
	
	
	
	
}


@media screen and (min-width: 641px) {
#gNav {
    display: block !important;
}
}
	

/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner {margin: 30px auto 60px; font-size: 16px; text-align: center}
.fPartner ul {width: 464px; margin: 30px auto;}
.fPartner ul li{
float: left;
width: 202px;
margin-right: 60px;
text-align: center;}

.fPartner ul li:nth-child(2){
margin-right: 0px;}
.fPartner ul li img{border: 1px solid #d5d5d5;margin-bottom: 10px;}
.fPartner ul li a{font-size: 14px;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner ul {width: 90%; margin: 30px auto;}
.fPartner ul li{font-size: 14px;
float: left;
width: 48%;
margin-right: 4%;}
.fPartner ul li:nth-child(2){
margin-right: 0px;}
    .fPartner ul li img{width: 100%;}
    
}

	
