@charset "utf-8";

/* ##### price共通 ##### */
#price_com_ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #83b9fb), color-stop(0.00, #1c75e3));
  background: -webkit-linear-gradient(#1c75e3, #83b9fb);
  background: -moz-linear-gradient(#1c75e3, #83b9fb);
  background: -o-linear-gradient(#1c75e3, #83b9fb);
  background: -ms-linear-gradient(#1c75e3, #83b9fb);
  background: linear-gradient(#1c75e3, #83b9fb);
}
#price_com_ttl h1 {
  color: #ffffff;
  font-size: 64px;
  padding: 100px 0;
  line-height: 1.2;
}
#price_com_ttl h1 small {
  display: block;
  font-size: 40%;
  line-height: 36px;
}

@media (max-width: 480px) {
  #price_com_ttl h1 {
    font-size: 36px;
    line-height: 18px;
    padding: 40px 0 60px 0;
    line-height: 1.2;
  }
  #price_com_ttl h1 small {
    line-height: 1.2;
  }
}

