.page-header {
  margin-bottom: 60px;
}
.page-header > img {
  display: block;
  margin: 0 auto;
}

.page-header .sp {
  display: none;
}

.header-lead {
  text-align: center;
  font-size: clamp(18px, 3vw, 28px);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.header-lead::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background: #7ab929;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.category-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.category-link .item {
  width: calc(25% - 40px);
}
.category-link .item a {
  display: block;
}
.category-link .item .icon {
  fill: #333;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 30px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.category-link .item .icon > svg {
  width: 100%;
}
.category-link .item .name {
  text-align: center;
  margin-bottom: 40px;
}
.category-link .item .name span {
  position: relative;
  padding: 0 20px 10px;
  color: #7ab929;
  font-weight: bold;
  font-size: clamp(18px, 3vw, 24px);
}
.category-link .item .name span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7ab929;
}
.category-link .item .txt {
  font-size: clamp(16px, 3vw, 18px);
  position: relative;
  line-height: 1.7;
}
.category-link .item .txt.arrow01:after {
  bottom: 0;
  right: 10px;
}

.header-title {
  margin-bottom: 60px;
}
.header-title h1 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: clamp(20px, 5vw, 50px);
}
.header-title h1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #7ab929;
}
.header-title .header-title-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.header-title .header-title-lead .icon {
  width: 145px;
}
.header-title .header-title-lead .icon .icon-car {
  width: 100%;
  fill: #7ab929;
}
.header-title .header-title-lead .lead-txt {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}
.header-title .header-title-lead .lead-txt a {
  color: #eb5505;
  text-decoration: underline;
}

.page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  max-width: 1100px;
  margin: 0 auto 60px;
  background: #efefef;
  padding: 35px 20px;
}
.page-nav a {
  padding-left: 30px;
  position: relative;
  font-size: clamp(16px, 3vw, 18px);
}
.page-nav a.arrow02:after {
  left: 0;
  top: 1px;
}

.sec {
  margin-bottom: 150px;
}

.car-type {
  text-align: center;
  color: #7ab929;
  border: 1px solid #7ab929;
  padding: 14px;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: clamp(18px, 4vw, 24px);
}
.car-type > p {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: normal;
}

.car-type02 {
  border-left: 8px solid #7ab929;
  padding-left: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: clamp(18px, 4vw, 24px);
}

.car-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  gap: 80px;
}
.car-list .item {
  width: 345px;
}
.car-list .car-image {
  text-align: center;
  margin-bottom: 20px;
  height: 205px;
}
.car-list .car-name {
  position: relative;
  margin-bottom: 20px;
}
.car-list .car-name h3 {
  font-size: clamp(20px, 5vw, 34px);
  color: #7ab929;
}
.car-list .car-name h3 span {
  font-size: clamp(14px, 3vw, 20px);
  color: #333;
  display: inline-block;
  margin-left: 20px;
}
.car-list .car-name h3 small {
  font-size: clamp(15px, 4vw, 24px);
}
.car-list .car-name .rental-mark {
  position: absolute;
  right: -40px;
  top: 0;
}
.car-list .car-name .rental-mark a {
  background: #7ab929;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.car-list .car-name .rental-mark a:hover {
  background-color: #eb5505;
}
.car-list .car-txt {
  line-height: 1.7;
  font-size: clamp(16px, 3vw, 18px);
}

.table-block {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

table.price {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-collapse: collapse;
}
table.price th {
  color: #7ab929;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
table.price td {
  color: #666;
}
table.price tr:first-of-type {
  font-size: 18px;
  font-weight: bold;
}
table.price tr:nth-of-type(2) th {
  font-size: 22px;
  font-weight: bold;
}
table.price tr:nth-of-type(2) td {
  font-size: 20px;
}
table.price th,
table.price td {
  border: 1px solid #c9c9c9;
  padding: 10px 10px;
  text-align: center;
}

.insurance-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.insurance-block .insurance {
  border: 1px solid #57bbe5;
  color: #57bbe5;
  font-size: 22px;
  padding: 10px 30px;
}
.insurance-block .insurance > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.insurance-block .price {
  margin-left: 40px;
  margin-right: auto;
  font-size: 20px;
}
.insurance-block .option:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  border-top: 3px solid #7ab929;
  border-left: 3px solid #7ab929;
}

#option dl {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #c9c9c9;
}
#option dl dt {
  color: #7ab929;
  width: 40%;
}
#option dl dd {
  width: 60%;
  line-height: 1.8;
  color: #666;
}/*# sourceMappingURL=rental.css.map */

@media screen and (max-width: 768px) {

  .header-lead.wrap.wrap-inner {
    padding: 0px 10% 0px 10%;
    text-align:left;
    font-size: clamp(17px, 3vw, 28px);
  }


  .category-link {
    flex-wrap: wrap;
  }

.category-link .item {
  width: 100%;
  padding: 0px 0px 50px 0px;
}

.category-link .item .icon {
  height:80px;
}

.wrap-inner {
  padding: 0px 3%;
}

.header-title h1 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: clamp(20px, 5vw, 50px);
}

.car-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

.car-list .item {
  width: 100%;
}

.car-list .car-name .rental-mark {
  position: absolute;
  right: 30px;
  top: -10px;
}

table.price {
  width: 1000px;
}

table.price th {
  color: #7ab929;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

table.price tr:nth-of-type(2) th {
  font-size: 18px;
  font-weight: bold;
}

table.price tr:nth-of-type(2) td {
  font-size: 16px;
}

.insurance-block {
  flex-wrap: wrap;
}

.insurance-block .insurance {
  margin: 0px 0px 20px 0px;
}

.insurance-block .price {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 20px;
  width: 100%;
}

.header-title .header-title-lead {
  gap:20px;
}

.header-title .header-title-lead .icon {
  width:80px;
}

#option dl {
  flex-wrap: wrap;
}

#option dl dt {
  color: #7ab929;
  width: 100%;
  padding: 0px 0px 7px 0px;
}

#option dl dd {
  width: 100%;
}

.sec {
  margin-bottom: 50px;
}


}