@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size: 19px; color: #333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }
a{ text-decoration:none; color:#333; line-height: 100%; }
a:hover{ text-decoration:none; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt70{ margin-top:70px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.mb100{ margin-bottom: 100px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }
.mt1c{ margin-top: 120px; }
.mt2c{ margin-top: 200px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #009883; }
.col2, .col2ul li:before, .col2icon:before{ color: #A8C956; }
.col3, .col2ul li:before, .col2icon:before{ color: #dc143c; }
.bg1col{ background-color: #F8F9ED; }
.bg2col{ background-color: #EBF9C4; }
.bg3col{ background-color: #FCFFE8; }

/* icon
****************************************************/
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .icon6ul li:before, .icon6dl dt:before{ content:"※"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 22px; }
.fsM{ font-size: 26px; }
.fsL{ font-size: 30px; }
.fs16{ font-size: 16px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li, .br05a a{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.br15, .br15ul li{ border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; }
.br20, .br20ul li{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br30, .br30ul li{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br50, .br50lst a{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

/* list-style
****************************************************/
.ls_adj{ margin-left: 1em; }
.ls_disc{ list-style: disc; margin-left: 1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.fbComCen2, .fbComCen2a a{ align-items: center; align-content: center; }

/* common custom
****************************************************/
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.posRelCom{ position: relative; }
.box1c{ background-color: #F7A523; color: #FFF; padding: 2.5px 5px; text-align: center; }
.box2c{ background-color: #FFF; padding: 10px 15px; }
.box3c{ border: 1px solid #FFF; }
.box4c{ border: 2px solid #A8C956; }

/* headline
****************************************************/
h1, h2, h3, h4{ line-height: 150%; }
.hl1{ display: inline-block; }
.hl1 span{ background: url("images/hl1bg.png") no-repeat left center; display: block; text-align: left; color: #009883; font-size: 15px; padding-left: 30px; }
.hl2{
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}
.hl2::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #009883;
}
.hl3{ border-bottom: 2px dotted #A8C956; padding-bottom: 15px; }
.hl4{ background-color: #EBF9C4; padding: 10px 30px; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn{ position: relative; border: 1px solid #009883; padding: 20px; background-color: #fff; color: #009883; font-weight: bold; }
.lnk1btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.4em;
}
.lnk1btn:hover{ background-color: #F8F9ED; }
.lnk2btn{ border: 1px solid #009883; background: url("images/btn2bg.png") no-repeat right bottom; display: flex; flex-wrap: wrap;  color: #009883; padding: 15px 0 15px 25px; font-weight: bold; line-height: 200%; }
.lnk2btn:hover{ background-color: #FCFFE8; }
.lnk3btn{ position: relative; background-color: #F7A523; padding: 20px 30px 20px 20px; color: #FFF; font-weight: bold; text-align: left; }
.lnk3btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.4em;
}
.lnk4btn{ border: 1px solid #707070; height: 85px; display: flex; }

/* content
****************************************************/
/* notice */
#notice{ margin-top: 20px; }
#notice li{ padding: 15px 0; border-bottom: 1px dotted #B2B2B2; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #DDDDDD; }
/* index */
#index .sec1 .ads a{ display: block; background-color: #F7A523; color: #FFF; padding: .5em 2em; }
#index .sec3 h3, #surgery .sec1 h3{ background: url("images/01_pic06@2x.png") no-repeat center center / 328px 160px; color: #FFF; height: 160px; }
#index .sec5 .fl{ background:rgba(255, 255, 255, .65); }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '>'; margin-right: .5em; color: #009883; font-weight: bold; }
#symptom li a:hover{ color: #E68C22; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #FCFFE8; }
#symptom2 li a:before{ content:">"; margin-right: .5em; color: #009883; font-weight: bold; }
#symptom2 li a:hover{ color: #E68C22; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #FCFFE8; padding: 25px; }
#symptom3 h3{ color: #009883; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #009883; font-weight: bold; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* disease
****************************************************/
#disease li a{
	background: url("images/01_pic06@2x.png") no-repeat center center / 328px 160px;
	color: #FFF;
}
#disease dd{ padding-top: 30px; }
#disease li a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 160px;
}

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #F7A523; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"▶"; color: #F7A523; margin-right:.5em; }
#sitemap .child li:before{ content:"";  margin-right:0; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer .sec1{ background-color: #009883; color: #fff; }
footer .sec2 *{ color: #333; }
address{ padding: 1em 0; text-align: center; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #009883;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }




/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display:none!important; }
	/* overflow */
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	/* absolute */
	[class*="adsPc"]{ position: absolute; }
	/* margin */
	.ml2em{ margin-left: 2em; }
	
	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 150px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 150px; margin-left: -150px; }

	/* width
	****************************************************/
	.w250{ width: 250px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	
	/* main
	****************************************************/
	.mv{ background: url("images/01_main.png") no-repeat top center / 1100px 500px; padding-top: 500px; }
	
	/* header
	****************************************************/
	header{ height: 120px; }
	header .adsPc1{ top: 10px; left: 0; }
	header .adsPc2{ top: 35px; left: 0; }
	header .adsPc3{ top: 55px; right: 0; }
	header .adsPc4{ top: 20px; right: 325px; }
	header .adsPc5{ top: 20px; right: 0; width: 280px; }
	
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #009883; font-size: 19px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; padding-top: 10px; }
	.gNav li{ min-width: 157px; padding-bottom: 10px; }
	.gNav ul a{ display:block; color: #fff; padding: 15px 0; }
	.gNav ul a:hover, .gNav ul .stay{ background:rgba(255, 255, 255, .3); }
	.fixed{ position:fixed; top:0px; left:0px; z-index: 9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .wrap{ position: relative; }
	.gNav .parent:hover .switch a{ background:rgba(255, 255, 255, .3); }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background:rgba(255, 255, 255, 0.85);
		visibility: hidden;
		position: absolute;
		top: 69px;
		left: 0;
		z-index: 999;
		padding: 20px 20px 5px;
		width: 1100px;
	}
	.gNav .parent ul li{ min-width: 25%; }
	.gNav .parent ul li a{ text-align: left; color: #463D35!important; padding: 10px 0; font-size: 17px; }
	.gNav .parent ul li a:hover{ background-color: transparent; text-decoration: none; }
	.gNav .parent ul li a:before{ content:"▶"; color: #F7A523; margin-right: .5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background-color: #F8F9ED;
		height: 130px;
		color: #009883;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 60px 0 100px; }
	/* index */
	#index .sec1{ padding: 60px 0; }
	#index .sec1 .ads{ position: absolute; top: 0; right: 0; font-size: 16px; width: 100px; }
	#index .sec2{ padding: 60px 0 100px; }
	#index .sec2 .num1{ background: url("images/01_pic02@2x.png") no-repeat left center / 93px 103px; border-bottom: 1px #009883 solid; padding: 35px 0 30px 100px; }
	#index .sec3{ background: url("images/01_back01@2x.png") no-repeat center center / cover; padding: 60px 0; }
	#index .sec4{ padding: 20px 0 60px; }
	#index .sec4 .lnk2btn{ width: 230px; height: 112px; }
	#index .sec4 li{ margin-right: 60px; margin-top: 40px; }
	#index .sec4 li:nth-child(4n){ margin-right: 0; }
	#index .sec5{ background: url("images/01_back02@2x.png") no-repeat center center / cover; padding: 60px 0; }
	#index .sec5 .fl{ height: 328px; }
	#index .sec6{ padding: 35px; }
	#index .sec6 li{ margin: 25px; }
	/* medical */
	#medical .sec2 .w520{ height: 520px; }
	#medical .sec2 .adsPc{
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	/* surgery */
	#surgery .fbPc1 .posRelCom{ height: 250px; }
	#surgery .fbPc1 .adsPc{ bottom: 0; }
	/* facility */
	#facility .sec2 .w328{ margin-right: 58px; }
	#facility .sec2 .w328:nth-child(3n){ margin-right: 0; }
	
		/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 50px; }
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }
	
	/* disease
	****************************************************/
	#disease li{ width: 328px; margin-right: 58px; }
	#disease li:nth-child(3n){ margin-right: 0; }
	#disease li:nth-child(n+4){ margin-top: 60px; }
	#disease li a{ width:100%; padding: 50px 0; line-height:20px; }
	#disease dt{ font-size: 21px; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 60px 0; }
	footer .mt40ul a{ padding: 15px; }
	footer .sec2{ padding-top: 20px; font-size: 16px; }
	footer .sec2 .fbCom{ justify-content: center; padding: 0 150px; }
	footer .sec2 li{ margin-left: 1em; margin-right: 1em; }
	
	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 140px; right: 0px; z-index: 2; }	
	.trk2{ position: fixed; top: 300px; right: 0px; z-index: 2; }	
	.trk3{ position: fixed; top: 460px; right: 0px; z-index: 2; }	
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width: 100%;
		position: relative;
		padding-bottom: 320px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 320px;
	}
}



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align:center; }
	
	/* font-size
	****************************************************/
	.fsS{ font-size: 16px; }
	.fsM{ font-size: 24px; }
	.fsL{ font-size: 26px; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }
	
	/* etc
	****************************************************/
	.hl2{ padding-bottom: 10px; margin-bottom: 60px; }
	/* width */
	.lnk1btn, .lnk2btn, .lnk3btn{ min-width: 60%; }
	/* padding */
	.pad40{ padding: 20px; }
	/* margin */
	.mt30sp{ margin-top: 30px; }
	
	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 15px 20px 10px; }
	#headerSp .logo{ margin: 0 20% 5px 0; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	#headerSp .txt1{ border: 1px solid #E33030; text-align: center; padding: 2.5px 0; }
	#headerSp .txt2{ background-color: #F7A523; color: #FFF; text-align: center; padding: 2.5px 0; }
	/* nav */
	.gNav{
		background-color: #009883;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 170px 0 0;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; border-bottom: 1px solid #FFF; }
	.gNav li a{ display: block; padding: .75em 1em .75em 5px; color: #FFF; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; padding: 5px 20px 15px; font-size: 14px; background-color: #F8F9ED; margin: 0 -15px; } 
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 10px 0; color: #333; } 
	.gNav .parent ul li a:before{ content: "＞"; margin-right: .5em; color: #333; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 30px; font-weight: bold; color: #FFF; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #009883;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #009883;
	}
	.btn-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	}
	
	/* main
	****************************************************/
	.mv{ background: url("images/sp_01_main.png") no-repeat top center / 100% auto; padding-top: 66.5%; }
	
	/* title
	****************************************************/
	.pp1ttl{
		background-color: #F8F9ED;
		height: 80px;
		color: #009883;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index .sec1{ background-color: #FAF8F5; padding: 30px 0 50px; }
	#index .sec1 .posRelCom{ margin-bottom: 50px; }
	#index .sec1 .ads{ margin-top: 30px; text-align: center; }
	#index .sec1 .ads a{ width: 60%; padding: 15px; text-align: center; display: inline-block; }
	#index .sec2{ padding-top: 50px; padding-bottom: 50px; }
	#index .sec2 h2{ padding-bottom: 30px; }
	#index .sec2 h3{ border-bottom: 1px solid #009883; padding-bottom: 20px; }
	#index .sec2 .fbCom1 li{ width: 48%; }
	#index .sec2 .fbCom1 .w250{ width: 100%; }
	#index .sec3{ background-color: #F8F9ED; padding: 50px 0; }
	#index .sec4{ padding-top: 30px; padding-bottom: 50px; }
	#index .sec4 ul{ justify-content: space-between; }
	#index .sec4 li{ width: 48%; margin-top: 20px; }
	#index .sec4 .lnk2btn{ width: 100%; height: 130px; align-content: flex-start; padding: 15px; }
	#index .sec4 .lnk3btn{ margin-top: -30px; }
	#index .sec5{ background: url("images/sp_back@2x.png") no-repeat center center / cover; padding: 50px 0; }
	#index .sec5 .fr{ text-align: center; }
	#index .sec6 ul{ margin-bottom: 30px; }
	#index .sec6 li{ width: 100%; margin-top: 30px; padding: 0 15%; }
	#index .sec6 a{ width: 100%; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* disease
	****************************************************/
	#disease li{ margin-bottom: 30px; width: 100%; }
	
	/* footer
	****************************************************/
	footer .sec1{ padding: 40px 0; }
	footer .sec1 .gr1 .w714{ margin-top: 30px; }
	footer .sec1 .gr1 .box3c{ padding: 10px; }
	footer .sec1 .gr2 a{ width: 100%; padding: 10px 0; }
	footer .sec2 ul{ padding: 15px 30px; }
	footer .sec2 li{ width: 50%;  margin-top: 1em; }
	address{ font-size: 16px; padding-bottom: 1em; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color: #0FA36A; }
	#footerSp tr td:nth-of-type(1){ width: 15%; text-align: center; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #E68C22; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}