@charset "UTF-8";
@media screen and (min-width: 769px) {
/*項目高さ打ち消し*/
  .cr2-contents-detail{
    height: auto !important;
    }

/*寄附金額入力*/
  .cr2-money-input{
    height:34px !important;
    text-align: right !important;
    border-color: inherit !important;
    }

/*米原市への寄附金額の左余白*/
  .cr2-cart-contents h3{
    padding: 20px 0 14px 10px !important;
    }

/*ボタン中央寄せ*/
  .cr2-submit-area{
    padding: 20px 0 60px !important;
    }
}