/*==========================================
 フッターのスタイル
===========================================*/
.footer_Left_back {
    width: 100%;
    margin: 50px 0 0;
}
.footer_Left_back a {
    display: block;
    position: relative;
    width: 90px;
    height: 34px;
    padding: 9px 0 0;
    box-sizing: border-box;
    background-color: #EE86AE;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer_Left_back a:hover {
    text-decoration: none;
}
.footer_Left_back a::before {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 7px;
    height: 12px;
    content: url("/cline/ec/images/renew/icon_yaji_01.svg");
}
  
footer {
    position: relative;
    margin: 70px 0 0;
    padding: 25px 0;
    background-color: #EBE6E1;
}
footer .footerInfo {
    width: 600px;
    margin: 0 auto;
}
footer .footerInfo h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
footer .footerInfo p {
    font-size: 16px;
}
footer .footerInfo p.tel {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 21px;
    font-weight: 600;
    color: #CF2B4F;
}
footer .footerInfo p.tel::before {
    position: absolute;
    left: 2px;
    top: 15px;
    width: 23px;
    height: 23px;
    content: url("/cline/ec/images/renew/footer_icon_01.svg");
}
footer .footerInfo p.copy {
    padding: 0 0 20px;
    font-size: 14px;
}
  /* スマホ用 */
  @media only screen and (max-width: 767px) {
    footer .footerInfo {
      width: 94%;
      margin: 0 3%;
  }
    footer .footerInfo h2 {
      font-size: 17px;
  }
    footer .footerInfo p {
      font-size: 16px;
  }
    footer .footerInfo p.tel {
      padding: 10px 0 10px 32px;
  }
    footer .footerInfo p.tel::before {
      top: 15px;
  }
    footer .footerInfo p.tel a {
      color: #CF2B4F;
  }
}

/*==========================================
 ページアップ
===========================================*/
footer .pageup {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 260px;
  height: 30px;
  margin: 0 0 0 -130px;
  background-color: #EE86AE;
  text-align: center;
}
footer .pageup a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding: 7px 0 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
footer .pageup a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .pageup a::before {
  position: absolute;
  left: 60px;
  top: 10px;
  width: 7px;
  height: 11px;
  content: url("/cline/ec/images/renew/icon_yaji_01.svg");
  transform: rotate(90deg);
}
