.rental {
  letter-spacing: 0;
  margin-bottom: 0;
}

.c5-noteText {
  font-size: 14px;
}

.c5-rental-mv {
  margin-bottom: 76px;
}

.c5-rental-description {
  font-size: 18px;
  margin-top: 24px !important;
}

.c5-rental-merit {
  margin-bottom: 70px;
}

.c5-rental-overview {
  margin-bottom: 32px;
}

.c5-mainList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.67% 1fr 2.67% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.67%;
     -moz-column-gap: 2.67%;
          column-gap: 2.67%;
  margin-top: 34px;
  margin-bottom: 24px;
}
.c5-mainList li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.c5-mainList li > span {
  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;
  text-align: center;
  background-color: #FCF7F0;
  border-radius: 0 20px 0 20px;
  background-image: linear-gradient(109deg, #EC9201 0%, #EC5E01 100%);
  padding: 12px 20px 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #DA5C08, -2px -2px 0 #DA5C08, -2px 2px 0 #DA5C08, 2px -2px 0 #DA5C08, 0px 2px 0 #DA5C08, 0 -2px 0 #DA5C08, -2px 0 0 #DA5C08, 2px 0 0 #DA5C08;
  position: relative;
}
.c5-mainList li:last-of-type {
  position: relative;
}
.c5-mainList li:last-of-type span::after {
  content: "";
  display: block;
  width: 194px;
  height: 104px;
  background-image: url("../rental/images/arrow_bottom_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto 0 1px 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  margin-inline: auto;
}
.c5-mainList li small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin-top: 6px;
}

.c5-rental-insurance {
  position: relative;
  z-index: -2;
  background-color: #f9f8f8;
  padding: 24px 30px 24px;
}
.c5-rental-insurance b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.c5-rental-insurance b small {
  display: block;
  font-size: 16px;
}
.c5-rental-insurance picture {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  margin-inline: auto;
}
.c5-rental-insurance picture img {
  width: 820px;
  height: auto;
}
.c5-rental-insurance picture + small {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.c5-infosBox {
  padding: 30px 30px 22px;
}
.c5-infosBox dt {
  width: 208px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  padding: 6px 8px;
}
.c5-infosBox dd {
  margin: 0;
}
.c5-infosBox + .c5-infosBox {
  margin-top: 40px;
}

.c5-infosBox-merit {
  background-color: #fcf7f0;
}
.c5-infosBox-merit dt {
  color: white;
  background-color: #f05a23;
}
.c5-infosBox-merit dd ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 32px;
  margin-bottom: 0;
}
.c5-infosBox-merit dd ul li b {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.c5-infosBox-merit dd ul li p {
  font-size: 16px;
  line-height: 1.875;
}
.c5-infosBox-merit dd ul li p small {
  font-size: 14px;
}

.c5-infosBox-neutral {
  background-color: #f9f8f8;
}
.c5-infosBox-neutral dt {
  color: white;
  background-color: #6f6f6f;
}
.c5-infosBox-neutral dd ul {
  margin-bottom: 0;
}
.c5-infosBox-neutral dd ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  font-size: 16px;
}

.c5-qabox .question {
  font-weight: bold;
  pointer-events: none;
  padding-right: 0 !important;
}
.c5-qabox .question::after {
  display: none;
}
.c5-qabox .answer {
  display: block !important;
  padding: 20px 0 20px 40px;
}
.c5-qabox .answer::before {
  left: 0;
}

.c5-rental-document {
  margin-top: 28px;
}
.c5-rental-document b {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.c5-rental-document .c5-alpha-contact__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 104px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.c5-rental-document small {
  display: block;
  font-size: 14px;
  text-align: center;
}

.c5-squareList {
  margin: 0;
}
.c5-squareList + .c5-squareList {
  margin-top: 31px;
}
.c5-squareList dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}
.c5-squareList dd {
  margin: 0;
}
.c5-squareList dd ul {
  margin: 0;
}
.c5-squareList dd ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 6px;
}
.c5-squareList dd ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: black;
  border-radius: 50%;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.c5-rental-faq {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.c5-rental-faq .s5-heading2 {
  max-width: 840px;
  margin-inline: auto;
}
.c5-rental-faq .c5-qabox-wrap {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  .c5-mainList li:last-of-type::after {
    width: 126px;
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .c5-pcOnly {
    display: none;
  }
  .c5-noteText {
    font-size: 12px;
  }
  .c5-rental-mv {
    margin-bottom: 50px;
  }
  .c5-rental-merit {
    margin-bottom: 60px;
  }
  .c5-mainList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 64px;
  }
  .c5-mainList li:not(:first-of-type) {
    margin-top: 20px;
  }
  .c5-mainList li:last-of-type span::after {
    width: 126px;
    height: 43px;
    background-image: url("../rental/images/arrow_bottom_orange-sp.svg");
  }
  .c5-mainList li span {
    font-size: 16px;
    line-height: 1.75;
    text-shadow: 1px 1px 0 #DA5C08, -1px -1px 0 #DA5C08, -1px 1px 0 #DA5C08, 1px -1px 0 #DA5C08, 0px 1px 0 #DA5C08, 0 -1px 0 #DA5C08, -1px 0 0 #DA5C08, 1px 0 0 #DA5C08;
    background-image: linear-gradient(109deg, #EC9201 0%, #EC6301 100%);
    padding: 12px 20px 10px;
  }
  .c5-mainList li small {
    font-size: 14px;
  }
  .c5-rental-description {
    font-size: 14px;
    padding-inline: 20px;
    margin-top: 32px !important;
    margin-bottom: 24px !important;
  }
  .c5-rentalInfo {
    padding-inline: 20px;
  }
  .c5-rental-insurance {
    padding: 16px 20px 24px;
  }
  .c5-rental-insurance b,
  .c5-rental-insurance b small {
    font-size: 14px;
    line-height: 1.5;
  }
  .c5-rental-insurance picture {
    margin-bottom: 6px;
  }
  .c5-rental-insurance picture + small {
    text-align: left;
  }
  .c5-infosBox {
    padding: 20px 20px 14px;
  }
  .c5-infosBox + .c5-infosBox {
    margin-top: 20px;
  }
  .c5-infosBox dt {
    width: 160px;
    font-size: 16px;
    padding: 4px 4px 0px;
  }
  .c5-infosBox-merit dd ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c5-infosBox-merit dd ul {
    row-gap: 10px;
    margin-top: 18px;
  }
  .c5-infosBox-merit dd ul li b {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .c5-infosBox-merit dd ul li p {
    font-size: 14px;
  }
  .c5-infosBox-merit dd ul li p small {
    font-size: 12px;
  }
  .c5-infosBox-neutral dd ul li {
    font-size: 14px;
    line-height: 1.75;
  }
  .c5-squareList + .c5-squareList {
    margin-top: 10px;
  }
  .c5-squareList dt {
    font-size: 16px;
  }
  .c5-squareList dd ul li {
    font-size: 14px;
    line-height: 1.75;
  }
  .c5-squareList dd ul li::before {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .c5-squareList dd ul li + li {
    margin-top: -2px;
  }
  .c5-rental-document {
    margin-top: 20px;
  }
  .c5-rental-document b {
    font-size: 14px;
  }
  .c5-rental-document .c5-alpha-contact__btn {
    max-width: 350px;
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
  }
  .c5-rental-document small {
    text-align: left;
  }
  .c5-rental-faq {
    padding-inline: 20px;
  }
}