@charset "utf-8";
/* CSS Document */

/*step01 ポイントボタンの調整*/
@media only screen and (min-width: 860px){
  .btn-feature span.btn_point_step01{
    max-width: 17em;
    font-size: 1.6rem;
    box-sizing: content-box;
  }
}