@charset "UTF-8";
/**
 * ご返済シミュレーション
 */
/* ==========================================================================
   style
   ========================================================================== */
#simulation-btn {
  margin-top: 40px;
  text-align: center; }
  #simulation-btn a {
    background-color: #cf0559;
    color: #fff;
    font-size: 142.8571428571%; }
    #simulation-btn a:hover {
      background-color: #e20762; }
