@charset "utf-8";

/*==========================================
 body
===========================================*/
body {
	width: 100%;
  margin: 0;
  padding: 0;
	background-color:#FFF;
  line-height: 1.6;
	font:14px/1 -apple-system,'Helvetica Neue','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','メイリオ','游ゴシック',meiryo,sans-serif;
	color:#333;
}
body { -webkit-text-size-adjust: none; }

/* link */
a { outline: none; }
a:link    { color: #2a2a2a; text-decoration: underline; }
a:visited { color: #2a2a2a; text-decoration: underline; }
a:hover   { color: #666; text-decoration: underline; }
a:active  { color: #666; text-decoration: underline; }

a.link_02:link    { color: #4388ae; text-decoration: none; }
a.link_02:visited { color: #4388ae; text-decoration: none; }
a.link_02:hover   { color: #666; text-decoration: underline; }
a.link_02:active  { color: #666; text-decoration: none; }

/* imgover */
a:hover img.imgover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* common */
.bold { font-weight: bold; }
.red { color: #D3314B; }
.blue { color: #4388ae; }
.white { color: #fff; }
.big { font-size: 14px; }
.small { font-size: 10px; }

.Fleft { float: left; }
.Fright { float: right; }
.Tright { text-align: right !important; }
.Tcenter { text-align: center !important; }

.notes { font-size: 12px; }
.mb10 { margin-bottom: 10px; }
.mb40 { margin-bottom: 40px; }

.columnBlock01 { float: left; }
.columnBlock02 { float: right; }
/* base layout */
div#contents-wrapper {
}
div.wrap {
  width: 1000px;
  margin: 0 auto;
}
div.contents {
  background: #FFF
}
div.contents-gray {
  background: #E6E6E6;
}
div#mainArea {
  width: 1000px;
  margin: 0 auto;
}

/*==========================================
 コンテンツエリア -> PICKUPのスタイル
===========================================*/
div#con-pickup {
  padding: 60px 0 30px;
  background: #CE005B;
}
div#con-pickup ul {
  margin: 0 0 0 -80px;
}
div#con-pickup ul li {
  margin: 0 0 0 80px;
  width: 280px;
  float: left;
}
div#top_Slide {
	display: none;
}

/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#con-news {
	width: 1000px;
	margin: 0 auto;
  padding: 5% 0;
}
div#con-news h2 {
  margin: 0 0 5%;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #1284bb;
}
div#news3Wrap {
  margin: 0 0 0 -51px;
}
div#news3Wrap section {
  margin: 0 0 0 50px;
  width: 298px;
  height: 156px;
  float: left;
  border: solid 1px #999;
  position: relative;
}
div#news3Wrap section .img-area {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
div#news3Wrap section img {
  width: 100%;
  height: auto;
}
div#news3Wrap section .sectionInner {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
div#news3Wrap section.img-news p.news-date {
  margin: 0 0 110px;
}
div#news3Wrap section p.news-date {
	font-size: 14px;
  margin: 0;
}
div#news3Wrap section a {
  color: #1284bb;
  font-size: 16px;
	font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
}
div#news3Wrap section a:hover {
  text-decoration: underline;
}
div#news3Wrap section p {
	margin: 5px 0 0 0;
  font-size: 14px;
}
div#con-news a.to-index {
  width: 280px;
  margin: 50px auto 0;
  padding: 15px 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 2px solid #CCC;
  background: #CCC;
  border-radius: 5px;
  font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div#con-news a.to-index:hover {
  background: #FFF;
  color: #CCC;
}


/*==========================================
 コンテンツエリア -> ご利用事例のスタイル
===========================================*/
div#con-case {
  padding: 5% 0;
  background: #084056;
}
div#con-case h2 {
  margin: 0 0 5%;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
}
div#con-case ul {
  margin: 0 0 0 -20px;
}
div#con-case ul li {
  margin: 0 0 0 20px;
  width: 320px;
  float: left;
}


/*==========================================
 予約ボタンのスタイル
===========================================*/
div#con-contact {
  padding: 5% 0;
  background: #EEE;
}
div#con-contact h2 {
  margin: 0 0 5%;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #CE005B;
}
div#con-contact section#con-contact-btn1 {
  width: 450px;
  float: right;
}
div#con-contact section#con-contact-btn2 {
  width: 450px;
  float: left;
}
div#con-contact a {
  width: 446px;
  padding: 35px 0;
  margin: 0 0 2%;
  display: block;
  font-size: 28px;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
div#con-contact section#con-contact-btn1 a {
  color: #CE005B;
  border: 2px solid #CE005B;
  background: #FFF;
}
div#con-contact section#con-contact-btn2 a {
  color: #FFF;
  border: 2px solid #CE005B;
  background: #CE005B;
}
div#con-contact section#con-contact-btn1 a:hover {
  color: #FFF;
  background: #CE005B;
}
div#con-contact section#con-contact-btn2 a:hover {
  color: #CE005B;
  background: #FFF;
}
div#con-contact h3 {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: #CE005B;
}


div#con-bana {
  padding: 3% 0;
}
div#con-bana ul {
  margin: 0 0 0 -50px;
}
div#con-bana ul li {
  margin: 0 0 0 50px;
  width: 300px;
  float: left;
}
/*==========================================
 ページタイトルのスタイル
===========================================*/
div#pageTitleArea {
	width: 100%;
  padding: 0 0 30px;
  text-align: center;
  background-size: 100% auto;
}
div#pageTitleArea h1 {
  padding: 5% 0 1%;
  font-weight: normal;
  color: #084056;
  font-size: 36px;
}
div#pageTitleArea h1 a {
  color: #084056;
	text-decoration: none;
}
div#pageTitleArea h1 span {
  padding: 1% 0;
  display: block;
  font-size: 20px;
}
div#pageTitleArea p span {
  color: #084056;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
/*logoの設定*/
header {
  height: 120px;
  display: block;
}
header #header {
  width: 100%;
  z-index: 100;
}
header #header-1 {
  height: 60px;
  background: #1284bb;
}
header #header-2 {
  height: 60px;
  background: #0d5f7f;
}
header #header-sub {
	z-index: 100;
	display: none;
  width: 100%;
  height: 60px;
  background: #1284bb;
  position: fixed;
	top: 0;
	left: 0;
}
header #header.scroll {
  box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 4px 3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 4px 3px;
  -moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 4px 3px;
}
header #headerInner {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}
header h1#top {
  position: absolute;
  top: 11px;
  left: 10px;
}
header h1#top img {
  width: 240px;
  height: auto;
}
/* sp画像切り替え */
img.img_a { display: block; }
img.img_b { display: none; }

header nav#header-nav1 {
  position: absolute;
  top: 0;
  right: 0;
}
header nav#header-nav1 ul {
  height: 60px;
  display: table;
}
header nav#header-nav2 ul {
  height: 60px;
  text-align: center;
}
header nav#header-nav1 ul li {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  padding: 0 10px;
  text-decoration: none;
  color: #FFF;
}
header #header-sub nav#header-nav1 ul li {
  font-size: 15px;
  padding: 0 15px;
}
header nav#header-nav1 ul li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
header nav#header-nav1 ul li a:hover {
  text-decoration: underline;
}
header nav#header-nav1 ul li#hbt-1 a,
header nav#header-nav1 ul li#hbt-2 a {
  padding: 0.5em 1em;
  border: solid 1px #FFF;
  border-radius: 3px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
header nav#header-nav1 ul li#hbt-2 a,
header nav#header-nav1 ul li#hbt-1 a:hover {
  background: #FFF;
  color: #1284bb;
  text-decoration: none;
}
header nav#header-nav1 ul li#hbt-2 a:hover {
  background: none;
  text-decoration: none;
  color: #FFF;
}
header nav#header-nav2 ul li {
  display: inline-block;
}
body.home header ul li#hnav1 a,
body.feature header ul li#hnav2 a,
body.office header ul li#hnav3 a,
body.plan header ul li#hnav4 a,
body.price header ul li#hnav5 a,
body.user header ul li#hnav6 a {
  color: #FFF;
  background: #1284bb;
}
header nav#header-nav2 ul li a {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 20px;
  text-decoration: none;
  color: #FFF;
  background: #0d5f7f;
}
header nav#header-nav2 ul li a:hover {
  color: #FFF;
  background: #1284bb;
}
header a#hbt-3 {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  border: solid 1px #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
header a#hbt-3:hover {
  color: #FFF;
  background: #1284bb;
}

header a#menuIcon {
  display: none;
}
nav#sp-nav {
  display: none;
}


/*==========================================
 フッターのスタイル
===========================================*/
footer #footer-nav {
  display: none;
}
footer a#to-top {
  width: 100%;
  height: 100px;
  display: block;
  background: #1284bb;
  position: relative;
}
footer a#to-top img {
  width: 250px;
  height: auto;
  margin: 0 0 0 -125px;
  position: absolute;
  top: 50px;
  left: 50%;
}
footer a#to-top:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
footer a#to-top:after {
  position: absolute;
  top: 25px;
  right: 50%;
  margin: 0 -14px 0 0;
  content: '';
  height: 21px;
  width: 21px;
  display: block;
  border: 5px solid #FFF;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

footer .snsArea {
  width: 145px;
  margin: 0 auto;
  padding: 0 0 40px;
}
footer .snsArea ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
footer .snsArea ul li {
  width: 28px;
}
footer .snsArea ul li img {
  width: auto;
  height: 28px;
}

footer small {
  color: #1284bb;
  font-size: 11px;
}
footer a,
footer a:link,
footer a:visited {
  color: #FFF;
  text-decoration: none;
}
footer .footerInner {
  padding: 1.5em 0 5%;
  background: #1284bb;
}
footer #footer-sitemap {
  width: 1000px;
  margin: 0 auto;
}
footer #footer-sitemap-inner {
  margin: 0 0 0 -50px;
}
footer a#footer-link-top {
  display: block;
  font-size: 16px;
  margin: 0 0 1em;
}
footer #footer-sitemap h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #FFF;
  border-bottom: solid 2px #FFF;
}
footer #footer-sitemap section {
  width: 300px;
  margin: 0 0 0 50px;
  float: left;
}
footer #footer-sitemap ul {
  padding: 0.5em;
  margin: 0 0 1em;
}
footer #footer-sitemap ul.m-list {
    border-top: solid 1px #FFF;
    margin: 0;
}
footer #footer-sitemap ul.m-list li {
    font-size: 16px;
}
footer #footer-sitemap ul li {
  line-height: 1.8;
}
footer #footer-sitemap ul li a:hover {
  text-decoration: underline;
}
footer #footerCopy {
  padding: 2% 0;
  text-align: center;
}
footer #footer-sitemap #sitemap2 {
  border-bottom: solid 1px #FFF;
}
footer #footer-sitemap #sitemap3 {
 padding: 24px 0 0;
 border-bottom: solid 1px #FFF;
}
/* スマホ向けおよび大型タブレット向けのレイアウトの指定 */
/* Media Queries */
@media only screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    margin: 0;
  }
  div.wrap {
    width: 94%;
  }
  div#contents {
    padding: 2% 0 8% 0;
  }
  div#mainArea {
    width: 100%;
  }
  div#contents-cp {
    width: 94%;
    padding: 5% 3%;
    text-align: center;
  }
  div#contents-cp p#cp-copy {
    font-size: 30px;
  }
  div#mainArea {
    width: 1000px;
    margin: 0 auto;
  }
  /* sp画像切り替え */
  img.img_a { display: none; }
  img.img_b { display: inline-block; }

/*==========================================
 コンテンツエリア -> PICKUPのスタイル
===========================================*/
  div#con-pickup {
    display: none;
  }
	div#top_Slide {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 0 5px;
		background: #CE005B;
	}
	div#top_Slide_Mv {
		/* display: none; */
		width: 280px;
		/* height: 180px; */
		margin: 0 auto;
		overflow: hidden;
	}
	div#top_Slide #top_Slide_Mv .top_Slide_Mv_Box01,
	div#top_Slide #top_Slide_Mv .top_Slide_Mv_Box02,
	div#top_Slide #top_Slide_Mv .top_Slide_Mv_Box03,
	div#top_Slide #top_Slide_Mv .top_Slide_Mv_Box04 {
		width: 280px;
		padding: 0 0 15px;
		font-size: 86%;
	}

/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
  div#con-news {
		width: 94%;
    padding: 5% 3%;
  }
  div#con-news h2 {
    font-size: 22px;
  }
  div#news3Wrap {
    margin: 0 0 20px;
		border-bottom: 1px solid #CCC;
  }
  div#news3Wrap section p.news-date {
		font-size: 12px;
    margin: 0;
  }
  div#news3Wrap section.img-news p.news-date {
    margin: 0;
  }
  div#news3Wrap section {
    margin: 0 0 3%;
    width: 100%;
		height: 45px;
    float: none;
		border-color: #CCC;
		border-left: none;
		border-right: none;
		border-bottom: none;
  }
	div#news3Wrap section a {
	  font-size: 13px;
		font-weight: bold;
	}
	div#news3Wrap section .img-area {
	  display: none;
	}
	div#news3Wrap section p.news-body {
		display: none;
	}
  div#con-news a.to-index {
    margin: 10px auto 0;
    font-size: 18px;
  }

/*==========================================
 コンテンツエリア -> ご利用事例のスタイル
===========================================*/
  div#con-case {
    padding: 5% 0 0;
  }
  div#con-case h2 {
    font-size: 22px;
  }
  div#con-case ul {
		margin: 0 auto;
    width: 300px;
  }
  div#con-case ul li {
    margin: 0 0 3%;
    width: 100%;
    float: none;
  }
  div#con-case ul li img {
    width: 100%;
  }
/*==========================================
 予約ボタンのスタイル
===========================================*/
  div#con-contact {
    padding: 5% 3%;
  }
  div#con-contact h2 {
    font-size: 20px;
  }
  div#con-contact h3 {
    font-size: 14px;
  }
  div#con-contact section#con-contact-btn1 {
    width: 100%;
    float: none;
    margin: 0 0 5%;
  }
  div#con-contact section#con-contact-btn2 {
    width: 100%;
    float: none;
  }
  div#con-contact a {
    max-width: 100%;
		margin: 0px;
    padding: 20px 0 18px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

	div#con-bana {
    padding: 3% 0 0;
    background: #0d5f7f;
  }
  div#con-bana ul {
    margin: 0 0 0 -1.25%;
  }
  div#con-bana ul li {
    margin: 0 0 3% 1.25%;
    width: 32%;
  }
  div#con-bana ul li img {
    width: 100%;
  }


  /*==========================================
   ページタイトルのスタイル
  ===========================================*/
  div#pageTitleArea {
    padding: 6% 2%;

    height: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#pageTitleArea h1 {
    width: 100%;
    font-size: 20px;
    margin: 0 0 2%;
		padding: 4% 0 1%;
  }
	div#pageTitleArea h1 span {
	  font-size: 16px;
	}
	div#pageTitleArea p {
		font-size: 12px;
	}

  header {
    height: 50px;
    display: block;
  }
  header #header {
    width: 100%;
    height: 50px;
    background: none;
    position: relative;
  }
  header #header #headerInner {
    width: 100%;
    position: relative;
  }
  header #header h1#top {
    position: relative;
    top: 4px;
    left: auto;
    padding: 0;
  }
  header h1#top img {
    width: 190px;
  }
  header #header h1#top a {
    width: 100%;
    padding: 3px 0 0;
    display: block;
    text-align: center;
  }
  header div#header-1 {
    height: 50px;
  }
  header div#header-1 #header-nav1,
  header div#header-2 {
  	display: none;
  }
  header a#menuIcon {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
  }
  header a#menuIcon span {
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
   }
  header a#menuIcon span:before {
    content: '';
    height: 2px;
    width: 22px;
    margin: -10px 0 0 -12px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 8px #FFF, 0 16px #FFF;
    -webkit-box-shadow: 0 8px #FFF, 0 16px #FFF;
    -moz-box-shadow: 0 8px #FFF, 0 16px #FFF;
  }
  a#menuIcon-sp {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 10px;
    right: 3px;
  }
  a#menuIcon-sp span {
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
  }
  a#menuIcon-sp span:before,
  a#menuIcon-sp span:after {
    content: '';
    height: 2px;
    width: 35px;
    display: block;
    background: #FFF;
    position: absolute;
    top: 15px;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  a#menuIcon-sp span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  div#sp-nav-top {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 3%;
    text-align: center;
  }
  div#sp-nav-top img {
    max-width: 50%;
    height: auto;
  }
  nav#sp-nav {
		width: 100%;
    height: 100%;
    display: none;
    background: #1284bb;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
  }
  #sp-nav-inner {
    padding: 40px 0 0 0;
    position: relative;
  }
  nav#sp-nav ul#sp-sub-nav {
    padding: 5% 0 0;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
  }
  nav#sp-nav ul#sp-sub-nav li {
    padding: 0 2% 5%;
    display: inline-block;
  }
  nav#sp-nav ul#sp-sub-nav li a {
    color: #FFF;
  }
  nav#sp-nav ul#sp-nav-main {
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    list-style-type: none;
    border-top: solid 1px #FFF;
  }
  /*clearfix*/
  nav#sp-nav ul#sp-nav-main:after {
    content: "";
    clear: both;
    display: block;
  }
  nav#sp-nav ul#sp-nav-main li {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*奇数のli要素に適応*/
  nav#sp-nav ul#sp-nav-main li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }
  nav#sp-nav ul#sp-nav-main a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
  }
  nav#sp-nav ul#sp-nav-sub li {
    padding: 0 10px;
    margin: 0 0 10px;
  }
  nav#sp-nav ul#sp-nav-sub li a {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #FFF;
    border: solid 1px #FFF;
  }

  footer {
		padding: 0 0 50px;
    text-align: center;
  }
  footer a#to-top {
    background: #0d5f7f;
  }
  footer a#to-top img {
  width: 200px;
  margin: 0 0 0 -100px;
}
  footer #footer-sitemap {
    display: none;
  }
  footer small {
    color: #1284bb;
    font-size: 11px;
  }
  footer a,
  footer a:link,
  footer a:visited {
    color: #FFF;
    text-decoration: none;
  }
  footer .footerInner {
    background: #0d5f7f;
  }
  footer #footer-nav {
    width: 100%;
    margin: 0;
    display: block;
  }
  footer #footer-nav ul#footer-main-nav {
    padding: 0;
    font-size: 13px;
    list-style-type: none;
    border-top: solid 1px #CCC;
  }
  /*clearfix*/
  footer #footer-nav ul#footer-main-nav:after {
    content: "";
    clear: both;
    display: block;
  }
  footer #footer-nav ul#footer-main-nav li {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*奇数のli要素に適応*/
  footer #footer-nav ul#footer-main-nav li:nth-child(odd) {
    border-right: 1px solid #CCC;
  }
  footer #footer-nav ul#footer-main-nav a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    text-decoration: none;
  }
  footer #footer-nav ul#footer-sub-nav {
    padding: 5% 0 0;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
  }
  footer #footer-nav ul#footer-sub-nav li {
    padding: 0 2%;
    display: inline-block;
  }
}


/* フッターナビ */

#floatingNavi {
	display: none;
}
@media only screen and (max-width: 767px) {
  #floatingNavi {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
    background-color: #0f4752;
  }
  #floatingNavi ul {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
  }
  #floatingNavi ul li {
		width: 25%;
    height: 50px;
  }
  #floatingNavi ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
		text-decoration: none;
  }
  #floatingNavi ul li a::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 50px;
    background-color: #45879B;
    content: "";
  }
  #floatingNavi ul li:last-child a::before {
    display: none;
  }
  #floatingNavi ul li a:hover {
    text-decoration: none;
  }
  footer small {
    font-size: 11px;
  }
}
