@media (min-width: 769px) {
  .main_inner {
    max-width: 100rem;
  }
}

.table01 {
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .table01 {
    column-gap: 8rem;
  }
}
@media (min-width: 769px) {
  .table01-line {
    column-gap: 8rem;
  }
}
@media (max-width: 768px) {
  .table01-line {
    flex-direction: row;
    column-gap: 5rem;
  }
}
.table01-dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f5;
}
@media (min-width: 769px) {
  .table01-dt {
    width: 16.2rem;
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .table01-dt {
    width: 24.6rem;
    height: 10rem;
  }
}
.table01-dd {
  display: flex;
  align-items: center;
}

.fuel_pdf > dt {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .fuel_pdf > dt {
    line-height: 1.5;
    font-size: 2.2rem;
  }
  .fuel_pdf > dt > p {
    font: inherit;
  }
  .fuel_pdf > dt > p:first-of-type {
    margin-top: -0.25em;
  }
  .fuel_pdf > dt > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .fuel_pdf > dt {
    line-height: 1.589;
    font-size: 3.4rem;
  }
  .fuel_pdf > dt > p {
    font: inherit;
  }
  .fuel_pdf > dt > p:first-of-type {
    margin-top: -0.294em;
  }
  .fuel_pdf > dt > p:last-of-type {
    margin-bottom: -0.294em;
  }
}
@media (min-width: 769px) {
  .fuel_pdf > dd {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .fuel_pdf > dd {
    padding-top: 3.5rem;
  }
}
.fuel_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f5;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .fuel_box {
    margin-top: 7rem;
    padding: 3.2rem 0;
  }
}
@media (max-width: 768px) {
  .fuel_box {
    margin-top: 10rem;
    padding: 3.9rem 0;
  }
}
.fuel_box p {
  display: flex;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .fuel_box p {
    align-items: baseline;
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .fuel_box p {
    align-items: flex-end;
    line-height: 1.438;
    font-size: 3.2rem;
  }
}
.fuel_box p .col1 {
  color: #30aedb;
}
.fuel_box p strong {
  display: inline-block;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  translate: 0 8%;
}
@media (min-width: 769px) {
  .fuel_box p strong {
    margin-left: 2rem;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .fuel_box p strong {
    margin-left: 3rem;
    font-size: 10rem;
  }
}
.fuel_note {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .fuel_note {
    padding-top: 1.5rem;
    line-height: 1.667;
    font-size: 1.2rem;
  }
  .fuel_note > p {
    font: inherit;
  }
  .fuel_note > p:first-of-type {
    margin-top: -0.333em;
  }
  .fuel_note > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media (max-width: 768px) {
  .fuel_note {
    padding-top: 3.5rem;
    line-height: 1.728;
    font-size: 2.2rem;
  }
  .fuel_note > p {
    font: inherit;
  }
  .fuel_note > p:first-of-type {
    margin-top: -0.363em;
  }
  .fuel_note > p:last-of-type {
    margin-bottom: -0.363em;
  }
}
@media (min-width: 769px) {
  .fuel_table {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .fuel_table {
    margin-top: 10rem;
  }
}
.fuel_table > dt {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .fuel_table > dt {
    line-height: 1.5;
    font-size: 2rem;
  }
  .fuel_table > dt > p {
    font: inherit;
  }
  .fuel_table > dt > p:first-of-type {
    margin-top: -0.25em;
  }
  .fuel_table > dt > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .fuel_table > dt {
    line-height: 1.667;
    font-size: 3rem;
  }
  .fuel_table > dt > p {
    font: inherit;
  }
  .fuel_table > dt > p:first-of-type {
    margin-top: -0.333em;
  }
  .fuel_table > dt > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media (min-width: 769px) {
  .fuel_table > dd {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .fuel_table > dd {
    padding-top: 3.5rem;
  }
}