	@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color:#000; font-family:"A-OTF UD新ゴNT Pro", 'メイリオ', 'Meiryo', sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#000; }
a:hover{ text-decoration:underline; }
a:hover img{ opacity: 0.5; transition:all 0.3s ease; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mt150{ margin-top:150px; }
.mt-50{ margin-top:-50px; }
.mb50{ margin-bottom: 50px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

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

/* color
****************************************************/
.col_red{ color:red; }
.col_white{ color:white; }
.col_bleck{ color:black; }
.col_1, .col1ul li:before, .col1icon:before{ color:#ffffc5; }
.col_2, .col2ul li:before, .col2icon:before{ color:#ffff6e; }
.col_3, .col3ul li:before, .col3icon:before{ color:#ff8400; }
.col_4, .col4ul li:before, .col4icon:before{ color:#6fb92c; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #ffecee; }

/* icon
****************************************************/
.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon_6:before, .icon6ul li:before, .icon6dl dt:before{ content:"＞"; margin-right: .5em; }

/* font-size
****************************************************/
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs20{ font-size:20px; }
.fs24{ font-size:24px; }

/* 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; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }

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

/* column
****************************************************/
.clm_com{ letter-spacing:-0.4em; }
.clm_com li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

/* border
****************************************************/	

/* header
****************************************************/

/* headline
****************************************************/
.hl1{
    position:relative;
    background-color:#ff8400;
    color:#FFF;
    padding:10px 20px;
    text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	display: inline-block;
	letter-spacing: .2em;
}
.hl1:before{
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    margin-left:-10px;
    width:0;
    height:0;
    border-top:10px solid #ff8400;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.hl1sub{ color: #6fb92c; }

/* page title
****************************************************/
.pp1ttl{ text-align:center; }

/* content
****************************************************/
/* notice */
#notice{ height:220px; overflow:auto; background-color: #fff; padding-right:1em; }
#notice::-webkit-scrollbar {
	all:unset;
	width:6px;
	background:transparent;
}
#notice::-webkit-scrollbar-track {
	all:unset;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background: transparent;
}
#notice::-webkit-scrollbar-thumb {
	all:unset;
	background:#6fb92c;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
}
#notice::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: transparent;
}
#notice li{ padding-bottom:1em; border-bottom: 1px solid #c0c0c0; }
@media screen and (min-width: 600px) {
	#notice .air-clean { overflow: hidden; }
	#notice .air-clean .left { float: left; width: 500px; }
	#notice .air-clean .right { float: right; width: 150px; }
}
@media screen and (max-width: 599px) {
	#notice .air-clean .right { margin-top: 20px; text-align: center; }
} 

/* index */
#index .sec1 .fr li{ margin-top: 20px; }
#index .sec1 .fr li:first-child{ margin-top: 0; }
#index .sec2 h3{ text-align: center; margin: .5em; }
#index .sec3 .oh_ul{ background:rgba(255,255,110,0.8); }
#index .sec4{ background-color: #ffffc5; }
#index .sec4 h3{ color: #6fb92c; margin-bottom: 1em; }
/* greeting */
#greeting .sec2 h3{ border-bottom: 1px solid #6fb92c; padding-bottom: 1em; margin-bottom: 1em; }
#greeting .sec2 .fl, #greeting .sec2 .fr{ background-color: #ffffc5; }
/* medical */
#medical .sec2{ background-color: #ffffc5; }
#medical .sec2 .fl, #medical .sec2 .fr{ background-color: #fff; border: 1px solid #6fb92c; }
#medical .sec2 h3{ border-bottom: 1px solid #6fb92c; padding-bottom: .5em; margin-bottom: .5em; }
/* guide */
#guide .sec1 .box{ border: 1px solid #6fb92c; }
#guide .sec1 h3{ border-bottom: 1px solid #6fb92c; padding-bottom: 1em; margin-bottom: 1em; }
#guide .sec2{ background-color: #ffffc5; }
#guide .sec2 .fl, #guide .sec2 .fr{ border: 1px solid #6fb92c; background-color: #fff; }
#guide .sec2 h3{ border-bottom: 1px solid #6fb92c; text-align: center; }
/* access */
#access .sec1 h3 { border-bottom: 1px solid #6fb92c; padding-bottom: 10px; margin-bottom: 10px; }
#access .sec1 .access-button { display: block; position: relative; max-width: 300px; width: 100%; margin-top: 30px; margin-left: auto; margin-right: auto; padding: 10px 0 20px; font-size: 18px; font-weight: bold; background-color: #ffffc5; border: 2px solid #ff8400; border-radius: 10px; text-align: center; text-decoration: none; line-height: 1.5; transition: .8s; }
#access .sec1 .access-button::after { content: ""; display: block; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 200px; height: 2px; background-color: #ff8400; }
#access .sec1 .access-button:hover { background-color: #fff; }
@media screen and (min-width: 600px) {
	#access .sec1{ padding: 60px 100px 100px; }
}
@media screen and (max-width: 599px) {
	
}

/* symptom
****************************************************/
#symptom2 li:before, #symptom3 .back:before{ content:"▶"; font-size:14px; margin-right:5px; color:#000; }
#symptom2 li:hover:before, #symptom3 .back:hover:before{ color:#ff8400; text-decoration:none; }
/* symptom */
#symptom .ttl1, #symptom .ttl2{ background: url("images/shojo.png") no-repeat center left #6fb92c; color: #fff; background-size:contain; }
#symptom h3{ padding: 15px 0 15px 7%; }
#symptom li a:hover{ color: #ff8400; }
/* symptom2 */
#symptom2 dt, #symptom3 h4{ color:#6fb92c; background-color: #ffff6e; padding: 10px 0; text-align: center; border-radius: 5px; }
#symptom2 li a{ color:#000 }
#symptom2 li a:hover{ color:#ff8400 }
#symptom2 dt{ font-weight: bold; }
#symptom2 dd{ margin-top:30px; }
#symptom2 ul{ border-top: 1px solid #6fb92c; }
/* symptom3 */
#symptom3 h3{ border-bottom: 1px solid #6fb92c; padding-bottom: 10px; color: #6fb92c; text-align: center; }
#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:#000;
	display:block;
	font-size:20px;
	letter-spacing:.5em;
	text-align: center;
	border: 1px solid #6fb92c;
	background: url("images/disease1no1.png") no-repeat center bottom;
	border-radius:10px;
}
#disease li a:hover{ text-decoration: none; background-image: url("images/disease1no2.png"); background-color: #6fb92c; color: #fff; }
#disease dt{ margin-top:30px; padding:5px 1em 5px 0; font-weight: bold; border-bottom: 1px solid #6fb92c; }
#disease dt:before{ content:"▶"; margin-right: .5em; color: #6fb92c; }
#disease dd{ padding-top:20px; }
#disease h3{ background-color: #6fb92c; color: #fff; padding: 10px 20px; }

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

/* sitemap
****************************************************/
#sitemap li{ margin-top:15px; }
#sitemap .parent li:before{ content:"▶"; color:#ff8400; 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 .sec2{ font-size:14px; background-color: #6fb92c; }
footer .sec2 a{ color: #fff; }
footer .sec2 li:before{ content: "> "; color:#fff; }
address{ font-size:12px; text-align:center; color: #fff; }

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

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color:#6fb92c;
	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; }

/* rollover-fade
****************************************************/
.btn2rf{
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}





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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left:auto; margin-right:auto; width:1000px; }
	.sp{ display:none!important; }

	/* overflow:hidden;
	****************************************************/
	.oh, .oh_ul{ overflow:hidden; }
	.oh .fl, .oh_ul li{ float:left; }
	.oh .fr{ float:right; }
	.oh .cb{ clear:both; }

	/* column
	****************************************************/
	.clm{ letter-spacing:-0.4em; }
	.clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

	/* header
	****************************************************/
	header{ margin-bottom: 30px; }
	header .sec2 .cen{ margin-top: 50px; margin-left: 20px; }
	header .sec2 .fr{ margin-top: 20px; }
	header .logo{ margin-top: 30px; }
	header .tel{ margin-top: 20px; }
	
	/* nav
	****************************************************/
	nav{ font-size:15px; line-height: 20px; width:100%; }
	.nav_io{ background-color: #6fb92c; }
	.nav_oti{ background: url("images/nav1bg.png") no-repeat bottom center #6fb92c; }
	nav ul{ overflow:hidden; padding-top: 15px; }
	nav li{ float:left; width: 170px; background-position: top 10px center; background-repeat: no-repeat; background-size:80px 80px; }
	nav li:first-child{ width: 150px; }
	nav ul a{ display:block; text-align: center; padding: 100px 0 0; height: 140px; color: #fff; }
	nav ul a:hover, nav ul .on{ background: url("images/nav1bg.png") no-repeat bottom center; text-decoration:none; }
	.nav1icon{ background-image: url("images/button1.png"); }
	.nav1icon:hover, .nav1icon_on{ background-image: url("images/button1_ov.png"); }
	.nav2icon{ background-image: url("images/button2.png"); }
	.nav2icon:hover, .nav2icon_on{ background-image: url("images/button2_ov.png"); }
	.nav3icon{ background-image: url("images/button3.png"); }
	.nav3icon:hover, .nav3icon_on{ background-image: url("images/button3_ov.png"); }
	.nav4icon{ background-image: url("images/button4.png"); }
	.nav4icon:hover, .nav4icon_on{ background-image: url("images/button4_ov.png"); }
	.nav5icon{ background-image: url("images/button5.png"); }
	.nav5icon:hover, .nav5icon_on{ background-image: url("images/button5_ov.png"); }
	.nav6icon{ background-image: url("images/button6.png"); }
	.nav6icon:hover, .nav6icon_on{ background-image: url("images/button6_ov.png"); }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top:140px; }
	.none{ display:none; }

	/* page title
	****************************************************/
	.pp1ttl{ margin-bottom: 80px; }
	
	/* content
	****************************************************/
	/* common */
	.space1{ padding: 60px 0 100px; }
	/* index */
	.mv{ background: url("images/mv1bg.png") no-repeat center bottom; }
	.mv div{ background: url("images/main.png") no-repeat center center; height: 450px;}
	/* index */
	#index .sec1 .oh{ padding: 50px 30px 0 60px; }
	#index .sec1 .fl{ margin-top: 50px; }
	#index .sec1 .fr{ width: 710px; }
	#index .sec2 .oh{ margin-top: 50px; }
	#index .sec2 .fl, #index .sec2 .fr{ width: 310px; }
	#index .sec2 .fl{ margin-right: 35px; }
	#index .sec3{ background: url("images/index3bg.png") no-repeat center top #ffffc5; min-height: 1120px; padding-top: 70px; }
	#index .sec3 .oh_ul{ padding: 20px 0 70px 20px; margin-top: 30px; }
	#index .sec3 .oh_ul li{ margin: 50px 0 0 50px; }
	#index .sec3 .clm{ padding-left: 100px; }
	#index .sec3 .clm li{ margin-right: 1em; }
	#index .sec4 .wrap{ position:relative; }
	#index .sec4 .fl{ width: 580px; margin-top: 90px; }
	#index .sec4 .fr{ margin-top: 100px; }
	#index .sec4 .ads1{ position:absolute; top: 0; right: 250px; }
	#index .sec4 .ads2{ position:absolute; bottom: 0; }
	#index .sec5{ padding: 60px 0; text-align: center; }
	#index .sec5 li{ margin:0 30px; }
	/* greeting */
	#greeting .sec1{ margin-top: 80px; }
	#greeting .sec1 .fl{ width: 560px; line-height: 250%; }
	#greeting .sec2 .fl, #greeting .sec2 .fr{ width: 480px; height: 400px; padding: 30px 40px; }
	/* medical */
	#medical .sec1{ padding: 60px 100px 100px; }
	#medical .sec2 .oh{ margin-top: 40px; }
	#medical .sec2 .fl, #medical .sec2 .fr{ width: 480px; height: 400px; margin-top: 40px; padding: 30px 30px 0; }
	/* guide */
	#guide .sec1 .fl, #guide .sec1 .fr{ width: 480px; height: 380px; margin-top: 40px; }
	#guide .sec1 .box{ padding: 30px 30px 0; }
	#guide .sec2 .fl, #guide .sec2 .fr{ padding: 30px 30px 0; width: 320px; height: 650px; margin-top:50px; }
	#guide .sec2 .fl{ margin-right:20px; }
	#guide .sec2 h3{ font-size:20px; line-height:125%; height:70px; display:table-cell; vertical-align:middle; width:300px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom .ttl1, #symptom .ttl2{ margin-top: 100px; }
	#symptom li{ width: 25%; margin-top: 1em; }
	/* symptom2 */
	#symptom2 dt, #symptom3 h3{ font-size:26px; }
	#symptom2 dl{ margin-top: 80px; }
	#symptom2 dd{ padding:10px 0; }
	#symptom2 ul{ margin-top:40px; padding:20px 0 40px 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 h3{ margin-top:80px; }
	#symptom3 h4{ font-size:20px; margin-top:20px; }
	#symptom3 dl{ padding: 0 1em; }
	#symptom3 .dis{ margin-top:50px; padding: 0 1em; }
	#symptom3 .des{ padding: 1em; }
	#symptom3 .outline{ margin-top: 50px; }
		
	/* disease
	****************************************************/
	#disease ul{ padding-left: 75px; }
	#disease li{ margin:15px 50px 15px 0; }
	#disease li:nth-child(3n){ margin-right:0; }
	#disease li a{ width:250px; padding: 85px 0; line-height:20px; transition:all 1s ease; }
	#disease dl{ padding-top: 30px; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0 60px; }
	footer .sec1 .adr{ text-align: left; font-size: 16px; line-height: 150%; }
	footer .sec1 .fr{ width: 560px; }
	footer .sec1 .clm li{ margin-right: 1em; }
	footer .sec2{ text-align: center; padding: 20px 10px; }
	footer .sec2 li{ margin: 0 5px; }
	address{ margin-top: 20px; }
	
	
	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom:750px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:450px;
	}

		/* f_map
	****************************************************/
	.f_map{	display: flex; }
	/* .pc img{ max-width: 100%; height: auto; } */
	.f_map .f_map-img{ padding: 50px; display: flex; align-items: center; }
	.f_map .f_map-img img{ max-width: 100%; height: auto; }

}





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

	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; }
	
	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm2sp li:nth-child(odd){ float: left; }
	.oh_clm2sp li:nth-child(even){ float: right; }
	
	/* header
	****************************************************/
	header .wrap{ padding:0; }
	.guide{ border-bottom: 1px solid #e9e9e9; padding: 15px 0; text-align: center;}
	
	/* headline
	****************************************************/
	.hl1{}

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	.header-sp{ position:fixed; top:0px; left:0px; z-index:2; width:100%; }
	#headerSp{ width:100%; border-collapse:collapse; border-bottom: 1px solid #e9e9e9; background-color: #fff; }
	#headerSp tr td:nth-of-type(1){ padding: 2% 15% 2% 15%; text-align: center; }
	#headerSp tr td:nth-of-type(2){ width: 17%; border-left: 1px solid #e9e9e9; background-color: #6fb92c; padding: 15px 10px; }
	#js-menuBk{
	  display: none;
	  position: fixed;
	  z-index: 998;
	  top: 0;
	  left: 0;
	  background: rgba(0,0,0,0.6);
	}
	#js-openBtn{ text-align:center; }
	.menuClose img{ width: 15%; padding:15px 10px; background-color: #6fb92c; display: inline-block; }
	#js-spNav{
		position: absolute;
		position:fixed;
		z-index: 999;
		top: 0;
		right: 0;
		width: 80%;
		background: #fff;
		transform: translateX(100%);
		transition: all .3s;
	}
	#js-spNav.isOpen{ transform: translateX(0); }
	/* nav */
	nav .wrap{ padding: 0; }
	nav li{ border-bottom:1px dotted #000; }
	nav a{
		display:block;
		padding:15px 15px 15px 17%;
		color: #000;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15%;
		margin-left: 15px;
	}
	nav li:nth-child(1) a{ background-image: url("images/button1.png"); }
	nav li:nth-child(2) a{ background-image: url("images/button2.png"); }
	nav li:nth-child(3) a{ background-image: url("images/button3.png"); }
	nav li:nth-child(4) a{ background-image: url("images/button4.png"); }
	nav li:nth-child(5) a{ background-image: url("images/button5.png"); }
	nav li:nth-child(6) a{ background-image: url("images/button6.png"); }

	/* page title
	****************************************************/
	.pp1ttl{ margin-bottom: 50px; }

	/* content
	****************************************************/
	/* common */
	.space1{ padding: 50px 0; }
	/* index */
	.mv{ background: url("images/main_sp.png") no-repeat center center; padding-top:54%; background-size:contain; margin-top: 15px; }
	#notice{ padding: 0 15px; }
	#index .sec1 .fr{ margin-top: 30px; }
	#index .sec2 .fl, #index .sec2 .fr{ margin-top: 50px; }
	#index .sec3{ background: url("images/index3bg.png") no-repeat top center; padding: 40px 0 20px; }
	#index .sec3 .oh_clm2sp{ padding: 0 4% 4%; }
	#index .sec3 .oh_clm2sp li{ margin-top: 4%; }
	#index .sec3 .clm{ margin-top: 10px; }
	#index .sec4 .oh{ padding: 30px 0; }
	#index .sec4 .fr{ padding: 0 15%; }
	#index .sec4 h3{ margin-top: 1em; }
	#index .sec4 .ads2{ text-align: center; }
	#index .sec5{ padding: 4%; }
	/* greeting */
	#greeting .sec1 .fr{ margin-bottom: 50px; }
	#greeting .sec2 .fl, #greeting .sec2 .fr{ padding: 15px; }
	#greeting .sec2 .fr{ margin-top: 50px; }
	/* medical */
	#medical .sec1 .clm{ margin-top: 10px; }
	#medical .sec2 .fl, #medical .sec2 .fr{ margin: 25px 0; padding: 15px; }
	/* guide */
	#guide .sec1 .fl, #guide .sec1 .fr{ margin: 25px 15px 25px; }
	#guide .sec1 .box{ padding: 15px; }
	#guide .sec1 h3{ margin: 15px 0; }
	#guide .sec2 h3{ padding:10px 0; }
	#guide .sec2 .fr, #guide .sec2 .fl{ padding: 25px 15px 25px; margin-top: 20px; }

	/* symptom
	****************************************************/
	#symptom, #symptom2, #symptom3{ padding: 50px 15px; }
	/* symptom */
	#symptom .ttl1, #symptom .ttl2{ padding-left: 15%; }
	#symptom ul{ padding-top:.5em; }
	#symptom li{ margin-top:.5em; }
	/* symptom2 */
	#symptom2 dd{ margin-top:1em; }
	#symptom2 ul{ margin-top:30px; padding-top:10px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:15px; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* disease
	****************************************************/
	#disease{ padding: 50px 15px; }
	#disease ul{ margin-top:30px; }
	#disease li{ margin-top:20px; }
	#disease li:first-child{ margin-top:0; }
	#disease li a{ padding: 50px 0 50px; }
	#disease h3{ margin-top: 50px; }

	/* footer
	****************************************************/
	footer .sec1 .fl{ padding: 5% 10% 10%; }
	footer .sec2{ padding: 15px; font-size: 11px; line-height: 125%; }
	footer .sec2 .clm{ letter-spacing:-0.4em; }
	footer .sec2 .clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; margin-right: .5em; line-height: 200%; }
	address{ margin-top: 1.5em; font-size: 10px; }
	
	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 79%;
		padding-top:30px;
		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:99; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ width: 50%; background-color:#6fb92c; border-right: 1px solid #fff; border-top: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 50%; background-color:#6fb92c; border-left: 1px solid #fff; border-top: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 30px; }
}