/* 006.html ピットくんの森削除の調整 */
#sec_1 .howto ol li.howto10 {
  margin: 30px auto 40px;
  width: 100%;
}

/* フッターのsnsエリアからGoogle+削除 */

footer .social_media ul li {
  display: inline-block;
  width: 33.333%;
  text-align: center;
}
/* フッター変更 */
.footer {
  padding: 5.06667% 0 0;
  background: url(../img/006/footer_bg_sp.png) 50% 50% no-repeat;
  background-size: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print{
	.footer {
		background: url(../img/006/footer_bg_sp.png) 50% 57% no-repeat;
		background-size: 100%;
	}
}
.footer .inner {
  padding: 0 4%;
}
.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}
.footer-logo img{
	width: 100%;
  }
.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}
.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}
@media screen and (min-width: 768px), print {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}