@charset "utf-8";
/* 20191129 追従ボタン */
#new_btns {
  opacity : 0;
  padding: 14px 0 18px;
  z-index: -1;
  position: fixed;
  transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#new_btns.opener {
  bottom: 0px;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;

    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
  z-index: 999;
}

.new_btns_clm {
  width: 976px;
  margin: 0 auto;
}

.new_btns_clm::after {
  clear: both;
  content: "";
  display: block;
}
.new_btn {
  float: left;
  margin-left: 15px;
}

@media only screen and (max-width: 1041px){
.new_btns_clm {
  width: 100%;
  margin: 0 auto;
}

.new_btn {
  margin-left: 1%;
  width: 31%;
}


}

@media only screen and (max-width: 640px){
#new_btns {
  padding: 0;
}
.new_btn {
  margin-left: 0%;
  width: 46%;
}
.new_btn01 {
  margin-left: 3%;
  margin-right: 1%;
}

.new_btn02 {
  margin-left: 1%;
  margin-right: 3%;
}

.new_btn03 {
  float: right;
  margin-left: 1%;
  margin-right: 3%;
}
}