@charset "UTF-8";
.pre-inc {
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
.pre-inc div.exp p {
  border-top: none;
}
.pre-inc .equipment_wrapp {
  font-family: "Zen Kaku Gothic New";
  width: 100%;
  overflow: hidden;
}
.pre-inc .equipment_wrapp .page_title {
  font-size: min(3.6vw, 35px);
  font-weight: 700;
  color: #2e3192;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0;
}
.pre-inc .equipment_wrapp .page_title span {
  display: block;
  font-size: 70%;
  color: #333;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .page_title {
    font-size: min(5.3vw, 42px);
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.pre-inc .equipment_wrapp .quality-inner {
  margin: 0 auto;
  padding: 118px 0 0;
  width: 96%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-inner {
    padding: 50px 0 0;
  }
}
.pre-inc .equipment_wrapp .quality-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-tab {
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc .equipment_wrapp .quality-tab li {
  width: 24%;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-tab li {
    width: 49%;
    margin-bottom: 15px;
  }
}
.pre-inc .equipment_wrapp .quality-tab li:last-of-type {
  border-right: none;
}
.pre-inc .equipment_wrapp .quality-tab li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #ffffff;
  font-size: min(1.3552758955vw, 14px);
  text-align: center;
  background-color: #dadada;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-tab li a {
    font-size: min(1.9361084221vw, 20px);
  }
}
.pre-inc .equipment_wrapp .quality-tab li a span {
  display: inline-block;
  font-size: 150%;
  font-family: "Oswald", sans-serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pre-inc .equipment_wrapp .quality-tab li a:hover {
  color: #ffffff;
  background-color: #161763;
  opacity: 1;
}
.pre-inc .equipment_wrapp .quality-tab li a.current {
  color: #ffffff;
  background-color: #161763;
  opacity: 1;
}
.pre-inc .equipment_wrapp .quality-category {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category {
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc .equipment_wrapp .quality-category.pb20 {
  padding-bottom: 20px;
}
.pre-inc .equipment_wrapp .quality-category .category-ttl {
  margin-bottom: 14px;
  padding: 5px 20px;
  color: #ffffff;
  font-size: min(2.9041626331vw, 30px);
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  background-color: #2e3192;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-ttl {
    padding: 10px;
    font-size: min(3.8722168441vw, 40px);
  }
}
.pre-inc .equipment_wrapp .quality-category .category-mainimg {
  width: 100%;
  max-width: 901px;
  margin-inline: auto;
}
.pre-inc .equipment_wrapp .quality-category .category-mainimg small {
  display: block;
  padding: 10px 0 0;
  font-size: 10px;
  font-weight: 700;
}
.pre-inc .equipment_wrapp .quality-category .category-box {
  display: grid;
  column-gap: 39px;
  row-gap: 25px;
  /*grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box {
    padding: 0;
    column-gap: 3.57vw;
    row-gap: 5.14vw;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item {
    grid-column: span 1;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-opt {
  /* grid-row: 1 / 4;
   grid-column: 1;*/
  grid-row: span 3;
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-opt {
    grid-row: span 3;
    grid-column: span 1;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-3-2 {
  grid-row: span 2;
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-3-2 {
    grid-row: span 2;
    grid-column: span 1;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-9 {
  grid-row: span 3;
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-9 {
    grid-column: span 2;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-6 {
  grid-row: span 2;
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-6 {
    grid-column: span 2;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-6-e {
  grid-row: span 2;
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-6-e {
    grid-column: span 1;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-6-1 {
  grid-row: span 1;
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-6-1 {
    grid-column: span 1;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item.col-12 {
  grid-row: span 1;
  grid-column: span 12;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item.col-12 {
    grid-column: span 2;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 {
  grid-row: span 2;
  grid-column: span 2;
  grid-column: 2/3;
  padding: 15px;
  background-color: #dce3e8;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 {
    grid-row: span 3;
    grid-column: 1/2;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 .opt-ttl {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #7d0000;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 .opt-ttl {
    padding: 0.5vw 0;
    font-size: min(2.57vw, 18px);
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 .item-text {
  margin-bottom: 10px;
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 .item-text02 {
  margin-top: 20px;
  padding: 10px 0;
  color: #3a5e6e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.53;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-opt02 .item-text02 {
    font-size: min(2vw, 14px);
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-img {
  width: 100%;
  position: relative;
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-img .cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-img .cap {
    font-size: min(1.8vw, 10px);
    bottom: 0px;
    right: 1px;
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-img .cap.wh {
  color: #fff;
  text-shadow: -1px -1px 1px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-ttl {
  padding: 13px 0 13px;
  color: #2e3192;
  font-size: min(1.4520813166vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-ttl {
    padding: 1.42vw 0 1vw;
    font-size: min(2.42vw, 17px);
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-text {
  font-size: min(1.2584704743vw, 13px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .quality-category .category-box .item-text {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .quality-category .category-box .item-text .small {
  display: block;
  font-size: 80%;
}
.pre-inc .equipment_wrapp .quality-category .img-opt {
  padding: 40px 0 0;
  width: 100%;
}
.pre-inc .equipment_wrapp .flex_wrapp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .equipment_wrapp .flex_wrapp .flex_in {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .flex_wrapp .flex_in {
    width: 100%;
  }
}
.pre-inc .equipment_wrapp {
  /*******Structure*******/
}
.pre-inc .equipment_wrapp .structure_box .ecology_title {
  margin-bottom: 25px;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #2e3192;
  font-size: min(2.4201355276vw, 25px);
  letter-spacing: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .ecology_title {
    font-size: min(3.1945788964vw, 33px);
  }
}
.pre-inc .equipment_wrapp .structure_box .wide_box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .wide_box {
    width: 90%;
    margin: 0 auto 40px;
  }
  .pre-inc .equipment_wrapp .structure_box .wide_box.s_mb30 {
    margin-bottom: 30px;
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.pre-inc .equipment_wrapp .structure_box .flex_box.mb10 {
  margin-bottom: 10px;
}
.pre-inc .equipment_wrapp .structure_box .flex_box.speck {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box.speck {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box {
    width: 90%;
    margin: 0 auto 0;
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl {
  margin-bottom: 14px;
  padding: 5px 20px;
  color: #ffffff;
  font-size: min(1.9361084221vw, 20px);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
  background-color: #2e3192;
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.size_down {
  font-size: min(1.5488867377vw, 16px);
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.size_down {
    padding: 10px 20px;
    font-size: min(2.5169409487vw, 26px);
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.size_down.evaluation {
  background-color: #437342;
  letter-spacing: 0;
  font-size: min(1.4520813166vw, 15px);
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.size_down.evaluation {
    font-size: min(2.4201355276vw, 25px);
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.ecology {
  font-size: min(1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.ecology {
    font-size: min(2.9041626331vw, 30px);
    letter-spacing: 0em;
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl.ecology {
  color: #2e3192;
  background: none;
  text-align: left;
  letter-spacing: -0.05em;
  padding: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .category-ttl {
    padding: 10px 20px;
    font-size: min(2.9041626331vw, 30px);
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-ttl {
  padding: 13px 0 13px;
  color: #2e3192;
  font-size: min(1.4520813166vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .item-ttl {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-text {
  font-size: min(1.2584704743vw, 13px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-text.evaluation {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .flex_box_in .item-text {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-text .small {
  display: block;
  font-size: 80%;
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-img {
  width: 100%;
  position: relative;
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-img.mt50 {
  margin-top: 50px;
}
.pre-inc .equipment_wrapp .structure_box .flex_box_in .item-img .caution {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.pre-inc .equipment_wrapp .structure_box .line_style {
  width: 100%;
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_title {
  padding: 30px 20px;
  color: #ffffff;
  font-size: min(1.5488867377vw, 16px);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
  background-color: #2e3192;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .line_style .line_title {
    padding: 20px 20px;
    font-size: min(2.7vw, 23px);
  }
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_title .sub_title {
  display: block;
  width: 70%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 15px auto 0;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .line_style .line_title .sub_title {
    margin: 10px auto 0;
    padding: 8px 0;
  }
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_flex {
  background: #eaeaf4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in {
    width: 100%;
  }
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in .item-ttl {
  padding: 13px 0 13px;
  color: #2e3192;
  font-size: min(1.6456921588vw, 17px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in .item-ttl {
    font-size: min(3.28vw, 22px);
  }
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in .item-text {
  font-size: min(1.2584704743vw, 13px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in .item-text {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .structure_box .line_style .line_flex .line_flex_in .item-text .small {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}
.pre-inc .equipment_wrapp {
  /*******Evaluation*******/
}
.pre-inc .equipment_wrapp .evaluation_box {
  background: #e6f3ef;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box {
    padding: 20px 0px;
  }
}
.pre-inc .equipment_wrapp .evaluation_box h3 {
  font-size: min(2.3vw, 24px);
  letter-spacing: 0;
  text-align: center;
  color: #437342;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box h3 {
    font-size: min(4.4vw, 45px);
  }
}
.pre-inc .equipment_wrapp .evaluation_box h3 strong {
  color: #ff0000;
  font-size: 120%;
}
.pre-inc .equipment_wrapp .evaluation_box h3.pd {
  padding: min(2.1vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box h3.pd {
    padding: 0px;
  }
}
.pre-inc .equipment_wrapp .evaluation_box .casbee_wrapp {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box .casbee_wrapp {
    margin-top: 20px;
  }
}
.pre-inc .equipment_wrapp .evaluation_box .casbee_wrapp h4 {
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(1.5488867377vw, 16px);
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box .casbee_wrapp h4 {
    font-size: min(2.4201355276vw, 25px);
  }
}
.pre-inc .equipment_wrapp .evaluation_box .sub_ttl {
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(1.5488867377vw, 16px);
  text-align: center;
  margin-bottom: 10px;
  color: #437342;
  border: 1px solid #437342;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .evaluation_box .sub_ttl {
    font-size: min(2.4201355276vw, 25px);
  }
}
.pre-inc .equipment_wrapp .evaluation_box .sub_ttl.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .sp_flex_on {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.pre-inc .equipment_wrapp .flex_box_in .sp_flex {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .flex_box_in .sp_flex {
    width: 48%;
  }
}
.pre-inc .equipment_wrapp {
  /*******性能評価********/
}
.pre-inc .equipment_wrapp .speck-category {
  display: grid;
  column-gap: 39px;
  row-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category {
    display: block;
  }
}
.pre-inc .equipment_wrapp .speck-category.bg_set {
  background: #eaeaf4;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category.bg_set {
    padding: 20px;
  }
}
.pre-inc .equipment_wrapp .speck-category .item {
  grid-column: span 3;
}
.pre-inc .equipment_wrapp .speck-category .item .category-ttl {
  font-family: "Zen Kaku Gothic New";
  font-size: min(1.5vw, 18px);
  margin-bottom: 14px;
  color: #2e3192;
  background: none;
  text-align: left;
  padding: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .category-ttl {
    font-size: min(2.9041626331vw, 30px);
  }
}
.pre-inc .equipment_wrapp .speck-category .item .category-ttl.bk {
  color: #000;
}
.pre-inc .equipment_wrapp .speck-category .item .item-text {
  font-size: min(1.2584704743vw, 13px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .item-text {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .speck-category .item .item-text .small {
  display: block;
  font-size: 80%;
  margin-top: 10px;
}
.pre-inc .equipment_wrapp .speck-category .item .item-img.w-70 {
  width: 70%;
  margin: 0 auto;
}
.pre-inc .equipment_wrapp .speck-category .item .toilet_text {
  width: 60%;
}
.pre-inc .equipment_wrapp .speck-category .item .toilet_image {
  width: 37%;
}
.pre-inc .equipment_wrapp .speck-category .item .toilet_image .cap {
  font-size: 10px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.pre-inc .equipment_wrapp .speck-category .item .speck_lef {
  width: 48%;
}
.pre-inc .equipment_wrapp .speck-category .item .speck_rig {
  width: 48%;
}
.pre-inc .equipment_wrapp .speck-category .item .speck_rig .w-70 {
  width: 70%;
  margin: 0 auto;
}
.pre-inc .equipment_wrapp .speck-category .item .kashi {
  background: #fff;
  padding: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .kashi {
    margin-bottom: 20px;
  }
}
.pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_title {
  font-size: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_title {
    font-size: min(2.9041626331vw, 30px);
    margin-bottom: 15px;
  }
}
.pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_text {
  width: 90%;
  margin: 0 auto 0;
}
.pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_text li {
  font-size: min(1.2584704743vw, 13px);
  list-style: disc;
  list-style: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_text li {
    font-size: min(2.28vw, 16px);
  }
}
.pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_cap {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .equipment_wrapp .speck-category .item .kashi .kashi_cap {
    font-size: min(1.5648596321vw, 14px);
  }
}
.pre-inc .equipment_wrapp .speck-category .item.col-6 {
  grid-row: span 1;
  grid-column: span 6;
}
.pre-inc .equipment_wrapp .speck-category .item.col-6-2 {
  grid-row: span 2;
  grid-column: span 6;
}/*# sourceMappingURL=equipment.css.map */