.maintenance-submenu-title {
  font-size: 24px;
  text-align: center;
  margin: 30px auto;
  padding-bottom: 50px;
  position: relative;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #f7931e;
}

.maintenance-submenu-title:after, .maintenance-submenu-title:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.maintenance-submenu-title:after {
  border-color: rgba(255, 188, 84, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f2ece8;
}

.maintenance-submenu-title:before {
  border-color: rgba(159, 82, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 2px;
  border-top-color: #f7931e;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-title {
    font-size: 31px;
    margin-top: -75px;
  }
}

.maintenance-submenu-titleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.maintenance-submenu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.maintenance-submenu-flex-col {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-flex-col {
    width: calc((100% - 80px) / 5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.maintenance-submenu-subtitle {
  height: calc(2.5rem + 20px);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #f7931e;
  font-weight: bolder;
  font-size: 15px;
  line-height: 1.5;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-subtitle {
    width: auto;
    font-size: 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.maintenance-submenu-icon {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-icon {
    width: 40%;
  }
}

.maintenance-submenu-icon img {
  max-width: 60px;
}

@media screen and (min-width: 768px) {
  .maintenance-submenu-icon {
    width: 100%;
  }
  .maintenance-submenu-icon img {
    max-width: 100%;
  }
}

.maintenance-basic {
  margin-top: 50px;
  padding: 50px 20px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .maintenance-basic {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.maintenance-basic-title {
  text-align: center;
  padding-bottom: 50px;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-title {
    font-size: 31px;
  }
}

.maintenance-basic-subtitle {
  text-align: left;
  font-size: 16px;
  margin: 30px 0 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-subtitle {
    font-size: 21px;
  }
}

.maintenance-basic-text {
  font-size: 13px;
  padding-bottom: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-text {
    font-size: 16px;
  }
}

.maintenance-basic-table table {
  border-collapse: collapse;
  width: 100%;
}

.maintenance-basic-table table tr {
  background-color: #faf9f7;
}

.maintenance-basic-table table tr:nth-child(2n) {
  background-color: #f0eee8;
}

.maintenance-basic-table table tr th,
.maintenance-basic-table table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-table table tr th,
  .maintenance-basic-table table tr td {
    font-size: 16px;
    width: 50%;
    display: table-cell;
  }
}

.maintenance-basic-table table tr th {
  color: #f7931e;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-table table tr td {
    border-top: none;
    border-left: 1px solid #ccc;
  }
}

.maintenance-basic-table .notice {
  color: #999;
  font-size: 13px;
  margin-top: 15px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .maintenance-basic-table .notice {
    text-align: right;
    font-size: 14px;
  }
}

.sportsbike {
  margin-top: 30px;
  padding: 30px 15px 40px;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sportsbike {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.sportsbike-title {
  text-align: center;
  margin: 30px auto;
}

.sportsbike-slider {
  padding-bottom: 30px;
}
/*# sourceMappingURL=maintenance.css.map */