@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------
 add.css
------------------------------------------------*/
.foot_fixed_banner {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px;
  transition: .2s ease;
  z-index: 100;
}
.foot_fixed_banner a {
  display: block;
  text-align: center;
  background-color: #FFA41C;
  border-radius: 1000px;
  width: 100%;
  max-width: 240px;
  font-size: 18px;
  font-weight: 500;
  color: #000000 !important;
  padding: 11px 15px 10px;
  margin: 0 auto;
}


/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  .foot_fixed_banner {
    padding-bottom: 20px;
  }
  .foot_fixed_banner a {
    max-width: 180px;
  }
}
