@charset "utf-8";

/*
	―　header
	―　footer
	―  heading
	―　button

************************************************************** */

/*-------------------------------------------

header

-------------------------------------------*/
.header {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.header .header_inner {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px 25px;
}
.header .header_inner .logo {
  width: 346px;
}
.header .header_inner .logo a:hover {
  text-decoration: none;
}
.header .header_inner .header__brand {
  font-size: 12px;
  margin-left: 18px;
  display: inline-block;
  margin-bottom: 6px;
}
.header .header_inner .header__buttons-container .global-block {
  display: none;
}
.header_list_wrap .header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.header_list_wrap .header_list .header_list_contents {
  position: relative;
  padding-right: 13px;
}
.header_list_wrap .header_list .header_list_contents:nth-of-type(n + 2) {
  margin-left: 13px;
}
.header_list_wrap .header_list .header_list_contents::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 13px;
  background-color: #282828;
  display: block;
}
.header_list_wrap .header_list .header_list_contents:last-child::after {
  display: none;
}
.header_list_wrap .header_list .header_list_contents a:hover {
  text-decoration: underline;
}
.header_list_wrap .header_list .header_icon {
  cursor: pointer;
}
.header_list_wrap .header_list .header_icon img {
  width: 13px;
  height: auto;
  vertical-align: middle;
}
.global_icon {
    background-image: url(/asia/en/common/images/icon/icon_global_blk.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .header {
    border: none;
  }
  .header .header_inner {
    padding: 0;
    display: block;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .header .header_inner .header__logo-container {
    padding: 7px 10px;
    border-bottom: 1px solid #d4d4d4;
  }
  .header .header_inner .logo {
    width: auto;
  }
  .header .header_inner .logo img {
    vertical-align: middle;
    max-width: 115px;
  }
  .header .header_inner .header__buttons-container {
    padding: 10px;
    border-bottom: 1px solid #d4d4d4;
    display: table;
    width: 100%;
  }
  .header .header_inner .header__buttons-container .global-block {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
  }

  .header .header_inner .header__buttons-container .buttonList li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 13px;
  }
  .header .header_inner .header__buttons-container .buttonList li:last-child {
    margin-right: 0;
  }
  .header .header_inner .header__buttons-container .buttonList li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 13px;
    background-color: #282828;
    display: block;
  }
  .header .header_inner .header__buttons-container .buttonList li:last-child::after {
    display: none;
  }
  .header_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
  }
  .header_list_wrap .header_list .header_list_contents:nth-of-type(n + 2) {
    margin: 0;
  }
  .header_list_wrap .header_list .header_list_contents::after {
    display: none;
  }
  .header_open_btn {
    width: 25px;
    height: 25px;
    position: relative;
  }
  .header_open_btn span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    display: block;
    left: 5px;
  }
  .header_open_btn span:nth-child(1) {
    position: relative;
    top: 7px;
  }
  .header_open_btn span:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 2px;
    top: -1px;
    right: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header_open_btn span:nth-child(2) {
    top: 13px;
  }
  .header_open_btn span:nth-child(3) {
    bottom: 4px;
  }
}

.header_nav_wrap {
  position: relative;
  font-size: 1.4rem;
}
.header_nav_wrap .header_nav {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}
.header_nav_item,
.header_nav_item_arrow {
  float: left;
  margin-right: 30px;
  font-size: 13px;
}
.header_nav_item_arrow {
  position: relative;
  font-weight: 700;
}
.header_nav_item a,
.header_nav_item span,
.header_nav_item_arrow a,
.header_nav_item_arrow span {
  color: #282828;
  cursor: pointer;
  position: relative;
  padding-bottom: 13px;
  display: block;
}
.header_nav_item a.is_current,
.header_nav_item a:hover,
.header_nav_item span.is_current,
.header_nav_item span:hover,
.header_nav_item_arrow a.is_current,
.header_nav_item_arrow a:hover,
.header_nav_item_arrow span.is_current,
.header_nav_item_arrow span:hover {
  opacity: 1;
  text-decoration: none;
}
.header_nav_item a.is_current::after,
.header_nav_item a:hover::after,
.header_nav_item span.is_current::after,
.header_nav_item span:hover::after,
.header_nav_item_arrow a.is_current::after,
.header_nav_item_arrow a:hover::after,
.header_nav_item_arrow span.is_current::after,
.header_nav_item_arrow span:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #0a9bcd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header_nav_item_arrow_sd {
  min-width: 164px;
}
.header_nav_item_arrow > span {
  position: relative;
  padding-right: 24px;
}
.header_nav_item:last-child,
.header_nav_item_arrow:last-child {
  margin-right: 0;
}
.header_nav_item_arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #282828;
  border-right: 2px solid #282828;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5px;
  top: 23%;
}
@media screen and (min-width: 768px) {
  .header_nav_item a,
  .header_nav_item span,
  .header_nav_item_arrow a,
  .header_nav_item_arrow span {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .header_nav_wrap {
    display: none;
    padding: 10px 20px 18px;
    top: 91px;
    left: 0;
    width: 100%;
    z-index: 502;
    background: #282828;
    position: fixed;
    overflow-x: scroll;
    height: 100%;
  }
  .header_nav {
    display: none;
    padding: 0;
  }
  .header_nav_item_arrow::before {
    content: none;
  }
}

.header_nav_sp {
  display: none;
}
.header_nav_sp span,
.header_nav_sp.header_bd_none > a {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header_nav_sp {
    display: block;
    color: #fff;
  }
  .header_nav_sp_item_arrow,
  .header_nav_sp_item_link > a {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }
  .header_nav_sp_item_arrow:hover,
  .header_nav_sp_item_link > a:hover {
    text-decoration: none;
  }
  .header_nav_sp_item_link.spInfoMenu a {
    padding: 10px 0;
    font-size: 14px;
  }
}

.header_nav_sp_item_arrow {
  position: relative;
}

.header_nav_sp_item_arrow::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 40%;
  right: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_nav_sp_item_arrow.is_open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header_link_arrow {
  position: relative;
  display: inline-block;
  margin-left: 1.3em;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.header_link_arrow:hover {
  color: #fff;
  text-decoration: underline;
}

.header_link_arrow::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 0.4em;
  left: -1.3em;
  background: url(/hk/zh/common/images/icon/icon_arrow-link-white.svg) no-repeat center/contain;
}

/*-------------------------------------------

header - search

-------------------------------------------*/

.header_search {
  position: relative;
  background: #282828;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.header_search_wrap {
  position: absolute;
  width: 100%;
  top: 123px;
  left: 0;
  z-index: 2;
  background: #282828;
  display: none;
}

@media screen and (max-width: 767px) {
  .header_search_wrap {
    top: 91px;
  }
}

.header_search_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_search_inner {
    padding: 23px 6%;
  }
}

.header_search_inner form {
  max-width: 855px;
  margin: 0 auto;
}

.header_search_input {
  border: 0;
  border-bottom: 3px solid #fff;
  color: #fff;
  background: #282828;
  height: 40px;
  width: 100%;
  overflow: hidden;
  padding: 0 80px 0 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header_search_input {
    max-width: 100%;
    padding: 0 50px 0 15px;
  }
}

.header_search_input::-ms-clear {
  visibility: hidden;
}

.header_search_icon {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/hk/zh/common/images/icon/icon_search_wh.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header_search_icon {
    right: 15px;
  }
}

.header_search_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .header_search_btn {
    right: 15px;
  }
}

.header_search .header_close_icon {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/hk/zh/common/images/icon/icon_close_wh.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header_search .header_close_icon {
    display: none;
  }
}

/*-------------------------------------------

header - megamenu

-------------------------------------------*/

.header_mega_menu {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px 45px;
}
.header_mega_menu a {
  color: #fff;
}
.header_mega_menu_wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
  z-index: 501;
  background: #282828;
  padding: 0 20px;
  color: #fff;
}
.header_mega_menu_wrap.is_open {
  display: block;
}
.header_mega_menu_link {
  margin: 0 0 30px;
  line-height: 1;
}
.header_mega_menu_link a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.header_mega_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_mega_menu_list > li {
  font-size: 14px;
}
.header_mega_menu_list .subTtl {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
}
.header_mega_menu_list .subTtl:last-child {
  margin-bottom: 0;
}
.header_support_list02 {
  font-size: 16px;
}
.header_support_list02 li {
  margin-bottom: 4px;
}
.header_open_btn span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  display: block;
  left: 5px;
}
.header_open_btn span:nth-child(1) {
  position: relative;
  top: 7px;
}
.header_open_btn span:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 2px;
  top: -1px;
  right: -1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_open_btn span:nth-child(2) {
  top: 13px;
}

.header_open_btn span:nth-child(3) {
  bottom: 4px;
}

.header_open_btn.is_open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_open_btn.is_open span:nth-child(1)::before {
  display: none;
}

.header_open_btn.is_open span:nth-child(2) {
  opacity: 0;
}

.header_open_btn.is_open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_products .header_mega_menu_list > li:nth-child(1) {
  width: 22%;
  padding-right: 20px;
}
.header_solutions .header_mega_menu_list > li {
  width: 30%;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .header_mega_menu {
    border-bottom: 1px solid #fff;
    padding: 24px 5px;
  }
  .header_mega_menu_link {
    margin-bottom: 20px;
  }
  .header_mega_menu_link a {
    font-size: 16px;
  }
  .header_mega_menu_wrap {
    position: relative;
    padding: 0;
    top: 0;
  }
  .header_mega_menu_list {
    display: block;
  }
  .header_mega_menu_list > li {
    width: 100% !important;
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
  .header_mega_menu_list > li:last-child {
    margin-bottom: 0;
  }
  .header_mega_menu_list .subTtl {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .header_support_list02 {
    font-size: 14px;
    padding-left: 20px;
  }
}

/*-------------------------------------------

c_nav_local_wrap

-------------------------------------------*/
.c_nav_local_wrap {
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
  width: 612px;
}
.c_nav_local_wrap.l_size {
  max-width: 1100px;
  width: 100%;
}
.c_nav_local_wrap.is_fixed,
.c_nav_local_wrap.l_size.is_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 100%;
}
.c_nav {
  border-bottom: 1px solid #f2f2f2;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.c_nav:after {
  content: "";
  clear: both;
  display: block;
}
.c_nav_local {
  border-bottom: none;
  font-size: 14px;
}
.c_nav_item,
.c_nav_item_arrow {
  float: left;
  margin-top: 12px;
  margin-right: 2vw;
}
.c_nav_item_arrow {
  position: relative;
}
.c_nav_item a,
.c_nav_item span,
.c_nav_item_arrow a,
.c_nav_item_arrow span {
  cursor: pointer;
  position: relative;
  padding-bottom: 13px;
  display: block;
}
.c_nav_item_arrow span,
.c_nav_item_arrow > a {
  cursor: pointer;
  padding-right: 24px;
  text-align: center;
}
.c_nav_item_arrow span::before,
.c_nav_item_arrow > a::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5px;
  top: 26%;
}
.c_nav_item:last-child,
.c_nav_item_arrow:last-child {
  margin-right: 0;
}
.c_nav_item a.is_current,
.c_nav_item a:hover,
.c_nav_item span.is_current,
.c_nav_item span:hover,
.c_nav_item_arrow a.is_current,
.c_nav_item_arrow a:hover,
.c_nav_item_arrow span.is_current,
.c_nav_item_arrow span:hover {
  text-decoration: none;
  opacity: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_nav_local {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c_nav_local .c_nav_item,
  .c_nav_local .c_nav_item_arrow {
    float: none;
  }
  .c_nav_item a.is_current,
  .c_nav_item a:hover,
  .c_nav_item span.is_current,
  .c_nav_item span:hover,
  .c_nav_item_arrow a.is_current,
  .c_nav_item_arrow a:hover,
  .c_nav_item_arrow span.is_current,
  .c_nav_item_arrow span:hover {
    text-decoration: none;
    opacity: 1;
    font-weight: 700;
  }
  .c_nav_item a.is_current::after,
  .c_nav_item a:hover::after,
  .c_nav_item span.is_current::after,
  .c_nav_item span:hover::after,
  .c_nav_item_arrow a.is_current::after,
  .c_nav_item_arrow a:hover::after,
  .c_nav_item_arrow span.is_current::after,
  .c_nav_item_arrow span:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0a9bcd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c_nav_local .c_nav_local_sub_wrap {
    position: absolute;
    width: 230px;
    padding-top: 1px;
    top: 35px;
    left: 0;
    display: none;
    z-index: 2;
  }
  .c_nav_local .c_nav_local_sub {
    background: #282828;
  }
  .c_nav_local .c_nav_local_sub_item a,
  .c_nav_local .c_nav_local_sub_item span {
    display: block;
    padding: 5px 10px;
    color: #fff;
  }
  .c_nav_local .c_nav_local_sub_item a.is_current,
  .c_nav_local .c_nav_local_sub_item a:hover,
  .c_nav_local .c_nav_local_sub_item span.is_current,
  .c_nav_local .c_nav_local_sub_item span:hover {
    font-weight: 400;
    background: #0a9bcd;
  }
  .c_nav_local .c_nav_local_sub_item a.is_current::after,
  .c_nav_local .c_nav_local_sub_item a:hover::after,
  .c_nav_local .c_nav_local_sub_item span.is_current::after,
  .c_nav_local .c_nav_local_sub_item span:hover::after {
    display: none;
  }
  .c_nav_local_btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c_nav_local {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c_nav_local .c_nav_item,
  .c_nav_local .c_nav_item_arrow {
    float: none;
    text-align: center;
  }
  .c_nav_item a.is_current,
  .c_nav_item a:hover,
  .c_nav_item span.is_current,
  .c_nav_item span:hover,
  .c_nav_item_arrow a.is_current,
  .c_nav_item_arrow a:hover,
  .c_nav_item_arrow span.is_current,
  .c_nav_item_arrow span:hover {
    text-decoration: none;
    opacity: 1;
    font-weight: 700;
  }
  .c_nav_local_wrap,
  .c_nav_local_wrap.l_size {
    border-bottom: none;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .c_nav_local_btn_wrap {
    margin-top: 0;
  }
  .c_nav_local_btn {
    border-bottom: #0a9bcd solid 4px;
    background: #0a9bcd;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 11px 10px;
    text-align: center;
  }
  .c_nav_local_btn span {
    position: relative;
    display: inline-block;
  }
  .c_nav_local_btn span::after {
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    box-sizing: border-box;
  }
  .c_nav_local_btn.is_open span::after {
    -webkit-transform: rotate(-135deg) translateY(0);
    -ms-transform: rotate(-135deg) translateY(0);
    transform: rotate(-135deg) translateY(0);
  }
  .c_nav_local {
    position: absolute;
    z-index: 8;
    background: #0a9bcd;
    width: 100%;
    display: none;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  .c_nav_item,
  .c_nav_item_arrow {
    margin-right: 6.75vw;
  }
  .c_nav_local .c_nav_item,
  .c_nav_local .c_nav_item_arrow {
    float: none;
    margin: 0;
  }
  .c_nav_local .c_nav_item:not(:last-child),
  .c_nav_local .c_nav_item_arrow:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .c_nav_item a.is_current,
  .c_nav_item span.is_current,
  .c_nav_item_arrow a.is_current,
  .c_nav_item_arrow span.is_current {
    text-decoration: none;
    opacity: 1;
    font-weight: 700;
  }
  .c_nav_local .c_nav_item span,
  .c_nav_local .c_nav_item > a,
  .c_nav_local .c_nav_item_arrow span,
  .c_nav_local .c_nav_item_arrow > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c_nav_local .c_nav_item a,
  .c_nav_local .c_nav_item span,
  .c_nav_local .c_nav_item_arrow a,
  .c_nav_local .c_nav_item_arrow span {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
  }
  .c_nav_local .c_nav_item a.is_current,
  .c_nav_local .c_nav_item span.is_current,
  .c_nav_local .c_nav_item_arrow a.is_current,
  .c_nav_local .c_nav_item_arrow span.is_current {
    font-weight: 400;
  }
  .c_nav_local .c_nav_item.is_open,
  .c_nav_local .is_open.c_nav_item_arrow {
    background: #51c5e3;
  }
  .c_nav_local .c_nav_item a:hover,
  .c_nav_local .c_nav_item span:hover,
  .c_nav_local .c_nav_item_arrow a:hover,
  .c_nav_local .c_nav_item_arrow span:hover {
    font-weight: 400;
  }
  .c_nav_local .c_nav_item a.is_current,
  .c_nav_local .c_nav_item span.is_current,
  .c_nav_local .c_nav_item_arrow a.is_current,
  .c_nav_local .c_nav_item_arrow span.is_current {
    font-weight: 400;
  }
  .c_nav_item_arrow span::before,
  .c_nav_item_arrow > a::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c_nav_local .c_nav_item_arrow a::before,
  .c_nav_local .c_nav_item_arrow span::before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 18px;
  }
  .c_nav_local .c_nav_item.is_open a::before,
  .c_nav_local .c_nav_item.is_open span::before,
  .c_nav_local .is_open.c_nav_item_arrow a::before,
  .c_nav_local .is_open.c_nav_item_arrow span::before {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    top: 42%;
    border-color: #fff;
    right: 18px;
  }
  .c_nav_local .c_nav_local_sub_wrap {
    display: none;
    background: #000;
    padding: 0 20px;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 9;
  }
  .c_nav_local .c_nav_local_sub_wrap .c_nav_local_sub_item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .c_nav_local .c_nav_local_sub_wrap a {
    color: #fff;
  }
}

/*-------------------------------------------

header

-------------------------------------------*/
h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.h1-important-mark {
  display: inline-block;
  margin-bottom: 8px;
  padding: 7px 10px;
  line-height: 1;
  font-size: 18px;
  background-color: #f00;
  color: #fff;
}

.heading_normal {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  overflow-wrap: break-word;
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.heading-2 {
  position: relative;
  margin-bottom: 22px;
  padding: 13px 15px 11px;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 15px;
  background: #f5f5f5;
}
.heading_secondary_normal {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.7;
  text-align: center;
}
.heading-3 {
  font-size: 16px;
  font-weight: bold;
  background: url(/hk/zh/common/images/icon/icon_page_title.png) repeat-y;
  padding: 0 0 10px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.heading-3:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.heading_tertiary_normal {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.heading-4 {
  font-size: 15px;
  font-weight: bold;
}
.heading_quaternary_normal {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 50px;
  text-align: center;
}
.subhead {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .h1-important-mark {
    margin-left: 15px;
  }
  .heading_normal {
    /*background: #f5f5f5;*/
    font-size: 22px;
    padding: 20px 10px;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .heading_secondary_normal {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .heading_tertiary_normal {
    font-size: 2.2rem;
    text-align: center;
  }
  .heading_quaternary_normal {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

.c_heading_gray,
.c_heading_gray_irregular {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.c_heading_with_line,
.c_heading_with_line_accent,
.c_heading_with_line_small {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.375;
  padding: 0 4px 8px;
  position: relative;
  margin-bottom: 24px;
}
.c_heading_with_line::after,
.c_heading_with_line_accent::after,
.c_heading_with_line_small::after {
  content: "";
  background: #0a9bcd;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.c_heading_with_line_accent {
  color: #0a9bcd;
}
.c_heading_quinary {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_heading_gray,
  .c_heading_gray_irregular {
    font-size: 1.4rem;
  }
  .c_heading_quinary {
    position: static;
  }
  .c_heading_gray,
  .c_heading_gray_irregular {
    font-size: 2rem;
  }
  .c_heading_with_line,
  .c_heading_with_line_accent,
  .c_heading_with_line_small {
    font-size: 2rem;
  }
}

/*-------------------------------------------

c_link_pager_area

-------------------------------------------*/
.c_link_pager_area {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
.c_link_pager_next,
.c_link_pager_prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_link_pager_next {
  right: 0;
}
.c_link_pager_text {
  font-size: 1.3rem;
}
.c_link_pager_button.c_button {
  margin: 0;
}
.c_heading_quinary_box {
  position: relative;
  height: 53px;
}
@media screen and (min-width: 768px) {
  .c_link_pager_prev .c_link_pager_button {
    margin-right: 10px;
  }
  .c_link_pager_next .c_link_pager_button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_link_pager_area .heading_normal {
    background: #fff;
    padding: 30px 60px 25px;
  }
  .c_link_pager_text {
    display: none;
  }
  .c_link_pager_button.c_button {
    width: 50px;
    height: 50px;
  }
  .c_heading_quinary_box {
    position: static;
    height: auto;
  }
}

/*-------------------------------------------

link

-------------------------------------------*/
.link_under:hover {
  text-decoration: underline;
}
.link_under.clr_red:hover {
  color: #282828;
}
.icon_arw {
  font-size: 14px;
  font-weight: bold;
  background: url(/hk/zh/common/images/arw/arw_next_list_blue.png) no-repeat 0px 6px;
  padding-left: 15px;
  color: #0066cc !important;
}
.icon_blank {
  position: relative;
}
.icon_blank:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 10px;
  top: 50%;
  right: -18px;
  margin-top: -5px;
  background: url(/hk/zh/common/images/icon/icon_ex_window_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon_blank.blank_wh:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 10px;
  top: 50%;
  right: -18px;
  margin-top: -5px;
  background: url(/hk/zh/common/images/icon/icon_ex_window_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*-------------------------------------------

list

-------------------------------------------*/
.pagelinklist {
  margin-bottom: 25px;
  margin-left: 20px;
}
.pagelinklist li {
  margin-bottom: 10px;
  list-style: decimal;
}
.pagelinklist li a {
  color: #06c;
  outline: none;
  text-decoration: none;
}
.pagelinklist li a:hover {
  text-decoration: underline;
}

.pagelinklist.arwIcon {
  margin-bottom: 25px;
  margin-left: 10px;
}
.pagelinklist.arwIcon li {
  list-style: none;
  background: url(/hk/zh/common/images/arw/arw_next_list_blue.png) no-repeat 0px 8px;
  margin-bottom: 12px;
  padding-left: 20px;
  font-weight: bold;
}

.list-style {
  margin: 8px 0 15px;
}
.list-style > li {
  margin-bottom: 14px;
}
.list-style > li .ttl {
  margin-bottom: 14px;
}
.list-style > li .ttl .ico {
  font-size: 12px;
  margin-right: 5px;
  font-weight: bold;
}
.list-style > li .ico {
  font-weight: bold;
}
.list-indent > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 14px;
}
.list-style.normal-indent > li {
  margin-bottom: 4px;
}

/*-------------------------------------------

footer

-------------------------------------------*/

.global_footer {
  width: 100%;
  color: #282828;
  background: #d4d4d4;
}
.global_footer_nav a:hover {
  text-decoration: underline;
}
.global_footer_inner {
  position: relative;
  margin: 0 auto;
  padding: 28px 20px;
  max-width: 1150px;
}
.global_footer_nav_col {
  float: left;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.global_footer_nav_col:nth-child(1) {
  width: 23%;
}
.global_footer_nav_col:nth-child(4) {
  width: 27%;
}
.global_footer_nav::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.global_footer_nav_col_head {
  margin-bottom: 0.7em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.global_footer_nav .global_footer_unit {
  margin-bottom: 20px;
}
.global_footer_nav .global_footer_unit_item {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.global_footer_nav .global_footer_unit_item_head {
  margin-left: 0;
  font-weight: 700;
}
.global_footer_nav .global_footer_unit_item_head:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .global_footer_inner {
    padding: 20px 25px 18px;
  }
  .global_footer_nav_col {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .global_footer_nav_col:nth-child(1),
  .global_footer_nav_col:nth-child(4) {
    width: 100%;
  }
  .global_footer_nav_col_head {
    margin-bottom: 0;
    line-height: 1.7;
  }
  .global_footer_nav .global_footer_unit {
    margin-bottom: 0;
  }
  .global_footer_nav .global_footer_unit_item {
    display: none;
  }
}

.global_footer_bottom {
  color: #282828;
  background: #fff;
}
.global_footer_bottom_inner {
  margin: 0 auto;
  padding: 15px 20px;
  max-width: 1150px;
}
.global_footer_bottom_inner::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.global_footer_bottom_nav {
  float: left;
  font-size: 13px;
  list-style: none;
}
.global_footer_bottom_nav_item {
  float: left;
  margin-left: 13px;
  position: relative;
  padding-right: 13px;
}
.global_footer_bottom_nav_item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 13px;
  background-color: #282828;
  display: block;
}
.global_footer_bottom_nav_item:first-child {
  margin-left: 0;
}
.global_footer_bottom_nav_item:last-child:after {
  content: none;
}
.global_footer_bottom_nav_item a:hover {
  text-decoration: underline;
}
.global_footer_bottom_copyright {
  float: right;
  font-size: 12px;
  text-align: right;
  color: #666;
}
@media screen and (max-width: 767px) {
  .global_footer_bottom_inner {
    padding: 12px 6px;
    max-width: none;
  }
  .global_footer_bottom_nav {
    float: none;
    margin-bottom: 12px;
    text-align: center;
  }
  .global_footer_bottom_nav_item {
    float: none;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .global_footer_bottom_nav_item:first-child {
    margin-left: 0.5em;
  }
  .global_footer_bottom_copyright {
    float: none;
    font-size: 10px;
    text-align: center;
  }
}

/* pageTop */
.global_footer__btn-top {
  position: fixed;
  right: 50px;
  bottom: 43px;
  width: 50px;
  height: 50px;
  background: url(/hk/zh/common/images/pagetop.png) 50% 50% no-repeat;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear, background-position 0.05s linear;
  -o-transition: background-color 0.2s linear, background-position 0.05s linear;
  transition: background-color 0.2s linear, background-position 0.05s linear;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .global_footer__btn-top {
    width: 40px;
    height: 40px;
    right: 3%;
    bottom: 5%;
  }
}

/*-------------------------------------------

breadcrumbs

-------------------------------------------*/
.breadcrumbs {
  width: 100%;
  padding: 15px 20px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1150px;
}
.breadcrumbs ul::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li a {
  color: #0a9bcd;
}
.breadcrumbs li:after {
  content: ">";
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs.is_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------

footer - link area

-------------------------------------------*/
.footer_link_wrap {
  background-color: #585858;
}
.footer_link_wrap_2,
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  max-width: 1150px;
  margin: 0 auto;
  padding: 28px 20px;
}
.footer_link {
  width: 50%;
}
.footer_link:nth-child(2) {
  padding-left: 60px;
}
.footer_link .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.footer_link .item {
  text-align: center;
}
.footer_link .item a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer_link_wrap_2,
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .footer_link_wrap_2 > .footer_link,
  .footer_links > .footer_link {
    margin-right: 0;
  }
  .footer_link:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer_link:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .footer_link .ttl {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
  }
}

/*-------------------------------------------

footer - contact area

-------------------------------------------*/

.footer_contact_wrapper {
  background-color: #282828;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_contact_wrapper .f_inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_contact_wrapper .itemBlock {
  width: 50%;
  color: #fff;
}
.footer_contact_wrapper .itemBlock._mail {
  padding-left: 50px;
}
.footer_contact_wrapper .itemBlock .ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer_contact_wrapper .itemBlock .tel {
  line-height: 1.5;
  font-size: 36px;
  font-weight: 700;
  background: url(/hk/zh/common/images/icon/icon_tel_blue.png) no-repeat;
  background-size: 32px auto;
  padding-left: 45px;
  background-position: top 12px left 0;
}
.footer_contact_wrapper .itemBlock .tel > span {
  color: #fff;
}
.footer_contact_wrapper .itemBlock .txt {
  font-size: 18px;
  font-weight: 400;
}
.footer_contact_wrapper .itemBlock .btn .c_button {
  font-size: 16px;
  text-align: center;
}
.footer_contact_wrapper .itemBlock .btn a {
  display: block;
  padding: 14px 30px 13px;
}

@media screen and (max-width: 767px) {
  .footer_contact_wrapper .f_inner {
    display: inherit;
    padding: 24px 20px;
  }
  .footer_contact_wrapper .itemBlock {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_contact_wrapper .itemBlock:last-child {
    margin-bottom: 0;
  }
  .footer_contact_wrapper .itemBlock._mail {
    padding-left: 0;
  }
  .footer_contact_wrapper .itemBlock .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer_contact_wrapper .itemBlock .tel {
    background-size: 30px auto;
    background-position: top 9px left 0;
    padding-left: 40px;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .footer_contact_wrapper .itemBlock .txt {
    font-size: 15px;
  }
}

/*-------------------------------------------

button

-------------------------------------------*/
.c_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c_button {
  position: relative;
  background-color: #0a9bcd;
  font-size: 15px;
  padding: 14px 30px 13px;
  margin-bottom: 20px;
  overflow: hidden;
  min-width: 120px;
  text-align: center;
  margin-right: 10px;
}
.c_button:hover {
  text-decoration: none;
}

/* normal */
.c_button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 120%;
  height: 120%;
  width: 150%;
  opacity: 0.15;
  background-color: #000;
  -webkit-transform: skew(-45deg) translateX(20px);
  -ms-transform: skew(-45deg) translateX(20px);
  transform: skew(-45deg) translateX(20px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c_button:hover::before {
  left: -200%;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

/* c_button & btn_plus_item */
.c_button.btn_plus_item:before {
  top: -10%;
  left: 190%;
  height: 120%;
  width: 140%;
}
.c_button.btn_plus_item:hover::before {
  left: -240%;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

/* c_button & btn_medium */
.c_button.btn_medium:before {
  top: -10%;
  left: 120%;
  height: 120%;
  width: 150%;
}
.c_button.btn_medium:hover::before {
  left: -200%;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

/* c_button & btn_large */
.c_button.btn_large:before {
  top: -10%;
  left: 120%;
  height: 120%;
  width: 150%;
}
.c_button.btn_large:hover::before {
  left: -220%;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

/* c_button speed fast */
.c_button.spF:before {
  top: -10%;
  left: 120%;
  height: 120%;
  width: 170%;
}
.c_button.spF:hover::before {
  left: -250%;
  -webkit-transition: all 2.4s;
  -o-transition: all 2.4s;
  transition: all 2.4s;
}

.c_button.c_button_icon {
  display: inline-block;
  color: #fff;
  padding: 14px 79px 14px 28px;
  min-width: 170px;
  height: 50px;
  text-align: center;
}
.c_button.c_button_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #7e7e7e;
  background-image: url(/hk/zh/common/images/arw/arw_next_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  z-index: 3;
}
.c_button.c_button_color2 {
  background-color: #f06400;
}
.c_button_wrapper.downloadBtn .c_button {
  color: #fff;
}
.c_button_wrapper.downloadBtn .c_button:last-child {
  margin-right: 0;
}
.c_button_wrapper.downloadBtn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.c_button_text {
  color: #fff;
}
.c_button.c_button_type2 {
  position: relative;
  display: block;
  min-width: 0;
  width: 50px;
  height: 50px;
  padding: 0;
}
.c_button.c_button_type2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.c_button.c_button_type2:hover::before {
  left: -300%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.c_button.c_button_type2.c_button_type2_plus {
  background-image: url(/hk/zh/common/images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
}
.c_button.c_button_type2.c_button_type2_glass {
  background-image: url(/hk/zh/common/images/icon/icon_search_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 45%;
}
.p_option_composition_button.c_button {
  margin: 0;
}
.btn_plus_block {
  position: relative;
  display: block;
}
.btn_plus_block.in_bl {
  display: inline-block;
}
.btn_plus_block .btn_plus_item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57px;
  height: 57px;
  background-image: url(/hk/zh/common/images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  background-color: #0a9bcd;
  padding: 0;
  margin: 0;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .btn_medium {
    width: 100%;
    max-width: 298px;
  }
  .btn_large {
    width: 100%;
    max-width: 440px;
  }
  .p_option_composition_button.c_button {
    min-width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .c_button_wrapper {
    margin-top: 20px;
  }
  .c_button_wrapper .c_button {
    width: 100%;
    margin: 0 auto 20px;
  }
  .c_button_wrapper .c_button:last-child {
    margin-bottom: 0;
  }
  .c_button.c_button_icon {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c_button_wrapper.downloadBtn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c_button_wrapper.downloadBtn .c_button {
    padding: 6px;
    font-size: 13px;
    margin-bottom: 4px;
  }
}

.c_modal_trigger_wrap {
  position: relative;
}
.c_modal_trigger.c_button {
  margin: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/*-------------------------------------------

grid

-------------------------------------------*/
.grid_column,
.grid_column_2col,
.grid_column_2col_type2,
.grid_column_3col,
.grid_column_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  hanging-punctuation: allow-end;
  word-break: initial;
}
.grid_column_2col,
.grid_column_3col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid_column img,
.grid_column_2col img,
.grid_column_2col_type2 img,
.grid_column_3col img,
.grid_column_4col img {
  vertical-align: bottom;
}
.grid_column_2col > .col-item,
.grid_column_3col > .col-item {
  margin-bottom: 20px;
}
.grid_column img,
.grid_column_2col img,
.grid_column_2col_type2 img,
.grid_column_3col img,
.grid_column_4col img {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .grid_column_2col > li,
  .grid_column_2col > .col-item {
    width: calc(100% / 2 - 30px);
    margin-right: 60px;
  }
  .grid_column_2col > li:nth-child(2n),
  .grid_column_3col > li:nth-child(3n),
  .grid_column_2col > .col-item:nth-child(2n),
  .grid_column_3col > .col-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid_column_3col > li,
  .grid_column_3col > .col-item {
    width: calc(99.999% / 3 - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_column,
  .grid_column_2col,
  .grid_column_2col_type2,
  .grid_column_3col,
  .grid_column_4col {
    display: inherit;
  }
  .grid_column_2col > li:nth-child(n + 2),
  .grid_column_2col_type2 > li:nth-child(n + 2),
  .grid_column_3col > li:nth-child(n + 2),
  .grid_column_4col > li:nth-child(n + 2),
  .grid_column_2col > .col-item:nth-child(n + 2),
  .grid_column_2col_type2 > .col-item:nth-child(n + 2),
  .grid_column_3col > .col-item:nth-child(n + 2),
  .grid_column_4col > .col-item:nth-child(n + 2) {
    margin-top: 25px;
  }
  .grid_column_reverse_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid_column_reverse_sp li:nth-child(1),
  .grid_column_reverse_sp .col-item:nth-child(1) {
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid_column_reverse_sp li:nth-child(2),
  .grid_column_reverse_sp .col-item:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p_features .grid_column_2col > li:nth-child(n + 2),
  .p_features .grid_column_2col > .col-item:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.small-img-2col {
  display: table;
  width: 100%;
}
.small-img-2col:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.small-img-2col .con_l {
  padding-right: 20px;
}
.small-img-2col .con_r {
  padding-left: 20px;
}
.small-img-2col .con_l,
.small-img-2col .con_r {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}
.small-img-2col .con_l.imgArea,
.small-img-2col .con_r.imgArea {
  width: 30%;
  padding: 14px 0;
}
.small-img-2col .con_l.imgArea img,
.small-img-2col .con_r.imgArea img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .small-img-2col .con_l,
  .small-img-2col .con_r {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .small-img-2col .con_l {
    margin-bottom: 20px;
  }
  .small-img-2col .con_l.imgArea,
  .small-img-2col .con_r.imgArea {
    width: 100%;
    padding: 0;
  }
}

/*-------------------------------------------

block

-------------------------------------------*/

.box-item-block-wrap + .box-item-block-wrap {
  margin-top: 35px;
}
.box-item-block {
  padding: 24px 30px;
  border: 1px solid #f0f0f0;
}
.box-item-block img {
  width: auto !important;
  max-width: 215px;
}
.box-item-block.mg_small {
  padding: 12px 20px;
}

/*-------------------------------------------

modal

-------------------------------------------*/
.c_modal_wrap {
  position: relative;
}
.c_modal_item {
  max-width: 960px;
  background: #f2f2f2;
  padding: 6% 4%;
}
.c_modal_item.grid_column,
.c_modal_item.grid_column_2col,
.c_modal_item.grid_column_2col_type2,
.c_modal_item.grid_column_3col,
.c_modal_item.grid_column_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_modal_item_img {
  margin-right: 5.5%;
  width: 24%;
}
.c_modal_item_img img {
  width: 100%;
  height: auto;
}
.c_modal_item_txt {
  width: 70%;
}
.c_modal_item_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
.c_modal_carousel {
  background: rgba(0, 0, 0, 0.65) !important;
}
.c_modal_carousel .slick-slide {
  line-height: 1;
}
.c_modal_carousel_item {
  position: relative;
}
.c_modal_carousel_arrow_area {
  right: 0;
  bottom: -70px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c_modal_item_img_only {
  padding: 0;
}
.c_modal_item_img_only img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
}
.c_modal_carousel img {
  display: block !important;
}
.c_modal_carousel_txt {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
}
.c_modal_carousel_arrow_area .c_carousel_prev {
  margin-right: 20px;
  margin-bottom: 0;
}
.c_modal_carousel_arrow_area .c_carousel_next {
  margin-right: 0;
  margin-bottom: 0;
}

#colorbox {
  max-width: 960px;
  left: auto !important;
  right: 50%;
  -webkit-transform: translate(50%, 0) !important;
  -ms-transform: translate(50%, 0) !important;
  transform: translate(50%, 0) !important;
  overflow: visible !important;
}
#cboxWrapper {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
  background: 0 0 !important;
  width: auto !important;
}
#cboxContent {
  background: 0 0 !important;
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
}
#cboxLoadedContent {
  margin: 0 !important;
  overflow: visible !important;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.65) !important;
}
#cboxClose {
  top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
  width: 57px !important;
  height: 57px !important;
  background: #0a9bcd !important;
}
#cboxClose:after,
#cboxClose:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 45%;
  right: 23%;
}
#cboxClose:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cboxClose:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    height: 54vw !important;
  }
  .c_modal_carousel_txt {
    left: 6px;
    bottom: 8px;
    font-size: 11px;
  }
  #cboxClose {
    width: 47px !important;
    height: 47px !important;
  }
}

/*-------------------------------------------

carousel

-------------------------------------------*/
.p_top_carousel_wrap {
  width: 50%;
}
.p_top_carousel_wrap .slick-slider {
  line-height: 0;
  display: none;
}
.p_top_carousel_wrap .slick-slider.slick-initialized {
  display: block;
}
.c_carousel .slick-slide {
  line-height: 0;
}
.c_carousel .slick-list:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d4d4d4;
  top: 0;
  right: 0;
  position: absolute;
  box-sizing: border-box;
}
.c_carousel_img_wrap {
  position: relative;
}
.c_carousel_img_wrap .c_carousel_img_txt {
  position: absolute;
  left: 10px;
  bottom: 8px;
  color: #282828;
  font-size: 1.2rem;
  line-height: 1.4em;
  width: 200px;
}
.c_carousel_img_wrap > img {
  width: 100%;
  height: auto;
  display: block;
}
.c_carousel_inner {
  position: relative;
}
.p_top_carousel_wrap .c_button {
  margin-right: 0;
}
.c_carousel_modal_trigger.c_button {
  width: 50px;
  height: 50px;
  margin: 0;
  right: 1px;
  bottom: 1px;
  position: absolute;
}
.c_carousel_modal_trigger.c_button:before {
  left: 125%;
}
.c_button.c_button_type2.c_button_type2_l {
  background-image: url(/hk/zh/common/images/arw/arw_prev_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
}
.c_button.c_button_type2.c_button_type2_r {
  background-image: url(/hk/zh/common/images/arw/arw_next_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
}
.c_button.c_button_type2.c_button_type3_glass {
  background-image: url(/hk/zh/common/images/icon/icon_search_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 45%;
}
.c_carousel_control_area,
.c_carousel_control_area_2 {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
}
.c_carousel_arrow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c_carousel_arrow_area .c_carousel_next,
.c_carousel_arrow_area .c_carousel_prev {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.c_carousel_arrow_area .c_carousel_next:before,
.c_carousel_arrow_area .c_carousel_prev:before {
  left: 125%;
}
.c_carousel_arrow_area .c_carousel_prev {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .c_carousel_arrow_area {
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c_carousel .slick-list {
    height: auto;
  }
  .c_carousel_img_wrap .c_carousel_img_txt {
    left: 6px;
    bottom: 6px;
    font-size: 11px;
    width: 100%;
  }
  .c_carousel_control_area,
  .c_carousel_control_area_2 {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
  .c_carousel_modal_trigger.c_button {
    width: 30px;
    height: 30px;
  }
  .c_carousel_arrow_area .c_carousel_next,
  .c_carousel_arrow_area .c_carousel_prev {
    width: 35px;
    height: 35px;
    margin: 0;
  }
  .c_carousel_arrow_area .c_carousel_prev {
    margin-right: 6px;
  }
}

/*-------------------------------------------

list

-------------------------------------------*/
.c_list_type_t_in_icon_wrap_1:after,
.c_list_type_t_in_icon_wrap_2:after {
  content: "";
  clear: both;
  display: block;
}
.c_list_type_t_in_icon_wrap_1 li {
  display: block;
  margin-right: 20px;
  float: left;
}
.c_list_type_t_in_icon_wrap_1 .c_list_icon_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_list_type_t_in_icon_wrap_1 .c_list_icon_img:first-child {
  margin-bottom: 10px;
}
.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_wrap {
  height: 34px;
}
.c_list_type_t_in_icon_wrap_1 li:last-child {
  margin-right: 0;
}
.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_wrap > img {
  width: auto;
  max-height: 100%;
}
.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_txt {
  height: 27px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 5px;
}
.c_list_type_t_in_icon_wrap_2 li {
  margin-bottom: 5px;
  float: left;
}
.c_list_type_t_in_icon_wrap_2 li:not(:last-child) {
  margin-right: 20px;
}
.c_list_type_t_in_icon_wrap_2 a,
.c_list_type_t_in_icon_wrap_2 img {
  display: block;
  width: auto;
  height: 50px;
}

.c_list_type_1 {
  margin-bottom: 20px;
}
.c_list_type_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_list_type_1 li:not(:last-child) {
  margin-bottom: 12px;
}
.c_list_type_1 li:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #7e7e7e;
  margin-top: 5px;
  margin-right: 12px;
}
.c_list_type_1 li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media screen and (max-width: 767px) {
  .c_list_type_t_in_icon_wrap_1 li {
    margin: 0 3%;
    width: 14%;
  }
  .c_list_type_t_in_icon_wrap_1 .c_list_icon_img:first-child {
    margin-bottom: 16px;
  }
  .c_list_type_t_in_icon_wrap_1 li :last-child .c_list_icon_img_txt {
    width: 80px;
  }
  .c_list_type_t_in_icon_wrap_1 .c_list_icon_img_txt {
    font-size: 11px;
  }
}

/*-------------------------------------------

table

-------------------------------------------*/
.c-table_type1,
.c-table_type2,
.c-table_type3,
.c-table_type4,
.c-table_type5,
.c-table_type_a1,
.c-table_type_d1 {
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
[class^="c-table"] th,
td {
  text-align: left;
}
.c-table_type1 th,
.c-table_type5 th,
.c-table_type_a1 th,
.c-table_type_d1 th {
  background-color: #7e7e7e;
  color: #f2f2f2;
  width: 20%;
  padding: 10px 20px;
  font-weight: normal;
}
.c-table_type1 td,
.c-table_type5 td,
.c-table_type_a1 td,
.c-table_type_d1 td {
  background-color: #d4d4d4;
  color: #282828;
  width: 80%;
  padding: 15px 20px;
}
.c-table_type2 td,
.c-table_type2 th,
.c-table_type2 tr,
.c-table_type3 td,
.c-table_type3 th,
.c-table_type3 tr,
.c-table_type4 td,
.c-table_type4 th,
.c-table_type4 tr {
  background-color: #d4d4d4;
  text-align: left;
  border-right: 2px solid #f2f2f2;
}
.c-table_type2 td,
.c-table_type2 th,
.c-table_type3 td,
.c-table_type3 th,
.c-table_type4 td,
.c-table_type4 th {
  padding: 10px;
  color: #282828;
  vertical-align: middle;
  font-weight: normal;
}
.c-table_type2 tr:first-child th,
.c-table_type3 tr:first-child th,
.c-table_type4 tr:first-child th {
  background-color: #7e7e7e;
  color: #f2f2f2;
  border-right: 2px solid #f2f2f2;
  font-weight: normal;
}
.c-table_type2 tr:first-child th:nth-child(1),
.c-table_type3 tr:first-child th:nth-child(1),
.c-table_type4 tr:first-child th:nth-child(1) {
  width: 50%;
  padding: 10px;
}
.c-table_type2 tr:first-child th:nth-child(2),
.c-table_type3 tr:first-child th:nth-child(2),
.c-table_type4 tr:first-child th:nth-child(2) {
  width: 25%;
}
.c-table_type2 tr:first-child th:nth-child(3),
.c-table_type3 tr:first-child th:nth-child(3),
.c-table_type4 tr:first-child th:nth-child(3) {
  width: 20%;
}
.c-table_type2 td:last-child,
.c-table_type3 td:last-child,
.c-table_type4 td:last-child {
  text-align: right !important;
  padding-right: 10px;
}
.c-table_type1 td,
.c-table_type1 th,
.c-table_type5 td,
.c-table_type5 th,
.c-table_type_a1 td,
.c-table_type_a1 th,
.c-table_type_d1 td,
.c-table_type_d1 th {
  vertical-align: middle;
  text-align: left;
}
.c-table_type_a1 th {
  padding: 10px;
  border-right: 2px solid #fff;
}
.c-table_type1 td:first-child,
.c-table_type5 td:first-child,
.c-table_type_a1 td:first-child,
.c-table_type_d1 td:first-child {
  width: 50%;
}
.c-table_type_a1 th:first-child,
.c-table_type_a1 td:first-child {
  width: 25%;
}
.c-table_type_a1 th:nth-child(2),
.c-table_type_a1 td:nth-child(2) {
  width: 25%;
}
.c-table_type_a1 th:last-child,
.c-table_type_a1 td:nth-child(2) {
  width: 40%;
}
.c-table_type_a1 td {
  padding: 10px;
  border-right: 2px solid #fff;
}
.c-table_type_d1 th {
  width: 15%;
  border-right: 2px solid #f2f2f2;
  padding: 10px 20px;
  text-align: center;
}
.c-table_type_d1 td {
  width: 15% !important;
  background: #d4d4d4;
  border-right: 2px solid #f2f2f2;
  padding: 10px 20px;
  text-align: center;
  white-space: normal;
}

.c-table_type_d1.t_item_num2 th:first-child,
.c-table_type_d1.t_item_num2 td:first-child,
.c-table_type_d1.t_item_num2 td:nth-child(2) {
  width: 10% !important;
}
.c-table_type_d1.t_item_num3 th:first-child,
.c-table_type_d1.t_item_num3 td:first-child,
.c-table_type_d1.t_item_num3 td:nth-child(2),
.c-table_type_d1.t_item_num3 td:nth-child(3) {
  width: 9% !important;
}

@media only screen and (max-width: 768px) {
  .c-table_scroll > table {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .c-table_scroll:before {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 5px;
    display: block;
  }
}

/* table_normal */
.table_normal {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.table_normal thead th {
  background: #1a1b25;
  color: #fff;
  font-weight: 400;
  padding: 10px 4px;
}
.table_normal td {
  padding: 4px 10px;
  vertical-align: middle;
}
.table_normal tr:nth-child(2n) td {
  background: #ededed;
}
.table_normal td a:hover {
  text-decoration: underline;
  color: #282828;
}
.table_normal2 {
  margin: 35px 0;
  width: 100%;
}

.table_normal2 caption {
  margin-bottom: 5px;
  font-weight: bold;
}

.table_normal2,
.table_normal2 th,
.table_normal2 td {
  border: 1px #ddd solid;
}

.table_normal2 th,
.table_normal2 td {
  padding: 5px 10px;
}

.table_normal2 th {
  width: 25%;
  word-break: break-all;
  font-weight: normal;
}

.table_normal2 thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  font-weight: bold;
}

.table_normal2 tbody th {
  text-align: left;
  vertical-align: middle;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .table_normal2 {
    border: none;
  }
}

/* colmun2-fixed-table */
.colmun2-fixed-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 1em 0;
}
.colmun2-fixed-table th,
.colmun2-fixed-table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.colmun2-fixed-table th {
  border: 1px solid #ddd;
  background-color: #ebebeb;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.colmun2-fixed-table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.colmun2-fixed-table__cell--width_8em {
  width: 8em;
}
.colmun2-fixed-table__cell--width_20per {
  width: 20%;
}
.colmun2-fixed-table__cell--width_40per {
  width: 40%;
}

/*-------------------------------------------

bnr

-------------------------------------------*/
.bnrBlock {
  position: relative;
  display: block;
}
.bnr_540 {
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
}

/*-------------------------------------------

anchorlink

-------------------------------------------*/
.c_anchorlink {
  font-size: 1.8rem;
  background: #d4d4d4;
  line-height: 1.4;
  min-height: 33px;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c_anchorlink + .c_anchorlink {
  margin-top: 17px;
}
.c_anchorlink .c_button.c_button_type2 {
  width: 33px;
  height: 100%;
  margin: 0;
}
.c_anchorlink_column_wrap {
  margin-bottom: 34px;
}
.c_anchorlink_column,
.c_anchorlink_column_5col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_anchorlink_column_link {
  display: block;
  position: relative;
}
.c_anchorlink_column_link_img {
  width: 100%;
  height: auto;
  display: block;
}
.c_anchorlink_column_link_text {
  font-size: 1.3rem;
  line-height: 1.53;
  margin-top: 2px;
  padding: 0 6px;
}
.c_anchorlink_column_link .c_button.c_button_type2 {
  margin: 0;
  position: absolute;
}
.c_anchorlink_column_text {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 15px;
}
.c_anchorlink_text {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.c_anchorlink_button {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .c_anchorlink_wrap,
  .c_anchorlink_wrap_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c_anchorlink_wrap .c_anchorlink,
  .c_anchorlink_wrap_center .c_anchorlink {
    width: calc((99.999% - 32px) / 3);
    margin-right: 16px;
  }
  .c_anchorlink_wrap .c_anchorlink + .c_anchorlink,
  .c_anchorlink_wrap_center .c_anchorlink + .c_anchorlink {
    margin-top: 0;
  }
  .c_anchorlink_wrap .c_anchorlink:nth-child(3n),
  .c_anchorlink_wrap_center .c_anchorlink:nth-child(3n) {
    margin-right: 0;
  }
  .c_anchorlink_wrap .c_anchorlink:nth-child(n + 4),
  .c_anchorlink_wrap_center .c_anchorlink:nth-child(n + 4) {
    margin-top: 23px;
  }
  .c_anchorlink_wrap .c_anchorlink:last-child,
  .c_anchorlink_wrap_center .c_anchorlink:last-child {
    margin-right: 0;
  }
  .c_anchorlink_column_5col .c_anchorlink_column_item {
    width: calc((100% - 116px) / 5);
    margin-right: 29px;
  }
  .c_anchorlink_column_5col .c_anchorlink_column_item:nth-child(5) {
    margin-right: 0;
  }
  .c_anchorlink_column_link_text {
    display: none;
  }
  .c_anchorlink_column_link .c_button.c_button_type2 {
    width: 25px;
    height: 25px;
    right: 2px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c_anchorlink + .c_anchorlink {
    margin-top: 10px;
  }
  .c_anchorlink_column_5col .c_anchorlink_column_item {
    height: 100%;
  }
  .c_anchorlink_column_link {
    background: #f2f2f2;
    height: 100%;
    padding-bottom: 40px;
  }
  .c_anchorlink_column_link .c_button.c_button_type2 {
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
  }
  .c_anchorlink_column_text {
    display: none;
  }
}

/*-------------------------------------------

slider

-------------------------------------------*/
.c_slider_control_area {
  display: none;
}
.c_slider_wrap.is-initialized .c_slider_control_area,
.c_slider_wrap_2.is-initialized .c_slider_control_area {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_slider_wrap.is-initialized .c_slider_control_area.no-dots,
.c_slider_wrap_2.is-initialized .c_slider_control_area.no-dots {
  margin-top: 20px;
  padding: 0 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c_slider_wrap_2 .slick-slide > div {
  height: 100%;
}
.c_slider_wrap_2 .slick-slide {
  height: inherit;
  margin: 0 8px;
}
.c_slider_wrap_2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_slider_wrap_2 .c_slider_next.c_button,
.c_slider_wrap_2 .c_slider_prev.c_button {
  width: 30px;
  height: 30px;
}
.c_slider_control_area.no-dots .c_slider_prev {
  margin-right: 6px;
}

/*-------------------------------------------

spacing

-------------------------------------------*/
.u_spacing_pd {
  padding-top: 70px;
  padding-bottom: 70px;
}
.u_spacing_mb_medium {
  margin-bottom: 40px;
}
.u_spacing_mb_xsmall {
  margin-bottom: 20px;
}
.u_spacing_mb_xxsmall {
  margin-bottom: 10px;
}
.u_spacing_mb_large {
  margin-bottom: 80px;
}
.u_spacing_mt_medium {
  margin-top: 20px;
}
.u_spacing_mt_xsmall {
  margin-top: 10px;
}
.u_spacing_mt_small {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .u_spacing_pd {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .u_spacing_mt_medium {
    margin-top: 10px;
  }
  .u_spacing_mb_medium {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

/*-------------------------------------------

note

-------------------------------------------*/
.p_support_note_list {
  counter-reset: note;
  margin-top: 1em;
}
.p_support_note_list li {
  font-size: 1.2rem;
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_support_note_list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.p_support_note_list li::before {
  content: "※" counter(note);
  counter-increment: note;
  margin-right: 13px;
}

.p_support_note_list_manual {
  margin-top: 1em;
}
.p_support_note_list_manual li {
  font-size: 1.2rem;
  display: block;
  text-indent: -2em;
  padding-left: 25px;
}
.p_support_note_list_manual li::before {
  content: "※";
}

/*-------------------------------------------

icon

-------------------------------------------*/

/* tel */

.telIconText {
  background: url(/hk/zh/common/images/icon/icon_tel_blue.png) no-repeat;
  background-size: 18px auto;
  background-position: 0;
  padding-left: 24px;
  font-weight: bold;
  font-size: 15px;
}
.telIconText span {
  color: #c00;
  padding: 5px;
}

/*-------------------------------------------

videoArea

-------------------------------------------*/

.videoArea {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 25px auto;
}
.videoArea:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.videoArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------

imgBox

-------------------------------------------*/

.imgBox {
  text-align: center;
  margin-bottom: 20px;
}
.imgBox:not(.kvBlock) img {
  max-width: 100%;
  width: auto;
}
.imgBox .caption-text {
  margin-top: 4px;
  font-size: 11px;
}
.iconImgWrap {
  display: table;
}
.iconImgWrap .con {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 6px;
}
.iconImgWrap a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .iconImgWrap {
    display: block;
  }
  .iconImgWrap .con {
    display: inline-block;
  }
}

/*-------------------------------------------

error page

-------------------------------------------*/
.errPage .mainArea .section-inner {
  padding: 50px 20px 70px;
}
.errPage .footer_contact_wrapper,
.errPage .footer_link_wrap {
  display: none;
}
