<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ã€MOBILEã€‘************************************************
*/

/*Basic*/
body {
  font-size: 4vw;
}
.flex {
  display: block;
}
.m_flex {
  display: flex;
}

/*Slide Conts*/

.slide_conts h2 {
  font-size: 160%;
  font-weight: 600;
}

.rec_bunner {
  width: 30%;
  position: static;
  margin: 5% 0 0 0;
}

/*Main Slider*/
.slide_guide {
  margin: 20px 0;
}
.slide_box,
.slide_conts {
  width: 100%;
  height: 100%;
  margin: 20px 0; /*5vw 0*/
}

/*Slider Thumnail*/
.swiper-container-thumbs {
  height: 28%;
}
.swiper-container-thumbs .swiper-slide {
  width: calc(100% / 5.35) !important;
  opacity: 0.5;
  cursor: pointer;
}

/*Data*/

div table {
  width: 100% !important;
}
h3.data {
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  margin: 10vw 0;
}
.tbl2025 {
  width: 100% !important;
}
.tbl2025 tr {
  height: 10vw;
  font-size: 4vw;
}
/*Drawing*/
.drawing {
  width: 100%;
}
.small {
  width: 100%;
}
.model_data {
  text-align: left;
}

/*Text Image*/
.text_img_inner {
  width: 100%;
  margin: 8vw 0;
  font-size: 4vw;
}
.text_img_inner h4 {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.3vw;
  margin: 3vw 0 2vw 0;
  border-bottom: 1px solid #000;
  padding-bottom: 2vw;
}
</pre></body></html>