@charset "UTF-8";
/* *** variables model *** */
/* color */
/* *** common variables *** */
/* break point 
---------------------------------------------- */
/* hover style
---------------------------------------------- */
/* color
---------------------------------------------- */
/* *** ①One-Tone *** */
/* *** ②Two-Tone *** */
/* *** mixins *** */
/* break point */
/* hover */
/* -----------------------------------------------
  ① clamp関数
----------------------------------------------- */
/* --- 10px = 1rem --- */
/* -----------------------------------------------
  ② Y軸減少計算
----------------------------------------------- */
/* --- 画面を縮小させた際にコンテンツのY軸距離を広げる関数 --- */
/* パワーユニット表 */
table.tbl01 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--greyK20);
}
@media (min-width: 769px) {
  table.tbl01 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  table.tbl01 {
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
}
table.tbl01 th,
table.tbl01 td {
  padding: 0.8rem;
  border: solid var(--greyK20);
  border-width: 1px 1px 0 0;
  text-align: center;
}
table.tbl01 td:last-of-type {
  border-right: 0;
}/*# sourceMappingURL=driving.css.map */


