/* contents_search__form */
.contents_search__form {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 60px auto 20px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .contents_search__form {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__form {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.contents_search__form__input {
  width: 100%;
  padding: 0 50px 0 35px;
  border: none;
  border-bottom: solid 2px #cacbcc;
  outline: none;
  font-size: 1.25em;
}
@media only screen and (min-width: 737px) {
  .contents_search__form__input {
    min-height: 90px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__form__input {
    font-size: 0.9375em;
    padding: 0 30px 0 4.2253521127%;
    min-height: 40px;
    line-height: 40px;
    background-position: right 10px center;
    background-size: 17px auto;
    border-width: 1px;
  }
}
.contents_search__form__input::-ms-clear {
  width: 48px;
  height: auto;
}
.contents_search__form__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url("https://www.honda.com.cn/history/images/bg_search01_pc.png") no-repeat transparent;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.contents_search__filters__keyword dt, .contents_search__filters__year dt, .contents_search__filters__category dt, .contents_search__filters__release_only dt {
  float: left;
  margin-right: 15px;
  font-size: 1.125em;
  line-height: 40px;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__keyword dt, .contents_search__filters__year dt, .contents_search__filters__category dt, .contents_search__filters__release_only dt {
    float: none;
    width: 100%;
    font-size: 1em;
  }
}

@-webkit-keyframes result_close {
  100% {
    border-bottom-width: 3px;
  }
}

@keyframes result_close {
  100% {
    border-bottom-width: 3px;
  }
}
@-webkit-keyframes result_open {
  100% {
    border-bottom-width: 0px;
  }
}
@keyframes result_open {
  100% {
    border-bottom-width: 0px;
  }
}
.contents_search__filters {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters {
    width: 100%;
  }
}
.contents_search__filters__btn__wrap {
  height: 80px;
  border: solid 3px #ebeced;
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__btn__wrap {
    -webkit-animation: result_close .25s;
            animation: result_close .25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__btn__wrap {
    height: 30px;
    border: none;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__btn__wrap.active {
    -webkit-animation: result_open .25s;
            animation: result_open .25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.contents_search__filters__btn__wrap.active a::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.contents_search__filters__btn__wrap a {
  position: relative;
  display: block;
  height: 74px;
  line-height: 74px;
  padding-left: 30px;
  font-size: 1.375em;
  text-decoration: none;
  color: #000;
}
.contents_search__filters__btn__wrap a::after {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
  background: url("https://www.honda.com.cn/history/images/ico_filter_search.png") left top no-repeat;
  opacity: 0.7;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__btn__wrap a {
    height: 30px;
    padding-left: 4.2253521127%;
    line-height: 30px;
    background-size: 15px auto;
    font-size: 1em;
  }
}
.contents_search__filters__form {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .4s;
  transition: max-height .4s;
}
.contents_search__filters__form.active {
  -webkit-transition: max-height .4s;
  transition: max-height .4s;
  max-height: 700px;
  border-top: none;
  height: auto;
}
.contents_search__filters__result {
  padding: 10px 30px 30px;
  border-left: solid 3px #ebeced;
  border-right: solid 3px #ebeced;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__result {
    width: 86.6666666667%;
    padding: 25px 0 0 0;
    margin: 0 auto;
    border: none;
  }
}
.contents_search__filters__result__upper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__result__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-right: 10.8695652174%;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__keyword {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__keyword dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 340px;
            flex: 1 1 340px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__keyword dd {
    width: 100%;
  }
}
.contents_search__filters__keyword dd input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 1.125em;
  line-height: 40px;
  border-bottom: solid 2px #cacbcc;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__keyword dd input {
    width: 100%;
  }
}
.contents_search__filters__year {
  padding-right: 7px;
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__year {
    float: none;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__year dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 350px;
            flex: 1 1 350px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__year dd {
    width: 100%;
  }
}
.contents_search__filters__year dd select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 1.125em;
  line-height: 40px;
  border-bottom: solid 2px #cacbcc;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__year dd select {
    width: 100%;
  }
}
.contents_search__filters__year dd option {
  font-size: 1.125em;
  line-height: 40px;
}
.contents_search__filters__category {
  margin-bottom: 35px;
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__category {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__category dt {
    margin-bottom: 24px;
  }
}
.contents_search__filters__category dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__category input[type=checkbox] {
    display: none;
  }
  .contents_search__filters__category .label {
    display: block;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    color: #666;
    border: 1px solid #cacbcc;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 737px) and (min-width: 737px) {
  .contents_search__filters__category .label:hover {
    background: #c00;
    color: #fff;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__category input[type="checkbox"]:checked + label {
    background: #c00;
    color: #fff;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__category_check {
    width: 6.1538461538%;
    margin-right: 3.0769230769%;
    margin-bottom: 20px;
  }
  .contents_search__filters__category_check input {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__category label {
    display: inline-block;
    width: 36.9230769231%;
    margin-bottom: 20px;
    font-size: 0.875em;
    color: #666;
  }
}
@media only screen and (min-width: 737px) {
  .contents_search__filters__release_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__release_only {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__release_only dt {
    float: none;
    display: inline-block;
    width: auto !important;
    line-height: 20px;
  }
}
.contents_search__filters__release_only dd {
  line-height: 40px;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__release_only dd {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.contents_search__filters__release_only dd input {
  line-height: 40px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.contents_search__filters__submit {
  width: 100%;
  height: 60px;
  border: none;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  background-color: #c00;
  background-image: url(https://www.honda.com.cn/history/images/ico_search_off.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 3.25em) center;
}

/* search_result */
.search_result {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .search_result {
    width: 94.6666666667%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.search_result__number {
  padding-top: 55px;
  margin-bottom: 40px;
  font-size: 1.375em;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  .search_result__number {
    font-size: 1em;
    margin-bottom: 25px;
  }
}
.search_result__article {
  margin-bottom: 50px;
}
.search_result__article:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
@media only screen and (max-width: 736px) {
  .search_result__article {
    margin-bottom: 40px;
  }
}
.search_result__img {
  float: left;
  width: 20.4081632653%;
  margin-right: 2.0408163265%;
}
.search_result__img img {
  width: 100%;
}
.search_result__contents {
  float: right;
  width: 77.5510204082%;
}
.search_result__ttl {
  font-size: 1.3125em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 736px) {
  .search_result__ttl {
    font-size: 1em;
  }
}
.search_result__ttl a {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .search_result__ttl a:hover {
    text-decoration: underline;
  }
}
.search_result__lead {
  color: #666;
  line-height: 1.625;
  margin-bottom: 1em;
}
.search_result__lead strong {
  color: #000;
}
@media only screen and (max-width: 736px) {
  .search_result__lead {
    display: none;
  }
}
.search_result__anchor a {
  color: #666;
  text-decoration: none;
  font-size: 0.875em;
}
@media only screen and (min-width: 737px) {
  .search_result__anchor a:hover {
    text-decoration: underline;
  }
}

/* search_navi */
.search_navi {
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 736px) {
  .search_navi {
    padding-bottom: 80px;
  }
}
.search_navi .search_navi__prev, .search_navi .search_navi__next {
  font-size: 1.5em;
}
.search_navi .search_navi__prev a, .search_navi .search_navi__next a {
  text-decoration: none;
  color: #999;
}
.search_navi__prev {
  padding-right: 35px;
}
.search_navi__next {
  padding-left: 35px;
}
.search_navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_navi__list li {
  font-size: 1.125em;
  list-style-type: none;
  padding: 0 0 0 12px;
}
.search_navi__list li a {
  text-decoration: none;
  color: #999;
}
.search_navi__list li::after {
  content: '/';
  margin-left: 12px;
  color: #999;
}
.search_navi__list li.search_navi__num:first-child {
  padding-left: 0;
}
.search_navi__list li.search_navi__num:last-child::after {
  display: none;
}

.news_list {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .news_list {
    width: 94.6666666667%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.news_list__latest {
  text-align: right;
  margin-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .news_list__latest {
    margin-bottom: 43px;
  }
}
.news_list__latest__ttl {
  text-align: center;
  font-weight: normal;
  font-size: 2em;
}
@media only screen and (max-width: 736px) {
  .news_list__latest__ttl {
    font-size: 1.5em;
    margin-bottom: 35px;
  }
}
.news_list__modal {
  font-size: 0.875em;
  text-decoration: none;
  height: 20px;
  color: #262626;
  line-height: 20px;
  background: transparent url("https://www.honda.com.cn/history/images/bg_search01_pc.png") left center no-repeat;
  background-size: auto 20px;
  padding-left: 43px;
}
@media only screen and (min-width: 737px) {
  .news_list__modal:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 737px) {
  .news_list__modal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  .news_list__modal {
    font-size: 1em;
    display: inline-block;
    padding-left: 28px;
  }
}
.news_list__article {
  margin-bottom: 50px;
}
.news_list__article:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
@media only screen and (max-width: 736px) {
  .news_list__article {
    margin-bottom: 60px;
  }
}
.news_list__img {
  margin-bottom: 18px;
}
@media only screen and (min-width: 737px) {
  .news_list__img {
    float: left;
    width: 20.4081632653%;
    margin-right: 2.0408163265%;
    margin-bottom: 0;
  }
}
.news_list__img img {
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .news_list__contents {
    float: right;
    width: 77.5510204082%;
  }
}
.news_list__ttl {
  font-size: 1.3125em;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.news_list__ttl a {
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .news_list__ttl a:hover {
    text-decoration: underline;
  }
}
.news_list__lead {
  color: #666;
  line-height: 1.625;
  margin-bottom: 1em;
}
.news_list__lead strong {
  color: #000;
}
.news_list__date {
  color: #666;
}
.news_list__mfp.mfp-bg {
  background: rgba(0, 0, 0, 0.2);
}
.news_list__mfp .mfp-close {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  .news_list__mfp .mfp-close {
    width: 15px;
    height: 15px;
    background-size: contain !important;
  }
}

/* news_navi */
.news_navi {
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 736px) {
  .news_navi {
    padding-bottom: 80px;
  }
}
.news_navi .news_navi__prev, .news_navi .news_navi__next {
  font-size: 1.5em;
}
.news_navi .news_navi__prev a, .news_navi .news_navi__next a {
  text-decoration: none;
  color: #999;
}
.news_navi__prev {
  padding-right: 35px;
}
.news_navi__next {
  padding-left: 35px;
}
.news_navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_navi__list li {
  font-size: 1.125em;
  list-style-type: none;
  padding: 0 0 0 12px;
}
.news_navi__list li a {
  text-decoration: none;
  color: #999;
}
.news_navi__list li::after {
  content: '/';
  margin-left: 12px;
  color: #999;
}
.news_navi__list li.news_navi__num:first-child {
  padding-left: 0;
}
.news_navi__list li.news_navi__num:last-child::after {
  display: none;
}

.modal-cont.modal-search {
  max-width: 980px;
  padding: 0;
  position: relative;
}

/* contents_search__filters */
.contents_search__filters__keyword dt, .contents_search__filters__year dt, .contents_search__filters__category dt, .contents_search__filters__release_only dt {
  margin-right: 15px;
  font-size: 1.125em;
  line-height: 40px;
}
@media only screen and (max-width: 736px) {
  .contents_search__filters__keyword dt, .contents_search__filters__year dt, .contents_search__filters__category dt, .contents_search__filters__release_only dt {
    width: 100%;
    font-size: 1em;
  }
}

.inModal.contents_search__filters {
  width: 100%;
  max-width: 980px;
}
.inModal.contents_search__filters .contents_search__filters__btn__wrap {
  border: none;
  font-size: 1.375em;
  line-height: 80px;
  height: 80px;
  padding-left: 30px;
}
@media only screen and (max-width: 736px) {
  .inModal.contents_search__filters .contents_search__filters__btn__wrap {
    width: 86.6666666667%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding-left: 0;
    border: none;
    font-size: 1em;
  }
}
.inModal.contents_search__filters .contents_search__filters__result {
  border: none;
}

.product_history__wrap,
.time_line__wrap {
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .product_history__wrap,
  .time_line__wrap {
    text-align: right;
  }
}
.product_history__ttl,
.time_line__ttl {
  text-align: center;
  font-weight: normal;
  color: #262626;
  font-size: 2.5em;
}
@media only screen and (max-width: 736px) {
  .product_history__ttl,
  .time_line__ttl {
    font-size: 1.875em;
  }
}
@media only screen and (min-width: 737px) {
  .product_history__ttl__btn,
  .time_line__ttl__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product_history__ttl__btn a,
.time_line__ttl__btn a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 14px;
  color: #666;
  font-size: 1.125em;
  border: solid 1px #b3b3b3;
  border-radius: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .product_history__ttl__btn a,
  .time_line__ttl__btn a {
    font-size: 0.875em;
    margin-top: 23px;
    padding-right: 25px;
    padding-left: 7px;
  }
}
.product_history__ttl__btn a::after,
.time_line__ttl__btn a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .product_history__ttl__btn a::after,
  .time_line__ttl__btn a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    right: 12px;
  }
}
.product_history__year,
.time_line__year {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 50px;
  padding-top: 75px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .product_history__year,
  .time_line__year {
    font-size: 1.5em;
  }
}
.product_history__year.latest,
.time_line__year.latest {
  padding-top: 30px;
}
@media only screen and (max-width: 736px) {
  .product_history__year.latest,
  .time_line__year.latest {
    padding-top: 65px;
  }
}
.product_history__year__idx,
.time_line__year__idx {
  margin: 30px auto 0;
}
@media only screen and (min-width: 737px) {
  .product_history__year__idx,
  .time_line__year__idx {
    width: 550px;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 736px) {
  .product_history__year__idx,
  .time_line__year__idx {
    overflow-x: scroll;
    margin-bottom: 0;
  }
}
.product_history__year__idx li,
.time_line__year__idx li {
  text-align: center;
  font-size: 1.125em;
  list-style-type: none;
  width: 25%;
  white-space: nowrap;
  padding-bottom: 19px;
}
@media only screen and (max-width: 736px) {
  .product_history__year__idx li,
  .time_line__year__idx li {
    display: table-cell;
    text-align: center;
    padding-bottom: 0;
  }
}
.product_history__year__idx li.active span,
.time_line__year__idx li.active span {
  padding-bottom: 15px;
  color: #c00;
  border-bottom: solid 4px #c00;
}
@media only screen and (max-width: 736px) {
  .product_history__year__idx li.active span,
  .time_line__year__idx li.active span {
    border-width: 2px;
  }
}
.product_history__year__idx li a, .product_history__year__idx li span,
.time_line__year__idx li a,
.time_line__year__idx li span {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  .product_history__year__idx li a, .product_history__year__idx li span,
  .time_line__year__idx li a,
  .time_line__year__idx li span {
    padding: 0 20px;
  }
}
.product_history__year__idx li a,
.time_line__year__idx li a {
  font-size: 100%;
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .product_history__year__idx li a,
  .time_line__year__idx li a {
    padding-bottom: 19px;
  }
  .product_history__year__idx li a:hover,
  .time_line__year__idx li a:hover {
    padding-bottom: 15px;
    color: #c00;
    border-bottom: solid 4px #c00;
  }
}
.product_history__lead,
.time_line__lead {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.67;
  color: #666;
}
.product_history__thumb,
.time_line__thumb {
  color: #666;
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) {
  .product_history__thumb,
  .time_line__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_history__thumb::after,
  .time_line__thumb::after {
    content: '';
    display: block;
    color: transparent;
    width: 31.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.product_history__thumb li,
.time_line__thumb li {
  width: 31.25%;
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 40px;
  border: 1px solid #ebeced;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .product_history__thumb li,
  .time_line__thumb li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product_history__thumb__img,
.time_line__thumb__img {
  display: block;
  width: 100%;
}
.product_history__thumb__wrap,
.time_line__thumb__wrap {
  padding: 25px 20px 60px;
}
.product_history__thumb__ttl,
.time_line__thumb__ttl {
  margin-bottom: 10px;
  font-size: 1.125em;
  line-height: 1.56;
  color: #262626;
}
.product_history__thumb__txt,
.time_line__thumb__txt {
  font-size: 0.875em;
  margin-bottom: 15px;
}
.product_history__thumb__link,
.time_line__thumb__link {
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 737px) {
  .product_history__thumb__link:hover,
  .time_line__thumb__link:hover {
    text-decoration: underline;
  }
}
.product_history__thumb__link::after,
.time_line__thumb__link::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: solid 1px #3897f0;
  border-right: solid 1px #3897f0;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.product_history__thumb__meta,
.time_line__thumb__meta {
  font-size: 0.875em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  padding: 0 20px;
}
.product_history__thumb__meta span:first-child,
.time_line__thumb__meta span:first-child {
  padding-right: 19px;
  margin-right: 20px;
  border-right: 1px solid;
}

.product_history__thumb__wrap {
  padding: 25px 20px;
}

.world_links__country_menu {
  color: #262626;
  width: 94.1176470588%;
  max-width: 1280px;
  padding-top: 65px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .world_links__country_menu {
    width: 100%;
  }
}
@media only screen and (min-width: 737px) {
  .world_links__country_menu {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu {
    background: none;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__wrap {
    /*background: url(../images/world_links/bg_map.png) center top no-repeat;*/
    background-size: contain;
  }
}
.world_links__country_menu__bg {
  /*background: url(../images/world_links/bg_map.png) center 10% no-repeat;*/
  background-size: contain;
  min-height: 630px;
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__bg {
    background: none;
  }
}
.world_links__country_menu__ttl {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__ttl {
    font-size: 1.875em;
    margin-bottom: 25px;
  }
}
.world_links__country_menu__lead {
  font-size: 1.125em;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__lead {
    max-width: 290px;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.world_links__country_menu__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.world_links__country_menu__lst li {
  list-style-type: none;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .world_links__country_menu__lst li {
    width: 25%;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__lst li {
    width: 50%;
  }
}
.world_links__country_menu__lst li img {
  width: 30px;
  height: auto;
  margin-right: 12%;
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__lst li img {
    width: 45px;
    margin-right: 10px;
  }
}
.world_links__country_menu__lst li a {
  font-size: 1.125em;
  text-decoration: none;
  display: block;
  color: #262626;
}
@media only screen and (min-width: 737px) {
  .world_links__country_menu__lst li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country_menu__lst li a {
    font-size: 1em;
  }
}
.world_links__category__wrap {
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 0 auto;
}
.world_links__category__ttl {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: normal;
}
.world_links__category__idx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .world_links__category__idx {
    display: table;
    min-width: 100%;
    white-space: nowrap;
  }
}
.world_links__category__idx li {
  list-style-type: none;
  padding: 0 15px;
}
@media only screen and (max-width: 736px) {
  .world_links__category__idx li {
    display: table-cell;
  }
}
.world_links__category__idx li.active {
  display: inline-block;
  padding-bottom: 15px;
  color: #c00;
  border-bottom: solid 4px #c00;
}
@media only screen and (max-width: 736px) {
  .world_links__category__idx li.active {
    border-width: 2px;
  }
}
.world_links__category__idx li a {
  font-size: 100%;
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .world_links__category__idx li a:hover {
    padding-bottom: 15px;
    color: #c00;
    border-bottom: solid 4px #c00;
  }
}
.world_links__category__scroll {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .world_links__category__scroll {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.world_links__company_idx__wrap {
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 50px auto 0;
}
.world_links__company_idx__wrap:nth-of-type(1) {
  margin-top: 0;
}
.world_links__company_idx__ttl {
  font-weight: normal;
  text-align: center;
  width: 100%;
  font-size: 1.875em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 737px) {
  .world_links__company_idx__lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.world_links__company_idx__lst li {
  margin-left: 1.5em;
  margin-bottom: 10px;
  width: calc(50% - 10px - 1.5em);
}
@media only screen and (max-width: 736px) {
  .world_links__company_idx__lst li {
    width: calc(100% - 1.5em);
  }
}
.world_links__company_idx__lst li a {
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .world_links__company_idx__lst li a:hover {
    text-decoration: underline;
  }
}
.world_links__company_idx__lst li a span {
  display: inline-block;
  margin-left: 5px;
  color: #999;
  font-size: 0.875em;
}
.world_links__company_idx_menu__ttl {
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  color: #262626;
  font-weight: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  .world_links__company_idx_menu__ttl {
    font-size: 1.5em;
    line-height: 1.33;
  }
}
.world_links__company_idx_menu__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: calc(58px * 13);
}
@media only screen and (max-width: 1280px) {
  .world_links__company_idx_menu__lst {
    width: calc(53px * 13);
  }
}
@media only screen and (max-width: 736px) {
  .world_links__company_idx_menu__lst {
    width: 94%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.world_links__company_idx_menu__lst li {
  text-align: center;
  list-style-type: none;
  color: #ccc;
  line-height: 1;
  margin-bottom: 45px;
  width: 58px;
  font-size: 1.375em;
}
@media only screen and (max-width: 1280px) {
  .world_links__company_idx_menu__lst li {
    width: 53px;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__company_idx_menu__lst li {
    width: calc(94% / 7);
    font-size: 1em;
  }
}
.world_links__company_idx_menu__lst li a {
  text-decoration: none;
  color: #262626;
}
@media only screen and (min-width: 737px) {
  .world_links__company_idx_menu__lst li a:hover {
    text-decoration: underline;
  }
}
.world_links__country__top {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 45px auto 30px;
  color: #262626;
}
@media only screen and (min-width: 737px) {
  .world_links__country__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country__top {
    border-bottom: 1px solid #ebeced;
    padding-bottom: 39px;
    margin: 35px auto 25px;
  }
}
.world_links__country__name {
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .world_links__country__name {
    font-size: 1.875em;
    margin-bottom: 25px;
  }
}
.world_links__country__name img {
  width: 45px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 737px) {
  .world_links__country__name img {
    margin-right: 35px;
  }
}
.world_links__country__link {
  color: #666;
  text-decoration: none;
  font-size: 1.125em;
}
@media only screen and (min-width: 737px) {
  .world_links__country__link:hover {
    text-decoration: underline;
  }
}
.world_links__country__link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .world_links__country__link::after {
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }
}
.world_links__country__box {
  width: 94.1176470588%;
  max-width: 980px;
  margin: 0 auto 55px;
  color: #666;
  padding-bottom: 54px;
  border-bottom: 1px solid #ebeced;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.world_links__country__box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.world_links__country__box__ttl {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #262626;
  font-weight: normal;
}
@media only screen and (min-width: 737px) {
  .world_links__country__box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.world_links__country__box__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.world_links__country__box__left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125em;
  margin-bottom: 12px;
  line-height: 1.5;
}
.world_links__country__box__left dl dt {
  width: 135px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #262626;
}
@media only screen and (max-width: 736px) {
  .world_links__country__box__left dl dt {
    width: 100px;
  }
}
.world_links__country__box__left dl dd {
  width: calc(100% - 135px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media only screen and (max-width: 736px) {
  .world_links__country__box__left dl dd {
    width: calc(100% - 100px);
  }
}
.world_links__country__box__left dl dd a {
  font-size: 100% !important;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .world_links__country__box__left dl dd a:hover {
    text-decoration: underline;
  }
}
.world_links__country__box__left dl dd .clock strong {
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}
.world_links__country__box__left dl dd .clock span {
  font-size: 0.875em;
}
.world_links__country__box__left dl dd .clock span em {
  font-style: normal;
}
.world_links__country__box__right {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
}
@media only screen and (min-width: 737px) {
  .world_links__country__box__right {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .world_links__country__box__right {
    width: 100%;
    margin-top: 35px;
  }
}
.world_links__country__box__right img {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .world_links__country__box__right img {
    margin-bottom: 30px;
  }
}
.world_links__country__box__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.world_links__country__box__right dl dt {
  width: 100%;
  font-size: 0.875em;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
  background-color: #f7f9fa;
}
.world_links__country__box__right dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 40px;
  margin-bottom: 10px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.world_links__country__box__right dl dd.auto {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_auto.png);
}
.world_links__country__box__right dl dd.motor {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_motor.png);
}
.world_links__country__box__right dl dd.power {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_power.png);
}
.world_links__country__box__right dl dd.other {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_other.png);
}
.world_links__country__box__right dl dd.auto_usa {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_auto_usa.png);
}
.world_links__country__box__right dl dd.acura {
  background-image: url(https://www.honda.com.cn/history/images/world_links/icon_acura.png);
}
.world_links__country__box .suwala-doubleScroll-scroll-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 737px) {
  .world_links__country__table {
    margin-top: 30px;
    overflow: hidden !important;
  }
}
.world_links__country__table table {
  border-color: #cacbcc;
}
.world_links__country__table table th {
  color: #262626;
  border-color: #cacbcc;
  background-color: #f7f9fa;
}
.world_links__country__table table td {
  border-color: #cacbcc;
}
.world_links__country__table table tr:last-child td,
.world_links__country__table table tr:last-child th {
  border-bottom-color: #cacbcc;
}
.world_links__country__table table td:last-child,
.world_links__country__table table th:last-child {
  border-right-color: #cacbcc;
}

.clock_multi {
  width: 330px;
  padding: 19px 0 20px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .clock_multi {
    width: 100%;
    padding: 14px 0 15px;
  }
}
.clock_multi::before {
  content: '';
  display: block;
  border-top: 1px dotted #ebeced;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.clock_multi:nth-of-type(1) {
  padding-top: 0;
}
.clock_multi:nth-of-type(1)::before {
  display: none;
}
.clock_multi p {
  font-size: 1.125em;
  margin-bottom: 5px;
}
.clock_multi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 736px) {
  .clock_multi__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.clock_multi__wrap strong {
  font-size: 2.5em;
  display: block;
  margin-right: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .clock_multi__wrap strong {
    font-size: 1.875em;
    margin-right: 0;
  }
}
.clock_multi__wrap span {
  display: block;
  font-size: 0.875em;
  line-height: 1.57;
}
@media only screen and (max-width: 736px) {
  .clock_multi__wrap span {
    text-align: right;
  }
}
.clock_multi__wrap span em {
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 736px) {
  .clock_multi__container {
    margin-top: 40px;
  }
}
.clock_multi__container.track {
  background-color: #f1f1f1;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.clock_multi__container.track .clock_multi {
  width: auto;
  display: inline-block;
  padding: 0;
}
.clock_multi__container.track .clock_multi p {
  text-align: left;
}
.clock_multi__container.track .clock_multi__wrap strong {
  margin-right: 20px;
}
.clock_multi__container.track .clock_multi__wrap span {
  text-align: left;
  line-height: 1.57;
}
@media only screen and (max-width: 736px) {
  .clock_multi__container.track .clock_multi__wrap span {
    font-size: 0.75em;
  }
}
