.c-list--note_number_fix{
    margin-left: -6px !important;
}
.u-ml_all_14{
    margin-left: 14px;
}
.u-ml_all_36{
    margin-left: 36px;
}
@media screen and (max-width: 781px){
    .features{
        border: 0;
        padding: 0;
    }
    .features_inner{
        display: block;
    }
    .features_inner > .c-title__img{
        margin: 0 auto;
    }
    .features_inner  .c-title__text{
        display: block;
        margin-left: 0 !important;
    }
}

/* modal */
.c-button--01{
    background: #B23A3D;
}

.c-modal__close_button span {
    background-color: #fff !important;
  }
  
  .modal-button {
    text-align: center;
    margin: auto;
  }
  
  .c-button.modal{
    margin: 0 0 10px;
  }
  
  .modal-txt{
    margin-bottom: 16px!important;
  }
  
  .c-button.modal-2{
    margin: 10px 0 0;
  }
  
  .c-page_top {
    z-index: 98;
  }
  
  .c-modal__contents,
  .c-modal__inner {
    height: auto;
    max-height: calc(100vh - 160px);
  }
  
  @media screen and (min-width: 782px), print {
    .footer-button .c-button {
      width: 500px;
      max-width: 500px;
    }
  
    .modal-button .c-button {
      width: 350px;
      max-width: 350px;
    }
  }
  
  @media screen and (max-width: 781px), print {
    .footer-button .c-button__link:after {
      margin-top: 10px;
      transform: translateY(-50%);
    }
  
    .modal-button .c-button {
      width: 100%;
      max-width: 350px;
    }
  
    .modal-button .c-button__link:after {
      margin-top: 10px;
      transform: translateY(-50%);
    }
  }
  
  .c-modal .c-columns {
    margin-bottom: 0;
  }
  
  .c-modal__contents_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .p-modal-title {
    text-align: center;
    font-weight: bold;
    padding: 20px;
    background-color: #fff;
    position: sticky;
    top: 0;
    font-size: 1.8rem;
    z-index: 1;
  }
  
  @media screen and (min-width: 782px), print {
    .p-modal-title {
      font-size: 2.8rem;
    }
  }
  
  .color-red{
    color: #B23A3D;
  }

  .c-button--02 .c-button__link::after{
    background-image: url(/assets/images/icon_link_arrow_right_red.svg);
  }