@charset "Shift_JIS";

  /* box-estimate-fixed */
.box-estimate-fixed {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #0075c2;
  z-index: 10;
}
.box-estimate-fixed-inner {
  width: 600px;
  margin: 0 auto;
}
.box-estimate-fixed-inner > p {
  display: inline-block;
  vertical-align: middle;
}
.box-estimate-fixed-tit {
  font-size: 22px;
  color: #ffffff;
}
.box-estimate-fixed-btn .btn {
  width: 330px;
  margin-left: 20px;
  background: #e7773a;
  color: #fff !important;
  display: inline-block;
  padding: 11px 50px 11px 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 4px 0 rgba(0,0,0,0.15);
}
.box-estimate-fixed-btn .btn:hover {
  opacity: 0.7;
}
.box-estimate-fixed-btn .btn:before {
  background: #e46e2e;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.box-estimate-fixed-btn .btn:after {
  width: 27px;
  height: 33px;
  background: url(/auto/review/share/image/ico_btn01.png) center center no-repeat;
  margin-top: -16px;
  left: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.box-estimate-fixed-btn .btn.btn-icon02:after {
  width: 28px;
  height: 23px;
  background: url(/auto/review/share/image/auto/common/ico_btn01_02.png) no-repeat;
  margin-top: -12px;
  left: 14px;
}

@media only screen and (max-width: 640px) {
  .box-estimate-fixed {
    padding: 12px 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .box-estimate-fixed-inner {
    width: 100%;
  }
  .box-estimate-fixed-tit {
    font-size: 15px;
  }
  .box-estimate-fixed-btn .btn {
    margin-left: 5px;
    padding: 10px 15px 8px 45px;
    box-sizing: border-box;
    width: 100% !important;
    font-size: 15px;
    font-weight: bold;

  }
  .box-estimate-fixed-btn .btn:after {
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
    margin-top: -10px;
  }
  .box-estimate-fixed-btn .btn:before {
    width: 45px;
  }
  .box-estimate-fixed-btn .btn.btn-icon02:after {
    background-size: 22px auto;
    margin-top: -8px;
  }
}