.float_inner {
  overflow: hidden;
}
.float_inner .float_left {
  float: left;
}
.float_inner .float_right {
  float: right;
}

@media screen and (max-width: 1023px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .breadcrumb ul li {
    margin-right: 20px;
  }
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 25px;
}
.breadcrumb ul li a {
  text-decoration: underline;
  position: relative;
  color: #000;
}
.breadcrumb ul li a:after {
  content: "";
  width: 6px;
  height: 8px;
  display: block;
  position: absolute;
  right: -18px;
  margin-top: -10px;
  background-image: url(/asset/images/common/breadcrumbArr.png);
  background-repeat: no-repeat;
}

.lay_list {
  width: 1024px;
  margin: 0 auto;
}

.lay_list_inner:after {
  content: "";
  display: block;
  clear: both;
}
.lay_list_inner .lay_3 {
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lay_list_inner .lay_3:nth-of-type(3n + 2) {
  margin: 0 8px;
}
.lay_list_inner .lay_3:nth-of-type(1n + 4) {
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  .lay_list {
    width: auto;
  }

  .lay_list_inner {
    text-align: center;
    max-width: 330px;
    padding: 10px;
    margin: 30px auto 0;
  }
  .lay_list_inner .slick-list {
    overflow: inherit;
  }
  .lay_list_inner .lay_3 {
    display: inline-block;
    float: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lay_list_inner .lay_3:nth-of-type(3n + 2) {
    margin: 0px;
  }
  .lay_list_inner .lay_3:nth-of-type(1n + 1) {
    margin-top: 8px;
  }
}
.item_plus > div:nth-of-type(1n + 4) {
  display: none;
}

.l_nav.local_gray {
  height: 62px;
  position: absolute;
  top: 76px;
  width: 100%;
  z-index: 2;
  box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
}
.l_nav.bg_w {
  height: 62px;
  position: relative;
  box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
}
.l_nav .l_nav_list {
  text-align: center;
}
.l_nav .l_nav_list.type1.on {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f0f0f0;
  z-index: 100;
}
.l_nav .l_nav_list li {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.l_nav .l_nav_list li a {
  color: #000000;
  padding: 24px 25px;
  display: block;
  font-family: "open_l";
}
.l_nav .l_nav_list li a.icon_dom {
  background-image: url(/asset/images/common/icon_dom.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 17px 15px;
  padding-left: 45px;
  text-align: left;
}
.l_nav .l_nav_list li a.icon_bs {
  background-image: url(/asset/images/common/icon_local_service.png);
  background-repeat: no-repeat;
  background-position: 22px 22px;
  background-size: 14px 18px;
  padding-left: 45px;
  text-align: left;
}
.l_nav .l_nav_list li a.bdl:before {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #e7e5e4;
  position: absolute;
  top: 10px;
  left: -2px;
}
.l_nav .l_nav_list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.l_nav .l_nav_list li a:hover {
  background-color: #f0f0f0;
}
.l_nav .l_nav_list.type1 li a.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  width: 100%;
  background-color: #eb0a1e;
}
.l_nav .l_nav_list.type2 {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
}
.l_nav .l_nav_list.type2.on {
  position: fixed;
  width: 100%;
  top: 52px;
  background-color: #fff;
  z-index: 100;
}
.l_nav .l_nav_list.type2 li a:hover {
  background-color: #f9f9f9;
}
.l_nav .l_nav_list.type2 li a.on.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  width: 100%;
  background-color: #eb0a1e;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  ransition: all 0.4s;
}

.l_nav_page {
  display: none;
}

.l_nav .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  position: static !important;
}

@media screen and (max-width: 1023px) {
  .l_nav {
    position: relative;
  }
  .l_nav.local_gray {
    height: auto;
    position: inherit !important;
    top: inherit !important;
  }
  .l_nav.bg_w {
    height: auto;
    border-bottom: 1px solid #ebebeb;
  }
  .l_nav .l_nav_list {
    /*width: 1024px;*/
    width: auto;
  }
  .l_nav .l_nav_list.type1.on {
    position: inherit;
    width: auto;
    top: inherit;
  }
  .l_nav .l_nav_list.type2 {
    position: inherit !important;
    top: inherit !important;
    width: 1024px;
  }
  .l_nav .l_nav_list.type2.on {
    position: inherit;
    width: auto;
    top: inherit;
  }
  .l_nav .l_nav_list.type2 li a:hover {
    background-color: inherit;
  }
  .l_nav .l_nav_list.type2 li a:hover:after {
    display: none;
  }
  .l_nav .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0px;
  }
  .l_nav .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    position: relative !important;
  }
  .l_nav .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: -3px;
    z-index: 9;
  }

  .l_nav_page {
    display: block;
    position: relative;
    width: 100%;
  }
  .l_nav_page .l_nav_prev,
  .l_nav_page .l_nav_next {
    display: none;
    position: absolute;
    top: -55px;
    padding: 27px 12px;
    z-index: 2;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .l_nav_page .l_nav_prev.gray,
  .l_nav_page .l_nav_next.gray {
    background-color: #f0f0f0;
  }
  .l_nav_page .l_nav_prev {
    left: 0;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.25);
    background-image: url(/asset/images/common/localnav_leftarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
  }
  .l_nav_page .l_nav_next {
    right: 0;
    box-shadow: -2px 2px 5px -1px rgba(0, 0, 0, 0.25);
    background-image: url(/asset/images/common/localnav_rightarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
  }
}
.visual.visual_type_1,
.visual.visual_type_3 {
  height: 480px;
  background-size: cover;
  background-position: center;
}
.visual.visual_type_2 {
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.visual .visual_inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.visual .visual_inner .visual_text_type_1 {
  position: absolute;
  top: 315px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.visual .visual_inner .visual_text_type_1 span {
  display: block;
}
.visual .visual_inner .visual_text_type_1 span.type1 {
  font-size: 60px;
  font-family: "toyota_b";
}
.visual .visual_inner .visual_text_type_1 span.type2 {
  font-family: "open_l";
  font-size: 28px;
  font-weight: 600;
}
.visual .visual_inner .visual_text_type_2 {
  position: absolute;
  top: 125px;
  left: 0;
  font-size: 60px;
  font-family: "toyota_b";
}
.visual .visual_inner .visual_text_type_3 {
  position: absolute;
  top: 70px;
  left: 0;
}
.visual .visual_inner .visual_text_type_3 span {
  display: block;
}
.visual .visual_inner .visual_text_type_3 span.type1 {
  font-size: 60px;
  font-family: "toyota_b";
  margin-bottom: 30px;
}
.visual .visual_inner .visual_text_type_3 span.type2 {
  font-family: "open_l";
  font-size: 28px;
  font-weight: 600;
}
.visual.visual_under {
  background-repeat: no-repeat;
  background-position: center top;
  height: 260px;
}
.visual.visual_under.L_size {
  height: 420px;
}
.visual.visual_under .visual__under_inner {
  position: relative;
  height: 100%;
}
.visual.visual_under .visual__under_inner .visual_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 1200px;
  padding-left: 40px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.visual.visual_under .visual__under_inner .visual_text span.year {
  font-family: "open_l";
  font-size: 24px;
}
.visual.visual_under .visual__under_inner .visual_text span.carName {
  font-size: 50px;
  font-family: "toyota_b";
}

.visual.visual_under .visual__under_inner .overview_text {
  height: 100%;
  display: flex;
  width: 1024px;
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}

.visual.visual_under .visual__under_inner .overview_text .inner {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateX(-25px);
}

.visual.visual_under .visual__under_inner .overview_text .carName {
  font-size: 50px;
  font-family: "toyota_b";
  color: #fff;
  font-weight: bold;
}

.visual.visual_under .visual__under_inner .overview_text .carPrice {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;

  font-family: "toyota_b";
}

.visual.visual_under .visual__under_inner .overview_text .btn_list {
  margin-top: 15px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.visual.visual_under .visual__under_inner .overview_text .btn_list a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.visual.visual_under
  .visual__under_inner
  .overview_text
  .btn_list
  a:nth-of-type(1n + 2) {
  margin-top: 10px;
  margin-left: 0;
}

.visual_title_type_0 {
  font-size: 50px;
  text-align: center;
  padding: 188px 0 60px 0;
}

.visual_title_type_1 {
  font-size: 50px;
  text-align: center;
  padding: 40px 0 40px 0;
  margin-top: 138px;
}
.visual_title_type_1.virtual_bg_gl {
  background: #f2f2f2;
}

.visual_title_type_2 {
  font-size: 50px;
  text-align: center;
  padding: 70px 0 70px 0;
  margin-top: 76px;
}
.visual_title_type_2 span {
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.visual_title_type_3 {
  font-size: 50px;
  text-align: center;
  padding: 40px 0 40px 0;
  margin-top: 76px;
}
.visual_title_type_3.virtual_bg_gl {
  background: #f2f2f2;
}
.visual_title_type_3 span {
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.news_scroll_box {
  height: 250px;
  margin-top: 20px;
}
.news_scroll_box a {
  color: #000;
}
.news_scroll_box a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1190px) {
  .visual.visual_under .visual__under_inner .visual_text {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .visual {
    margin-top: inherit !important;
  }
  .visual.visual_type_1,
  .visual.visual_type_3 {
    height: auto;
  }
  .visual.visual_type_2 {
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .visual .visual_inner {
    width: auto;
    margin: 0 10px;
  }
  .visual .visual_inner .visual_text_type_1 {
    position: inherit;
    top: inherit;
    padding: 30% 0 20%;
  }
  .visual .visual_inner .visual_text_type_1 span {
    display: block;
  }
  .visual .visual_inner .visual_text_type_1 span.type1 {
    font-size: 40px;
  }
  .visual .visual_inner .visual_text_type_1 span.type2 {
    font-size: 22px;
  }
  .visual .visual_inner .visual_text_type_2 {
    position: inherit;
    top: inherit;
    padding: 30% 0 20%;
    font-size: 40px;
  }
  .visual .visual_inner .visual_text_type_3 {
    position: inherit;
    top: inherit;
    padding: 30% 0 20%;
  }
  .visual .visual_inner .visual_text_type_3 span.type1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .visual .visual_inner .visual_text_type_3 span.type2 {
    font-size: 22px;
  }
  .visual.visual_under {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
  }
  .visual.visual_under.L_size {
    height: auto;
  }
  .visual.visual_under.L_size .visual__under_inner {
    padding: 64.7% 0 6%;
  }
  .visual.visual_under .visual__under_inner {
    position: inherit;
    height: auto;
    padding: 30% 0 5%;
  }
  .visual.visual_under .visual__under_inner .visual_text {
    position: inherit;
    padding: 0;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    text-align: center;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .visual.visual_under .visual__under_inner .visual_text span.year {
    font-size: 16px;
  }
  .visual.visual_under .visual__under_inner .visual_text span.carName {
    font-size: 24px;
  }

  .visual.visual_under .visual__under_inner .overview_text {
    display: none;
  }

  .visual_carPrice {
    background: #f9f9f9;
    text-align: center;
    line-height: 1;
    font-family: "toyota_b";
    font-weight: bold;
    font-size: 14px;
    height: 37px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .visual_title_type_1,
  .visual_title_type_0 {
    font-size: 24px;
    text-align: center;
    padding: 40px 0;
    margin-top: 0;
  }

  .visual_title_type_2 {
    font-size: 24px;
    text-align: center;
    padding: 40px 0;
    margin-top: 0;
  }
  .visual_title_type_2 span {
    font-size: 19px;
    margin-top: 20px;
    text-align: center;
    line-height: 23px;
  }

  .visual_title_type_3 {
    font-size: 24px;
    text-align: center;
    padding: 40px 0 20px 0;
    margin-top: 0;
  }
  .visual_title_type_3 span {
    font-size: 19px;
    margin-top: 20px;
    text-align: center;
    line-height: 23px;
  }
}
.general_img {
  text-align: center;
}
.general_img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.quote_img {
  text-align: center;
}
.quote_img img {
  height: auto;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .quote_img {
    text-align: center;
  }
  .quote_img img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.lay_block_1 a p {
  color: #000;
}
.lay_block_1 a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lay_block_1 > a:hover p {
  text-decoration: underline;
}

.lay_block:after {
  content: "";
  display: block;
  clear: both;
}
.lay_block .lay_block_2 {
  float: left;
  width: 490px;
  margin-right: 20px;
}
.lay_block .lay_block_2:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 0;
}
.lay_block .lay_block_2:nth-of-type(1n + 3) {
  margin-top: 30px;
}
.lay_block .lay_block_2 a p {
  color: #000;
}
.lay_block .lay_block_2 a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lay_block .lay_block_2 > a:hover p {
  text-decoration: underline;
}
.lay_block .lay_block_3 {
  float: left;
  width: 336px;
}
.lay_block .lay_block_3:nth-of-type(3n + 2) {
  margin: 0 8px;
}
.lay_block .lay_block_3:nth-of-type(1n + 4) {
  margin-top: 40px;
}
.lay_block .lay_block_3 a p {
  color: #000;
}
.lay_block .lay_block_3 a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lay_block .lay_block_4 {
  float: left;
  width: 240px;
  margin-right: 20px;
}
.lay_block .lay_block_4:nth-of-type(4n + 4) {
  margin-right: 0;
}
.lay_block .lay_block_4 a p {
  color: #000;
}
.lay_block .lay_block_4 a:hover img {
  opacity: 0.8;
}
.lay_block .lay_block_3_2 {
  float: left;
  width: 314px;
}
.lay_block .lay_block_3_2:nth-of-type(3n + 2) {
  margin: 0 20px;
}
.lay_block .lay_block_3_2:nth-of-type(1n + 4) {
  margin-top: 40px;
}
.lay_block .lay_block_3_2 a p {
  color: #000;
}
.lay_block .lay_block_3_2 a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lay_block .lay_block_3_2 .item_lay_type_2_text a {
  display: inline-block;
  color: #0079c0;
  margin-top: 15px;
}
.lay_block .lay_block_3 > a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .lay_block .lay_block_2 {
    float: inherit;
    width: auto;
    margin: 0 auto;
    max-width: 490px;
  }
  .lay_block .lay_block_2:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }
  .lay_block .lay_block_2:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .lay_block .lay_block_3 {
    float: inherit;
    width: auto;
    margin: 0 auto;
    max-width: 314px;
  }
  .lay_block .lay_block_3:nth-of-type(3n + 2) {
    margin: 0 auto;
  }
  .lay_block .lay_block_3:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .lay_block .lay_block_3 .item_lay_type_2_text p {
    font-size: 14px;
  }
  .lay_block .lay_block_3 .item_lay_type_2_text p.f24 {
    font-size: 18px;
  }
  .lay_block .lay_block_3 .item_lay_type_2_text .drop_title {
    font-size: 16px;
  }
  .lay_block .lay_block_4 {
    float: inherit;
    width: auto;
    margin: 0 auto;
    max-width: 314px;
  }
  .lay_block .lay_block_4:nth-of-type(3n + 2) {
    margin: 0 auto;
  }
  .lay_block .lay_block_4:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .lay_block .lay_block_4 .item_lay_type_2_text p {
    font-size: 14px;
  }
  .lay_block .lay_block_4 .item_lay_type_2_text p.f24 {
    font-size: 18px;
  }
  .lay_block .lay_block_4 .item_lay_type_2_text .drop_title {
    font-size: 16px;
  }
  .lay_block .lay_block_3_2 {
    float: inherit;
    width: auto;
    margin: 0 auto;
    max-width: 314px;
  }
  .lay_block .lay_block_3_2:nth-of-type(3n + 2) {
    margin: 0 auto;
  }
  .lay_block .lay_block_3_2:nth-of-type(1n + 2) {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    margin-top: 30px;
  }
  .lay_block .lay_block_3_2 .item_lay_type_2_text p {
    font-size: 14px;
  }
  .lay_block .lay_block_3_2 .item_lay_type_2_text p.f24 {
    font-size: 18px;
  }
  .lay_block .lay_block_3_2 .item_lay_type_2_text .drop_title {
    font-size: 16px;
  }

  .item_lay_type_3_text p:nth-of-type(1) {
    font-size: 14px;
  }

  .item_lay_type_3_text p.f24 {
    font-size: 18px;
  }

  .item_lay_type_2_text p.f24 {
    font-size: 18px;
  }
}
.text_lay_1 {
  display: table;
}
.text_lay_1 .general_img {
  display: table-cell;
}
.text_lay_1 .general_img img {
  max-width: 563px;
}
.text_lay_1 .item_text_box {
  display: table-cell;
  width: 410px;
  padding-left: 50px;
  vertical-align: middle;
}
.text_lay_1 a {
  display: inline-block;
  color: #0079c0;
  margin-top: 15px;
}
.text_lay_1 a p {
  color: #000;
}
.text_lay_1 a:hover img {
  opacity: 0.8;
}
.text_lay_1 a:hover {
  opacity: 0.8;
}

.text_lay_1 > a:hover p {
  text-decoration: underline;
}

.text_lay_2 {
  display: table;
}
.text_lay_2 .general_img {
  display: table-cell;
}
.text_lay_2 .general_img img {
  max-width: 563px;
}
.text_lay_2 .item_text_box {
  display: table-cell;
  width: 410px;
  padding-right: 50px;
  vertical-align: middle;
}
.text_lay_2 a {
  display: block;
}
.text_lay_2 a p {
  color: #000;
}
.text_lay_2 a:hover img {
  opacity: 0.8;
}

.text_lay_2 > a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .text_lay_1 {
    display: inherit;
    width: auto;
    max-width: 314px;
    margin: 0 auto;
  }
  .text_lay_1 .general_img {
    display: inherit;
    margin-bottom: 20px;
  }
  .text_lay_1 .general_img img {
    max-width: 100%;
  }
  .text_lay_1 .item_text_box {
    display: inherit;
    width: auto;
    padding-left: 0;
    vertical-align: middle;
  }
  .text_lay_1 .item_text_box p:nth-of-type(1) {
    font-size: 14px;
  }
  .text_lay_1 .item_text_box p.f24 {
    font-size: 18px;
  }

  .text_lay_2 {
    display: inherit;
    width: auto;
    max-width: 314px;
    margin: 0 auto;
  }
  .text_lay_2 .general_img {
    display: inherit;
  }
  .text_lay_2 .general_img img {
    max-width: 100%;
  }
  .text_lay_2 .item_text_box {
    display: inherit;
    width: auto;
    padding-right: 0;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .text_lay_2 .item_text_box p:nth-of-type(1) {
    font-size: 14px;
  }
  .text_lay_2 .item_text_box p.f24 {
    font-size: 18px;
  }
}
.color_slide .color_title {
  font-size: 26px;
  font-family: "toyota_b";
  text-align: center;
  margin-bottom: 40px;
}
.color_slide .diplay_car li figure img {
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}
.color_slide .diplay_car li figure figcaption {
  font-family: "open_l";
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}
.color_slide .diplay_car .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  padding: 12px 17px;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0);
}
.color_slide .diplay_car .slick-arrow.slick-prev {
  background-image: url(/asset/images/common/prev_type1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 38px;
  left: 0;
}
.color_slide .diplay_car .slick-arrow.slick-next {
  background-image: url(/asset/images/common/next_type1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 38px;
  right: 0;
}
.color_slide .color_list {
  text-align: center;
  padding: 15px 0;
}
.color_slide .color_list .slick-arrow {
  display: none !important;
}
.color_slide .color_list .slick-track {
  margin: 0 auto;
  width: 735px !important;
  padding: 5px 10px;
}
.color_slide .color_list .slick-slide {
  float: inherit;
  display: inline-block;
  width: auto !important;
}
.color_slide .color_list .slick-slide.slick-current .colour-chip:after {
  -webkit-transform: scale(1.21);
  -o-transform: scale(1.21);
  transform: scale(1.21);
}
.color_slide .color_list .slick-slide.slick-current .colour-chip:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #425368;
  top: -11px;
  left: -11px;
}
.color_slide .color_list .slick-slide a {
  display: block;
  width: 70px;
  height: 70px;
  outline: none;
}
.color_slide .color_list .colour-chip {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 60px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.color_slide .color_list .colour-chip:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.color_slide .color_list .colour-chip:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gallery_slide .gallery_title {
  font-size: 26px;
  font-family: "toyota_b";
  text-align: center;
  margin-bottom: 40px;
}
.gallery_slide .gallery_list {
  margin-bottom: 40px;
}
.gallery_slide .gallery_list li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_slide .gallery_list li img {
  width: 100%;
  height: auto;
}
.gallery_slide .gallery_list .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  padding: 28px 34.5px;
  z-index: 1;
  cursor: pointer;
  margin-top: -35px;
  background-color: rgba(255, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_slide .gallery_list .slick-arrow.slick-prev {
  background-image: url(/asset/images/common/prev_type_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  left: 30px;
  opacity: 0.9;
}
.gallery_slide .gallery_list .slick-arrow.slick-next {
  background-image: url(/asset/images/common/next_type_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  right: 30px;
  opacity: 0.9;
}
.gallery_slide .gallery_list .slick-arrow:hover {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .color_slide .color_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .color_slide .diplay_car li figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .color_slide .diplay_car li figure figcaption {
    font-family: "open_l";
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  }
  .color_slide .diplay_car .slick-arrow {
    display: none !important;
  }
  .color_slide .color_list {
    text-align: center;
  }
  .color_slide .color_list .slick-track {
    margin: 0 auto;
    width: auto !important;
    min-width: 300px;
    max-width: 670px;
  }
  .color_slide .color_list .slick-slide {
    float: inherit;
    display: inline-block;
    width: auto !important;
  }
  .color_slide .color_list .slick-slide img {
    width: 30px;
    height: auto;
  }
  .color_slide .color_list .slick-slide.slick-current .colour-chip:after {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .color_slide .color_list .slick-slide.slick-current .colour-chip:before {
    width: 62px;
    height: 62px;
    top: -7px;
    left: -7px;
  }
  .color_slide .color_list .slick-slide.slick-current a {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  .color_slide .color_list .colour-chip:hover {
    opacity: 1;
    transition: all 0s;
  }

  .gallery_slide .gallery_title {
    font-size: 22px;
  }
  .gallery_slide .gallery_list .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background-color: inherit;
    text-indent: -9999px;
    padding: 20px 25px;
    z-index: 1;
    cursor: pointer;
    margin-top: -25px;
    background-color: rgba(255, 0, 0, 0);
  }
  .gallery_slide .gallery_list .slick-arrow.slick-prev {
    background-image: url(/asset/images/common/prev_type_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    left: 0;
  }
  .gallery_slide .gallery_list .slick-arrow.slick-next {
    background-image: url(/asset/images/common/next_type_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    right: 0;
  }

  input {
    border: none;
    padding: 10px;
    border-radius: 4px;
  }
  input.interestrate,
  input.interestrate_type2 {
    width: 100% !important;
    padding: 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  input.mydownpayment,
  input.mydownpayment_type2 {
    width: 100% !important;
    padding: 10px 10px 10px 30px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
form .float_left {
  width: 50%;
}
form .float_right {
  width: 50%;
}
form input {
  font-family: "open_l";
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 4px;
}
form input::-webkit-input-placeholder {
  color: #999;
}
form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form input:-ms-input-placeholder {
  color: #999;
}
form input:placeholder-shown {
  color: #999;
}
form input:focus {
  border-color: #425368;
}
form input.errStyle {
  border: 1px solid #ee0622;
}
form input.w500 {
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form input.w400 {
  width: 400px;
}
form input.w250 {
  width: 250px;
}
form select {
  border: none;
  padding: 10px;
  border-radius: 4px;
}
form select.w500 {
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form select.w400 {
  width: 400px;
}
form select.w250 {
  width: 250px;
}
form textarea {
  width: 100%;
  font-family: "open_l";
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form textarea::-webkit-input-placeholder {
  color: #999;
}
form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form textarea:-ms-input-placeholder {
  color: #999;
}
form textarea:placeholder-shown {
  color: #999;
}
form textarea:focus {
  border-color: #425368;
}

.formdealer_box .btn_list {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  form .formdealer_box .btn_list {
    text-align: left;
  }
  form .float_left {
    float: none !important;
    width: 100%;
  }
  form .float_right {
    float: none !important;
    width: 100%;
  }
  form input {
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0 10px 0;
    box-sizing: border-box;
  }
  form input.w500 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  form input.w400 {
    width: 100%;
  }
  form input.w250 {
    width: 100%;
  }
  form select {
    border: none;
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0 20px 0;
    box-sizing: border-box;
  }
  form select.w500 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  form select.w400 {
    width: 100%;
  }
  form select.w250 {
    width: 100%;
  }
  form textarea {
    margin-top: 5px;
  }
}
.drop_content .accessory_plice {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 10px 0;
}

.drop button.drop_btn {
  border: none;
  width: 100%;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  background-image: url(/asset/images/common/button_plus_black.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #e2e2e2;
}
.drop button.drop_btn.on {
  background-image: url(/asset/images/common/button_mn_black.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 2px;
}
.drop button.drop_btn[disabled] {
  color: #000;
  background-image: none;
  cursor: default;
}
.drop button.drop_btn_on + .drop_content {
  display: block;
}
.drop .drop_type2 {
  cursor: pointer;
  padding: 65px 80px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.drop .drop_type2 p {
  font-size: 40px;
}
.drop .drop_type2:after {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 72px;
  height: 72px;
  background-image: url(/asset/images/common/arw_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.drop .drop_type2.on:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.drop .drop_content {
  display: none;
}
.drop .drop_content .download_type {
  display: table;
  padding: 0 20px 25px;
  width: 100%;
  box-sizing: border-box;
}
.drop .drop_content .download_type:nth-of-type(1n + 2) {
  padding-top: 25px;
}
.drop .drop_content .download_type a {
  display: block;
  color: #000;
}
.drop .drop_content .download_type a:hover img {
  opacity: 0.5;
}
.drop .drop_content .download_type a:hover .text_group {
  text-decoration: underline;
}
.drop .drop_content .download_type a .text_group {
  width: 100%;
  display: table-cell;
  padding-right: 20px;
}
.drop .drop_content .download_type a .img_group {
  vertical-align: middle;
  display: table-cell;
}
.drop .drop_content .download_type a .img_group a:hover {
  opacity: 0.5;
}
.drop .drop_content.bg_brop {
  padding: 80px 50px;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.drop .drop_content3 {
  display: none;
}
.drop .drop_content3 .download_type {
  display: table;
  padding: 0 20px 25px;
  width: 100%;
}
.drop .drop_content3 .download_type:nth-of-type(1n + 2) {
  padding-top: 25px;
}
.drop .drop_content3 .download_type .text_group {
  width: 90%;
  display: table-cell;
  padding-right: 20px;
}
.drop .drop_content3 .download_type .img_group {
  vertical-align: middle;
  display: table-cell;
}
.drop .drop_content3 .download_type .img_group a:hover {
  opacity: 0.5;
}
.drop .drop_content3.bg_brop {
  padding: 70px 20px;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.drop .drop_content3 a {
  color: #000;
}
.drop .drop_content3 a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  ransition: all 0.3s;
}
.drop .drop_content3 a:hover p {
  text-decoration: underline;
}
.drop:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .drop .drop_type2 {
    padding: 30px 10px;
  }
  .drop .drop_type2 p {
    font-size: 20px;
  }
  .drop .drop_type2:after {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  .drop .drop_content .download_type,
  .drop .drop_content3 .download_type {
    display: inherit;
    padding: 0 0px 20px;
  }
  .drop .drop_content .download_type:nth-of-type(1n + 2),
  .drop .drop_content3 .download_type:nth-of-type(1n + 2) {
    padding-top: 20px;
  }
  .drop .drop_content .download_type .text_group,
  .drop .drop_content3 .download_type .text_group {
    width: auto;
    display: inherit;
    padding-right: 0;
  }
  .drop .drop_content .download_type .img_group,
  .drop .drop_content3 .download_type .img_group {
    vertical-align: middle;
    display: inherit;
    margin-top: 20px;
  }
  .drop .drop_content .download_type .img_group img,
  .drop .drop_content3 .download_type .img_group img {
    width: 35px;
    height: auto;
  }
  .drop .drop_content.bg_brop,
  .drop .drop_content3.bg_brop {
    padding: 40px 10px;
  }
  .drop .more_btn {
    margin-top: 20px;
  }
}
.parts_accessorys_serect {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(/asset/images/common/option_arr.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 14px 7px;
  box-sizing: border-box;
}

.pdfmodelselect {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .pdfmodelselect {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
.pdftitle_box {
  padding: 0 0 30px;
  width: 100%;
}
.pdftitle_box:nth-of-type(1n + 2) {
  padding-top: 30px;
}
.pdftitle_box a {
  display: block;
  display: table;
  color: #000;
}
.pdftitle_box a:hover {
  text-decoration: underline;
}
.pdftitle_box a:hover img {
  opacity: 0.5;
}
.pdftitle_box a:hover .text_group {
  opacity: 1;
}
.pdftitle_box a .text_group {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.pdftitle_box a .img_group {
  vertical-align: middle;
  margin-right: 20px;
  display: block;
}
.pdftitle_box a .img_group:hover {
  opacity: 0.5;
}
.pdftitle_box a .datayear {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .pdftitle_box .img_group {
    vertical-align: middle;
    margin-right: 20px;
    display: table-cell;
    padding-right: 10px;
  }
  .pdftitle_box .f24 {
    font-size: 18px;
  }
}
.f_selectmodel {
  width: 760px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .f_selectmodel {
    display: inherit;
    width: auto;
  }
}
.dealer_quote_select .page_car_list {
  overflow: hidden;
}
.dealer_quote_select .page_car_list .carItem {
  float: left;
  text-align: center;
  width: 33.33333%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.dealer_quote_select .page_car_list .carItem a {
  color: #000;
  display: block;
  padding: 25px 0;
  border: 1px solid #fff;
}
.dealer_quote_select .page_car_list .carItem a:hover {
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  ransition: all 0.1s;
}
.dealer_quote_select .page_car_list .carItem a dl dt img {
  height: 55px;
  width: auto;
}
.dealer_quote_select .page_car_list .carItem a dl dd {
  padding-top: 5px;
}
.dealer_quote_select .page_car_list .carItem a dl dd .car_name {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "open_b";
}
.dealer_quote_select .page_car_list .carItem a dl dd .car_price {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .dealer_quote_select .page_car_list {
    overflow: hidden;
    background-color: #fff;
  }
  .dealer_quote_select .page_car_list .carItem {
    display: inline-block;
    text-align: center;
    width: 49.3%;
    margin: 15px 0 !important;
    float: inherit;
  }
  .dealer_quote_select .page_car_list .carItem a dl dt img {
    width: auto;
    height: 45px;
  }
  .dealer_quote_select .page_car_list .carItem a dl dd {
    padding-top: 5px;
  }
  .dealer_quote_select .page_car_list .carItem a dl dd .car_name {
    font-size: 14px;
  }
  .dealer_quote_select .page_car_list .carItem a dl dd .car_price {
    font-size: 12px;
  }
}
.download_select .page_car_list {
  overflow: hidden;
}
.download_select .page_car_list .carItem {
  float: left;
  text-align: center;
  width: 33.33333%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.download_select .page_car_list .carItem dl {
  padding: 25px 0;
}
.download_select .page_car_list .carItem dl dt img {
  height: 60px;
  width: auto;
}
.download_select .page_car_list .carItem dl dd {
  padding-top: 5px;
}
.download_select .page_car_list .carItem dl dd .car_name {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "open_b";
}
.download_select .page_car_list .carItem dl dd .car_price {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .download_select .page_car_list {
    overflow: hidden;
    background-color: #fff;
  }
  .download_select .page_car_list .carItem {
    display: inline-block;
    text-align: center;
    width: 49.3%;
    margin: 15px 0 !important;
    float: inherit;
  }
  .download_select .page_car_list .carItem dl {
    padding: 25px 5px;
  }
  .download_select .page_car_list .carItem dl dt img {
    width: auto;
    height: 45px;
  }
  .download_select .page_car_list .carItem dl dd {
    padding-top: 5px;
  }
  .download_select .page_car_list .carItem dl dd .car_name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .download_select .page_car_list .carItem dl dd .car_price {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.payment_calculator .interestrate,
.payment_calculator .mydownpayment,
.payment_calculator .interestrate_type2,
.payment_calculator .mydownpayment_type2 {
  width: 500px;
  border: none;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.payment_calculator .modelselect {
  width: 500px;
  margin: 0 auto;
}
.payment_calculator .rate_icon {
  position: relative;
}
.payment_calculator .rate_icon span {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.payment_calculator .rate_icon span.rateparsent {
  right: 10px;
}
.payment_calculator .rate_icon span.raterate {
  left: 10px;
}
.payment_calculator .interestrate {
  padding-right: 20px;
}
.payment_calculator .mydownpayment,
.payment_calculator .mydownpayment_type2 {
  padding-left: 25px;
}

.payment_calculator_result {
  display: none;
  width: 1024px;
  margin: 0 auto 50px;
  text-align: center;
}
.payment_calculator_result .payment_calculator_result_box {
  width: 500px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 20px 20px 0;
  text-align: left;
  color: #425368;
}
.payment_calculator_result .payment_calculator_result_box:nth-of-type(2n) {
  margin-right: 0;
}
.payment_calculator_result .payment_calculator_result_box dl {
  display: table;
}
.payment_calculator_result .payment_calculator_result_box dl dt {
  font-family: "open_b";
  padding: 23px 35px;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 37px;
}
.payment_calculator_result .payment_calculator_result_box dl dt span {
  font-size: 36px;
  margin-right: 4px;
}
.payment_calculator_result .payment_calculator_result_box dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  width: 250px;
  word-wrap: break-word;
}
.payment_calculator_result .payment_calculator_result_box dl dd .price {
  font-family: "open_b";
  font-size: 24px;
  margin-bottom: 10px;
}
.payment_calculator_result .payment_calculator_result_box dl dd .amount_price {
  font-family: "open_l";
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .payment_calculator .modelselect {
    width: 100%;
    margin: 0 auto;
  }

  .payment_calculator_result {
    width: auto;
    margin: 0 auto 50px auto;
    text-align: center;
    padding: 0 10px;
  }
  .payment_calculator_result .payment_calculator_result_box {
    width: auto;
    margin: 0 auto 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    max-width: 490px;
  }
  .payment_calculator_result .payment_calculator_result_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .payment_calculator_result .payment_calculator_result_box dl {
    display: table;
  }
  .payment_calculator_result .payment_calculator_result_box dl dt {
    font-family: "open_b";
    padding: 10px 10px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 18px;
  }
  .payment_calculator_result .payment_calculator_result_box dl dt span {
    font-size: 28px;
    margin-right: 4px;
  }
  .payment_calculator_result .payment_calculator_result_box dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 180px;
    word-wrap: break-word;
  }
  .payment_calculator_result .payment_calculator_result_box dl dd .price {
    font-family: "open_b";
    font-size: 18px;
    margin-bottom: 6px;
  }
  .payment_calculator_result
    .payment_calculator_result_box
    dl
    dd
    .amount_price {
    font-family: "open_l";
    font-size: 14px;
  }
}
.model {
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.model .model_price {
  margin-bottom: 15px;
}
.model .model_price span {
  font-size: 16px;
  font-weight: bold;
}
.model .model_title {
  font-family: "open_b";
  font-size: 16px;
  margin-bottom: 10px;
}
.model ul {
  line-height: 22px;
  margin: 0 0 20px 20px;
}
.model ul li {
  list-style-type: disc;
}
.model .model_detail {
  display: table;
}
.model .model_detail dt {
  display: table-cell;
  vertical-align: middle;
}
.model .model_detail dt img {
  width: auto;
  height: auto;
  max-width: 275px;
}
.model .model_detail dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.model .model_detail dd .model_price {
  font-size: 16px;
}
.model .model_detail dd .midel_speck {
  font-size: 14px;
}
.model .model_detail dd .btn_list {
  text-align: left;
}
.model.lay_block_2 {
  margin-right: 15px;
}
.model.lay_block_2:nth-of-type(2n) {
  margin-left: 15px;
  margin-right: 0;
}
.model.lay_block_1 {
  margin: 0 auto;
  width: 540px;
}

.model_textnone {
  text-align: center;
}
.model_textnone .model_detail {
  display: block;
}
.model_textnone .model_detail dt {
  display: inherit;
  margin-bottom: 10px;
}
.model_textnone .model_detail dd {
  display: inherit;
  padding-left: 0px;
}
.model_textnone .model_detail dd .model_price {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .model {
    padding: 20px 15px;
  }
  .model .model_detail {
    display: inherit;
  }
  .model .model_detail dt {
    display: inherit;
    text-align: center;
  }
  .model .model_detail dt img {
    width: auto;
    height: auto;
    max-width: 80%;
  }
  .model .model_detail dd {
    display: inherit;
    vertical-align: middle;
    padding-left: 0;
    margin-top: 10px;
  }
  .model .model_detail dd .model_price {
    font-size: 14px;
  }
  .model .model_detail dd .midel_speck {
    font-size: 12px;
  }
  .model .model_detail dd .btn_list {
    text-align: center;
  }
  .model.lay_block_2 {
    margin-right: auto;
  }
  .model.lay_block_2:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .model.lay_block_1 {
    width: auto;
    margin: 0 auto;
    max-width: 490px;
  }

  .loyblock_sp_lay {
    margin-top: 40px;
  }
}

/*----------------------------------------------*/

.model2 {
  box-sizing: border-box;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 22px 0 0px 0px;
}

.model2 + .model2 {
  border-top: 0px;
}

.model2_inner {
  display: flex;
  padding-left: 30px;
}

.model2_block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.model2_block:nth-child(1) {
  width: 28%;
}

.model2_block:nth-child(2) {
  width: 28%;
  padding-right: 20px;
}

.model2_block:nth-child(3) {
}

.model2 .model2_title {
  font-family: "open_b";
  font-size: 18px;
  margin-bottom: 12px;
}
.model2 .model2_price {
}
.model2 .model2_price span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.model2_speck {
  margin-left: 1.5em;
}

.model2_speck li {
  list-style-type: disc;
}

.model2_speck li + li {
  margin-top: 6px;
}

.model2_btn {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-right: 33px;
}

.model2_btn span {
  cursor: pointer;
  color: #0079c0;
  font-size: 15px;
}

.model2_btn span:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #0079c0;
  border-bottom: 2px solid #0079c0;
  transform: translateY(-2px) rotate(45deg);
  vertical-align: middle;
  margin-left: 12px;
}

.model2_btn.on span:after {
  transform: translateY(-0px) rotate(-135deg);
}

.model2_detail {
  display: none;
  position: relative;
  background: #f2f2f2;
  border-top: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
  padding: 34px 0 38px 0;
}

.model2_detail.on {
}

.model2_detail:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #e2e2e2 transparent;
}

.model2_detail_list {
}

.model2_detail_list table {
  display: block;
  width: 100%;
}

.model2_detail_list tbody {
  display: flex;
  padding: 0 15%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.model2_detail_list tr {
  width: 20%;
  min-height: 0%;
  display: block;
}

.model2_detail_list td {
  display: block;
  vertical-align: top;
  text-align: center;
  line-height: 1.4;
}

.model2_detail_img {
  vertical-align: middle;
}

.model2_detail_title {
  font-weight: bold;
  margin-top: 18px;
}

.model2_detail_text {
  margin-top: 22px;
}

.model2_detail_link {
  text-align: center;
  margin-top: 30px;
}

.model2_detail_link a {
  color: #0079c0;
  font-size: 14px;
  letter-spacing: 1px;
}

.model2_detail_link a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #0079c0;
  border-bottom: 2px solid #0079c0;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  #Model.section_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .model2 {
    padding: 16px 0 0px 0px;
  }

  .model2_inner {
    display: block;
    padding-left: 20px;
  }

  .model2_block:nth-child(1) {
    width: auto;
  }

  .model2_block:nth-child(2) {
    width: auto;
    margin-top: 15px;
    padding-right: 0;
  }

  .model2_block:nth-child(3) {
    margin-top: 6px;
  }

  .model2 .model2_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .model2 .model2_price {
    font-size: 12px;
  }
  .model2 .model2_price span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
  }

  .model2_speck li {
    font-size: 12px;
    line-height: 1.7;
  }

  .model2_speck li + li {
    margin-top: 6px;
  }

  .model2_btn {
    padding-right: 20px;
  }

  .model2_btn span {
    font-size: 12px;
  }

  .model2_detail {
    padding: 4px 0 19px 0;
  }

  .model2_detail:after {
    right: 18px;
  }

  .model2_detail_list {
    padding: 0 15px;
  }

  .model2_detail_list table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .model2_detail_list tbody {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .model2_detail_list tr {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #e7e5e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .model2_detail_list td {
    vertical-align: middle;
    font-size: 12px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.6;
    display: table-cell;
  }

  .model2_detail_title {
    text-align: left;
  }

  .model2_detail_text {
    text-align: left;
  }

  .model2_detail_link {
    margin-top: 15px;
  }

  .model2_detail_link a {
    font-size: 12px;
  }
}

/*----------------------------------------------*/

.warranty {
  background: #f9f9f9;
  padding: 36px 0 42px 0;
  margin-bottom: 20px;
}

.warranty_inner {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.warranty_block {
  text-align: center;
}

.warranty_block:nth-child(1) {
  width: 285px;
}
.warranty_block:nth-child(2) {
  width: 120px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.warranty_block:nth-child(3) {
  width: 285px;
}

.warranty_title {
  font-size: 24px;
  font-family: "open_b";
  font-weight: bold;
}

.warranty_panel {
  background: #fff;
  margin-top: 15px;
  padding: 25px 0 25px 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.warranty_panel div {
  font-size: 28px;
  font-family: "open_l";
  line-height: 1;
}

.warranty_panel div:nth-child(1) {
}
.warranty_panel div:nth-child(2) {
  width: 204px;
  height: 1px;
  background: #000;
  position: relative;
  margin: 17px 0;
}
.warranty_panel div:nth-child(2) span {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-1.4em) translateY(-0.5em);
  background: #fff;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0 10px;
  font-weight: bold;
}

.warranty_panel div:nth-child(3) {
}

.warranty_block p {
  font-size: 16px;
  margin-top: 10px;
}

.warranty_icon {
  width: 40px;
  height: 40px;
  position: relative;
}

.warranty_icon:before,
.warranty_icon:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.warranty_icon:before {
  transform: translateY(-1px) rotate(0);
}
.warranty_icon:after {
  transform: translateY(-1px) rotate(90deg);
}

.warranty_link {
  text-align: center;
  margin-top: 20px;
}

.warranty_link a {
  color: #0079c0;
  font-size: 14px;
  letter-spacing: 1px;
}

.warranty_link a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #0079c0;
  border-bottom: 2px solid #0079c0;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  #Warranty {
    border-bottom: 0px;
    padding-bottom: 0;
  }

  #Warranty .section_inner {
    margin: 0;
  }

  #Warranty h2 {
    font-size: 20px;
  }

  .warranty {
    padding: 30px 0 30px 0;
    margin-bottom: 0px;
  }

  .warranty_inner {
    padding: 0 0px;
  }

  .warranty_block:nth-child(1) {
    width: 41%;
  }
  .warranty_block:nth-child(2) {
    width: 8%;
  }
  .warranty_block:nth-child(3) {
    width: 41%;
  }

  .warranty_title {
    font-size: 12px;
    letter-spacing: -0.2px;
  }

  .warranty_panel {
    padding: 10px 15px;
  }

  .warranty_panel div:nth-child(1) {
  }

  .warranty_panel div:nth-child(2) {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
  .warranty_panel div:nth-child(2) span {
    font-size: 10px;
    padding: 0 5px;
  }

  .warranty_panel div:nth-child(3) {
  }

  .warranty_panel div {
    font-size: 12px;
  }

  .warranty_icon {
    width: 14px;
    height: 14px;
  }

  .warranty_icon:before,
  .warranty_icon:after {
    width: 14px;
    height: 1px;
  }

  .warranty_block p {
    font-size: 12px;
    margin-top: 5px;
  }

  .warranty_link a {
    font-size: 12px;
  }
}

/*----------------------------------------------*/

.link_arrow {
  text-align: center;
  margin-top: 20px;
}

.link_arrow a {
  color: #0079c0;
  font-size: 14px;
  letter-spacing: 1px;
}

.link_arrow a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #0079c0;
  border-bottom: 2px solid #0079c0;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  .link_arrow a {
    font-size: 12px;
  }
}

/*----------------------------------------------*/

.comparator_choose_box .itemb2 {
  height: 140px;
}
.comparator_choose_box .model {
  border: 3px solid #fff;
}
.comparator_choose_box .model.choose_box_on {
  border: 3px solid #425368;
}
.comparator_choose_box .model .comparatorselect {
  margin-top: 20px;
}
.comparator_choose_box .choose_box_on {
  border: 3px solid #425368;
}
.comparator_choose_box .choose_box_on .model_title {
  font-family: "open_l";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.model_specifications_table {
  width: 100%;
}
.model_specifications_table tr:nth-child(odd) {
  background: #fff;
}
.model_specifications_table tr:nth-child(even) {
  background: #dadada;
}
.model_specifications_table tr .title {
  padding: 15px 10px;
}
.model_specifications_table tr td {
  font-weight: bold;
  width: 33.33333%;
  padding: 14px;
  border-left: 3px solid #ffffff;
  text-align: center;
}
.model_specifications_table tr td.spec_ttl {
  background-color: #2a2a2a;
  color: #fff;
  padding: 14px;
}
.model_specifications_table tr td:nth-of-type(1) {
  border-left: 0;
}

@media screen and (max-width: 1023px) {
  .comparator_choose_box .itemb2 {
    height: auto;
  }
}
.lay_block .block_link_type {
  margin-right: 0;
}
.lay_block .block_link_type:nth-of-type(2n) {
  margin-left: 20px;
}
.lay_block .block_link_type:nth-of-type(1n + 3) {
  margin-top: 20px;
}
.lay_block .block_link_type a {
  display: block;
  background-color: #ebebeb;
  text-align: center;
  font-size: 26px;
  font-family: "open_b";
  color: #000;
  padding: 70px 0;
  background-image: url(/asset/images/common/icon_link_type.png);
  background-repeat: no-repeat;
  background-position: 450px 123px;
  background-size: 30px;
}
.lay_block .block_link_type a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1023px) {
  .lay_block .block_link_type {
    margin: 0 auto;
  }
  .lay_block .block_link_type:nth-of-type(2n) {
    margin-left: auto;
  }
  .lay_block .block_link_type:nth-of-type(1n + 3) {
    margin-top: 0;
  }
  .lay_block .block_link_type:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
  .lay_block .block_link_type a {
    font-size: 20px;
    color: #000;
    padding: 35px 0;
    background-image: url(/asset/images/common/icon_link_type.png);
    background-repeat: no-repeat;
    background-position: 98.5% 90%;
    background-size: 20px;
  }
}
.item_options2 .options_title {
  font-size: 18px;
  margin-bottom: 20px;
}
.item_options2 .options_inner {
  padding: 20px 0;
}
.item_options2 .options_inner:nth-of-type(1) {
  border-top: 1px solid #e2e2e2;
}
.item_options2 .options_inner.highlight {
  background: #fef2f4;
}
.item_options2 .options_inner .option_wrap {
  display: table;
}
.item_options2 .options_inner .option_wrap .option_title,
.item_options2 .options_inner .option_wrap .option_table {
  display: table-cell;
  vertical-align: middle;
}
.item_options2 .options_inner .option_wrap .option_title {
  box-sizing: border-box;
  width: 270px;
  font-size: 14px;
  padding-left: 20px;
}
.item_options2 .options_inner .option_wrap .option_table {
  overflow: hidden;
}
.item_options2 .options_inner .option_wrap .option_table div {
  width: 355px;
  float: left;
  text-align: center;
  padding: 20px 0 20px;
}
.item_options2
  .options_inner
  .option_wrap
  .option_table
  div:nth-of-type(1n + 2) {
  margin-left: 15px;
}
.item_options2 .options_inner .option_wrap .option_table div.highlight {
  background-color: #425368;
  color: #fff;
}
.item_options2:nth-of-type(1n + 2) {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .item_options2 {
    padding-left: 10px;
  }
  .item_options2 .options_title {
    font-size: 16px;
  }
  .item_options2 .options_inner {
    padding: 25px 0;
  }
  .item_options2 .options_inner .option_wrap {
    display: inherit;
  }
  .item_options2 .options_inner .option_wrap .option_title,
  .item_options2 .options_inner .option_wrap .option_table {
    display: inherit;
    vertical-align: middle;
  }
  .item_options2 .options_inner .option_wrap .option_title {
    font-size: 14px;
    width: auto;
    font-family: "open_b";
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .item_options2 .options_inner .option_wrap .option_table {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .item_options2 .options_inner .option_wrap .option_table div {
    width: 50%;
    float: inherit;
    display: table-cell;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .item_options2
    .options_inner
    .option_wrap
    .option_table
    div.highlight:nth-of-type(1) {
    border-right: 1px solid #e2e2e2;
  }
  .item_options2
    .options_inner
    .option_wrap
    .option_table
    div:nth-of-type(1n + 2) {
    margin-left: 0;
  }
  .item_options2
    .options_inner
    .option_wrap
    .option_table
    div:nth-of-type(1n + 3) {
   /*display: none;*/
  }
  .item_options2:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
}
.tag_type {
  display: table;
}
.tag_type .tag1,
.tag_type .tag2,
.tag_type .tag3 {
  display: table-cell;
  vertical-align: middle;
}
.tag_type .tag1 img,
.tag_type .tag2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.tag_type .tag2 {
  padding: 0 60px;
}
.tag_type .tag3 {
  width: 410px;
  word-break: keep-all;
}
.tag_type .tag3 .tag_title {
  font-size: 26px;
  margin-bottom: 10px;
}
.tag_type .tag3 .tag_description {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.tag_type .tag3 .btn_list {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .tag_type {
    display: inherit;
  }
  .tag_type .tag1,
  .tag_type .tag2,
  .tag_type .tag3 {
    display: inherit;
    vertical-align: middle;
  }
  .tag_type .tag1,
  .tag_type .tag2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .tag_type .tag1 img,
  .tag_type .tag2 img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .tag_type .tag2 {
    padding: 0;
  }
  .tag_type .tag3 {
    width: 100%;
  }
  .tag_type .tag3 .tag_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .tag_type .tag3 .tag_description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .tag_type .tag3 .btn_list {
    text-align: center;
  }
}
.model_select {
  display: table;
}
.model_select dt,
.model_select dd {
  display: table-cell;
  vertical-align: middle;
}
.model_select dt {
  font-size: 24px;
  padding-right: 45px;
}
.model_select dd .float_left {
  width: 205px;
}
.model_select dd .float_left:nth-of-type(1n + 2) {
  margin-left: 5px;
}

@media screen and (max-width: 1023px) {
  .model_select {
    display: block;
    padding: 30px 0;
  }
  .model_select dt,
  .model_select dd {
    display: block;
    vertical-align: middle;
  }
  .model_select dt {
    font-size: 18px;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .model_select dd .float_left {
    width: 49%;
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
  }
  .model_select dd .float_left:nth-of-type(1n + 2) {
    margin-left: 0;
  }
  .model_select dd .float_left:nth-of-type(2n + 2) {
    margin-left: 2%;
  }
  .model_select dd .float_left:nth-of-type(1n + 3) {
    display: none;
  }
}
.modelview {
  text-align: center;
  margin-top: 15px;
}
.modelview img {
  width: auto;
  height: auto;
  max-height: 35px;
}
.modelview .modelname {
  margin-top: 10px;
}

.item_options {
  border-bottom: 1px solid #e2e2e2;
}
.item_options + .item_options {
  margin-top: 40px;
}
.item_options .options_title {
  font-size: 18px;
  margin-bottom: 20px;
}
.item_options .options_inner .option_wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  border-top: 1px solid #e2e2e2;
}
.item_options .options_inner .option_wrap.diff {
  background: #fef2f4;
}
.item_options .options_inner .option_wrap .option_title {
  font-size: 14px;
  width: 270px;
}
.item_options .options_inner .option_wrap .option_table {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.item_options .options_inner .option_wrap .option_table div {
  width: 170px;
  text-align: center;
  padding: 20px 0;
}

.spec_btn_inner {
  display: none;
}

@media screen and (max-width: 1023px) {
  .modelview {
    text-align: center;
    margin-top: 15px;
  }
  .modelview img {
    width: auto;
    height: 40px;
    max-height: inherit;
  }
  .modelview .modelname {
    margin-top: 20px;
  }

  .item_options .options_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .item_options .options_inner .option_wrap {
    padding-left: 10px;
  }
  .item_options .options_inner .option_wrap .option_title {
    font-size: 14px;
    width: 150px;
  }
  .item_options .options_inner .option_wrap .option_table {
    width: calc(100% - 150px);
  }
  .item_options .options_inner .option_wrap .option_table div {
    width: 70px;
    word-wrap: break-word;
  }
  .item_options
    .options_inner
    .option_wrap
    .option_table
    div:nth-of-type(1n + 3) {
    /*display: none;*/
  }

  .spec_position {
    position: relative;
  }
  .spec_position .spec_btn_inner {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .spec_position .spec_btn_inner .spec_btn {
    position: absolute;
    display: inline-block;
    pointer-events: auto;
    border: none;
    background-color: inherit;
    opacity: 1;
    text-indent: -9999px;
    padding: 6px 16px;
  }
  .spec_position .spec_btn_inner .spec_btn.on {
    pointer-events: none;
    opacity: 0.5;
  }
  .spec_position .spec_btn_inner .spec_btn.spec_prev {
    left: 0;
    background-image: url(/asset/images/common/spec_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto;
    display: none;
  }
  .spec_position .spec_btn_inner .spec_btn.spec_next {
    right: 0;
    background-image: url(/asset/images/common/spec_next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto;
    display: none;
  }
}
.form_dealer_quote .form_lay_block_3 ul li {
  width: 33%;
  display: inline-block;
  margin-bottom: 22px;
}
.form_dealer_quote .form_lay_block_4 ul li {
  width: 24%;
  display: inline-block;
  margin-bottom: 30px;
}
.form_dealer_quote .form_color_btn_box ul li {
  margin-bottom: 52px;
}
.form_dealer_quote .form_color_btn_box ul li input[type="radio"] {
  display: none;
}
.form_dealer_quote .form_color_btn_box ul li .selectImg {
  margin-right: 10px;
}
.form_dealer_quote .form_color_btn_box ul li input[type="radio"] + .selectImg {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.form_dealer_quote
  .form_color_btn_box
  ul
  li
  input[type="radio"]:checked
  + .selectImg {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #425368;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form_dealer_quote .form_color_btn_box ul li .form_label {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
  width: 260px;
  cursor: pointer;
}
.form_dealer_quote .field ul li input[type="checkbox"] {
  display: none;
}
.form_dealer_quote .field ul li .check_price {
  display: block;
}
.form_dealer_quote .field ul li .check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.form_dealer_quote .field ul li .check:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #425368;
  border-radius: 6px;
  content: "";
}
.form_dealer_quote .field ul li .check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  content: "";
  opacity: 0;
  background-image: url(/asset/images/common/check_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.form_dealer_quote .field ul li input[type="checkbox"]:checked + .check:before {
  opacity: 1;
}
.form_dealer_quote .checkbox2 ul li input[type="radio"],
.form_dealer_quote .checkbox2 ul li input[type="checkbox"] {
  display: none;
}
.form_dealer_quote .checkbox2 ul li .check_price {
  display: block;
}
.form_dealer_quote .checkbox2 ul li .check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.form_dealer_quote .checkbox2 ul li .check:hover:after {
  border-color: #425368;
}
.form_dealer_quote .checkbox2 ul li .check:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #425368;
  margin: auto;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
}
.form_dealer_quote .checkbox2 ul li [type="checkbox"] + .check:after {
  border-radius: 6px;
}
.form_dealer_quote .checkbox2 ul li [type="radio"] + .check:after {
  border-radius: 100%;
}
.form_dealer_quote .checkbox2 ul li .check:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form_dealer_quote .checkbox2 ul li [type="radio"] + .check:before {
  width: 10px;
  height: 10px;
  background: #425368;
  border-radius: 100%;
  left: 20px;
}
.form_dealer_quote .checkbox2 ul li [type="checkbox"] + .check:before {
  width: 16px;
  height: 16px;
  background-image: url(/asset/images/common/check_icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  left: 17px;
}
.form_dealer_quote .checkbox2 ul li [type="radio"]:checked + .check:before,
.form_dealer_quote .checkbox2 ul li [type="checkbox"]:checked + .check:before {
  opacity: 1;
}

.privacy_check input[type="checkbox"] {
  display: none;
}
.privacy_check .check_price {
  display: block;
}
.privacy_check .check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.privacy_check .check:hover:after {
  border-color: #425368;
}
.privacy_check .check:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #425368;
  border-radius: 6px;
  content: "";
}
.privacy_check .check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  content: "";
  opacity: 0;
  background-image: url(/asset/images/common/check_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.privacy_check input[type="checkbox"]:checked + .check:before {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .form_dealer_quote .f24 {
    font-size: 18px;
  }
  .form_dealer_quote .form_lay_block_3 ul li {
    width: 100%;
    display: inline-block;
  }
  .form_dealer_quote .form_lay_block_4 ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .form_dealer_quote .form_color_btn_box ul li {
    margin-bottom: 20px;
  }
  .form_dealer_quote .form_color_btn_box ul li .selectImg {
    width: 40px;
    height: auto;
  }
  .form_dealer_quote .form_color_btn_box ul li .form_label {
    font-size: 16px;
    width: 100%;
  }
  .form_dealer_quote .field ul li input[type="checkbox"] {
    display: none;
  }
  .form_dealer_quote .field ul li .check_price {
    display: block;
  }
  .form_dealer_quote .field ul li .check {
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.4;
  }
  .form_dealer_quote .field ul li .check:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #425368;
    border-radius: 6px;
    content: "";
  }
  .form_dealer_quote .field ul li .check:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 17px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: "";
    opacity: 0;
    background-image: url(/asset/images/common/check_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .form_dealer_quote
    .field
    ul
    li
    input[type="checkbox"]:checked
    + .check:before {
    opacity: 1;
  }
  .form_dealer_quote .checkbox2 ul li input[type="radio"] {
    display: none;
  }
  .form_dealer_quote .checkbox2 ul li .check:after {
    width: 12px;
    height: 12px;
  }
  .form_dealer_quote .checkbox2 ul li [type="radio"] + .check:before {
    width: 8px;
    height: 8px;
    left: 19px;
  }
  .form_dealer_quote .checkbox2 ul li .check_price {
    display: block;
  }
  .form_dealer_quote .checkbox2 ul li .check {
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.4;
  }
  .form_dealer_quote .checkbox2 ul li .check:hover:after {
    border-color: #425368;
  }
  .form_dealer_quote
    .checkbox2
    ul
    li
    input[type="checkbox"]:checked
    + .check:before {
    opacity: 1;
  }

  .privacy_check .check {
    padding: 0 0 0 26px;
  }
  .privacy_check .check:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #425368;
    border-radius: 6px;
    content: "";
  }
  .privacy_check .check:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: "";
    opacity: 0;
    background-image: url(/asset/images/common/check_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }

  .formdealer_box .find_btn {
    margin: 5px 0 8px 0;
  }
}
.table_lay {
  padding: 0 95px;
}
.table_lay .table_title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.table_lay .table_tr {
  padding: 25px 0;
  display: table;
  width: 100%;
}
.table_lay .table_tr .th {
  font-size: 16px;
  color: #000;
  display: table-cell;
  width: 360px;
  line-height: 1.6;
}
.table_lay .table_tr .td {
  font-size: 14px;
  color: #000;
  display: table-cell;
  line-height: 1.6;
}
.table_lay .table_tr .td p:nth-of-type(1n + 2) {
  margin-top: 45px;
}
.table_lay .table_tr:nth-of-type(1n + 2) {
  border-top: 1px dotted #bfbfbf;
}

@media screen and (max-width: 1023px) {
  .table_lay {
    padding: 0;
  }
  .table_lay .table_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .table_lay .table_tr {
    padding: 20px 0px;
    display: block;
  }
  .table_lay .table_tr .th {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .table_lay .table_tr .td {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: block;
  }
  .table_lay .table_tr .td p:nth-of-type(1n + 2) {
    margin-top: 10px;
  }
}
.map {
  height: 400px;
}

.bg_link_lists {
  background-color: #f2f2f2;
}
.bg_link_lists .bg_link_lists_inner {
  position: relative;
  width: 315px;
  margin: 0 auto;
  padding: 16px 0;
}
.bg_link_lists .bg_link_lists_inner ul {
  text-align: center;
}
.bg_link_lists .bg_link_lists_inner ul li {
  cursor: pointer;
}
.bg_link_lists .bg_link_lists_inner ul li.slick-current,
.bg_link_lists .bg_link_lists_inner ul li:hover {
  font-weight: bold;
  text-shadow: 0px 0px 0px #000000;
}
.bg_link_lists .bg_link_lists_inner .arw_prev,
.bg_link_lists .bg_link_lists_inner .arw_next {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 15px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bg_link_lists .bg_link_lists_inner .arw_prev {
  left: 0;
  background-image: url(/asset/images/news/arw_prev.png);
}
.bg_link_lists .bg_link_lists_inner .arw_next {
  right: 0;
  background-image: url(/asset/images/news/arw_next.png);
}

.yearcontent .table_style01 .item_plus a {
  color: #000;
}
.yearcontent .table_style01 .item_plus a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .bg_link_lists .bg_link_lists_inner {
    width: auto;
  }
  .bg_link_lists .bg_link_lists_inner ul {
    text-align: center;
  }
  .bg_link_lists .bg_link_lists_inner ul li {
    display: inline-block;
    padding: 0 7px;
  }
  .bg_link_lists .bg_link_lists_inner ul li:hover {
    font-weight: normal;
    text-shadow: inherit;
  }
  .bg_link_lists .bg_link_lists_inner .arw_prev {
    left: 3px;
  }
  .bg_link_lists .bg_link_lists_inner .arw_next {
    right: 3px;
  }

  .yearcategory li.slick-current,
  .yearcategorytype2 li.slick-current {
    font-weight: bold !important;
    text-shadow: 0px 0px 0px #000000 !important;
  }
}
.table_style01 {
  width: 825px;
  margin: 0 auto;
}
.table_style01 dl {
  display: table;
  width: 100%;
  padding: 25px 0;
}
.table_style01 dl + dl {
  border-top: #bfbfbf dotted 1px;
}
.table_style01 dl dt {
  display: table-cell;
  width: 180px;
  vertical-align: top;
}
.table_style01 dl dt.w355 {
  width: 355px;
}
.table_style01 dl dd {
  display: table-cell;
  vertical-align: top;
}

.table_style01 > a {
  color: #000;
}

.table_style01 > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .table_style01 {
    width: auto;
  }
  .table_style01 dl {
    display: table;
    padding: 20px 0;
  }
  .table_style01 dl dt {
    display: block;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .table_style01 dl dt.w355 {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  .table_style01 dl dd {
    display: block;
  }
}
.finda_dealer {
  overflow: hidden;
}
.finda_dealer .finda_box_left {
  float: left;
  width: 430px;
}
.finda_dealer .finda_box_left input {
  width: 430px;
  border: none;
  padding: 10px;
  border-radius: 4px;
}
.finda_dealer .finda_box_left button {
  border: none;
  background: none;
  cursor: pointer;
}
.finda_dealer .finda_box_left .btn_list {
  padding: 10px 20px;
  border-radius: 16px;
  line-height: 1;
  background: #2a2a2a;
  color: #fff;
}
.finda_dealer .finda_box_left .btn_list:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  ransition: all 0.3s;
}
.finda_dealer .finda_box_left .dealerlist_box {
  height: 398px;
}
.finda_dealer .finda_box_left .dealerlist_box dl {
  padding: 20px;
  border-bottom: 2px dotted #bfbfbf;
  line-height: 30px;
  cursor: pointer;
}
.finda_dealer .finda_box_left .dealerlist_box dl dt {
  font-size: 18px;
}
.finda_dealer .finda_box_left .dealerlist_box dl dd {
  font-size: 14px;
}
.finda_dealer .finda_box_left .dealerlist_box dl:hover,
.finda_dealer .finda_box_left .dealerlist_box dl.on {
  background-color: #222;
  opacity: 0.5;
  background-image: url(/asset/images/common/ptan.gif);
  background-repeat: repeat;
}
.finda_dealer .finda_box_left .dealerlist_box div.dealerbb {
  border-bottom: 2px dotted #bfbfbf;
}
.finda_dealer .finda_box_left .dealerlist_box div.dealerbb dl {
  border-bottom: none;
}
.finda_dealer .finda_box_left .dealerlist_box div.dealerbb .dealerdd {
  position: relative;
  border-bottom: none;
}
.finda_dealer
  .finda_box_left
  .dealerlist_box
  div.dealerbb
  .dealerdd
  .dealerBtn {
  position: absolute;
  right: 10px;
  top: -35px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 16px;
}
.finda_dealer
  .finda_box_left
  .dealerlist_box
  div.dealerbb
  .dealerdd
  .dealerBtn:hover {
  opacity: 0.5;
}
.finda_dealer .finda_box_left input {
  width: 100%;
  box-sizing: border-box;
}
.finda_dealer .finda_box_right {
  float: right;
  width: 540px;
}
.finda_dealer .finda_box_right .finda_map {
  width: 540px;
  height: 700px;
  background-color: #000000;
}

@media screen and (max-width: 1023px) {
  div.maparea {
    width: auto;
  }

  .finda_dealer {
    overflow: hidden;
  }
  .finda_dealer .finda_box_left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .finda_dealer .finda_box_left p:nth-of-type(2) {
    margin-bottom: 0;
  }
  .finda_dealer .finda_box_left #mapTab {
    text-align: center;
    border-radius: 4px;
    background-color: #e2e2e2;
    padding: 10px 40px 10px 20px;
    background-image: url(/asset/images/common/button_plus_black.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 14px 14px;
  }
  .finda_dealer .finda_box_left #mapTab.on {
    background-image: url(/asset/images/common/button_mn_black.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 14px 2px;
  }
  .finda_dealer .finda_box_left .btn_list {
    margin-bottom: 30px;
  }
  .finda_dealer .finda_box_left .dealerlist_box {
    overflow-y: inherit;
    height: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .finda_dealer .finda_box_left .dealerlist_box.on {
    height: 225px;
  }
  .finda_dealer .finda_box_left .dealerlist_box dl {
    padding: 10px 0 10px;
    border-bottom: 2px dotted #bfbfbf;
    line-height: 30px;
  }
  .finda_dealer .finda_box_left .dealerlist_box dl:last-of-type {
    border: none;
  }
  .finda_dealer .finda_box_left .dealerlist_box dl dt {
    font-size: 14px;
  }
  .finda_dealer .finda_box_left .dealerlist_box dl dd {
    font-size: 12px;
  }
  .finda_dealer .finda_box_left input {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .finda_dealer .finda_box_right {
    float: none;
    width: 100%;
  }
  .finda_dealer .finda_box_right .finda_map {
    width: 100%;
    height: 550px;
    background-color: #000000;
  }
}
.dealer_result {
  padding: 30px 40px;
  background-color: #fafafa;
  margin-top: 30px;
  display: none;
}
.dealer_result.on {
  display: table;
}
.dealer_result .dealer_result_right {
  display: table-cell;
  padding-left: 30px;
  padding-right: 30px;
}
.dealer_result .dealer_result_left {
  display: table-cell;
  padding-left: 30px;
}
.dealer_result .map_title {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "open_b";
}
.dealer_result .map_info {
  margin-bottom: 15px;
}
.dealer_result .map_info span {
  font-size: 14px;
}
.dealer_result .map_info span.map_add {
  display: block;
  margin-bottom: 10px;
}
.dealer_result .map_info span.mapFax {
  padding-left: 20px;
}
.dealer_result .mapsite,
.dealer_result .mapmail {
  margin-bottom: 10px;
}
.dealer_result .mapsite a,
.dealer_result .mapmail a {
  color: #000000;
}
.dealer_result .mapTime {
  font-size: 14px;
}

.maparea button {
  margin-top: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 16px;
}

.maparea button:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  ransition: all 0.3s;
}

@media screen and (max-width: 1023px) {
  .dealer_result {
    display: none;
    padding: 20px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dealer_result.on {
    display: block;
  }
  .dealer_result .dealer_result_right,
  .dealer_result .dealer_result_left {
    display: block;
    padding: 0;
  }
}
.maparea {
  width: 300px;
  padding: 0px 0 10px 0px;
}
.maparea .map_title {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "open_b";
}
.maparea .map_info {
  margin-bottom: 10px;
}
.maparea .map_info span {
  font-size: 14px;
}
.maparea .map_info span.map_add {
  display: block;
  margin-bottom: 10px;
}
.maparea .map_info span.mapFax {
  padding-left: 20px;
}
.maparea .mapsite,
.maparea .mapmail {
  margin-bottom: 10px;
}
.maparea .mapsite a,
.maparea .mapmail a {
  color: #000000;
}
.maparea .mapTime {
  font-size: 14px;
}
.maparea .mapsv {
  text-align: left;
  margin: 20px 0 0px;
}
.maparea .mapsv li {
  display: inline-block;
  text-align: center;
  width: 75px;
  vertical-align: top;
}
.maparea .mapsv li:nth-of-type(1n + 2) {
  margin-top: 0px;
  margin-bottom: 10px;
}
.maparea .mapsv li .icon {
  font-size: 20px;
  color: #b9b9b9;
}
.maparea .maplinkset a {
  display: block;
  padding: 15px 10px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #e7e5e4;
}
.maparea .maplinkset a:hover {
  background-color: #f9f9f9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  ransition: all 0.3s;
}
.maparea .maplinkset a:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 2px 0;
  width: 100%;
  background-color: #eb0a1e;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  ransition: all 0.3s;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dadada;
  width: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .maparea {
    padding: 0px;
  }
  .maparea .map_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .maparea .map_info {
    margin-bottom: 10px;
  }
  .maparea .map_info span {
    font-size: 12px;
  }
  .maparea .map_info span.map_add {
    margin-bottom: 10px;
  }
  .maparea .map_info span.mapFax {
    padding-left: 10px;
  }
  .maparea .mapTime {
    font-size: 12px;
  }
  .maparea .mapsv {
    text-align: center;
    margin: 10px 0 20px;
  }
  .maparea .mapsv li {
    width: auto;
    vertical-align: bottom;
    font-size: 11px;
    padding: 0 6px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .maparea .mapsv li:nth-of-type(1n + 2) {
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .maparea .maplinkset a {
    padding: 10px 0;
  }

  .finda_dealer .finda_box_left {
    margin-bottom: 20px;
  }
  .finda_dealer .finda_box_left p {
    font-size: 16px;
  }

  .mCSB_inside > .mCSB_container {
    margin-right: 20px;
  }
}
.yearcategory .slick-arrow,
.yearcategorytype2 .slick-arrow {
  position: absolute;
  top: -50%;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  padding: 12px 17px;
  z-index: 1;
  cursor: pointer;
}
.yearcategory .slick-arrow.slick-prev,
.yearcategorytype2 .slick-arrow.slick-prev {
  background-image: url(/asset/images/common/prev_type1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 18px;
  left: -40px;
}
.yearcategory .slick-arrow.slick-next,
.yearcategorytype2 .slick-arrow.slick-next {
  background-image: url(/asset/images/common/next_type1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 18px;
  right: -40px;
}
.yearcategory .slick-track,
.yearcategorytype2 .slick-track {
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .yearcategory,
  .yearcategorytype2 {
    padding: 0 35px;
  }
  .yearcategory .slick-arrow.slick-prev,
  .yearcategorytype2 .slick-arrow.slick-prev {
    left: 0px;
  }
  .yearcategory .slick-arrow.slick-next,
  .yearcategorytype2 .slick-arrow.slick-next {
    right: 0px;
  }
}
.find_modalwrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  display: none;
}

.find_modal {
  position: absolute;
  width: 1024px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 50px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-size: border-box;
  -o-box-size: border-box;
  box-size: border-box;
  z-index: -2;
}
.find_modal .finda_box_right {
  width: 500px;
}
.find_modal .finda_box_right .finda_map {
  width: 100%;
}
.find_modal .findClosebtn {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .find_modal {
    width: auto;
    margin: 0 10px;
    padding: 25px 10px;
  }
  .find_modal .finda_box_right {
    width: 100%;
  }

  .section .modelselect_rate {
    text-align: center;
    padding: 50px 0 30px 0;
  }
  .section .modelselect_rate figcaption.rate_select_title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.modelselect_rate {
  display: none;
  text-align: center;
  padding: 60px 0 40px 0;
}
.modelselect_rate .rate_select_title {
  font-size: 18px;
  font-weight: bold;
  font-family: "toyota_b";
  margin-bottom: 10px;
}
.modelselect_rate .rate_select_title .vehicleName {
  display: block;
  margin-bottom: 10px;
}
.modelselect_rate .rate_select_img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.modelselect_rate .modelselect_price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "toyota_b";
}

.mapTel a {
  pointer-events: none;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .mapTel a {
    pointer-events: auto;
  }
}
.accessory_text {
  overflow: hidden;
  height: 0;
}

.wrapper_404 p {
  color: #425368;
  text-align: center;
}
.wrapper_404 p:nth-of-type(1) {
  font-size: 90px;
  margin: 160px 0 15px 0;
  font-family: "toyota_b";
}
.wrapper_404 p:nth-of-type(2) {
  margin-bottom: 80px;
  font-size: 36px;
  font-family: "toyota_r";
}

.fuel {
  text-align: center;
}
.fuel dt {
  font-family: "open_b";
  margin-bottom: 10px;
}
.fuel dd {
  padding: 6px 10px;
}
.fuel dd .spec-data {
  font-size: 20px;
  color: #6d8191;
  font-family: "open_b";
  padding: 4px;
  display: inline-block;
}

.fuel_table {
  border-collapse: separate;
  border-spacing: 3px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}

.fuel_table th {
  padding: 10px;
  vertical-align: top;
  font-family: "opne_b";
}

.fuel_table td {
  padding: 6px 10px;
  vertical-align: top;
}

.iconttl {
  text-align: center;
}
.iconttl .icon {
  font-size: 53px;
  color: #6d8191;
}

@media screen and (max-width: 1023px) {
  .section .section_inner.fuel_inner .lay_block .lay_block_4 {
    font-family: "open_l";
    margin: 40px auto 0 auto;
  }
  .section .section_inner.fuel_inner .lay_block .lay_block_4 .fuel_table td {
    display: block;
    text-align: center;
  }
  .section .section_inner.fuel_inner .lay_block .lay_block_4 .fuel_table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

.view_item.top_list:nth-of-type(1n + 2) {
  display: none;
  margin-top: 20px;
}

.listScroll_contents {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  position: relative;
  height: 145px;
}
.listScroll_contents .section_inner {
  position: absolute;
  width: 100%;
  box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.listScroll_contents .section_inner.on {
  top: 54px !important;
}
.listScroll_contents .listScroll_content {
  width: 1024px;
  margin: 0 auto;
  padding-left: 290px;
  display: table;
  box-sizing: border-box;
}
.listScroll_contents .listScroll_content .list_option {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
}
.listScroll_contents .listScroll_content .list_option_menu {
  padding: 25px 0 0px;
  text-align: center;
  width: 365.5px;
  display: inline-block;
  font-family: "open_l";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-left: 0px;
  box-sizing: border-box;
}
.listScroll_contents .listScroll_content .list_option_menu span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.listScroll_contents .listScroll_content .btn_list {
  width: 365.5px;
}

@media screen and (max-width: 1023px) {
  .listScroll_contents {
    height: 125px;
  }
  .listScroll_contents .section_inner {
    z-index: 2;
    margin: 0;
  }
  .listScroll_contents .section_inner.on {
    top: 0 !important;
  }
  .listScroll_contents .listScroll_content {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    display: table;
    box-sizing: border-box;
  }
  .listScroll_contents .listScroll_content .list_option {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 20px;
    width: 50%;
  }
  .listScroll_contents .listScroll_content .list_option_menu {
    padding: 15px 0 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: "open_l";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .listScroll_contents .listScroll_content .list_option_menu span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  .listScroll_contents .listScroll_content .btn_list {
    width: 90%;
    margin: 0 auto;
  }

  .yearcontenttype2 .yearcontenttype2_inner {
    width: 100%;
  }
  .yearcontenttype2 .lay_block_3 {
    max-width: inherit;
  }
  .yearcontenttype2 .lay_block_3 .general_img img {
    margin: 0 auto;
  }
  .yearcontenttype2 .lay_block_3 .item_lay_type_2_text {
    max-width: 314px;
    margin: 0 auto;
    text-align: left;
  }
}
.sp_top {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp_top {
    display: block;
    position: fixed;
    top: 450px;
    right: 30px;
    height: 30px;
    width: 30px;
    background-color: #000;
  }
  .sp_top a {
    background-image: url(/asset/images/common/icon_page_top.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 18px;
    smargin-right: 14px;
    color: transparent;
    text-align: left;
    overflow: hidden;
  }
}
.top_list .lay_3 {
  width: 336px;
}
@media screen and (max-width: 1023px) {
  .top_list .lay_3 {
    width: auto;
  }
}

.sp_categorySelect {
  padding: 10px 0;
}
.sp_categorySelect select {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/asset/images/common/option_arr_black.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 7px;
  background-color: #ebebeb;
  border-radius: 4px;
}

.customCheckbox {
  padding: 20px 0;
}
.customCheckbox li {
  display: inline-block;
}
.customCheckbox li input[type="radio"] {
  display: none;
}
.customCheckbox li .check_price {
  display: block;
}
.customCheckbox li .check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.customCheckbox li .check:hover:after {
  border-color: #425368;
}
.customCheckbox li .check:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #425368;
  border-radius: 6px;
  content: "";
}
.customCheckbox li .check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  content: "";
  opacity: 0;
  background-image: url(/asset/images/common/check_icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.customCheckbox li input[type="radio"]:checked + .check:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .customCheckbox {
    padding: 10px 0 0;
  }
  .customCheckbox li {
    display: block;
  }
  .customCheckbox li:last-of-type {
    margin-top: 10px;
  }
  .customCheckbox li input[type="radio"] {
    display: none;
  }
  .customCheckbox li .check_price {
    display: block;
  }
  .customCheckbox li .check {
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.4;
  }
  .customCheckbox li .check:hover:after {
    border-color: #425368;
  }
  .customCheckbox li .check:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #425368;
    border-radius: 6px;
    content: "";
  }
  .customCheckbox li .check:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 17px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: "";
    opacity: 0;
    background-image: url(/asset/images/common/check_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .customCheckbox li input[type="checkbox"]:checked + .check:before {
    opacity: 1;
  }
}


















.row-fluid{width:100%;*zoom:1}.row-fluid:after,.row-fluid:before{content:"";display:table}.row-fluid:after{clear:both}.row-fluid [class*=span]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:block;float:left;margin-left:2.127659574%;*margin-left:2.0744680846382977%;min-height:28px;width:100%}.row-fluid [class*=span]:first-child{margin-left:0}.row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%}.row-fluid .span11{width:91.489361693%;*width:91.4361702036383%}.row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%}.row-fluid .span9{width:74.468085099%;*width:74.4148936096383%}.row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%}.row-fluid .span7{width:57.446808505%;*width:57.3936170156383%}.row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%}.row-fluid .span5{width:40.425531911%;*width:40.3723404216383%}.row-fluid .span4{width:31.914893614%;*width:31.8617021246383%}.row-fluid .span3{width:23.404255317%;*width:23.3510638276383%}.row-fluid .span2{width:14.89361702%;*width:14.8404255306383%}.row-fluid .span1{width:6.382978723%;*width:6.329787233638298%}.container-fluid{*zoom:1}.container-fluid:after,.container-fluid:before{content:"";display:table}.container-fluid:after{clear:both}@media (max-width:767px){.row-fluid{width:100%}.row-fluid [class*=span]{display:block;float:none;margin-left:0;width:auto}}@media (min-width:768px) and (max-width:1139px){.row-fluid{width:100%;*zoom:1}.row-fluid:after,.row-fluid:before{content:"";display:table}.row-fluid:after{clear:both}.row-fluid [class*=span]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:block;float:left;margin-left:2.762430939%;*margin-left:2.709239449638298%;min-height:28px;width:100%}.row-fluid [class*=span]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036383%}.row-fluid .span11{width:91.436464082%;*width:91.38327259263829%}.row-fluid .span10{width:82.87292817100001%;*width:82.8197366816383%}.row-fluid .span9{width:74.30939226%;*width:74.25620077063829%}.row-fluid .span8{width:65.74585634900001%;*width:65.6926648596383%}.row-fluid .span7{width:57.182320438000005%;*width:57.129128948638304%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376383%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266383%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156383%}.row-fluid .span3{width:22.928176794%;*width:22.874985304638297%}.row-fluid .span2{width:14.364640883%;*width:14.311449393638298%}.row-fluid .span1{width:5.801104972%;*width:5.747913482638298%}}@media (min-width:1280px){.row-fluid{width:100%;*zoom:1}.row-fluid:after,.row-fluid:before{content:"";display:table}.row-fluid:after{clear:both}.row-fluid [class*=span]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:block;float:left;margin-left:2.564102564%;*margin-left:2.510911074638298%;min-height:28px;width:100%}.row-fluid [class*=span]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145300001%;*width:91.3997999636383%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166383%}.row-fluid .span9{width:74.358974359%;*width:74.30578286963829%}.row-fluid .span8{width:65.81196581200001%;*width:65.7587743226383%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756383%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286383%}.row-fluid .span5{width:40.170940171000005%;*width:40.117748681638304%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346383%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876383%}.row-fluid .span2{width:14.529914530000001%;*width:14.4767230406383%}.row-fluid .span1{width:5.982905983%;*width:5.929714493638298%}}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.hide{display:none}.show{display:block}.hidden,.invisible{visibility:hidden}.hidden{display:none}.hidden-desktop,.visible-phone,.visible-tablet{display:none!important}@media (max-width:767px){.visible-phone{display:inherit!important}.hidden-phone{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media (min-width:768px) and (max-width:1139px){.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}