﻿.rentalAgreeInfo-block .rentalAgreeInfo-title {
  font-size: 2.0em;
  font-weight: bold;
  text-align:center;
  margin-bottom: 30px;  
}
.rentalAgreeInfo-block dl dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px; 
  margin-bottom: 10px;
}
.rentalAgreeInfo-block .info1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
.rental-info--btn{
  width: calc( 32% - 10px);
  margin: 0 auto;
}
.rental-info--txt{
  display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
}
.rental-info--required{
  border-radius: 4px;
  padding: 0.25em 0.5em;
  width: auto;
  display: inline-block;
  text-align: center;
  background: #E5002D;
  color: #fff;
  font-size: 0.75em;
}

 .section_input_text_ input[type="tel"] {
  padding: 5px 5px 5px 10px;
  border: 1px solid #c8ced3;
  box-sizing: border-box;
  background-color: #fff;
  margin: 10px 5px;
  height: 46px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}