@charset "UTF-8";

.ryusen24-chatch {
  color: #2C31A6;
  font-size: 16px;
}

.ryusen24-title-primary {
  /* color: #2B3741; */
  color: #3e4a54;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 36px;
}

.ryusen24-rentalcar-plan {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ryusen24-rentalcar-plan a:hover {
  opacity: 0.7;
}


.ryusen24-rentalcar-plan a img {
  width: 540px;
  height: auto;
}

.ryusen24-car-coating {
  display: flex;
  gap: 48px;
}

.ryusen24-car-coating-items {
  /* width: 33%; */
  width: 224px;
}

.ryusen24-car-coating-items img {
  width: 100%;
  height: auto;
}

.ryusen24-car-coating-table {
  width: 100%;
  color: #2c2d2e;
  margin-bottom: 16px;
}

.ryusen24-car-coating-table tbody tr th,
.ryusen24-car-coating-table tbody tr td {
  padding: 8px;
}

.ryusen24-car-coating-table tbody tr th {
  background-color: #ea727e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #fff;
}

.ryusen24-car-coating-table tbody tr td {
  border-bottom: 1px dotted #ea727e;
}

.ryusen24-car-repair {
  display: flex;
  gap: 24px;
}

.ryusen24-car-repair-items {
  width: 33%;
}

.ryusen24-car-repair-table {
  width: 100%;
  color: #2c2d2e;
  margin-bottom: 16px;
}

.ryusen24-car-repair-table thead th {
  background-color: #065e86;
  color: #fff;
  padding: 8px;
  text-align: center;
}

.ryusen24-car-repair-table tbody tr th,
.ryusen24-car-repair-table tbody tr td {
  padding: 8px;
  text-align: center;
}

.ryusen24-car-repair-table tbody tr th {
  background-color: #78bedf;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px dotted #fff;
}

.ryusen24-car-repair-table tbody tr td {
  border-bottom: 1px dotted #78bedf;
}

.font-min {
  font-size: 68%;
}

#header th, #header td {
  padding-top: 20px;
  vertical-align: middle;
  }