@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Teko");


/* footer */
footer {
  width: 100%;
  background: #006298;
  padding: 20px;
}



.foot_inner{
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*---------------- シェア ----------------*/
.share {
  width: 40%;
  color: #fff;
  padding: 40px 0;
  text-align: right;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.sm .share {
  padding: 20px;
}
.share h2 {
  margin-right: 20px;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.15em;
}
.sm .share h2 {
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 40px;
  display: block;
}
.share .hashtag {
  background: transparent url("../img/arrow_share.webp") no-repeat 100% 50%;
  background-size: 25px auto;
  padding-right: 45px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.sm .share .hashtag {
  background-size: 20px auto;
  padding-right: 30px;
  font-size: 16px;
}
.share ul {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.sm .share ul {
  padding-left: 0;
  padding-right: 5px;
}
.share ul li {
  margin-left: 10px;
  width: 60px;
  float: left;
}
.sm .share ul li {
  margin-left: 5px;
  width: 35px;
  float: left;
}
.share ul li a img {
  width: 100%;
  height: auto;
}

/*---------------- 公式SNS ----------------*/
.sns {
  color: #222;

  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.sm .sns {
  padding: 10px;
}
.sns li {
  display: inline-block;
  margin: 0 0.4em;
  width: 30px;
}
.sm .sns li {
  width: 30px;
}
.sns li a {
  display: block;
}
.sns li a img {
  width: 100%;
  height: auto;
}


.footer {
  width: 60%;
  color: #fff;
  background: #006298;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;

  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.sm .footer {
  padding: 20px 20px 30px;
}
.footer img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin-bottom: 10px;
}
.s .footer img {
  max-width: 180px;
}


/* copyright */
.copy {
  display: block;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}