@charset "UTF-8";

/* 料金ページ：料金改定案内ボタン（トップ #staff シッター詳細ボタンと同値） */

@media (min-width: 769px) {
  #price #overview .inner .btn-detail {
    width: 26.024%;
    height: 54px;
    border-radius: 27px;
    margin: 49px auto 0 auto;
  }

  #price #overview .inner .btn-detail a {
    font-size: 2rem;
    line-height: 51px;
  }

  #price #overview .inner .btn-detail a:hover {
    opacity: 1;
  }

  #price #overview .inner .btn-detail a .arrow {
    width: 8px;
    height: 13px;
    right: 18px;
  }
}

@media (max-width: 768px) {
  #price #overview .inner .btn-detail {
    width: 54.666%;
    height: 44px;
    margin: 31px auto 0 auto;
    border-radius: 22px;
  }

  #price #overview .inner .btn-detail a {
    font-size: 1.6rem;
    line-height: 42px;
  }

  #price #overview .inner .btn-detail a:hover {
    opacity: 1;
  }

  #price #overview .inner .btn-detail a .arrow {
    width: 8px;
    height: 14px;
    right: 16px;
  }
}
