@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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "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
****************************************************/
.mt0li li:first-child{ margin-top: 0; }
.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; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.mt1adj{ margin-top: 120px; }

/* 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
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #6C4B2B; }
.col2, .col2ul li:before, .col2icon:before{ color: #058D57; }
.col3, .col3ul li:before, .col3icon:before{ color: #ED8D0C; }
/* background */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #F7F4EC; }
.bg2col{ background-color: #058D57; }
.bg3col{ background-color: #F7F4EC; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; font-weight: normal; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }

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

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li, .br10a a{ 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{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

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

/* 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{ align-items: center; align-content: center; }

/* headline
****************************************************/
.fsFam1, .pp1ttl, h1, h2, h3, h4, .lnk2btn, #faq dt{ line-height: 150%; font-family: "丸フォーク M", "Maru Folk Medium"; }
.hl1{ background: url("images/icon@2x.png") no-repeat top center / 60px 60px; padding-top: 70px; text-align: center; color: #058D57; }
.hl2{ border-bottom: 1px solid #058D57; color: #058D57; padding-bottom: 15px; }
.hl3{ background-color: #967A5E; color: #FFF; padding: 10px 30px; border-radius: 10px; }

/* page title
****************************************************/
.pp1ttl{
	display: flex;
	align-items: center;
	color: #6C4B2B;
	justify-content: center;
	align-content: center;
	text-align: center;
}

/* 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: 2px solid #ED8D0C;
	background-color: #ED8D0C;
	color: #FFF;
	line-height: 20px;
	padding: 13px 40px 13px 20px;
	text-align: left;
}
.lnk1btn:after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.lnk1btn:hover{
	opacity: .85;
}
.lnk2btn{
	background: url("images/01_shinryo_button@2x.png") no-repeat center center / 100% auto;
	color: #6C4B2B;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 200%;
	padding: 0 10%;
}
.lnk2btn:hover{ color: #ED8D0C; }
.lnk3btn{ border: 1px solid #058D57; text-align: center; position: relative; line-height: 20px; padding: 19px 30px; }
.lnk3btn:after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	color: #058D57;
}
.lnk4btn{ border: 2px solid #6C4B2B; position: relative; line-height: 20px; padding: 19px 30px; border-radius: 10px; }
.lnk4btn:after{
	content: "▶";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	color: #ED8D0C;
}
.lnk4btn:hover{ background-color: #F7F4EC; }

/* content
****************************************************/
.notice a{ display: block; border-bottom: 2px dotted #DDD; padding: 30px 0; }
/* common */
.posRelCom{ position: relative; }
.num{ display: inline-block; border: 1px solid #E67A0F; color: #E67A0F; background-color: #FFF; width: 40px; line-height: 28px; padding: 5px 0; font-weight: bold; font-size: 22px; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.box1c{ border: 1px solid #6C4B2B; color: #6C4B2B; background-color: #FFF; text-align: center; padding: 5px; }
.box2c{ border: 2px solid #967A5E; background-color: #F7F4EC; color: #6C4B2B; }
/* contents */
#faq dt{ background: url("images/07_icon_q@2x.png") no-repeat top left / 40px 40px; padding: 0 0 15px 70px; margin-top: 60px; color: #6C4B2B; }
#faq dt:first-child{ margin-top: 30px; }
#faq dd{ background: url("images/07_icon_a@2x.png") no-repeat top left / 40px 40px; padding: 0 0 15px 70px; margin-top: 30px; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ margin-bottom: 20px; }
#symptom h2 span{ width: 100%; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #ED8D0C; }
#symptom li a:hover{ color: #ED8D0C; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F7F4EC; border-radius: 20px; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #ED8D0C; }
#symptom2 li a:hover{ color: #ED8D0C; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ margin-top: 60px; background-color: #F7F4EC; padding: 40px; border-radius: 20px; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶"; margin-right: .5em; color: #ED8D0C; }
#site dd{ margin:15px 15px 50px 1.5em; }

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

/* footer
****************************************************/
footer .sec2{ padding: 25px 0 15px; }
footer .sec2 *{ color: #FFF; }
address{ padding-bottom: 10px; }

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

/* breadcrumbs
****************************************************/
.breadcrumbs{ margin-top: -5px; }
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; padding-top: 10px; }
.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:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #058D57;
	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; }
	[class*="adsPc"]{ position: absolute; }
	/* list */
	.lst1pc li{ padding-left: 150px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 150px; margin-left: -150px; }
	.mr50pc{ margin-right: 50px; }

	/* overflow:hidden;
	****************************************************/
	.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; }
	.fbPcCen{ align-items: center; justify-content: center; align-content: center; }

	/* width
	****************************************************/
	.w230{ width: 230px; }
	.w280{ width: 280px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x.png") no-repeat center top / 1920px 620px #F7F4EC; height: 620px; }
	.pp1ttl{ background: url("images/02_titleback@2x.png") repeat-x top center / cover; height: 160px; font-size: 32px; }

	/* header
	****************************************************/
	header .wrap{ min-height: 180px; }
	header .adsPc1{ top: 15px; right: 0; }
	header .adsPc2{ top: 20px; left: 0; }
	header .adsPc3{ top: 50px; right: 0; }
	header .adsPc4{ top: 50px; right: 335px; background-color: #F7F4EC; border: 1px solid #6C4B2B; color: #6C4B2B; width: 290px; padding: 5px; text-align: center; }
	header .adsPc5{ top: 105px; right: 0; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; width: 100%; }
	.space{ margin-top: 180px; }
	.none{ display:none; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 16px; }
	.gNav ul{ padding: 10px 20px 10px 0; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; margin-left: 25px; }
	.gNav ul a{ display: block; color: #333; padding: 15px 0 20px; text-align: center; }
	.gNav ul a:hover, .gNav ul .stay{ color: #ED8D0C; }
	/* parent　*/
	.gNav{ position: relative; }
	.gNav .parent:hover .typ1{ visibility: visible; }
	.gNav .parent .typ1{
		font-size: 16px;
		visibility: hidden;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 9999;
		padding: 30px 30px 30px;
		width: 1100px;
		background: rgba(255, 255, 255, .9);
		text-align: left;
	}
	.gNav .parent .typ1 ul{ padding-top: 15px; }
	.gNav .parent .clm4 li{ margin: 0; min-width: 25%; }
	.gNav .parent .clm5 li{ margin: 0; min-width: 20%; }
	.gNav .parent .clmC li{ margin: 0; min-width: 29%; }
	.gNav .parent .clmC li:nth-child(2),
	.gNav .parent .clmC li:nth-child(6){ margin: 0; min-width: 13%; }
	.gNav .parent .typ1 a{ text-align: left; }
	.gNav .parent .typ1 a:before{ content: "－"; margin-right: .5em; color: #333; }

	/* contents
	****************************************************/
	.spa1{ padding: 60px 0 100px; }
	.clm4 li{ width: 230px; margin-right: 60px; }
	.clm4 li:nth-child(4n){ margin-right: 0; }
	/* index */
	#index .sec1{ padding: 80px 0 100px; }
	#index .sec1 .notice a{ padding: 20px 0; }
	#index .sec1 .w328{ height: 400px; }
	#index .sec2{ padding: 80px 0 100px; background: url("images/01_touin_back@2x.png") no-repeat top center / 1920px 1092px #F7F4EC; }
	#index .sec2 h3{ line-height: 200%; }
	#index .sec3{ background: url("images/01_time_back@2x.png") no-repeat bottom center / 1920px 1431px #F7F4EC; padding-bottom: 100px; }
	#index .sec3 .wrap{ background-color: #FFF; padding: 80px 58px 100px; }
	#index .sec3 h4{ height: 90px; }
	#index .sec4{ background: url("images/01_shinryo_back@2x.png") no-repeat top center / cover; padding: 80px 0 100px; }
	#index .sec4 .lnk2btn{ height: 245px; }
	#index .sec5{ background: url("images/01_goaisatsu_back@2x.png") no-repeat top center / 1920px 897px; padding: 80px 0 100px; }
	#greeting .sec1{ background: url("images/01_goaisatsu_back@2x.png") no-repeat top center / 1920px 897px; padding: 80px 0 100px; }
	#medical .sec1{ background: url("images/04_back@2x.png") no-repeat top center / 1920px 740px #F7F4EC; padding: 20px 0 100px; }
	#medical .sec1 .lnk2btn{ height: 245px; }
	#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; }

	/* sitemap
	****************************************************/
	#sitemap .child3, #sitemap .child4{ overflow:hidden; }
	#sitemap .child3 li{ float:left; width: 33%; }
	#sitemap .child4 li{ float:left; width: 25%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 60px 0; }
	footer .sec1 .box2c{ padding: 20px 50px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 10px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 200px; right: 0px; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 2; }
	[class*="trk"] a:hover{ opacity: 1; }
	[class*="trk"]:hover{ right: 0; opacity: .8; }
	.trk1{ top: 170px; right: 0; }
	.trk2{ top: 280px; right: 0; }
	.trk3{ top: 390px; right: 0; }
}



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

	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; }
	.sp_tac{ text-align:center; }
	.mt30sp{ margin-top: 30px; }

	/* font-size
	****************************************************/
	.fsM{ font-size: 19px; }
	.fsL{ font-size: 22px; }

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

	/* link
	****************************************************/
	.lnk1btn{ width: 80%; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; position:fixed; top: 0px; left: 0px; z-index: 999; background-color: #FFF; }
	header .wrap{ padding: 0; }
	.gNav{
		background:rgba(247, 246, 242, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ padding: 15px; }
	.gNav li{ border-bottom: 1px solid #C4C4C4; }
	.gNav li a{ display: block; padding: 20px 5px; color: #333; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent .typ1{ display: none; margin: 0 -15px; background-color: #FFF; overflow: hidden; }
	.gNav .parent .typ1 ul{ padding-bottom: 30px; }
	.gNav .parent .typ1 li{ border-bottom: none; width: 100%; }
	.gNav .parent .typ1 ul a{ border-bottom: none; margin: 0!important; padding: 7.5px 30px 7.5px 0; color: #333; position: relative; border-bottom: 1px solid #6C4B2B; height: 60px; line-height: 24px; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
	.gNav .parent .typ1 ul a:after{
		content: ">";
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -10px;
	}
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 26px; color: #058D57; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }
	.gNav .parent .typ1 .hed{ background-color: #058D57; color: #FFF; font-size: 16px; padding: 10px 20px; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #058D57;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #058D57;
	}
	.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%;
	}

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat center center / cover; height: 100px; text-align: center; font-size: 26px; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 30px; padding-bottom: 60px; }
	.aw1sp a{ width: 100%; }
	.pad40{ padding: 20px; }
	.box1sp{ align-items: center; justify-content: center; align-content: center; }
	.box1sp li{ width: 25%; }
	/* index */
	.mv{ background:url("images/sp_main@2x.png") no-repeat top center / 100% auto; padding-top: 99%; }
	#index .sec1 .fl{ padding: 30px 0 50px; }
	#index .sec1 .fr{ margin: 0 -15px -15px; padding: 50px 0; }
	#index .sec2{ padding: 50px 0; background-color: #F7F6F2; }
	#index .sec2 .fbPc1{ background: url("images/sp_01_touin_back@2x.png") no-repeat top center / 80% auto; padding-top: 60%; margin-top: 30px; }
	#index .sec2 figure{ text-align: center; }
	#index .sec3{ padding: 50px 0 30px; background-color: #FFF; }
	#index .sec3 h3{ padding: 10px; }
	#index .sec4{ background: url("images/sp_01_shinryo_back@2x.png") no-repeat top center / cover; padding: 50px 0; }
	#index .sec4 .clm4 li{ width: 48%; }
	#index .sec4 .lnk2btn{ width: 100%; height: 180px; background-size: contain; }
	#index .sec4 .fbCom{ justify-content: space-between; }
	#index .sec5{ background: url("images/sp_back4@2x.png") no-repeat bottom center / 80% auto; padding: 50px 0 65%; margin-bottom: 50px; }
	#greeting .sec1{ background: url("images/sp_back4@2x.png") no-repeat bottom center / 80% auto; padding: 50px 0 65%; }
	#greeting .sec2 .bg3col{ margin-left: -15px; margin-right: -15px; border-radius: 0; }
	#medical .sec1{ background-color: #F7F4EC; padding-bottom: 50px; }
	#medical .sec1 .clm4 li{ width: 48%; }
	#medical .sec1 .lnk2btn{ width: 100%; height: 180px; background-size: contain; }
	#medical .sec1 .fbCom{ justify-content: space-between; }
	#access iframe{ width: 100%; }
	#faq dt, #faq dd{ padding-top: 5px; }

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

	/* footer
	****************************************************/
	footer .sec1 .fl{ padding: 20px 0 40px; }
	footer .sec1 .fr{ margin-bottom: 30px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; padding: 5px 0; }
	address{ font-size: 10px!important; padding: 10px; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* table
	****************************************************/
    .tbl1{ border-bottom: 1px solid #CBCBCB; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%;  }
    .tbl1 .blank{ display: none; }

	/* 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; }
	#footerSp tr td:nth-of-type(1){ width: 15%; background-color: #967A5E; }
	#footerSp tr td:nth-of-type(2){ width: 27%; background-color: #058D57; }
	#footerSp tr td:nth-of-type(3){ width: 28%; background-color: #ED8D0C; }
	#footerSp tr td:nth-of-type(4){ width: 27%; background-color: #00B900; }
	#footerSp a{ display: block; text-align:center; padding: 12px 0; color: #FFF; }
	#footerSp img{ vertical-align: -10px; }
}
