@charset 'utf-8';

/* common */
span.size-a {
  font-size: 12px;
  color: #555;
}

span.single_important::before {
  content: '※';
  color: #f00;
}

/* intake-maintenance */
.intake-maintenance {
  width: 100%;
  padding: 0;
  margin: 0;
}

.intake-maintenance h2.title {
  font-size: 15px;
  text-align: left;
  border-left: 10px solid #000080;
  padding-left: 10px;
  margin-bottom: 8px;
}

.intake-maintenance p span.underline {
  background: linear-gradient(transparent 60%, #ff4 70%);
}

/* intake-regularly */
.intake-regularly {
  width: 100%;
  font-size: 14px;
  padding: 4px;
}

.intake-regularly h3 {
  display: inline-block;
  font-weight: 500;
  color: #555;
  border-bottom: 2px solid #555;
  padding-left: 8px;
  margin-bottom: 4px;
}

.intake-regularly p {
  line-height: 1.5;
  padding: 4px;
}

  /* intake_list */
  .intake-regularly .intake_list {
    padding-left: 8px;
  }

  .intake_list-type {
    list-style: disc;
    padding-left: 20px;
    /* margin-left: 20px; */
  }

  .intake-regularly .intake_list li:not(:first-child),
  .intake_list-type li:not(:first-child) {
    padding-top: 4px;
  }

  .intake-regularly .intake_list li::before {
    content: ' ○ ';
  }

  /* air_cleaner */
  ol.air_cleaner {
    list-style: upper-roman;
    font-size: 14px;
    margin-left: 12px;
  }
  
  ol.air_cleaner li {
    padding-left: 8px;
    margin-left: 12px;
  }

    /* ol ul.intake_system li::before {
      font-family: "Font Awesome 6 Free";
      font-size: 12px;
      font-weight: 600;
      content: "\f6e3  ";
    } */

  /* air-element */
  .air-element {
    width: 100%;
    margin: 4px 0;
  }

  .air-element fieldset {
    border: 2px double #777;
    border-radius: 8px;
    background: beige;
    padding: 8px;
    margin: 8px 0;
  }

  h2.element {
    font-size: 15px;
    font-weight: 500;
  }

  h2.element::before,
  h2.element::after {
    content: '  -  ';
    font-weight: 500;
  }
  
  /* .air-cleaner feathres */
  .air-cleaner .feathres {
    width: 100%;
  }

  .air-cleaner .feathres:not(:first-child) {
    padding-top: 8px;
  }

  .feathres > h3 {
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
  }

  .feathres > h3::after {
    content: '  : ';
  }

  .wetlist {
    list-style: square;
    margin-left: 24px;
  }

/* アクセル関連 */
.intake-regularly > h3.gasList {
  border-bottom: none;
}

.intake-regularly > h3.gasList::before {
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 600;
  content: "\f101  ";
}

.intake-regularly ul.gas {
  list-style: upper-roman;
  margin-left: 24px;
}

.intake-regularly ul.gas li {
  font-size: 15px;
  font-weight: 600;
}

.throttle {
  width: 95%;
  padding-top: 8px;
  margin: 0 auto;
}

.throttle:not(:first-child) {
  margin-top: 8px;
}

.throttle h4.throttle_parts {
  font-size: 15px;
  font-weight: 500;
  border-left: 6px double #777;
  padding-left: 8px;
}

.throttle-Type {
  list-style: square;
  margin-left: 24px;
}

/* cable */
dl.cable {
  margin-left: 4px;
}

dl.cable dt {
  font-weight: 600;
}

dl.cable dt:not(:first-child) {
  padding-top: 8px;
}

dl.cable dd {
  padding-left: 8px;
}

/* tablet */
@media (min-width:550px) {
  .headerImage {
    width: 70%;
    /* height: 350px; */
  }

  .headerImage img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 50% 60%;
  }
}

/* PC */
@media (min-width:820px) {
  
}