/*--------------------------------------------------------------
  フッターのスタイル
--------------------------------------------------------------*/

#footer {
  /* background: #f3f7e9; */
	background: #f0fafb;
  padding: 45px 0 0;
}

.footer-area .col-sm-8 {
  padding: 25px 15px 0;
}

.footer-area .col-sm-4 {
  padding: 0 15px 0 15px;
  overflow: hidden;
}

.footer-area .col-sm-8 img {
  margin: 0 0 10px 15px;
}

.footer-area .col-sm-4 img {
  float: right;
  margin: 8px 15px 0 0;
}

.footer-area h3 {
  color: #333;
  padding: 0;
  margin: 10px 0 10px 0px;
  font-size: 1.6rem;
	letter-spacing: -1px;
  font-weight: 400;
}

.footer-add {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 40px;
}

.page-top-pc {
  /*ページトップの設定*/
  line-height: 1.0;
  position: fixed;
  bottom: 110px;
  right: -25px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  z-index: 999;
}

.page-top-pc a {
  /*ページトップの設定*/
  position: absolute;
  right: 50px;
  display: block;
  width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0090d5;
  color: #fff;
  text-decoration: none;
  padding-top: 4px;
}

.footer-area .row {
    margin-left: 0;
    margin-right: 0;
}

.page-top-pc a:hover {
  /*ページトップの設定*/
  opacity: .7
}

ul.sitemap {
  color: #fff;
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

ul.sitemap li {
  list-style: none;
}

ul.sitemap li span {
  display: block;
  padding-left: 10px;
}

ul.sitemap li a {
  color: #fff;
  text-decoration: none;
}

ul.sitemap li a:hover {
  text-decoration: underline;
}

.footer-area .left {
	float: left;
}

.footer-area .right {
	float: right;
	margin: -15px 0 0;
}

.copyright-area {
  /*width: 100%;*/
  text-align: center;
  padding: 10px 0 10px;
  color: #fff;
  font-size: 1.2rem;
  /* background: #2cac44; */
	background: #0090d5;
}

.copyright-area a {
  color: #fff;
  text-decoration: none;
}

.copyright-area a:hover {
  text-decoration: underline;
}

.fa-sitemap {
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  /*768px以下の設定*/
  #footer {
    padding: 30px 0 0;
  }
  .footer-area .col-sm-8 {
    padding: 10px 15px 0;
  }
  .footer-area h3 {
    text-align: center;
    margin: 10px 0 10px 0;
  }
  .footer-area .col-sm-8 img {
    display: block;
    margin: 0 auto 10px;
  }
  .footer-add {
    text-align: center;
    margin: 0 0 45px 0;
  }
  .footer-area .col-sm-4 img {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto 15px;
  }
	.footer-area .left {
		float: none;
		text-align: center;
	}

	.footer-area .right {
		float: none;
		margin: 0;
		text-align: center;
	}

	.footer-add {
    margin-bottom: 15px;
  }
  .page-top-pc a {
    /*ページトップの設定*/
    right: 40px;
  }
  .page-top-pc {
    /*ページトップの設定*/
    bottom: 100px;
  }
  .copyright-area {
    text-align: center;
  }

}
