@charset "utf-8";

/* for smart phone */

@media screen and (max-width: 641px),
(device-height: 558px) and (-webkit-min-device-pixel-ratio: 2) {

  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  h1 span{
    font-size: 15px;
  }
  
  
  
.sum{
  font-size: 14px;
}
.sum span{
  font-size: 18px;
}
.income_box,
.outgo_box{
  margin-left: 4%;
  margin-right: 4%;
  }
  
  
}