/*===============================================*/
/* common */
/*===============================================*/
#contents_area {
  color: #fff;
}
#contents_area a {
  color: inherit;
}

.contents_le img {
  display: block;
  width: 100%;
}
.contents_le sup {
  font-size: 75%;
  vertical-align: top;
}

.le_slide .group {
  position: relative;
}
.le_slide .list {
  position: relative;
}
.le_slide .slick-slider {
  margin-bottom: 0;
}
.le_slide .item {
  width: 100%;
  position: relative;
}
.le_slide .item .caution {
  color: #fff;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.le_slide .prev,
.le_slide .next {
  width: 20px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background: url("../image/slide_arrow.svg") 50% 50% no-repeat;
  background-size: contain;
}
.le_slide .prev:hover,
.le_slide .next:hover {
  opacity: 0.8;
}
.le_slide .prev {
  left: 2%;
}
.le_slide .next {
  right: 2%;
  transform: translateY(-50%) rotateY(180deg);
}
.le_slide .dots {
  width: 100%;
  margin-top: 15px;
}
.le_slide .dots .slick-dots {
  width: 100% !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
}
.le_slide .dots .slick-dots li {
  padding: 0;
  margin: 0 5px;
  float: none;
  display: block;
  width: 100px;
  height: 20px;
}
.le_slide .dots .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.le_slide .dots .slick-dots button:before {
  content: '';
  display: block;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  height: 6px;
  border: 1px solid #ffe103;
  border-radius: 2px;
  position: relative;
  transition: background-color 0.1s;
}
.le_slide .dots .slick-dots button:hover:before {
  background: transparent;
  opacity: 0.8;
}
.le_slide .dots .slick-dots .slick-active button:before {
  background: #ffe103;
}
.le_slide .dots .slick-dots .slick-active {
  pointer-events: none;
}
.le_slide .dots.type_black .slick-dots button:before {
  border-color: #000;
}
.le_slide .dots.type_black .slick-dots .slick-active button:before {
  background: #000;
}

/*===============================================*/
/* pc */
/*===============================================*/
@media screen and (min-width: 769px) {
  .contents_le {
    min-width: 1060px !important;
    background: #000;
    color: #000;
  }
  .contents_le .scr_pc {
    display: block;
  }
  .contents_le .scr_sp {
    display: none !important;
  }
  .contents_le .w_cmn {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents_le .sec_heading {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .contents_le .sec_heading:after {
    content: '';
    display: block;
    background: #fff;
    width: 0.57em;
    height: 2px;
    margin: 1.3em auto 1.5em;
  }
  .contents_le .sec_heading.type_black:after {
    background: #000;
  }
  .contents_le .text_m {
    font-size: 16px;
    line-height: 1.6;
  }
  .contents_le .text_s {
    font-size: 14px;
    line-height: 2;
  }
  .contents_le .le_btn_a {
    width: 800px;
    height: 74px;
    background: url("../image/btn_a_arrow.svg") right 40px top 32px no-repeat #c11920;
    background-size: 65px 6px;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contents_le .le_sales {
    color: #ffe103;
    line-height: 2;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ffe103;
    width: 800px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents_le .le_sales .heading {
    font-size: 16px;
    font-weight: bold;
  }
  .contents_le .le_sales .text {
    font-size: 14px;
  }
  .contents_le .le_slide {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents_le .le_layout_a {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .contents_le .le_layout_a:nth-of-type(1) {
    padding-top: 0;
  }
  .contents_le .le_layout_a .image {
    flex: 0 0 490px;
  }
  .contents_le .le_layout_a .text_group {
    flex: 0 0 450px;
    font-size: 16px;
  }
  .contents_le .le_layout_a .heading {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 1.5em;
  }
  .contents_le .le_layout_a .heading:first-child {
    margin-top: -0.1em;
  }
  .contents_le .le_layout_a .text_m {
    margin-top: 1em;
  }
  .contents_le .le_layout_a .pic {
    margin-top: 1em;
  }
  .contents_le .le_layout_a .note {
    font-size: 13px;
    line-height: 2;
    margin-top: 1em;
    text-indent: -1.4em;
    margin-left: 1.4em;
  }

  .sec_main {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
  }
  .sec_main .heading_group img {
    margin-left: auto;
    margin-right: auto;
  }
  .sec_main .heading_group .text_1 {
    width: 187px;
  }
  .sec_main .heading_group .text_2 {
    width: 404px;
    margin-top: 30px;
  }
  .sec_main .tag {
    display: inline-flex;
    font-size: 16px;
    color: #ffe103;
    border: 1px solid #ffe103;
    padding: 0.5em 1em;
    margin-top: 30px;
  }
  .sec_main .lead {
    width: 373px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .sec_main .le_slide {
    margin-top: 60px;
  }
  .sec_main .price_group {
    display: flex;
    align-items: center;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 25px 0;
    margin-top: 35px;
  }
  .sec_main .price_group .heading {
    font-size: 16px;
    font-weight: bold;
    width: 33%;
  }
  .sec_main .price_group .price {
    font-size: 16px;
    font-weight: bold;
    width: 33%;
  }
  .sec_main .price_group .num {
    font-size: 40px;
    margin-right: 0.1em;
  }
  .sec_main .price_group .aside {
    font-size: 13px;
    line-height: 1.5;
    width: 33%;
  }
  .sec_main .le_sales {
    margin-top: 50px;
  }
  .sec_main .le_btn_a {
    margin-top: 30px;
  }

  .sec_interior {
    padding-top: 80px;
    background: #ffe103;
    color: #000;
  }

  .sec_bodycolor {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #ffe103;
    color: #000;
  }
  .sec_bodycolor .pic_01 {
    width: 210px;
  }

  .sec_equipment_a {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec_equipment_a .box {
    display: inline-block;
    font-size: 16px;
    padding: 10px 35px;
    position: relative;
    margin-top: 15px;
  }
  .sec_equipment_a .box .box_heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-left: 0.5em;
  }
  .sec_equipment_a .box .text {
    font-size: 16px;
    line-height: 2;
  }
  .sec_equipment_a .box:before, .sec_equipment_a .box:after {
    content: '';
    display: block;
    height: 100%;
    width: 10px;
    border: 1px solid #808080;
    position: absolute;
    top: 0;
  }
  .sec_equipment_a .box:before {
    border-right: none;
    left: 0;
  }
  .sec_equipment_a .box:after {
    border-left: none;
    right: 0;
  }

  .sec_equipment_b .eq_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .sec_equipment_b .eq_list li {
    width: 230px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .sec_equipment_b .eq_list li:nth-child(4n) {
    margin-right: 0;
  }
  .sec_equipment_b .eq_list .name {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 0.75em;
    min-height: 5.1em;
  }
  .sec_equipment_b .sensing {
    border: 1px solid #fff;
    padding: 25px 30px;
    position: relative;
    margin-top: 40px;
  }
  .sec_equipment_b .sensing .heading {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .sec_equipment_b .sensing .logo {
    width: 210px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_equipment_b .sensing .text_m {
    margin-top: 1em;
  }
  .sec_equipment_b .sensing_text {
    color: #ffe103;
    line-height: 1.5;
    margin-top: 32px;
  }
  .sec_equipment_b .eq_text {
    line-height: 1.5;
    margin-top: 30px;
  }

  .sec_aside {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .sec_aside .note {
    font-size: 12px;
    line-height: 1.5;
  }
  .sec_aside .le_btn_a {
    margin-top: 70px;
  }
}
