@charset "UTF-8";

@media screen and (min-width: 769px) {
  .section_inner .tabs-typehead {
    background-color: transparent !important;
    width: auto !important;
    color: #444444 !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .section_inner .tabs-typehead {
    background-color: #ededed;
    padding: 15px 26px;
    text-align: left;
    color: #444;
    line-height: 1.2;
    margin: 0px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px){
  #gtContents #section_example h3 {
    background-color: #ededed !important;
    padding: 8px 26px !important;
    text-align: left;
    color: #444444;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    font-size: 16px !important;
    font-weight: normal;
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .tabs-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 30px;
    font-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .tabs-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 15px 30px;
    font-size: 0;
  }
}

@media screen and (max-width: 639px) {
  .tabs-switch {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  .tabs-switch li {
    width: calc(100% / 3);
    max-width: 310px;
    height: auto;
    text-align: center;
    background: #ededed;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
    position: relative;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .tabs-switch li {
    width: 33.333%;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #ededed;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
    position: relative;
    cursor: pointer;
  }
}

@media screen and (max-width: 639px) {
  .tabs-switch li {
    width: 100%;
    max-width: 100%;
    margin: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  .tabs-switch.tabs-switch-col2 li {
    width: 50%;
    max-width: 465px;
    height: auto;
    text-align: center;
    background: #ededed;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
    position: relative;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .tabs-switch.tabs-switch-col2 li {
    width: 50%;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #ededed;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
    position: relative;
    cursor: pointer;
  }
}

@media screen and (max-width: 639px) {
  .tabs-switch.tabs-switch-col2 li {
   width: 100%;
   max-width: 100%;
   margin: 0 15px;
  }
}

.tabs-switch li:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  display: block;
  background-image: url(../common/image_common/parts_ico_btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  right: 30px;
}

.tabs-switch li.is-active {
  background: #000000;
  color: #ffffff;
}

.tabs-switch li.is-active:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  display: block;
  background-image: url(../common/image_common/parts_ico_btn_detail_arrow_btm_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  right: 30px;
}

.cars-box__contents,
.tabs-box__contents {
  display: none;
}

.cars-box__contents.show,
.tabs-box__contents.show {
  display: block !important;
}


@media screen and (min-width: 769px) {
  .tabs-box__contents .tabs-box__inner {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .tabs-box__contents .tabs-box__inner {
    margin: 0 0 50px;
  }
}

body {
  display:none;
}
