/* -----------------------------------------------------------------
guide section
----------------------------------------------------------------- */
.guide-section p {
  margin-top: 15px;
}
.guide-section .guide-banner {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
.guide-section .guide-banner img {
  width: 100%;
}
.guide-section .guide-subject-title {
  padding: 0.5rem 0.8rem;
  border-left: 3px solid #000;
  background: #f4f4f4;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.rental-flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f1f1f1;
  }
  .rental-flow_list::after {
    content:"";
    border-top: 18px solid #fe4f4c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -47px;
  }
  .rental-flow_list:last-child::after {
    display: none;
  }
  .rental-flow_list + .rental-flow_list {
    margin-top: 40px;
  }
  .rental-flow_list_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    background: #fe4f4c;
    line-height: 1;
    font-size: 1.2rem;
    color: #FFF;
  }
  .rental-flow_list_num_text {
    display: block;
    width: calc(100% - 32px);
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
  }
  .rental-flow_list_num_text span {
    font-weight: bold;
    font-size: 1.1rem;
    color: #e42421 ;
  }
  .rental-flow_list_num_text .caution {
    color: #d40707 ;
    font-weight: normal;
    font-size: 0.9em;
  }
  .rental-purchase {
    width: 100%;
    position: relative;
  }
  .rental-purchase::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 13px solid #fe4f4c;
    margin-left: 5px;
    z-index: 1; 
  }
  .rental-purchase:last-child::after {
    display: none;
  }
  .rental-purchase:not(:last-child) {
    margin-bottom: 20px;
  } 
  .rental-purchase h3 {
    font-weight: bold;
    font-size: 1.1rem;
    color: #df2a27;
    margin-bottom: 5px;
  }
  .rental-purchase-box {
    width: 100%;
    font-size: 1rem;
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 15px;
  }
  .rental-purchase-box .step-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .rental-purchase-box .step-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
  } 
  ul.step-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  
  ul.step-list li {
    margin-bottom: 8px;
  } 