@charset "UTF-8";
/*
    css追加（2025.07.16）wakasugi
-----------------------------------------------*/
@media screen and (min-width: 768px) {
  .key-ttl {
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.business_price-block-txt {
  text-align: left;
}
.business_price-block-body .indent {
  padding-left: 60px;
  position: relative;
}
.business_price-block-body .indent-left {
  position: absolute;
  left: 0;
  top: 0;
}
.add_sidebar {
  width: 250px;
  padding: 30px 0 32px;
  background: rgba(11, 65, 129, 0.9);
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.add_sidebar-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  letter-spacing: .06em;
  line-height: 1;
}
.add_sidebar-list {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
}
.add_sidebar-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .business_price-block-body .indent {
    padding-left: 47px;
  }
  .add_sidebar {
    width: 200px;
    padding: 15px 0;
  }
  .add_sidebar-list {
    margin-top: 15px;
  }
  .add_sidebar li {
    width: 45px;
  }
  .add_sidebar-ttl {
    font-size: 18px;
  }
  .page-footer {
    padding-bottom: 130px;
  }
}