@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; }
.mt60{ margin-top:60px; }
.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
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #2277D6; }
.col2, .col2ul li:before, .col2icon:before{ color: #FF9494; }
.bg1col{ background-color: #ECF5FC; }

/* 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: 26px; }
.fsL{ font-size: 32px; }
.fs16{ font-size: 16px; }
.lh150{ line-height: 150%; }
.lh200{ line-height: 200%; }

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

/* common custom
****************************************************/
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.posRelCom{ position: relative; }
.box1c{ background-color: #FF9494; color: #FFF; padding: 5px; text-align: center; }
.box2c{ border: 2px solid #689BD4; background-color: #FFF; padding: 5px; text-align: center; }
.box3c{ border: 2px solid #689BD4; background-color: #FFF; }
.num{ border: 1px solid #2277D6; display: inline-block; background-color: #FFF; color: #2277D6; margin-right: 30px; text-align: center; width: 40px; line-height: 38px; }

/* headline
****************************************************/
h1, h2, h3, h4, .box1c, .lnk2btn, .pp1ttl{ line-height: 125%; font-family: "丸フォーク M", "Maru Folk Medium"; }
.hl1{ text-align: center; }
.hl1 span{ display: block; color: #FF9494; font-size: 19px; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"; }
.hl2{ background: url("images/02_icon@2x.png") no-repeat top center / 55px 60px; text-align: center; padding-top: 75px; }
.hl3{ border-bottom: 2px solid #FF9494; padding-bottom: 15px; }
.hl3:before{ content: "●"; color: #FF9494; margin-right: 10px; }
.hl4{ background-color: #689BD4; color: #FFF; padding: 10px; }

/* 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;
	background: linear-gradient(to right, #85B1E3, #3F7ABE);
	padding: 20px;
	color: #FFF;
	text-align: left;
}
.lnk1btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.4em;
}
.lnk1btn:hover{ background-color: #F8F9ED; }
.lnk2btn{
	background: url("images/01_medical_button01@2x.png") no-repeat center center / contain;
	align-items: center;
	justify-content: center;
	align-content: center;
	color: #FFF;
	text-align: center;
	line-height: 150%;
}
.lnk3btn{ background: url("images/01_medical_button02@2x.png") no-repeat center center / contain; }
.lnk3btn:hover{ background: url("images/01_medical_button02_ov@2x.png") no-repeat center center / contain; }

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

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #FF9494; }
#symptom li a:hover{ color: #FF9494; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #FF9494; font-weight: bold; }
#symptom2 li a:hover{ color: #FF9494; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 h3{ color: #2277D6; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #2277D6; }
#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{
	background: url("images/01_pic06@2x.png") no-repeat center center / 328px 160px;
	color: #FFF;
}
#disease dd{ padding-top: 30px; }
#disease li a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 160px;
}

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



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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display:none!important; }
	/* overflow */
	.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; }
	/* absolute */
	[class*="adsPc"]{ position: absolute; }
	/* margin */
	.ml2em{ margin-left: 2em; }

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

	/* width
	****************************************************/
	.w200{ width: 200px; }
	.w250{ width: 250px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	.w50ul li{ width: 50%; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x.png") no-repeat top center / 1920px 500px; padding-top: 500px; }

	/* header
	****************************************************/
	header{ height: 140px; }
	header .adsPc1{ top: 10px; right: 0; }
	header .adsPc2{ top: 38px; left: 0; }
	header .adsPc3{ top: 35px; right: 0; }
	header .adsPc4{ top: 42px; right: 340px; width: 220px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #689BD4; font-size: 19px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; }
	.gNav li{ min-width: auto; }
	.gNav > .wrap > li{ min-width: 150px; }
	.gNav > .wrap > li:nth-child(4) { min-width: 200px; }
	.gNav ul a{ display:block; color: #fff; padding: 25px 0; line-height: 20px; }
	.gNav ul a:hover, .gNav ul .stay{ background:rgba(255, 255, 255, .3); }
	.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 .switch a{ background:rgba(255, 255, 255, .3); }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background:rgba(236, 245, 252, 0.95);
		visibility: hidden;
		position: absolute;
		top: 69px;
		left: 0;
		z-index: 999;
		padding: 20px 0 20px 20px;
		width: 1100px;
	}
	.gNav .parent ul li{ width: auto; margin-right: 30px; }
	.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:before{ content:"－"; margin-right: .25em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") no-repeat center center / 1920px 180px #DFEDF8;
		height: 180px;
		color: #333333;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 80px 0 150px; }
	.box1p{ height: 80px; line-height: 175%; }
	/* index */
	#index .sec1{ padding: 60px 0; min-height: 400px; }
	#index .sec1 .adsPc{ top: 200px; left: 40px; }
	#index .sec2 {
		position: relative;
		padding: 100px 0 120px;
		z-index: 1;
	}
	#index .sec2::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 330px;
		background: url("images/01_about_back@2x.png") no-repeat center top;
		background-size: cover;
		z-index: -1;
	}
	#index .sec2 .w328:nth-child(1){ margin-top: 60px; }
	#index .sec2 .w328:nth-child(2){ margin-top: 110px; }
	#index .sec2 .w328:nth-child(3){ margin-top: 160px; }
	#index .sec3{ background: url("images/01_medical_back@2x.png") no-repeat top center / cover; padding: 80px 0 100px; }
	#index .sec3 .gr1 a,
	#surgery .sec1 .gr1 a{ width: 520px; height: 230px; padding: 0 30px 0 220px; }
	#surgery .sec1 .gr1 li:nth-child(n+3){ margin-top: 30px; }
	#index .sec3 .gr2,
	#medical .sec2 .gr1{ margin-top: 30px; }
	#index .sec3 .gr2 a,
	#medical .sec2 .gr1 a{ width: 328px; height: 120px; padding: 45px 0 0 30px; }
	#index .sec4{ background: url("images/01_greeting_back@2x.png") no-repeat top center / 1920px 885px; }
	#index .sec4 .wrap{ padding: 80px 0 160px; }
	#index .sec4 .adsPc{ bottom: 130px; left: 270px; }
	#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; }

	/* disease
	****************************************************/
	#disease li{ width: 328px; margin-right: 58px; }
	#disease li:nth-child(3n){ margin-right: 0; }
	#disease li:nth-child(n+4){ margin-top: 60px; }
	#disease li a{ width:100%; padding: 50px 0; line-height:20px; }
	#disease dt{ font-size: 21px; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; min-width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 80px 0; }
	footer .sec2{ padding-top: 20px; font-size: 16px; }
	footer .sec2 .fbCom{ justify-content: space-around; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 140px; right: 0px; z-index: 2; }
	.trk2{ position: fixed; top: 275px; right: 0px; z-index: 2; }
	.trk3{ position: fixed; top: 410px; right: 0px; z-index: 2; }

	/* 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, .lnk2btn, .lnk3btn{ min-width: 60%; }
	/* padding */
	.pad30, .pad40{ padding: 20px; }
	/* margin */
	.mt30sp{ margin-top: 30px; }
	.mt1adj{ margin-top: 30px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ margin: 10px 20% 10px 10px; }
	#headerSp img{ width: 100%; }
	/* nav */
	.gNav{
		background-color: #ECF5FC;
		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{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; }
	.gNav li a{
		display: block;
		padding: 15px;
		color: #FFF;
		background-color: #689BD4;
		border-radius: 10px;
	}
	.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 0 15px 30px; background-color: #FFF; margin-top: 10px; overflow: hidden; }
	.gNav .parent ul li{ width: 50%; float: left; }
	.gNav .parent ul a{
		border-bottom: none;
		margin: 0!important;
		padding: 0 30px 0 0!important;
		color: #333;
		background-color: #FFF;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 150%;
		font-size: 16px;
	}
	.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: 13px; color: #FFF; 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: #5596D6;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #5596D6;
		border-radius: 6px;
	}
	.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_01_main@2x.png") no-repeat top center / 100% auto; padding-top: 80%; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/sp_02_titleback@2x.png") no-repeat center center / 375px 120px #DFEDF8;
		height: 120px;
		color: #333333;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 50px; padding-bottom: 50px; }
	.box1c span{ display: block; width: 100%; }
	/* index */
	#index .sec1{ padding: 50px 15px; }
	#index .sec1 .adsPc{ text-align: center; margin-top: 30px; }
	#index .sec2{ background: url("images/sp_01_about_back@2x.png") no-repeat top center / contain; padding: 50px 0; }
	#index .sec2 figure{ text-align: center; margin: 50px 10% 0; }
	#index .sec3{ background: url("images/sp_01_medical_back@2x.png") no-repeat top center / cover; padding: 50px 0; }
	#index .sec3 .gr1 a,
	#surgery .sec1 .gr1 a{ width: 100%; aspect-ratio: 52 / 23; padding: 0 5.5% 0 40%; }
	#surgery .sec1 .gr1 li{ margin-bottom: 30px; }
	#index .sec3 .gr2,
	#medical .sec2 .gr1{ justify-content: space-between; }
	#index .sec3 .gr2 li,
	#medical .sec2 .gr1 li{ width: 48%; }
	#index .sec3 .gr2 a,
	#medical .sec2 .gr1 a{
		background-image: url("images/sp_01_medical_button02@2x.png");
		width: 100%;
		aspect-ratio: 55 / 29;
		text-align: center;
		padding: 0 10% 2% 8.5%;
		align-content: center;
		font-weight: bold;
		line-height: 175%;
	}
	#index .sec4{ padding: 50px 0; }
	#index .sec4 .adsPc{ text-align: center; margin-top: 30px; }
	#greeting .gr1{ margin-left: -15px; margin-right: -15px; border-radius: 0; }

	/* 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-bottom: 30px; width: 100%; }

	/* footer
	****************************************************/
	footer .logo{ margin-left: 10%; margin-right: 10%; }
	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; text-align: center; }
	#footerSp tr td:nth-of-type(1){ background-color: #ECF5FC; width: 10%; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(2){ background-color: #689BD4; width: 19%; }
	#footerSp tr td:nth-of-type(3){ background-color: #FF9494; width: 19%; border-right: 1px solid #FFF; border-left: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(4){ background-color: #689BD4; width: 19%; }
	#footerSp tr td:nth-of-type(5){ background-color: #ECF5FC; width: 10%; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; /*margin-right: 10px;*/ }
}