@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:#333; font-family: "Jun 201", "じゅん 201", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
/*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, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb100{ margin-bottom: 100px; }
.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, .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: #004E9C; }
.col2, .col2ul li:before, .col2icon:before{ color: #ffffff; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #ffffff; }
.bg2col{ background-color: #F2FAFE; }

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

/* padding
****************************************************/
.pad1{ padding: 40px; }

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

/* border
****************************************************/
.bor1{ border: 1px solid #122A6C; padding: 10px 15px; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "じゅん 201", "Jun 201"; }
.hl1{
	background: url("images/icon_title@2x.png") no-repeat top center / 60px 33px;
	text-align: center;
	padding-top: 50px;
	font-size: 30px;
}
.hl1 span{ display: block; color: #00AFEC; font-size: small; }
.hl2{ color: #004E9C; border-bottom: 2px dotted #004E9C; padding-bottom: 20px; font-size: 30px; }

/* gNav
****************************************************/
.gNav .parent ul li{ min-width: 50%; }
.gNav .parent ul li a{ text-align: left; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:"＞"; margin-right: .5em; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* 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: #004E9C; color: #fff; padding: 0 2em; }
#index .sec5 .fbCom a{
	display: flex;
	border: 1px solid #0064B6;
	background-color: #E8F3FE;
	color: #0064B6;
	font-size: 23px;
	height: 150px;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 125%;
}
#index .sec5 .fbCom a:hover{ background-color: #0064B6; color: #fff; }
#index .sec5 .fbCom a span{ font-size: small; display: inline-block;}
#index .sec6{ background: url("images/back_top_goaisatsu@1.5x.png") repeat-x top center / auto 220px; }
/* access */
#access .sec2 h3{ background-color: #F2FAFE; color: #004E9C; padding: 20px; text-align: center; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; text-align: center; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #00AFEC; font-weight: bold; }
#symptom li a:hover{ color: #00AFEC; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F2FAFE; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #00AFEC; font-weight: bold; }
#symptom2 li a:hover{ color: #00AFEC; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #F2FAFE; padding: 25px; }
#symptom3 h3{ color: #004E9C; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #004E9C; 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; }

/* about
****************************************************/
#about dt:before{ content:"▶ "; color: #00AFEC; }
#about 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: #00AFEC; 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{ 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: #004E9C;
	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 #B2B2B2; padding: 10px 20px; background-color: #fff; }
.lnk1btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.85em;
}
.lnk1btn:hover{ background: url("images/btn1bg.png") repeat-x; color: #fff; border-color: transparent; }

/* band
****************************************************/
.band1{ background-color: #fff; color: #333; text-align: center; }
.band2{ border: 1px solid #fff; }
.band3{ background-color: #004E9C; color: #fff; text-align: center; }
.band4{ border: 1px solid #004E9C; }




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

	600px over

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

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

	/* 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
	****************************************************/
	.wid1{ width: 380px; }
	.wid2{ width: 580px; }
	.wid3{ width: 790px; }
	.wid4{ width: 220px; }
	.wid5{ width: 300px; }
		
	/* main
	****************************************************/
	.mv{ transition: 2.5S ease; background: url("images/main01@1.5x.png") no-repeat top center / cover; }
	.mv .wrap{ position: relative; padding-top: 53.7% }
	.mv div{ position: absolute; bottom: 15px; }
	.mv p{ height: 50px; line-height: 25px; margin-bottom: 10px; }
	.mv .bees1{ right: 200px; }
	.mv .bees2{ right: 0; }
	
	/* header
	****************************************************/
	header{ padding: 20px 0; }
	header .fl{ margin-top: 20px; }
	header h1{ margin-bottom: 10px; text-align: right; }
	header .fbPc p{ border: 1px solid #004E9C; padding: 10px 15px; margin-right: 15px; }
	header .txt1{ background-color: #F2FAFE; }
	header .txt2{ background-color: #004E9C; color: #fff; }
	header .fr figure{ padding-top: 5px; }
	
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #004E9C; font-size: 16px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; padding-top: 10px; }
	.gNav li{ width: 200px; 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; border-radius: 10px; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover{ background-color: #fff; border-radius: 10px; }
	.gNav .parent:hover a{ color: #112A6C; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background-color: #DDF4FF;
		border-radius: 0 10px 10px 10px;
		visibility: hidden;
		position: absolute;
		top: 50px;
		z-index: 999;
		padding: 20px 20px 5px;
	}
	.gNav .parent .pt1{ width: 300px; }
	.gNav .parent .pt2{ width: 500px; }
	.gNav .parent ul li a{ color: #333333!important; background-color: #DDF4FF; padding: 0px 0 5px 1.5em; text-indent: -1.5em; }
	
	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/back_title@1.5x.png") no-repeat bottom center / cover;
		height: 260px;
		color: #fff;
		font-size: 40px;
	}

	/* content
	****************************************************/
	/* common */
	.spaCont{ padding: 80px 0; }
	/* index */
	#index .sec1{ background: url("images/back_top_oshirase@1.5x.png") no-repeat top center / cover; padding: 80px 0 100px; }
	#index .sec1 .fl{ position: relative; }
	#index .sec1 .ads{ position: absolute; top: 50px; right: 0; font-size: 16px; width: 100px; }
	#index .sec1 .ads li{ margin-right: 1em; }
	#index .sec1 .fr{ margin-top: 50px; }
	#index .sec2{ background: url("images/back_top_tokucho01@1.5x.png") no-repeat center center / 1440px 1290px; padding: 150px 0; }
	#index .sec2 .hl2{ margin-bottom: 30px; }
	#index .sec2 h3{ margin-top: 50px; }
	#index .sec3{ background: url("images/back_top_tokucho02@1.5x.png") no-repeat center center / cover; min-height: 900px; padding: 100px 0; }
	#index .sec4{ background: url("images/back_top_shinryo_pickup@1.5x.png") no-repeat top center / cover; padding: 100px 0; }
	#index .sec5{ padding: 150px 0; }
	#index .sec5 .fbCom{ margin-top: 30px; }
	#index .sec5 .fbCom a{ width: 270px; }
	#index .sec5 .fbCom li{ margin: 30px 40px 0 0; }
	#index .sec5 .fbCom li:nth-child(4n){ margin-right: 0; }
	#index .sec5 .band4{ padding: 17.5px; }
	#index .sec6{ padding: 65px 0 130px; } 
	#index .sec6 h2{ margin-bottom: 100px; line-height: 150%; }
	/* greeting */
	#greeting .sec1 h2{ margin-bottom: 90px; }
	#greeting .sec2{ background: url("images/back_goaisatsu_ryakureki@1.5x.png") no-repeat top center / cover; }
	#greeting .sec2 .hl2{ font-size: 26px; }
	/* medical */
	#medical .sec3 h3{ font-size: 26px; margin-bottom: 25px; }
	#medical .sec3 h3 span{ font-size: 19px; }
	/* access */
	#access .sec1 .band4{ padding: 17.5px; }
	#access .sec2 .wrap1a{ padding-left: 200px; padding-right: 200px; }
	#access .sec2 .wrap2a{ padding-left: 50px; padding-right: 50px; }
	/* guide */
	#guide .sec1 h3{ margin-top: 60px; }
	#guide .sec2 .wid1{ margin-top: 80px; margin-right: 30px; }
	#guide .sec2 .fbPc div:nth-of-type(3n){ margin-right: 0; }
	#guide .sec2 h3{ height: 80px; }

	/* 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 .wrap{ width: 700px; }
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/back_f@1.5x.png") no-repeat top center / cover; padding: 80px 0; }
	footer .fl{ padding-top: 50px; }
	footer .fl p{ margin-top: 60px; }
	footer .mt40ul a{ padding: 15px; }
	footer .sec1 .mt40ul li:last-child a{ padding: 20px; }
	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; }	
	.trk2{ position: fixed; top: 330px; right: 0px; }	
	
	/* 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; }
	
	/* 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; }
	
	/* width
	****************************************************/
	.wid4{ width: 220px; }
	.wid5{ width: 60%; }
	
	/* padding
	****************************************************/
	.pad1{ 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 100px 5px 0; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	#headerSp .fbCom1 p{ width: 48%; border: 1px solid #0064B6; text-align: center; }
	/* nav */
	.gNav{
		background:rgba(0, 78, 156, 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 #fff; }
	.gNav li a{ display: block; padding: .75em 1em .75em 0; color: #fff; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; margin: 0 -15px; padding: 5px 15px 15px; font-size: 14px; background-color: #F2FAFE; overflow: hidden; } 
	.gNav .parent ul li{ float: left; min-width: 50%; border: none; }  
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0 0 0 1.5em!important; color: #333; text-indent: -1.5em; } 
	.gNav .parent ul li a:before{ 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: #fff; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important; }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #0064B6;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #0064B6;
	}
	.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_main01@2x.png") no-repeat top center / 100% auto; padding-top: 80%; transition: 2.5S ease; }
	.mv .wrap{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px; }
	.mv .bg1col{ border: 1px solid #B2B2B2; width: 48%; padding: 20px; }
	.mv .bees1{
		width: 100%;
		text-align: center;
		background-color:#ebeced;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding-top: 15px; 
	}
	
	/* title
	****************************************************/
	.pp1ttl{ background: url("images/back_sp_title@1.5x.png") no-repeat top center / cover; height: 120px; color: #fff; font-size: 23px; }

	/* content
	****************************************************/
	/* common */
	.spaCont{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index .sec1{ background: url("images/back_top_oshirase@1.5x.png") no-repeat top center / cover; padding: 60px 10px; }
	#index .sec1 .ads{ margin-top: 30px; text-align: center; }
	#index .sec1 .ads a{ width: 50%; padding: 15px; text-align: center; display: inline-block; }
	#index .sec1 .fr{ margin-top: 50px; }
	#index .sec2{ padding: 60px 0; }
	#index .sec2 figure{ margin-top: 30px; }
	#index .sec3{ background: url("images/back_top_tokucho02@1.5x.png") no-repeat left bottom / cover; padding: 30px 0; }
	#index .sec3 .wid1{ padding: 30px 0; }
	#index .sec4{ background: url("images/back_top_shinryo_pickup@1.5x.png") no-repeat top center / cover; padding: 20px 0; }
	#index .sec4 .wrap div{ padding: 30px 0; }
	#index .sec5{ padding: 60px 15px; }
	#index .sec5 .fbCom{ justify-content: space-between; margin-top: 30px; }
	#index .sec5 .fbCom a{ width: 100%; font-size: 16px; height: 92px; border-radius: 25px; }
	#index .sec5 .fbCom li{ width: 48%; margin-top: 20px; }
	#index .sec5 .ofh1pc p{ margin-top: 10px; }
	#index .sec5 .band4{ padding: 17.5px; }
	#index .sec6{ padding: 50px 0; }
	#index .sec6 h2{ margin: 40px 0; }
	#index .sec6 .mt50{ text-align: center; }
	#index .sec5 .lnk1btn{ width: 300px; }
	/* greeting */
	#greeting .sec1 h2{ margin: 50px 0 30px; }
	#greeting .sec2{ background: url("images/back_goaisatsu_ryakureki@1.5x.png") no-repeat top center / cover; }
	#greeting .sec2 .hl2{ font-size: 26px; }
	#greeting .sec2 .wid1{ margin-top: 40px; }
	/* medical */
	#medical .sec3 h3{ font-size: 26px; margin-bottom: 25px; }
	#medical .sec3 h3 span{ display: block; font-size: 19px; margin-top: .5em;  }
	/* access */
	#access .sec1 .fr{ margin-top: 40px; }
	#access .sec1 .band4{ padding: 17.5px; }
	/* guide */
	#guide .sec2 .wid1{ margin-top: 60px; }
	#guide .sec2 h3{ padding: 20px 0; }
	
	/* 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{ background: url("images/back_f@1.5x.png") no-repeat top center / cover; padding: 60px 0; }
	footer .sec1 .fl p{ margin: 30px 0; }
	footer .sec1 .mt40ul a{ padding: 15px; width: 100%; border-radius: 10px; }
	footer .sec1 .mt40ul li:last-child{ margin-top: 20px; }
	footer .sec1 .mt40ul li:last-child a{ padding: 20px; }
	footer .sec1 .band1, footer .sec1 .band2{ padding: 10px; }
	footer .sec2 ul{ padding: 15px 50px; }
	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: #004E9C; }
	#footerSp tr td:nth-of-type(1){ width: 15%; text-align: center; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #00AFEC; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}