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

.rental_flow{ margin: 2.0em 0 0 0;}
.rental_flow li{ margin:0; padding: 0.7em 1.0em; display: flex; align-items: center; line-height: 1.5;}
.rental_flow li *{ margin-top: 0;}
.rental_flow li:nth-child(2n+1){ background: #F0F0F1;}
.rental_flow li p:nth-child(1){ font-size: 200%;}
.rental_flow li p:nth-child(2){ margin-left: 1.0em;}

.btn-rental{ display: inline-block; background: #0073BC; color: #FFFFFF; line-height: 1.5; padding: 0.7em 2.0em; text-decoration: none;}

.list_forms{}
.list_forms li{ margin-top: 1.0em;}