@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: #0FA36A; }
.col2, .col2ul li:before, .col2icon:before{ color: #ffffff; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #E68C22; }
.bg2col{ background-color: #FBFCE5; }

/* 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: 24px; }
.fsL{ font-size: 30px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li{ 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{ align-items: center; align-content: center; }

/* common custom
****************************************************/
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.posRelCom{ position: relative; }
.box1c{ border: 2px solid #463D35; padding: 7.5px 15px; }
.box2c{ background-color: #FFF; padding: 10px 15px; color: #463D35; }
.box3c{ border: 1px solid #FFF; }
.box4c{ border: 1px solid #463D35; }
.box5c{ border: 2px solid #0FA36A; }
.box6c{ border-top: 1px dotted #463D35; }

/* headline
****************************************************/
h1, h2, h3, h4{}
.hl1wrap{ height: 60px; }
.hl1{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.hl1 span{ display: block; color: #0FA36A; font-size: small; }
.hl2{ border-bottom: 1px solid #463D35; padding-bottom: 20px; }
.hl3{ background: url("images/midashi_icon@2x.png") no-repeat top center / 48px 48px; padding-top: 60px; color: #0FA36A; text-align: center; }
.hl4{ border-bottom: 2px solid #0FA36A; padding-bottom: 20px; }
.hl5{ border-left: 8px solid #E68C22; padding-left: 20px; line-height: 45px; color: #E68C22; }
.hl6{ background-color: #E2F0D1; color: #0FA36A; padding: 10px 30px; }

/* 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: #fff; color: #463D35; padding: .5em 2em; }
#index .sec1 .ads a:hover{ background-color: #E68C22; color: #fff; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; text-align: center; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #E68C22; 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: #FBFCE5; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #E68C22; font-weight: bold; }
#symptom2 li a:hover{ color: #E68C22; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #FBFCE5; padding: 25px; }
#symptom3 h3{ color: #463D35; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #463D35; 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{
	color: #fff;
	display: block;
	font-size: 20px;
	background: url("images/disease1bg.png") no-repeat left top #122A6C;
	background-size: contain;
}
#disease li:nth-child(even) a{ background-color: #5B86B9; }
#disease dd{ padding-top: 1em; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #0FA36A; }
#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: #0FA36A; 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: #0FA36A; 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: #0FA36A;
	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; }

/* 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 #463D35; padding: 20px; background-color: #fff; }
.lnk1btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.4em;
}
.lnk1btn:hover{ background-color: #E68C22; border-color: #E68C22; color: #fff; }
.lstLnk1 a{
	background: url("images/green_button@2x.png") no-repeat left center #fff;
	height: 90px;
	border: 1px solid #463D35;
	padding-left: 50px;
	line-height: 30px;
	justify-content: flex-start;
	transition : all 0.75s;
}
.lstLnk1 a:hover{
	background: url("images/green_button_ov@2x.png") no-repeat left center #0FA36A;
	border: 1px solid #0FA36A;
	color: #FFF;
	transition : all 0.75s;
}
.lstLnk2 a{
	background: url("images/orange_button@2x.png") no-repeat left center #E68C22;
	height: 90px;
	padding-left: 50px;
	line-height: 30px;
	justify-content: flex-start;
	transition : all 0.75s;
	color: #FFF;
}
.lstLnk2 a:hover{
	opacity: .75;
	transition : all 0.75s;
}



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

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

	/* margin
	****************************************************/
	.ml2em{ margin-left: 2em; }

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

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 150px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 150px; margin-left: -150px; }

	/* width
	****************************************************/
	.w220{ width: 220px; }
	.w230{ width: 230px; }
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w340{ width: 340px; }
	.w342{ width: 342px; }
	.w520{ width: 520px; }
	.w700{ width: 700px; }
	.w714{ width: 714px; }
	.w100p{ width: 100%; }
	.w50p{ width: 50%; }

	/* main
	****************************************************/
	.mv{ background: url("images/pc_mv-20240205.png") no-repeat top center / cover; padding-top: 31.25%; }

	/* header
	****************************************************/
	header{ height: 130px; }
	header .adsPc1{ top: 0; right: 0; }
	header .adsPc2{ top: 45px; left: 0; }
	header .adsPc3{ top: 55px; right: 0; }
	header .adsPc4{ top: 55px; left: 470px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #0FA36A; 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-color: #fff; color: #004E9C; }
	.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{ background-color: #fff; }
	.gNav .parent:hover a{ color: #112A6C; }
	.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:after{ content:"＞"; margin-left: .5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/title_back@2x.png") no-repeat bottom center / cover;
		height: 260px;
		color: #fff;
	}

	/* content
	****************************************************/
	/* common */
	.spaCont{ padding: 80px 0; }
	/* index */
	#index .sec1{ background-color: #FAF8F5; padding: 40px 0 100px; }
	#index .sec1 .fl{ position: relative; margin-top: 40px; }
	#index .sec1 .fl ul{ margin-top: 20px; }
	#index .sec1 .ads{ position: absolute; top: 25px; right: 0; font-size: 16px; width: 100px; }
	#index .sec2{ padding: 100px 0; }
	#index .sec2 .borWrap{ border: solid #72543D; border-width: 1px 0; margin-top: 60px; }
	#index .sec2 .txt{ width: 520px; margin: 60px 30px 0; }
	#index .sec2 .pht1{ background: url("images/01_futures_hakunaisho@2x.png") no-repeat top center / cover; width: 50%; height: 474px; }
	#index .sec2 .pht2{ background: url("images/01_futures_ruidou@2x.png") no-repeat top center / cover; width: 50%; height: 474px; }
	#index .sec3{ background: url("images/01_back01@2x.png") no-repeat top center / 1920px 1678px; min-height: 1678px; padding-top: 100px; }
	#index .sec3 .gr1{ height: 730px; }
	#index .sec3 .gr2 li, .clm4pc li{ margin-right: 60px; margin-top: 30px; }
	#index .sec3 .gr2 li:nth-child(4n), .clm4pc li:nth-child(4n){ margin-right: 0; }
	#index .sec4{ background: url("images/01_back02@2x.png") no-repeat bottom center / 1920px 444px; padding-top: 100px; padding-bottom: 120px; }
	.clm3pc li{ margin-right: 58px; margin-top: 30px; }
	.clm3pc li:nth-child(3n){ margin-right: 0; }
	#facility .sec2 .fbPc .w328{ margin-right: 58px; }
	#facility .sec2 .fbPc .w328:nth-child(3n){ margin-right: 0; }
	#access .sec1{ padding: 0 150px; }

	/* 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 .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 100px; }
	footer .sec2 li{ margin-left: 1em; margin-right: 1em; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 170px; right: 0px; z-index: 99; }
	.trk2{ position: fixed; top: 330px; right: 0px; z-index: 99; }

	/* 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: 19px; }
	.fsM{ font-size: 22px; }
	.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
	****************************************************/
	/* width */
	.lnk1btn{ width: 60%; }
	/* margin */
	.mt1c, .mt2c{ margin-top: 60px; }
	/* padding */
	.pad40{ padding: 20px; }

	/* 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 .txt{ border: 1px solid #463D35; text-align: center; padding: 2.5px 0; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 20% 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 #463D35; }
	.gNav li a{ display: block; padding: .75em 1em .75em 5px; color: #463D35; }
	.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 5px 15px; font-size: 14px; background-color: #FFFFFF; overflow: hidden; }
	.gNav .parent ul li{ float: left; width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 5px 0 5px 1.5em!important; color: #333; text-indent: -1.5em; }
	.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: 20px; color: #463D35; 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: #0FA36A;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #0FA36A;
	}
	.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_mv-20240205.png") no-repeat top center / 100% auto; padding-top: 120%; }

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_title_back@2x.png") no-repeat top center / cover; height: 120px; color: #fff; }

	/* content
	****************************************************/
	/* common */
	.spaCont{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index .sec1{ background-color: #FAF8F5; padding: 60px 0; }
	#index .sec1 .ads{ margin-top: 30px; text-align: center; }
	#index .sec1 .ads a{ width: 50%; padding: 15px; text-align: center; display: inline-block; border: 1px solid #463D35; }
	#index .sec2{ padding: 60px 0; }
	#index .sec2 .txt{ margin: 60px 0 30px; }
	#index .sec2 .gr1{ padding: 0 15px; }
	#index .sec2 .pht1{ background: url("images/sp_01_futures_hakunaisho@2x.png") no-repeat top center / cover; padding-top: 100%; }
	#index .sec2 .pht2{ background: url("images/sp_01_futures_ruidou@2x.png") no-repeat top center / cover; padding-top: 100%; }
	#index .sec3{ background: url("images/sp_back01@2x.png") no-repeat top center / 100% auto; padding: 60px 0 40px; }
	#index .sec3 .gr1 p{ background-color: #0FA36A; margin: 0 -15px 0; padding: 20px 15px; }
	#index .sec3 .gr2{ justify-content: space-between; margin-top: 40px; }
	#index .sec3 .gr2 li{ width: 48%; margin-top: 20px; }
	#index .sec4{ background: url("images/sp_back02@2x.png") no-repeat top center / 100% auto; padding: 60px 0; }
	.clm4pc{ justify-content: space-between; }
	.clm4pc li{ width: 48%; margin-bottom: 20px; }
	.clm3pc li{ width: 100%; margin-bottom: 20px; }

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

	/* 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-top: 20px; }
	#disease li:first-child{ margin-top: 0; }
	#disease li a{ padding: 75px 10px 75px 50px; }
	#disease dl{ padding-top: 40px; }

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