@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: 60px; }

/* 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: #B48032; }
.col2, .col2ul li:before, .col2icon:before{ color: #13457E; }
/* background */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #13457E; }
.bg2col{ background-color: #E1E7EF; }

/* 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; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"※"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsSS{ font-size: 22px; font-family: "リュウミン M-KL", "Ryumin Medium KL"; }
.fsS{ font-size: 26px; font-family: "リュウミン M-KL", "Ryumin Medium KL"; }
.fsM{ font-size: 30px; font-family: "リュウミン M-KL", "Ryumin Medium KL"; }
.fsL{ font-size: 42px; font-family: "UD新ゴ コンデンス90 L", "UD Shin Go Conde90 L"; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }
.pp1ttl{ font-family: "リュウミン M-KL", "Ryumin Medium KL"; }

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

/* 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, .lnk1btn{ align-items: center; align-content: center; }
 
/* headline
****************************************************/
.fsFam1, .pp1ttl, h1, h2, h3, h4, .lnk2btn, #faq dt{ line-height: 150%; }
.hl1{ font-weight: normal; text-align: center; font-size: 19px; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic"; }
.hl1 span{ font-family: "UD新ゴ コンデンス90 L", "UD Shin Go Conde90 L"; }
.hl2{
    display: block;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
	color: #13457E;
}
.hl2::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 1.5px;
    background-color: #13457E;
}
.hl3{ border-left: 3px solid #B48032; line-height: 30px; padding-left: 15px; }
.hl4{ border-bottom: 1.5px solid #B48032; padding-bottom: 15px; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .9; transition : all 0.75s; }
.lnk1btn{
	position: relative;
	border: 1px solid #333;
	background-color: #FFF;
	color: #333;
	line-height: 20px; 
	padding: 0 40px 0 20px;
	text-align: left;
	height: 60px;
	font-size: 16px;
}
.lnk1btn:after{
	content: "▶";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.lnk1btn:hover{
	opacity: 1;
}
.lnk1btn:hover:after{
	right: 15px;
}

/* content
****************************************************/
.notice a{ display: block; border-bottom: 2px dotted #DDD; padding: 30px 0; }
/* common */
.posRelCom{ position: relative; }
.num{ overflow: hidden; padding: 40px 40px 40px 100px; }
.num span{ display: inline-block; color: #FFF; background-color: #13457E; width: 40px; line-height: 28px; padding: 5px 0; font-weight: bold; text-align: center; margin-right: 20px; float: left; margin-left: -60px; }
.numBox{ text-indent: -60px; padding-left: 60px; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.box1c{ border: 1px solid #13457E; background-color: #FFFFFF; }

/* 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: #B48032; }
#symptom li a:hover{ color: #B48032; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ border: 1px solid #13457E; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #B48032; }
#symptom2 li a:hover{ color: #B48032; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ margin-top: 60px; border: 1px solid #13457E; padding: 40px; }
#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: #B48032; }
#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: #B48032; 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: #333; }
address{ padding: 15px 0; }

/* 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: #13457E;
	border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* table
****************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ padding: 15px 40px; }
.tbl1 th{ background-color: #13457E; color: #FFFFFF; }
.tbl1 td{  border:1px solid #707070; }

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

	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: 100px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 100px; margin-left: -100px; }
	.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; }
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }

	/* lnk_btn
	****************************************************/
	.lnk2btn{
		background: url("images/01_button01@2x.png") no-repeat center center / 100% auto;
		height: 250px;
		color: #FFFFFF;
		padding: 0 35px 0 245px;
	}
	.lnk2btn span{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		height: 145px;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 10px;
	}
	.lnk3btn{
		background: url("images/01_button02@2x.png") no-repeat center center / 100% auto;
		height: 230px;
		color: #13457E;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 200%;
	}

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

	/* header
	****************************************************/
	header .wrap{ min-height: 180px; }
	header .adsPc1{ top: 15px; right: 0; }
	header .adsPc2{ top: 35px; left: 0; }
	header .adsPc3{ top: 50px; right: 0; }
	header .adsPc4{ top: 50px; right: 335px; background-color: #FFFFFF; border: 1px solid #13457E; color: #13457E; 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; font-weight: bold; }
	.gNav ul{ padding: 10px 20px 10px 0; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; margin-left: 30px; }
	.gNav ul a{ display: block; color: #333; padding: 15px 0 20px; text-align: center; }
	.gNav ul a:hover, .gNav ul .stay{ color: #13457E; }
	/* 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, .95);
		text-align: left;
		font-weight: normal;
	}
	.gNav .parent .typ1 ul{ padding-top: 15px; }
	.gNav .parent .typ1 li{ margin: 0; min-width: 25%; }
	.gNav .parent .typ1 a{ text-align: left; }
	.gNav .parent .typ1 a:before{ content: "－"; margin-right: .5em; color: #333; }
	
	/* contents
	****************************************************/
	.spa1{ padding: 60px 0 150px; }
	.clm4 li{ width: 230px; margin-right: 60px; }
	.clm4 li:nth-child(4n){ margin-right: 0; }
	/* index */
	#index .sec1{ padding: 100px 0; }
	#index .sec1 .notice a{ padding: 20px 0; }
	#index .sec2{ padding: 100px 0; }
	#index .sec3{ background: url("images/01_back01@2x.png") no-repeat top center / cover; padding: 100px 0 150px; }
	#index .sec3 .w328:nth-child(1){ margin-top: 60px; }
	#index .sec3 .w328:nth-child(2){ margin-top: 110px; }
	#index .sec3 .w328:nth-child(3){ margin-top: 160px; }
	#index .sec4{
	  position: relative;
	  padding: 100px 0 150px;
	  z-index: 1;
	}
	#index .sec4::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 628px;
	  background: url("images/01_back02@2x.png") no-repeat center top;
	  background-size: cover;
	  z-index: -1;
	}
	#index .sec4 .gr1{ margin-top: 50px; }
	#index .sec4 .gr1 li,
	#medical .sec2 .gr1 li{ margin-top: 50px; }
	#index .sec4 .gr2{ margin-top: 20px; }
	#index .sec4 .gr2 li,
	#medical .sec2 .gr2 li{ margin-top: 60px; }
	#index .sec5{ background: url("images/01_back03@2x.png") no-repeat top center / 1920px 1240px #FCFCFC; padding: 100px 0 0; height: 1240px; }	
	#index .sec5 .w520{ margin: 80px 0 0 580px; }
	#greeting .sec1{ background: url("images/02_back01@2x.png") no-repeat top center / 1920px 670px; }		
	#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: space-between; }
	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: 370px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 370px;
	}
	
	/* 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: 190px; right: -60px; }
	.trk2{ top: 330px; right: -60px; }
	.trk3{ top: 470px; right: -60px; }
}



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

	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; }
	.mt1adj{ margin-top: 30px; }

	/* font-size
	****************************************************/
	.fsSS{ font-size: 19px; }
	.fsS{ font-size: 22px; }
	.fsM{ font-size: 26px; }
	.fsL{ font-size: 32px; }

	/* 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%; }
	.lnk2btn{
		background: url("images/sp_01_button01@2x.png") no-repeat top center / cover red;
		color: #FFFFFF;
		text-align: right;
		padding: 25px 20px 25px 0;
		width: 100%;
	}
	.lnk2btn span{
		display: inline-block;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 10px;
		width: 70%;
	}
	.lnk3btn{
		background: url("images/sp_01_button02@2x.png") no-repeat center center / 100% 100%;
		height: 120px;
		color: #13457E;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 150%;
	}

	/* 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(255, 255, 255, 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: #E1E7EF; overflow: hidden; } 
	.gNav .parent .typ1 ul{ padding-bottom: 10px; }
	.gNav .parent .typ1 li{ border-bottom: none; width: 100%; } 
	.gNav .parent .typ1 ul a{ border-bottom: none; padding: 10px 0;  margin: 0!important; color: #333; } 
	.gNav .parent .typ1 ul a:before{ content: "－"; margin-right: 5px; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 26px; color: #333; 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: #FFF;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #FFF;
	}
	.btn-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #333;
  	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_titleback@2x.png") no-repeat center center / cover; height: 120px; font-size: 22px; color: #FFF; }
	.hl1{ font-size: 16px; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 30px; padding-bottom: 100px; }
	.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_01_main@2x.png") no-repeat top center / 100% auto; padding-top: 88%; }
	#index .sec1{ padding: 35px 0; }
	#index .sec1 .fr{ margin-top: 30px; }
	#index .sec2{ padding: 50px 0; }
	#index .sec2 .gmap{ margin: 30px -15px 0 -15px; }
	#index .sec3{ background: url("images/sp_01_back01@2x.png") no-repeat top center / cover; padding: 50px 0; }
	#index .sec3 .w328{ margin-top: 50px; }
	#index .sec3 figure img{ width: 70%;  }
	#index .sec4{ background: url("images/sp_01_back02@2x.png") no-repeat top center / 100% auto; padding: 50px 0; }
	#index .sec4 .gr1{ margin-top: 10px; }
	#index .sec4 .gr1 li,
	#medical .sec2 .gr1 li{ margin-top: 20px; }
	#index .sec4 .clm4 li,
	#medical .sec2 .clm4 li{ width: 48%; }
	#index .sec4 .gr2,
	#medical .sec2 .gr2{ justify-content: space-between; }
	#index .sec4 .gr2 li,
	#medical .sec2 .gr2 li{ margin-top: 30px; }
	#index .sec5{ background: url("images/sp_01_back04@2x.png") no-repeat top center / cover; padding: 50px 0; }
	#index .sec5 .w520{ margin-top: 30px; }
	#index .sec5 .name{ width: 50%; }
	#greeting .sec1{ background: url("images/sp_01_back03@2x.png") no-repeat top center / 80% auto; padding-top: 72%; }
	#medical .sec2 .gr1{ margin-top: 50px; }
	#access iframe{ width: 100%; margin-bottom: 30px;  }

	/* 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{ padding: 50px 0; }
	footer .sec1 .gmap{ margin: 30px -15px 0; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; padding: 5px 0; }
	address{ padding: 0 15px; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* table
	****************************************************/
    .tbl1{ border-bottom: 1px solid #707070; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%; padding: 15px; }
    .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; color: #FFF; }
	#footerSp tr td:nth-of-type(1){ width: 12%; background-color: #333333; }
	#footerSp tr td:nth-of-type(2){ width: 30%; background-color: #13457E; }
	#footerSp tr td:nth-of-type(3){ width: 29%; background-color: #B48032; }
	#footerSp tr td:nth-of-type(4){ width: 29%; background-color: #13457E; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #FFF; }
	#footerSp img{ vertical-align: -13px; margin-right: 5px; }
}