@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height:150%; }
body{ font-size:19px; color:#333; font-family:"游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }

/* 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; }
.mt80{ margin-top: 80px; }
.mt100{ margin-top:100px; }
.mt1adj{ margin-top: 100px; }
.mt2adj{ margin-top: 200px; }

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

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #2CA6FF; }
.col2, .col2ul li:before, .col2icon:before{ color: #2380C4; }
.col3, .col3ul li:before, .col3icon:before{ color: #F78DBB; }

/* background
****************************************************/
/* color */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #ECF6FC; }


/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"●"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"▶"; margin-right: .5em; font-weight: normal; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 21px; }
.fsM{ font-size: 26px; }
.fsL{ font-size: 30px; }
.fs16{ font-size: 16px; }
.fs26{ font-size: 26px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .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; }
.br20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br30{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br35{ border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

/* 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; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.vCen2, .vCenA2 a{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "Jun 501", "じゅん 501"; }
.hl1{ text-align: center; }
.hl1 span{ border-bottom: 2px dotted #2CA6FF; color: #2380C4; padding-bottom: 10px; }
.hl2{ background-color: #2380C4; color: #FFF; display: inline-block; padding: 5px 10px; }
.hl3{ border-bottom: 2px solid #2380C4; position: relative; padding-bottom: 15px; padding-left: 20px; }
.hl3:before{
    content: "　";
	border-left: 4px solid #2380C4;
	position: absolute;
	top: 0;
    left: 0;
}
.pp1ttl{ font-family: "じゅん501"; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover{ opacity: .8; }
.lnk1btn{
	position: relative;
	border: 2px solid #2380C4;
	color: #2380C4;
	line-height: 20px; 
	padding: 19px 50px 19px 30px;
	text-align: left;
	font-size: 16px;
	background-color: #FFF;
}
.lnk1btn:hover{ background-color: #ECF6FC; }
.lnk1btn:after{
	content: ">";
	position: absolute;
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 20px;
}


/* gNav
****************************************************/
.gNav .parent ul li a:before{ content:"－"; margin-right: .5em; color: #F78DBB; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
/* index */
#notice li a{ display: block; border-bottom: 1px solid #DDD; padding: 30px 0; }
#index #notice a{ padding: 20px 40px; }
#gr1com [class*="num"]{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
	text-align: center;
	padding-top: 140px;
	transition : all 0.75s;
    font-size: 19px;
    font-weight: normal;
}
#gr1com [class*="num"]:hover{ margin-top: -10px; margin-bottom: 10px; }
#gr1com .num1{ background-image: url("images/01_surgery_button1@2x.png"); }
#gr1com .num2{ background-image: url("images/01_surgery_button2@2x.png"); }
#gr1com .num3{ background-image: url("images/01_surgery_button3@2x.png"); }
#gr1com .num4{ background-image: url("images/01_surgery_button4@2x.png"); }

/* symptom
****************************************************/
/* symptom */
#symptom p, #symptom2 p, #symptom3 p{ line-height: 200%; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '＞'; margin-right: .5em; color: #F78DBB; font-weight: bold; }
#symptom li a:hover{ color: #F78DBB; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #ECF6FC; }
#symptom2 li a:before{ content: '＞'; margin-right: .5em; color: #F78DBB; font-weight: bold; }
#symptom2 li a:hover{ color: #F292A2; }
/* symptom3 */
#symptom3 .outline{ background-color: #ECF6FC;  padding: 10px 40px 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:"▶ "; color: #F78DBB; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .parent li:before{ content: "▶"; color: #F78DBB; margin-right: .5em; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .child li:before{ content: ""; }
#sitemap .child a{ text-decoration: underline; }
#sitemap .child a:hover{ text-decoration: none; }

/* footer
****************************************************/
footer{ border-top: 1px solid #DEDEDE; }
footer .sec1 .gr1, footer .sec1 .gr2{ border-bottom: 2px dotted #2CA6FF; padding-bottom: 10px; font-weight: bold; }
footer .sec1 .gr1 span{ display: block; background: url("images/f_icon1@2x.png") no-repeat left center / 40px 40px; padding: 10px 0 10px 60px; }
footer .sec1 .gr2 span{ display: block; background: url("images/f_icon2@2x.png") no-repeat left center / 40px 40px; padding: 10px 0 10px 60px; }
footer .sec2 *{ color: #333; font-size: 16px; }
address{ padding: 10px; text-align: center; font-size: 16px; }

/* 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:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #F78DBB;
	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; }
	[class*="adsPc"]{ position: absolute; }

	/* 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; }
	.vCenPc, .vCenApc a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }
	
	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 130px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 130px; margin-left: -130px; }
	.lst2{ padding-left: 40px; }
	.lst2 li{ width: 33%; margin: 10px 0; }
	
	/* width
	****************************************************/
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	
	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x.png") no-repeat top center / 1920px 600px; height: 600px; }
    .mv .adsPc{ bottom: 50px; right: 130px; }
    
	/* header
	****************************************************/
	header{ border-top: 10px solid #F78DBB; height: 120px; }
	header h1{ padding: 10px 0 0 30px; }
	header .adsPc1{ top: 40px; left: 30px; }
	header .adsPc2{ top: 40px; right: 500px; background-color: #F78DBB; color: #FFFFFF; height: 50px; width: 150px; font-size: 16px; }
	header .adsPc3{ top: 40px; right: 325px; background-color: #2CA6FF; color: #FFFFFF; height: 50px; width: 150px; font-size: 16px; }
	header .adsPc4{ top: 40px; right: 30px; }

	/* nav
	****************************************************/
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; margin-top: 10px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; justify-content: space-between;  }
	.gNav li{ width: 150px; }
	.gNav li:nth-child(3){ width: 210px; }
	.gNav li ul li{ display: block; }
	.gNav ul a{ display: block; color: #333; padding: 15px 0 20px; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #ECF6FC; border-radius: 10px; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; width: 100%; }
	.space{ margin-top: 190px; }
	.none{ display:none; }
	
	/* parent　*/
	.gNav .wrap{ position: relative; }
	.gNav .parent:hover a{ background-color: #ECF6FC; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background: rgba(255, 255, 255, .90);
		visibility: hidden;
		position: absolute;
		top: 62px;
		left: 0;
		z-index: 999;
		padding: 20px 15px 20px 30px;
		width: 1100px;
		justify-content: flex-start;
		text-align: left;
	}
	.gNav .parent ul li{ min-width: 33%; }
	.gNav .parent ul li a{ background: transparent!important; padding: 10px 0; font-size: 16px; }
	.gNav .parent ul li a:hover{ text-decoration: none; }
	.gNav .parent ul li a:before{ content:"－"; font-weight: bold; margin-right: .5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") repeat-x top center / 1920px 240px;
		height: 240px;
        color: #2380C4;
		text-align: center;
	}
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 70px 0 150px; }
	/* index */
	#index .sec1{ padding: 60px 0 100px; }
	#index .sec1 .w328 p{ margin-top: 50px; }
	#index .sec2{ background: url("images/01_back1@2x.png") no-repeat top center / cover; padding: 100px 0; }
	#gr1com [class*="num"]{ width: 230px; height: 230px; }
	#gr2com a{
		display: inline-block;
		width: 328px;
		height: 100px;
		background-image: url('images/01_shinryo_button@2x.png');
		background-size: cover;
		transition: background-image 0.3s ease;
		cursor: pointer;
		text-align: center;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#gr2com a:hover{
		background-image: url('images/01_shinryo_button_ov@2x.png');
	}
	#index .sec3{ padding: 100px 0; background: url("images/01_back2@2x.png") no-repeat top center / 1920px 1210px; }
	#index .sec4{ padding: 100px 0; background: url("images/01_back3@2x.png") no-repeat top center / cover; }
	#greeting .sec2{ padding-top: 40px; }
    #surgery .w520{ margin-top: 80px; }
	#facility .sec1 .w520:nth-child(n+3){ margin-top: 60px; }
	#facility .sec2 .w520{ margin-top: 60px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 75px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* symptom2 */
	#symptom2 ul{ 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 .des{ padding: 30px 0; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0; }
	footer .sec2{ padding: 20px 0; font-size: 16px; }
    footer .sec2 .fbCom{ justify-content: center; }
	footer .sec2 li{ margin-left: 10px; margin-right: 10px; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 9999; }
	[class*="trk"] a:hover{ opacity: .75; }
	.trk1{ top: 230px; right: 0; }
	.trk2{ top: 360px; right: 0; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width: 100%;
		position: relative;
		padding-bottom: 400px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 400px;
	}
}



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

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap, .wrap2{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align: center; }
    .lnk1btn, .lnk1btn2, .lnk3btn{ width: 80%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj, .mt40sp{ margin-top: 40px; }
	.mt2adj{ margin-top: 100px; }
	.pad40{ padding: 20px; }
    .mt30sp{ margin-top: 30px; }
    .mt60sp{ margin-top: 60px; }
	
	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 21px; }
	.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; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; position: fixed; top: 0px; left: 0px; z-index: 1000; }
	/* nav */
	.gNav{
		background: rgba(255, 255, 255, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 999;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ border-bottom: 1px solid #DDDDDD; }
	.gNav li a{ display: block; padding: 15px; color: #463D35; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; padding: 0 20px 15px; font-size: 16px; } 
	.gNav .parent ul li{ border-bottom: none; } 
	.gNav .parent ul a{ margin: 0!important; padding: 10px 0 0 0; color: #333; } 
	.gNav .parent ul 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: 30px; font-weight: bold; color: #F78DBB; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 15px;
		right: 10px;
		z-index: 9999;
		background: #333333;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #333333;
		border-radius: 3px;
	}
	.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: 102%;
		position: relative;
		text-align: center;
	}
	
	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02title_back@2x.png") no-repeat top center / cover; height: 120px; color: #2380C4; text-align: center; }
	
	/* content
	****************************************************/
	/* common */
	.spa1, .spa2{ padding-top: 50px; padding-bottom: 50px; }
	.clm3 li{ margin-bottom: 30px; text-align: center; }
    .clm4{ justify-content: space-between; margin-top: 0; }
    .clm4 li{ width: 48%; }
    .clm4 a{ width: 100%; height: 80px; }
	/* index */
	.hl1{ margin-bottom: 50px; }
    #index #notice{ margin-top: 10px; }
    #index #notice a{ padding: 15px 0; }
    #index .sec1{ padding: 50px 0; }
    #index .sec1 p{ text-align: center; margin: 40px 0 15px; }
    #index .sec2{ padding: 50px 0; background: url("images/sp_01_back1@2x.png") no-repeat top center / cover; }
	#index .sec2 .gr1 li{ width: 47.5%; }
	#gr1com [class*="num"]{ padding: 55% 0 10%; width: 100%; }
	#gr2com li{ width: 47.5%; }
	#gr2com a{
		display: inline-block;
		width: 100%;
		min-height: 100px;
		background: url('images/sp_01_shinryo_button@2x.png') no-repeat center center / auto 100%;
		text-align: center;
		font-weight: bold;
		padding: 5px 5px 15px;
	}
    #index .sec3{ padding: 50px 0; background: url("images/sp_01_back2@2x.png") no-repeat top center / cover; }
    #index .sec4{ padding: 50px 0; background: url("images/sp_01_back3@2x.png") no-repeat top center / cover; }

    #surgery .w520{ margin-top: 80px; }
    #surgery [class*="num"]{ width: 230px; height: 230px; padding-top: 140px; }	
	#facility .sec1 .w520:nth-child(n+2){ margin-top: 60px; }
	#facility .sec2 .w520{ margin-top: 60px; }

	/* 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 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top: 30px; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 40px 0 30px; }
	footer .sec1 .logo{ margin: 0 50px; }
	footer .sec2 ul{ padding: 15px 25px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 10px; }
	address{ font-size: 12px; padding-bottom: 1em; }
	footer .sec1 .w714{ margin-top: 40px; }
	footer .sec1 .box1c{ display: flex; font-size: 24px; text-align: center; height: 60px; padding: 10px 15px; }

	/* 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; height: 50px }
	#footerSp tr td:nth-of-type(1){ width: 14%; text-align: center; border: 1px solid #F78DBB; background-color: #FFF; }
	#footerSp tr td:nth-of-type(2){ width: 43%; background-color: #F78DBB; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ background-color: #2CA6FF; }
	#footerSp a{ display: block; text-align:center; color: #fff; position: relative; }
	#footerSp tr td:nth-of-type(2) a:after,
	#footerSp tr td:nth-of-type(3) a:after{
		content: "→";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		font-size: 20px;
	}
}