<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ã€PCã€‘************************************************
*/
/*Basic*/
.flex,
.m_flex {
  display: flex;
}

/*Slide Conts*/
.label_box {
  display: flex;
  flex-wrap: wrap;
  margin: 2% 0 0 0;
}
.label_box p {
  background: #ccc;
  border-radius: 20px;
  padding: 1% 3%;
  font-size: 100%;
  letter-spacing: 0.1vw;
  margin: 1.5% 0.5% 0 0;
  color: #555;
  font-weight: normal;
}
.rec_bunner {
  position: absolute;
  bottom: 0;
  padding: unset;
  margin: unset;
  font-size: 1vw;
}
.rec_bunner p {
  margin: unset;
}

/*slider*/
.slide_box,
.slide_conts {
  /*width: 100%; /*49.5%;*/
  width: 100%;
  /*height: 35vw;*/
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 81%;
  /*52vw;*/
  overflow: hidden;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-container-thumbs {
  height: 18%;
  /*11vw*/
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-container-thumbs .swiper-slide {
  /*width: 20% !important;*/
  width: calc(100% / 5.4) !important;
  opacity: 0.5;
  cursor: pointer;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/*Detail*/
.slide_guide {
  margin: 23px 0; /*2w 0*/
  justify-content: space-between;
}
.slide_conts h2 {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 0 1vw 0;
  border: none !important;
  background: unset;
  font-size: 1.6vw;
  line-height: 140%;
}

.text {
  font-size: 100%;
}

/*Property*/
.property {
  margin: 8vw 0;
}
.tbl2025 td:nth-child(1) {
  font-weight: bold;
  text-align: left;
}

/*Drawing*/
.drawing {
  width: 80%;
  margin: 8% auto;
}

.drawing img {
  width: 100%;
}
.small_box {
  margin-top: 3%;
  justify-content: space-around;
}
.small {
  width: 50%;
}
.model_data {
  text-align: center;
}
.model_data h3 {
  font-weight: 600;
  margin: 5% 0 2% 0;
}

/*Text Image*/
.text_img_box {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 10vw;
}

.text_img_inner {
  width: 32%;
  margin: 2% 0.65%;
}

/*Original*/
.metaslider {
  padding-top: 0px !important; /*30px*/
}
/*
th {
  padding-left: 10px;
  width: 40%;
}

tr {
  line-height: 200%;
  border-bottom: 1px #ccc dashed;
}

td {
  padding-left: 15px;
  width: 55%;
  text-align: right;
}
*/
.table_set {
  width: 100%;
  justify-content: space-between;
}
.table_set div table {
  /*æ—§ãƒ†ãƒ¼ãƒ–ãƒ«ç”¨*/
  width: 100%;
}

.table_set div {
  /*æ—§ãƒ†ãƒ¼ãƒ–ãƒ«ç”¨*/
  width: 100%;
  margin-right: 0%;
  /*float: left !important;*/
}
.tbl2025 {
  /*æ–°ãƒ†ãƒ¼ãƒ–ãƒ«*/
  width: 49%;
  margin-right: 0%;
}

/*20250605 ä½™ç™½å›ºå®šè¿½åŠ&nbsp;*/
.SecondGide {
  margin-bottom: 20px;
}
.mainp {
  margin-bottom: 20px;
}
.navilist {
  padding: 20px 10px;
  max-width: 1090px;
  width: 100%;
}
</pre></body></html>