@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* gradation */
/* clearfix */
/* Colors */
/* news content css ------------------------------------------------------ */
#pages_ttl {
  font-size: 38px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 2.5vw !important;
  }
}
@media (max-width: 640px) {
  #pages_ttl {
    font-size: 5vw;
  }
}

#main_image .main-visual {
  background: #00218f;
  height: 38.4375vw;
  max-height: 738px;
}
#main_image .main-visual .main-visual__wrap {
  background: #00218f;
  max-width: 1920px;
  max-height: 738px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  #main_image .main-visual {
    height: 100%;
  }
}
@media (max-width: 640px) {
  #main_image .main-visual {
    height: 100%;
  }
  #main_image .main-visual .main-visual__wrap {
    width: 100%;
    height: 100%;
  }
}

.news_container_wrap {
  margin: auto;
}
.news_container_wrap .content_title {
  position: relative;
  max-width: 1200px;
  text-align: center;
}
.news_container_wrap .link_btn_col {
  box-sizing: border-box;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 0;
  padding: 60px 0 30px;
}
.news_container_wrap .link_btn_col a {
  display: block;
}
.news_container_wrap .link_btn_col a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .news_container_wrap .link_btn_col {
    padding: 30px 5% 20px;
  }
}

.news_container .news_lead {
  padding: 70px 0 50px;
}
.news_container .news_lead p.lead_text {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto 0;
}
.news_container .news_lead p.lead_text .lead_big {
  color: #004898;
  font-size: 45px;
  font-weight: bold;
}
.news_container .news_lead p.schedule-text {
  color: #000000;
  font-size: clamp(30px, 4.5vw, 45px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  max-width: 1200px;
  margin: 30px auto 20px;
}
.news_container .news_lead .lead-note {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 10px auto 0;
}
.news_container .news_lead .lead-note .text01 {
  color: #1d2087;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin-right: 15px;
}
.news_container .news_lead .lead-note .text02 {
  color: #231815;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.5;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .news_container .news_lead p.lead_text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.8;
  }
  .news_container .news_lead p.lead_text .lead_big {
    font-size: 40px;
  }
  .news_container .news_lead p.schedule-text {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .news_container .news_lead {
    padding: 40px 5% 30px;
  }
  .news_container .news_lead p.lead_text {
    font-size: 4.3vw;
    font-weight: normal;
    line-height: 1.7;
    margin: 0 auto 0;
  }
  .news_container .news_lead p.lead_text .lead_big {
    font-size: 5vw;
  }
  .news_container .news_lead p.schedule-text {
    font-size: 6.5vw;
    margin: 25px auto 30px;
  }
  .news_container .news_lead .lead-note {
    flex-wrap: wrap;
    justify-content: left;
    margin: 10px auto 0;
  }
  .news_container .news_lead .lead-note p {
    margin: 0;
  }
  .news_container .news_lead .lead-note .text01 {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .news_container .news_lead .lead-note .text02 {
    font-size: 2.8vw;
    line-height: 1.5;
  }
}

/* news common css ------------------------------------------------------ */
.font__min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font__gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* *** pc *** */
html {
  scroll-padding-top: 100px;
}

#pages_ttl {
  color: #fff;
  padding: 14px 0 16px;
  text-align: center;
  background: rgb(0, 33, 143);
}

#main_image {
  width: 100%;
}
#main_image img {
  width: 100%;
}
#main_image .main-visual {
  position: relative;
  width: 100%;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main_image .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__title img {
  text-align: center;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#main_image .main-visual .main-visual__wrap .main-visual__bg img {
  width: 100%;
}

.news_container_wrap {
  position: relative;
  overflow: hidden;
}

.news_container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}
.news_container .midashi {
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  width: 100%;
}
.news_container .midashi span {
  display: inline-block;
  vertical-align: middle;
}
.news_container .midashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi2 {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: center;
}
.news_container .midashi2 span {
  display: inline-block;
  vertical-align: middle;
}
.news_container .midashi2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi3 {
  text-align: center;
}
.news_container p {
  font-feature-settings: "palt" 1;
}
.news_container img {
  max-width: 100%;
  margin: 0 auto;
}
.news_container .flexbox {
  display: flex;
}
.news_container .flexbox.col-2 li {
  display: block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_container .flexbox.col-2 li:nth-child(even) {
  margin-right: 0;
}
.news_container .flexbox.col-2 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-3 li {
  display: block;
  width: 32.5%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_container .flexbox.col-3 li:nth-of-type(3), .news_container .flexbox.col-3 li:last-child {
  margin-right: 0;
}
.news_container .flexbox.col-3 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-4 li {
  display: block;
  width: 24%;
  box-sizing: border-box;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
.news_container .flexbox.col-4 li:nth-of-type(4n) {
  margin-right: 0;
}
.news_container .flexbox.col-4 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flex_center {
  align-items: center;
}
.news_container .txt_color_white {
  color: #fff;
}
.news_container .txt_w_100 {
  font-weight: 100;
}
.news_container .txt_bold {
  font-weight: bold;
}
.news_container .txt_underline {
  text-decoration: underline;
}
.news_container .txt_underline_none {
  text-decoration: none;
}
.news_container .txt_center {
  text-align: center;
}
.news_container .txt__left {
  text-align: left;
}
.news_container .txt__right {
  text-align: right;
}

.icon_arrow-r {
  position: relative;
}
.icon_arrow-r::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%) scaleY(0.75) rotate(45deg);
  transition: all 300ms;
}

/* *** tablet *** */
@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 4vw;
  }
}
/* *** SP *** */
@media (max-width: 640px) {
  html {
    scroll-padding-top: 50px;
  }
  #pages_ttl {
    padding: 14px 0.5vw 16px;
  }
  .news_container {
    width: 100%;
  }
  .news_container .midashi {
    letter-spacing: 0;
    line-height: 1.3;
    margin: 3.125vw auto 6.25vw;
  }
  .news_container .midashi2 {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .news_container p {
    margin: 10px 0;
  }
  .news_container .flexbox.col-2 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-2 li:nth-child(even) {
    margin-right: 0;
  }
  .news_container .flexbox.col-3 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-4 li {
    width: 100%;
    margin-right: 0;
  }
  .icon_arrow-r::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
}
/* *** effect *** */
.fadein {
  animation-name: fadeIn1s;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* news content-bg css ------------------------------------------------------ */
.content__bg1,
.content__bg2,
.content__bg3,
.content__bg4,
.content__bg5,
.content__bg6 {
  position: relative;
}
.content__bg1::before,
.content__bg2::before,
.content__bg3::before,
.content__bg4::before,
.content__bg5::before,
.content__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

.content__bg1::before {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content__bg2::before {
  background: url(/news/smartdrive202510/img/img-bg-001-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content__bg3::before {
  background: #d0eaea;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content__bg4::before {
  background: url(/news/smartdrive202510/img/img-bg-004-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 640px) {
  .content__bg1::before {
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .content__bg2::before {
    background: url(/news/smartdrive202510/img/img-bg-001-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content__bg3::before {
    background: #d0eaea;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content__bg4 {
    padding: 30px 0 0;
  }
  .content__bg4::before {
    background: url(/news/smartdrive202510/img/img-bg-004-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}
/* news note ------------------------------------------------------------ */
.note {
  background: #ffffff;
  padding: 30px 0 40px;
}
.note .icon-note {
  position: relative;
  vertical-align: middle;
  padding-left: 30px;
}
.note .icon-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/news/img/icon-note.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 26px;
  transform: translate(0, -50%);
}
.note .note__text {
  color: #1d1d1d;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.note .note__text01 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}
.note .note__text02 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .note {
    padding: 30px 0 20px;
  }
  .note .icon-note {
    padding-left: 4.6875vw;
  }
  .note .icon-note:before {
    width: 4.53125vw;
    height: 4.0625vw;
  }
  .note .note__text {
    font-size: 3.2vw;
  }
  .note .note__text01 {
    font-size: 4vw;
    text-align: left;
  }
  .note .note__text02 {
    font-size: 3.5vw;
    text-align: left;
  }
}

.news_container .note {
  background: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 50px;
}
.news_container .note p {
  color: #231815;
}
.news_container .note p.icon-note {
  font-size: 23px;
  margin: 0 0 3px;
}
.news_container .note p.note__text02 {
  margin: 0 0 40px;
}
.news_container .note p.note__text02:last-of-type {
  margin: 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .news_container .note {
    padding: 60px 50px;
  }
}
@media (max-width: 640px) {
  .news_container .note {
    padding: 40px 5%;
  }
  .news_container .note p.icon-note {
    font-size: 4vw;
    margin: 0 0 3px;
  }
  .news_container .note p.note__text02 {
    margin: 0 0 20px;
  }
}

/* news link-btn ------------------------------------------------------------ */
.newcars_link_btn {
  display: block;
  width: 600px;
  background: url("../img/link_btn_bg.jpg") no-repeat;
  padding: 15px 40px 15px 0;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
.newcars_link_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.newcars_link_btn.icon_arrow {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin: 0 auto;
}
.newcars_link_btn.icon_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  background: url("../img/icon_arrow_w.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: translate(-100%, -50%);
}
@media (max-width: 640px) {
  .newcars_link_btn {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 4.6875vw 3.125vw 4.6875vw 3.125vw;
  }
  .newcars_link_btn.icon_arrow {
    padding-right: 7.8125vw;
    font-size: 4.8vw;
  }
  .newcars_link_btn.icon_arrow::before {
    right: 0;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}

/* news base css --------------------------------------------------------- */
/* *** page base *** */
@media (min-width: 641px) {
  .sp-Only {
    display: none;
  }
  .pc-Only {
    display: block;
  }
  html footer {
    min-width: 1020px;
  }
}
a img.effect-scroll {
  transition-duration: 0.8s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 店舗一覧ページへ */
.news_box_wrap {
  background: rgb(194, 203, 235);
}
.news_box_wrap a:hover img {
  opacity: 0.7;
}
.news_box_wrap .news_box {
  width: 860px;
  padding: 10px 10px;
  margin: 0 auto;
}

.news_box_title {
  color: rgb(255, 255, 255);
  background: rbg(0, 33, 143);
}

.news_bottom_btn_wrap {
  padding: 25px 0px;
}

.news_bottom_btn {
  background: #fff;
}
.news_bottom_btn div.tenpo {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background: url(/news/img/bg_btn.png) no-repeat center center;
  border: solid 2px rbg(0, 33, 143);
}
.news_bottom_btn a.btn {
  padding: 10px 0 10px 40px;
  color: rbg(0, 33, 143);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50px;
  box-sizing: border-box;
  font-size: inherit;
}
.news_bottom_btn a span.tx_small {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  display: block;
  width: 160px;
}
.news_bottom_btn:hover {
  background-color: #f1f1f1;
}

@media (max-width: 640px) {
  /* 店舗一覧ページへ */
  .news_box_wrap {
    background: rgb(194, 203, 235);
  }
  .news_box_wrap .news_box {
    width: auto;
    padding: 0 10px;
    margin: 0 auto;
  }
  .news_bottom_btn a.btn {
    background: url(/news/img/icon_btn01.png) 20px center no-repeat;
    background-size: 50px;
  }
  .pc-Only {
    display: none;
  }
  .sp-Only {
    display: block;
  }
  .m_t0 {
    margin-top: 0px;
  }
  .m_t5 {
    margin-top: 2px;
  }
  .m_t10 {
    margin-top: 5px;
  }
  .m_t15 {
    margin-top: 7px;
  }
  .m_t20 {
    margin-top: 10px;
  }
  .m_t25 {
    margin-top: 12px;
  }
  .m_t30 {
    margin-top: 15px;
  }
  .m_t40 {
    margin-top: 20px;
  }
  .m_t50 {
    margin-top: 25px;
  }
  .m_t60 {
    margin-top: 30px;
  }
  .m_t70 {
    margin-top: 35px;
  }
  .m_t80 {
    margin-top: 40px;
  }
  .m_t90 {
    margin-top: 45px;
  }
  .m_t100 {
    margin-top: 50px;
  }
  .m_b0 {
    margin-bottom: 0px;
  }
  .m_b5 {
    margin-bottom: 2px;
  }
  .m_b10 {
    margin-bottom: 5px;
  }
  .m_b15 {
    margin-bottom: 7px;
  }
  .m_b20 {
    margin-bottom: 10px;
  }
  .m_b25 {
    margin-bottom: 12px;
  }
  .m_b30 {
    margin-bottom: 15px;
  }
  .m_b40 {
    margin-bottom: 20px;
  }
  .m_b50 {
    margin-bottom: 25px;
  }
  .m_b60 {
    margin-bottom: 30px;
  }
  .m_b70 {
    margin-bottom: 35px;
  }
  .m_b80 {
    margin-bottom: 40px;
  }
  .m_b90 {
    margin-bottom: 45px;
  }
  .m_b100 {
    margin-bottom: 50px;
  }
  .p_t0 {
    padding-top: 0px;
  }
  .p_t5 {
    padding-top: 2px;
  }
  .p_t10 {
    padding-top: 5px;
  }
  .p_t15 {
    padding-top: 7px;
  }
  .p_t20 {
    padding-top: 10px;
  }
  .p_t25 {
    padding-top: 12px;
  }
  .p_t30 {
    padding-top: 15px;
  }
  .p_t40 {
    padding-top: 20px;
  }
  .p_t50 {
    padding-top: 25px;
  }
  .p_t60 {
    padding-top: 30px;
  }
  .p_t70 {
    padding-top: 35px;
  }
  .p_t80 {
    padding-top: 40px;
  }
  .p_t90 {
    padding-top: 45px;
  }
  .p_t100 {
    padding-top: 50px;
  }
  .p_b0 {
    padding-bottom: 0px;
  }
  .p_b5 {
    padding-bottom: 2px;
  }
  .p_b10 {
    padding-bottom: 5px;
  }
  .p_b15 {
    padding-bottom: 7px;
  }
  .p_b20 {
    padding-bottom: 10px;
  }
  .p_b25 {
    padding-bottom: 12px;
  }
  .p_b30 {
    padding-bottom: 15px;
  }
  .p_b40 {
    padding-bottom: 20px;
  }
  .p_b50 {
    padding-bottom: 25px;
  }
  .p_b60 {
    padding-bottom: 30px;
  }
  .p_b70 {
    padding-bottom: 35px;
  }
  .p_b80 {
    padding-bottom: 40px;
  }
  .p_b90 {
    padding-bottom: 45px;
  }
  .p_b100 {
    padding-bottom: 50px;
  }
  .m_0_sp {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .list-top {
    text-align: left;
    padding-left: 8px;
  }
  .list-top p {
    color: #1d2087;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
  }
}
.schedule-list {
  background: #fffbd0;
  border: 2px solid #1d2087;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 904px;
  margin: 40px auto 10px;
}
.schedule-list .list-col {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100px;
}
.schedule-list .list-col:nth-of-type(1) {
  border-right: 2px solid #1d2087;
  width: 15%;
}
.schedule-list .list-col:nth-of-type(2) {
  border-right: 2px solid #1d2087;
  flex-wrap: wrap;
  width: 25%;
}
.schedule-list .list-col:nth-of-type(3) {
  flex-wrap: wrap;
  width: 60%;
}
.schedule-list .list-col p {
  box-sizing: border-box;
  color: #1d2087;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
.schedule-list .list-col p:nth-child(2n) {
  border-top: 2px solid #1d2087;
}
@media (max-width: 640px) {
  .schedule-list {
    border: 1px solid #1d2087;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .schedule-list .list-col {
    flex-wrap: wrap;
    height: 100%;
  }
  .schedule-list .list-col:nth-of-type(1) {
    border-right: 1px solid #1d2087;
    justify-content: left;
    width: 25%;
  }
  .schedule-list .list-col:nth-of-type(1) p {
    justify-content: left;
    font-size: 3vw;
    line-height: 1.5;
    height: 100%;
    margin: 0;
    padding-left: 5%;
  }
  .schedule-list .list-col:nth-of-type(2) {
    border-right: none;
    flex-wrap: wrap;
    width: 75%;
  }
  .schedule-list .list-col p {
    font-size: 3vw;
    height: 100%;
    margin: 0;
    padding: 8px 0 8px 7px;
  }
  .schedule-list .list-col p:nth-child(2n) {
    border-top: 1px solid #1d2087;
  }
}

.lineup {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 50px;
}
.lineup .flexbox {
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 640px) {
  .lineup {
    padding: 40px 5%;
  }
}

.safety {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 50px;
}
.safety .title {
  color: #0078c5;
  font-size: clamp(25px, 4.4vw, 52px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 20px;
}
.safety .flexbox p.text {
  color: #0078c5;
  font-size: clamp(12px, 1.3vw, 16px);
  margin: 5px 0 0;
}
@media (max-width: 640px) {
  .safety {
    padding: 40px 5%;
  }
  .safety .title {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 10px;
  }
  .safety .flexbox {
    flex-wrap: wrap;
  }
  .safety .flexbox.col-4 li {
    width: 48%;
    margin-right: 4%;
  }
  .safety .flexbox.col-4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .safety .flexbox p {
    margin: 0;
  }
  .safety .flexbox p.text {
    font-size: clamp(12px, 1.2vw, 14px);
    margin: 5px 0 10px;
  }
}/*# sourceMappingURL=smartdrive202510detail.css.map */


