@import url(reset.css);
@import url(fontface.css);
@import url(graph.css);
@import url(about.css);
/* ---------------------------------------------------------------- general selector
---------------------------------------------------------------------------------- */
* {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder { /* Firefox 18- */
  color: #888;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

body {
  color: #555;
  font-family: "DB Helvethaica X";
  font-size: 24px;
  line-height: 26px;
  position: relative;
  height: auto;
}

p, div, ul, ol, li, span, a, label {
  position: relative;
}

a, a:hover, a:focus {
  color: #707070;
  cursor: pointer;
  text-decoration: none;
}

.clearfix:before,
.clearfix:after,
#box__career-applyform .form__apply .list__step:before,
#box__career-applyform .form__apply .list__step:after,
#box__career-applyform .form__apply .list:before,
#box__career-applyform .form__apply .list:after,
#box__career-applyform .form__apply .detail:before,
#box__career-applyform .form__apply .detail:after,
#box__career-applyform .box__miscellaneous-reference .list__acquaintance:before,
#box__career-applyform .box__miscellaneous-reference .list__acquaintance:after,
[id^=box__update] .list__update .list:before,
[id^=box__update] .list__update .list:after,
#box__contact .list__contact li:before,
#box__contact .list__contact li:after {
  display: table;
  content: " ";
}

.clearfix:after,
#box__career-applyform .form__apply .list__step:after,
#box__career-applyform .form__apply .list:after,
#box__career-applyform .form__apply .detail:after,
#box__career-applyform .box__miscellaneous-reference .list__acquaintance:after,
[id^=box__update] .list__update .list:after,
#box__contact .list__contact li:after {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

div, p, ul, li, a, input, textarea, select, label, span, strong {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-family: "DB Helvethaica X Med";
  font-weight: 400;
}

img {
  max-width: 100%;
}

.textbox, select, textarea {
  background: #fff;
  border: #000 1px solid;
  color: #888;
  display: block;
  font-family: "DB Helvethaica X";
  font-size: 24px;
  line-height: 50px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  height: 50px;
  border-radius: 3px;
}

.hide {
  position: absolute;
  left: -9998px;
}

label, input, .block {
  display: block;
}

.none,
.ui-tabs-hide {
  display: none;
}

.fix-space,
.helvetica {
  margin: 0;
}

.button,
.submit {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  text-indent: -9998px;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  padding-right: 10px;
  padding-left: 25px;
  vertical-align: top;
  height: 50px;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  margin: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox span,
.radio span {
  color: #999;
  display: block;
  font-family: "DB Helvethaica X Li";
  font-size: 24px;
  line-height: 25px;
  height: 50px;
}

.checkbox strong,
.radio strong {
  color: #333;
  display: block;
}

.visible__desktop {
  display: block !important;
}

.visible__mobile {
  display: none !important;
}

.color__red {
  color: #ed1b2f;
}

.fancybox-enabled {
  overflow: visible !important;
}

/* ------------------------------------------------------------------------- general
---------------------------------------------------------------------------------- */
#logo__isuzu {
  background: url(../img/bg/logo__isuzu_s.png) no-repeat center center #fff;
  border-bottom: rgba(0, 0, 0, 0.08) 3px solid;
  text-indent: -9998px;
  z-index: 99;
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
}

#logo__isuzu a {
  display: block;
  width: 203px;
  height: 100%;
}
@media (max-width: 1280px) {
  #logo__isuzu a {
    margin: 0 auto;
  }
}

#nav__main {
  z-index: 100;
  width: 90%;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  #nav__main {
    width: 100%;
  }
}

#nav__main.active {
  z-index: 1100;
}

#nav__main * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav__main .toggle {
  color: #333;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 20px;
  line-height: 20px;
  padding: 8px 25px 25px;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
}

#nav__main .toggle span {
  background: url(../img/bg/color__red-1.gif) no-repeat center bottom;
  background-size: 100% 3px;
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: top;
}

#nav__main .toggle span:nth-of-type(2),
#nav__main.active .toggle span:nth-of-type(1) {
  display: none;
}

#nav__main.active .toggle span:nth-of-type(2) {
  display: inline-block;
}

#nav__main .bg {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#nav__main .detail {
  background: #fff;
  padding: 80px 0 0;
  z-index: 1200;
  width: 415px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -415px;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

#nav__main .list {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav__main .list > li {
  border-bottom: #d1d1d1 1px solid;
  padding: 0 0 0 25px;
}

#nav__main .list > li > a {
  background: url(../img/bg/cross__black-2.png) no-repeat right center;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 30px;
  padding: 25px 20px 20px 0;
}

#nav__main .list .home > a {
  background: url(../img/button/home.png) no-repeat 0 center;
  text-indent: -9998px;
  width: 52px;
  height: 74px;
}

#nav__main .list .corporate-info > a {
  background: url(../img/bg/line__black-2.png) no-repeat right center;
}

#nav__main .list .subnav {
  margin-top: -10px;
}

#nav__main .list .subnav li {
  margin-bottom: 10px;
  background: url(../img/bg/cross__black-2.png) no-repeat right center;
}

#nav__main .list .subnav a {
  color: #777;
  display: block;
  font-family: "DB Helvethaica X";
  font-size: 24px;
  line-height: 24px;
}

#nav__main .copyright {
  color: #bdbdbd;
  font-family: tahoma;
  font-size: 13px;
  line-height: 15px;
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#nav__main.active .detail {
  left: 0;
}

.language {
  z-index: 120;
  position: fixed;
  top: 2px;
  right: 20px;
}

.language a {
  color: #A2A2A2;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 21px;
  line-height: 22px;
  padding: 8px;
  vertical-align: top;
}

.language a.active {
  color: #666666;
  background-color: #dcdcdc;
}

.head__index .link-home {
  display: block !important;
  text-indent: -9998px !important;
  z-index: 10 !important;
  width: 37px !important;
  height: 26px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* ----------------------------------------------------------------------- box__home
---------------------------------------------------------------------------------- */
/*
body.item-0 #nav__main .toggle,
body.item-0 #nav__main.active .toggle,
body.item-2 #nav__main .toggle,
body.item-2 #nav__main.active .toggle{
    color: #fff;
}
body.item-1 #nav__main .toggle,
body.item-1 #nav__main.active .toggle{
    color: #333;
}
*/
#box__home {
  background: #f6f6f6;
}

#box__home #logo__isuzu {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
}

#box__home .slider {
  width: 100%;
}

#box__home .slider iframe {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#box__home .slider .item {
  overflow: hidden;
  width: 100%;
}

#box__home .slider img {
  display: block;
  z-index: 10;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#box__home .slider .pic-isuzu {
  z-index: 100;
}

#box__home .box__whats-new {
  z-index: 200;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

#box__home .box__whats-new .toggle {
  background: url(../img/bg/line__red-4.png) no-repeat 0 center;
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  line-height: 1;
  padding: 5px 0 5px 29px;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 0;
}

#box__home .box__whats-new .detail {
  background: #fff;
  overflow: hidden;
  z-index: 1100;
  width: 100%;
  height: 275px;
  position: absolute;
  bottom: -275px;
  left: 0;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

#box__home .box__whats-new .box__main {
  padding-right: 40px;
  width: 36%;
  position: absolute;
  top: 0;
  left: 0;
}

#box__home .box__whats-new .box__main p {
  margin-bottom: 10px;
}

#box__home .box__whats-new .box__main .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 70px;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: right;
}

#box__home .box__whats-new .box__main .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 69%;
  height: 60px;
  position: absolute;
  top: 58px;
  left: 0;
}

#box__home .box__whats-new .box__main .head__content strong {
  color: #ed1b2f;
  display: block;
  font-size: 120px;
  letter-spacing: 5px;
}

#box__home .box__whats-new .box__main .more {
  padding-right: 20px;
  text-align: right;
}

#box__home .box__whats-new .box__main .more a {
  background: url(../img/bullet/arrow__grey-2.png) no-repeat right 8px;
  color: #333;
  display: inline-block;
  font-family: "DB Helvethaica X Li";
  font-size: 24px;
  line-height: 24px;
  padding-right: 22px;
  vertical-align: top;
}

#box__home .box__whats-new .box__main .hiring {
  color: #333;
  font-family: "DB Helvethaica X Med";
  font-size: 28px;
  line-height: 28px;
  padding-right: 20px;
  text-align: right;
}

#box__home .box__whats-new .box__main .hiring em {
  color: #f00;
}

#box__home .box__whats-new .list__whats-new {
  margin: 0 0 0 36%;
  width: 64%;
  height: 275px;
}

#box__home .box__whats-new .list__whats-new li {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  width: 500px;
  height: 275px;
}

#box__home .box__whats-new .list__whats-new img {
  display: block;
  width: 500px;
  height: 275px;
}

#box__home .box__whats-new .list__whats-new .more {
  z-index: 50;
  position: absolute;
  bottom: 0;
  right: 0;
}

#box__home .box__whats-new .list__whats-new .more a {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 bottom #fff;
  background-size: 30px 4px;
  color: #777;
  display: block;
  line-height: 40px;
  padding: 0 10px 0 20px;
  height: 40px;
}

#box__home .box__whats-new .list__whats-new .more span {
  background: url(../img/bullet/arrow__red-1.png) no-repeat right center;
  display: inline-block;
  padding-right: 24px;
  vertical-align: top;
}

#box__home .box__whats-new .list__whats-new .background {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  opacity: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#box__home .box__whats-new .list__whats-new .link {
  display: block;
  padding: 20px 0 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -105%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#box__home .box__whats-new .list__whats-new li:nth-of-type(2) .link {
  left: auto;
  right: -105%;
}

#box__home .box__whats-new .list__whats-new .date {
  background: #f41429;
  color: #fff;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 5px 10px 5px 20px;
  vertical-align: top;
}

#box__home .box__whats-new .list__whats-new .title {
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 30px;
  margin: 0 10px 20px 20px;
  overflow: hidden;
  height: 60px;
}

#box__home .box__whats-new .list__whats-new .description {
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Li";
  font-size: 20px;
  line-height: 20px;
  margin: 0 10px 20px 20px;
  overflow: hidden;
  height: 40px;
}

#box__home .box__whats-new .list__whats-new li:hover .background {
  opacity: 1;
}

#box__home .box__whats-new .list__whats-new li:hover .link {
  left: 0;
}

#box__home .box__whats-new .list__whats-new li:nth-of-type(2):hover .link {
  left: auto;
  right: 0;
}

#box__home .box__whats-new .bg {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#box__home .box__whats-new .close {
  background: url(../img/button/arrow__grey-1.png) no-repeat center 0;
  display: block;
  text-indent: -9998px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 5px;
}

#box__home .box__whats-new.active .detail {
  bottom: 0;
}

body.item-0 #box__home .box__whats-new .toggle,
body.item-1 #box__home .box__whats-new .toggle {
  color: #fff;
}

body.item-2 #box__home .box__whats-new .toggle {
  color: #000;
}

#box__home .box__car {
  z-index: 50;
  width: 37.8%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#box__home .box__car [class^=car-] {
  text-indent: -9998px;
  z-index: 10;
  position: absolute;
}

#box__home .box__car .car-1 {
  background: url(../img/bg/car-1.png) no-repeat;
  width: 41px;
  height: 95px;
  top: -45%;
  left: -5%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

#box__home .box__car .car-2 {
  background: url(../img/bg/car-2.png) no-repeat;
  width: 60px;
  height: 160px;
  top: -97%;
  right: 79%;
  -webkit-transition: all 2s 0.5s ease;
  transition: all 2s 0.5s ease;
}

#box__home .box__car .car-3 {
  background: url(../img/bg/car-3.png) no-repeat;
  width: 38px;
  height: 91px;
  top: 110%;
  right: 39.4%;
  -webkit-transition: all 3s 0.75s ease;
  transition: all 3s 0.75s ease;
}

#box__home .box__car .car-4 {
  background: url(../img/bg/car-6.png) no-repeat;
  width: 60px;
  height: 161px;
  top: 166%;
  right: 9%;
  -webkit-transition: all 2s 1s ease;
  transition: all 2s 1s ease;
}

#box__home .box__car .car-5 {
  background: url(../img/bg/car-4.png) no-repeat;
  width: 41px;
  height: 96px;
  bottom: -93%;
  right: 19%;
  -webkit-transition: all 3s 1s ease;
  transition: all 3s 1s ease;
}

#box__home .box__car .car-6 {
  background: url(../img/bg/car-5.png) no-repeat;
  width: 41px;
  height: 98px;
  bottom: -71%;
  right: 58.5%;
  -webkit-transition: all 2s 0.75s ease;
  transition: all 2s 0.75s ease;
}

.item-2 #box__home .box__car .car-1 {
  top: 62%;
}

.item-2 #box__home .box__car .car-2 {
  top: 3%;
}

.item-2 #box__home .box__car .car-3 {
  top: 4.5%;
}

.item-2 #box__home .box__car .car-4 {
  top: 34.2%;
}

.item-2 #box__home .box__car .car-5 {
  bottom: 7%;
}

.item-2 #box__home .box__car .car-6 {
  bottom: 29%;
}

/* ------------------------------------------------------------ box__beyond-the-best
---------------------------------------------------------------------------------- */
#box__beyond-the-best {
  background: #f6f6f6;
  overflow: hidden;
  padding: 100px 0 0;
}

#box__beyond-the-best .head__index {
  background: url(../img/bg/color__grey-1.gif) no-repeat center 0;
  background-size: 55px 4px;
  margin-bottom: 60px;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 1680px) {
  #box__beyond-the-best .head__index {
    margin-bottom: 40px;
  }
}

#box__beyond-the-best .head__index span {
  background: url(../img/bullet/arrow__grey-1.png) no-repeat 0 12px;
  color: #777;
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 19px;
  vertical-align: top;
}

#box__beyond-the-best .head__index span:first-child {
  background: url(../img/bullet/home.png) no-repeat;
  color: #bdbdbd;
  padding-top: 3px;
  padding-left: 37px;
}

#box__beyond-the-best .head__index a {
  color: #bdbdbd;
}

#box__beyond-the-best .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 90px;
  margin: 0 0 40px;
  padding: 0 0 0 6.25vw;
  z-index: 10;
}
@media (max-width: 1680px) {
  #box__beyond-the-best .head__content {
    font-size: 70px;
    line-height: 70px;
  }
}

#box__beyond-the-best .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 5.7291666667vw;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
}

#box__beyond-the-best .head__content strong {
  color: #ed1b2f;
  display: block;
  font-size: 100px;
}
@media (max-width: 1680px) {
  #box__beyond-the-best .head__content strong {
    font-size: 80px;
  }
}

#box__beyond-the-best .box__intro {
  background: url(../img/bg/box__beyong-the-best-intro.png) no-repeat 0 center;
  background-size: 49.7916666667vw auto;
  margin: 0 0 -150px;
  padding: 0 0 40px 43.75vw;
  z-index: 0;
  min-height: 35.625vw;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__intro {
    background: url(../img/mobile/bg/box__beyong-the-best-intro.png) no-repeat 0 bottom;
    background-size: 100vw auto;
    margin: 0;
    padding: 0 0 80.7291666667vw;
    min-height: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #box__beyond-the-best .box__intro p {
    font-size: 24px;
    line-height: 28px;
    padding: 0 30px;
  }
}
#box__beyond-the-best .box__intro p {
  margin-right: 6.25vw;
}
@media (max-width: 960px) {
  #box__beyond-the-best .box__intro p {
    margin-right: 0;
  }
}
#box__beyond-the-best .box__intro .animate {
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__intro .animate {
    padding: 0;
  }
}
#box__beyond-the-best .box__intro .animate iframe {
  display: block;
  width: 54.6875vw;
  height: 18.2291666667vw;
}
@media (max-width: 960px) {
  #box__beyond-the-best .box__intro .animate iframe {
    width: 100%;
    height: 213px;
  }
}
#box__beyond-the-best .box__intro .animate img {
  display: block;
  width: 100%;
}
#box__beyond-the-best .box__intro strong {
  color: #ed1b2f;
}

#box__beyond-the-best .box__value-8 {
  background: #bf1e2e;
  z-index: 10;
}
#box__beyond-the-best .box__value-8 .pic img {
  display: block;
  width: 100%;
}
#box__beyond-the-best .box__value-8 .pic iframe {
  display: block;
  margin: 0 auto;
  width: 99.7395833333vw;
  height: 36.4583333333vw;
}
#box__beyond-the-best .box__value-8 .list__value {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#box__beyond-the-best .box__value-8 .list__value li {
  position: absolute;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li {
    width: 77.4739583333vw !important;
    height: 14.3229166667vw !important;
    left: 11.0677083333vw !important;
    right: auto !important;
  }
}
#box__beyond-the-best .box__value-8 .list__value li a {
  display: block;
  text-indent: -9998px;
  width: 100%;
  height: 100%;
}
#box__beyond-the-best .box__value-8 .list__value li.value-1 {
  width: 20.0520833333vw;
  height: 4.6875vw;
  top: 2.3958333333vw;
  left: 6.5625vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-1 {
    top: 104.8177083333vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-2 {
  width: 20.0520833333vw;
  height: 4.6875vw;
  top: 9.1666666667vw;
  left: 6.5625vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-2 {
    top: 125vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-3 {
  width: 20.0520833333vw;
  height: 4.6875vw;
  top: 16.0416666667vw;
  left: 6.5625vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-3 {
    top: 145.3125vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-4 {
  width: 20.0520833333vw;
  height: 4.6875vw;
  top: 22.8125vw;
  left: 6.5625vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-4 {
    top: 165.4947916667vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-5 {
  width: 20.0520833333vw;
  height: 4.6875vw;
  top: 29.53125vw;
  left: 6.5625vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-5 {
    top: 185.6770833333vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-6 {
  width: 25.5208333333vw;
  height: 4.6875vw;
  top: 9.1666666667vw;
  right: 6.25vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-6 {
    top: 205.9895833333vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-7 {
  width: 25.5208333333vw;
  height: 4.6875vw;
  top: 15.9375vw;
  right: 6.25vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-7 {
    top: 226.3020833333vw;
  }
}
#box__beyond-the-best .box__value-8 .list__value li.value-8 {
  width: 25.5208333333vw;
  height: 4.6875vw;
  top: 22.7083333333vw;
  right: 6.25vw;
}
@media (max-width: 1280px) {
  #box__beyond-the-best .box__value-8 .list__value li.value-8 {
    top: 246.484375vw;
  }
}

.popup__value {
  background: #fff;
  display: none;
  padding: 40px;
  max-width: 840px;
}
@media (max-width: 1280px) {
  .popup__value {
    width: 90%;
  }
}
.popup__value .box__head {
  padding: 0 0 0 90px;
}
.popup__value .box__head .thumb {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__value .box__head .thumb img {
  display: block;
  width: 90px;
}
.popup__value .box__head .title {
  color: #bf1e2e;
  margin: 0 0 20px;
}
.popup__value .box__head .title strong {
  background: url(../img/bg/color__red-4.gif) no-repeat 0 bottom;
  background-size: 100% 2px;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.popup__value .box__head .title span {
  display: block;
  font-size: 38px;
  line-height: 42px;
  padding: 0 0 0 20px;
}
.popup__value .text {
  margin: 0 0 0 110px;
}
@media (max-width: 1280px) {
  .popup__value .text {
    font-size: 28px;
    line-height: 32px;
  }
}
.popup__value .fancybox-close-small {
  background: url(../img/button/close__popup-2.png) no-repeat center center;
  border: 0;
  display: block;
  text-indent: -9998px;
  z-index: 10;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

/* ----------------------------------------------------------------- box__compliance
---------------------------------------------------------------------------------- */
#box__compliance {
  background: url(../img/bg/bg__compliance.jpg) no-repeat center 0 #f6f6f6;
  background-size: 100% auto;
  padding: 100px 0 60px;
}
@media (max-width: 1280px) {
  #box__compliance {
    background: #f6f6f6;
  }
}
@media (max-width: 640px) {
  #box__compliance {
    min-height: 100vh;
  }
}

#box__compliance .head__index {
  background: url(../img/bg/color__grey-1.gif) no-repeat center 0;
  background-size: 55px 4px;
  margin-bottom: 60px;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 1680px) {
  #box__compliance .head__index {
    margin-bottom: 40px;
  }
}

#box__compliance .head__index span {
  background: url(../img/bullet/arrow__grey-1.png) no-repeat 0 12px;
  color: #777;
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 19px;
  vertical-align: top;
}

#box__compliance .head__index span:first-child {
  background: url(../img/bullet/home.png) no-repeat;
  color: #bdbdbd;
  padding-top: 3px;
  padding-left: 37px;
}

#box__compliance .head__index a {
  color: #bdbdbd;
}

#box__compliance .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 100px;
  margin: 0 0 40px;
  padding: 0 0 0 6.25vw;
}
@media (max-width: 1680px) {
  #box__compliance .head__content {
    font-size: 70px;
    line-height: 70px;
  }
}

#box__compliance .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 5.7291666667vw;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
}

#box__compliance .head__content strong {
  color: #ed1b2f;
  display: block;
  font-size: 100px;
}
@media (max-width: 1680px) {
  #box__compliance .head__content strong {
    font-size: 80px;
  }
}

#box__compliance .box__info-main {
  margin: 0 6.25vw 3.125vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main {
    margin: 0;
  }
}
#box__compliance .box__info-main .head__info {
  background: url(../img/bg/color__red-3.gif) no-repeat 0 bottom;
  background-size: 70px 3px;
  color: #333;
  font-family: "DB Helvethaica X Med";
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .head__info {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
#box__compliance .box__info-main .box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#box__compliance .box__info-main .box__row .box__col-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__row .box__col-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
#box__compliance .box__info-main .box__row .box__col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__row .box__col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
#box__compliance .box__info-main .box__vision {
  padding: 0 4.1666666667vw 20px 7.8125vw;
  width: 54.6875vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__vision {
    padding: 0 30px 30px;
    width: auto;
  }
}
#box__compliance .box__info-main .box__vision p {
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__vision p {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
#box__compliance .box__info-main .box__vision .box__quote {
  background: #fff;
  margin: 0 0 20px;
  padding: 15px 30px;
  text-align: center;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__vision .box__quote {
    margin: 0 0 30px;
    padding: 30px 60px;
  }
}
#box__compliance .box__info-main .box__vision .box__quote p {
  margin: 0;
}
#box__compliance .box__info-main .box__vision .box__quote .quote-1 {
  background: url(../img/text/quote-3.png) no-repeat;
  text-indent: -9998px;
  z-index: 10;
  width: 21px;
  height: 19px;
  position: absolute;
  top: -9px;
  left: 15px;
}
#box__compliance .box__info-main .box__vision .box__quote .quote-2 {
  background: url(../img/text/quote-4.png) no-repeat;
  text-indent: -9998px;
  z-index: 10;
  width: 21px;
  height: 18px;
  position: absolute;
  bottom: -9px;
  right: 15px;
}
#box__compliance .box__info-main .box__objective {
  padding: 0 0 20px 2.0833333333vw;
  width: 31.25vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__objective {
    background: url(../img/bg/bg__road-3.png) no-repeat;
    background-size: cover;
    margin: 0 0 30px 30px;
    padding: 30px;
    width: auto;
  }
}
#box__compliance .box__info-main .box__objective p {
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__objective p {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
#box__compliance .box__info-main .box__objective ul {
  margin: 0 0 20px 20px;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__objective ul {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 0 30px;
  }
}
#box__compliance .box__info-main .box__objective ul li {
  list-style-type: decimal;
}
#box__compliance .box__info-main .box__ethic-12 {
  background: #fff;
  padding: 2.0833333333vw 0;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 {
    margin: 0 30px;
    padding: 30px 0;
  }
}
#box__compliance .box__info-main .box__ethic-12 .head__info {
  margin: 0 1.5625vw 15px;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .head__info {
    margin: 0 30px 15px;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic {
  margin: 0 0 20px;
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li {
  padding: 0 0 10px;
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li .info {
  margin: 0 2.0833333333vw;
  padding: 5px 15px 0 0;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info {
    margin: 0 30px;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .thumb {
  z-index: 10;
  position: absolute;
  top: -0.9895833333vw;
  left: -0.9895833333vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .thumb {
    top: -2.4739583333vw;
    left: -2.4739583333vw;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .thumb img {
  display: block;
  width: 8.3333333333vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .thumb img {
    width: 20.8333333333vw;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .title {
  color: #333;
  font-family: "DB Helvethaica X Med";
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 10px;
}
@media (max-width: 1680px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .title {
    font-size: 26px;
    line-height: 30px;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .description {
  color: #555;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1680px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li .info .description {
    font-size: 24px;
    line-height: 28px;
  }
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li.has-thumb {
  padding-top: 10px;
}
#box__compliance .box__info-main .box__ethic-12 .list__ethic li.has-thumb .info {
  padding-left: 7.2916666667vw;
  min-height: 6.71875vw;
}
@media (max-width: 1280px) {
  #box__compliance .box__info-main .box__ethic-12 .list__ethic li.has-thumb .info {
    padding-left: 18.2291666667vw;
  }
}
#box__compliance .box__info-main .box__ethic-12 .quote {
  text-align: center;
}
#box__compliance .box__info-main .box__ethic-12 .quote .text {
  background: url(../img/text/quote-1.png) no-repeat, url(../img/text/quote-2.png) no-repeat right bottom;
  color: #000;
  display: inline-block;
  font-family: "DB Helvethaica X Bd";
  font-size: 36px;
  line-height: 36px;
  padding: 0 38px;
  vertical-align: top;
}
@media (max-width: 1680px) {
  #box__compliance .box__info-main .box__ethic-12 .quote .text {
    font-size: 32px;
    line-height: 32px;
  }
}

#box__compliance .subhead {
  color: #000;
  font-size: 30px;
  margin: 0 6.25vw 1.5625vw;
}
@media (max-width: 1680px) {
  #box__compliance .subhead {
    font-size: 21px;
  }
}
#box__compliance .subhead span {
  display: block;
}
#box__compliance .subhead strong {
  font-family: "DB Helvethaica X Med";
  font-size: 32px;
}
#box__compliance .subhead strong b {
  color: #ed1b2f;
}
#box__compliance .list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 2.34375vw 0 1.5625vw;
}
@media (max-width: 640px) {
  #box__compliance .list__link {
    padding: 45px 0 30px;
  }
}
#box__compliance .list__link li {
  list-style: none;
  margin: 0;
  padding: 0 1.5625vw 1.5625vw;
  text-align: center;
  width: 33.33%;
}
@media (max-width: 640px) {
  #box__compliance .list__link li {
    padding: 0 0 30px;
    width: 50%;
  }
}
#box__compliance .list__link li a {
  display: block;
}
#box__compliance .list__link li p {
  color: #55555a;
  font-family: "DB Helvethaica X Med";
  -webkit-text-size-adjust: none;
}
@media (max-width: 640px) {
  #box__compliance .list__link li p {
    font-size: 28px;
  }
}
#box__compliance .list__link li p span {
  display: block;
}
#box__compliance .list__link li .pic {
  margin: 0 0 15px;
}
#box__compliance .list__link li .pic img {
  display: block;
  margin: 0 auto;
  width: 166px;
  max-width: 166px;
}
#box__compliance .head__title {
  color: #ed1b2f;
  font-family: "DB Helvethaica X Med";
  font-size: 80px;
  padding: 0 0 0 135px;
}
#box__compliance .head__title:after {
  background: #ed1b2f;
  content: "";
  margin: -1px 0 0;
  z-index: 10;
  width: 120px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 1680px) {
  #box__compliance .head__title {
    font-size: 60px;
    padding: 0 0 0 115px;
  }
  #box__compliance .head__title:after {
    width: 100px;
  }
}
@media (max-width: 640px) {
  #box__compliance .head__title {
    padding-left: 70px;
  }
  #box__compliance .head__title:after {
    width: 60px;
  }
}

/* ------------------------------------------------------------- popup__pdpa-consent
---------------------------------------------------------------------------------- */
.popup__pdpa-consent {
  background: url(../img/bg/bg__road-3.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.0833333333vw 0 3.125vw;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1480px) {
  .popup__pdpa-consent {
    padding: 0.78125vw 0 1.5625vw;
  }
}
@media (max-width: 640px) {
  .popup__pdpa-consent {
    padding: 30px 0;
  }
}
.popup__pdpa-consent h1 {
  color: #ed1b2f;
  font-family: "DB Helvethaica X Med";
  font-size: 3.75vw;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .popup__pdpa-consent h1 {
    font-size: 72px;
  }
}
.popup__pdpa-consent .box__note {
  margin: 0 7.2916666667vw;
  padding: 1.5625vw 0;
}
@media (max-width: 1480px) {
  .popup__pdpa-consent .box__note {
    margin: 0 60px;
  }
}
.popup__pdpa-consent .box__note p {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 640px) {
  .popup__pdpa-consent .box__note {
    margin: 0 30px;
    padding: 30px 0;
  }
  .popup__pdpa-consent .box__note p {
    font-size: 24px;
    line-height: 26px;
  }
}
.popup__pdpa-consent .box__text {
  background: #fff;
  border: #cecece 1px solid;
  margin: 1.0416666667vw 7.2916666667vw 0;
  overflow: auto;
  padding: 1.5625vw 1.5625vw 0;
  max-height: 36.4583333333vw;
}
@media (max-width: 1480px) {
  .popup__pdpa-consent .box__text {
    margin: 15px 60px 0;
    max-height: 36.4583333333vw;
  }
}
@media (min-width: 1081px) {
  .popup__pdpa-consent .box__text::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .popup__pdpa-consent .box__text::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
  }
  .popup__pdpa-consent .box__text::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 3px;
  }
}
.popup__pdpa-consent .box__text p, .popup__pdpa-consent .box__text li {
  font-size: 20px;
  line-height: 22px;
}
.popup__pdpa-consent .box__text p {
  margin: 0 0 1.0416666667vw;
}
@media (max-width: 640px) {
  .popup__pdpa-consent .box__text p {
    margin: 0 0 20px;
  }
}
@media (max-width: 640px) {
  .popup__pdpa-consent .box__text {
    margin: 15px 30px 0;
    padding: 30px 30px 10px;
    max-height: 68vh;
  }
  .popup__pdpa-consent .box__text p, .popup__pdpa-consent .box__text li {
    font-size: 24px;
    line-height: 26px;
  }
  .popup__pdpa-consent .box__text p *, .popup__pdpa-consent .box__text li * {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}
.popup__pdpa-consent .box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__pdpa-consent .box__btn button {
  background: #f00;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 1.5625vw;
  padding: 0 1.5625vw;
  min-width: 9.375vw;
  height: 2.34375vw;
  border-radius: 0.2604166667vw;
}
@media (max-width: 640px) {
  .popup__pdpa-consent .box__btn button {
    margin: 0 15px;
    padding: 0 30px;
    min-width: 180px;
    height: 45px;
    border-radius: 5px;
  }
}
.popup__pdpa-consent .box__btn button span {
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 1.6666666667vw;
  line-height: 2.2395833333vw;
  height: 2.34375vw;
}
@media (max-width: 1480px) {
  .popup__pdpa-consent .box__btn button span {
    line-height: 2.34375vw;
  }
}
@media (max-width: 640px) {
  .popup__pdpa-consent .box__btn button span {
    font-size: 32px;
    line-height: 43px;
    height: 45px;
  }
}

/* --------------------------------------------------------------------- box__update
---------------------------------------------------------------------------------- */
[id^=box__update] {
  background: #f6f6f6;
  padding: 100px 0 60px;
}

[id^=box__update] .head__index {
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
}

[id^=box__update] .head__index span {
  background: url(../img/bullet/home.png) no-repeat;
  color: #777;
  display: inline-block;
  font-size: 22px;
  padding-top: 3px;
  padding-left: 37px;
  vertical-align: top;
}

[id^=box__update] .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 70px;
  margin: 0 0 40px;
  padding: 0 0 0 6.3%;
}

[id^=box__update] .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 6%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

[id^=box__update] .head__content strong {
  color: #ed1b2f;
  display: block;
  letter-spacing: 15px;
}

[id^=box__update] .box__search {
  background: #fff;
  padding: 20px;
  z-index: 10;
  width: 620px;
  position: absolute;
  top: -140px;
  right: 40px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

[id^=box__update] .box__search .textbox {
  background: none;
  border: 0;
  border-bottom: #000 1px solid;
  padding: 0;
  width: 100%;
  border-radius: 0;
}

[id^=box__update] .box__search .submit {
  background: url(../img/button/search.png) no-repeat center center;
  display: block;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[id^=box__update] .list__update {
  margin: 0 auto;
  width: 1740px;
}

[id^=box__update] .list__update li {
  background: #fff;
  float: left;
  margin: 0 40px 50px;
  padding-bottom: 60px;
  width: 500px;
  height: 500px;
}

[id^=box__update] .list__update .pic {
  margin-bottom: 40px;
}

[id^=box__update] .list__update .pic img {
  display: block;
  width: 100%;
}

[id^=box__update] .list__update .date {
  background: #f41429;
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 20px;
  line-height: 20px;
  padding: 5px 10px 5px 40px;
  z-index: 10;
  position: absolute;
  bottom: -20px;
  left: 0;
}

[id^=box__update] .list__update .title {
  color: #000;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 30px;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 60px;
}

[id^=box__update] .list__update .description {
  color: #555;
  font-family: "DB Helvethaica X Li";
  font-size: 22px;
  line-height: 22px;
  margin-left: 40px;
  margin-right: 20px;
  overflow: hidden;
  max-height: 44px;
}

[id^=box__update] .list__update .more {
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
}

[id^=box__update] .list__update .more a {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 bottom #333;
  background-size: 30px 4px;
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 0 10px 0 20px;
  height: 40px;
}

[id^=box__update] .list__update .more span {
  background: url(../img/bullet/arrow__red-1.png) no-repeat right center;
  display: inline-block;
  padding-right: 24px;
  vertical-align: top;
}

[id^=box__update] .list__paging {
  text-align: center;
}

[id^=box__update] .list__paging .list {
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

[id^=box__update] .list__paging .list li {
  color: #bbb;
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  margin: 0 10px;
  vertical-align: top;
  height: 70px;
}

[id^=box__update] .list__paging .list a {
  color: #bbb;
  display: block;
  padding: 0 10px;
  text-align: center;
  height: 70px;
}

[id^=box__update] .list__paging .list .active a {
  background: url(../img/bg/color__red-2.gif) no-repeat center bottom;
  background-size: 100% 4px;
  color: #f41429;
}

[id^=box__update] .list__paging .list .prev a,
[id^=box__update] .list__paging .list .next a {
  background: url(../img/button/prev.png) no-repeat center center;
  text-indent: -9998px;
  width: 36px;
}

[id^=box__update] .list__paging .list .next a {
  background: url(../img/button/next.png) no-repeat center center;
}

[id^=box__update] .box__info {
  margin: 0 auto;
  width: 1660px;
}

[id^=box__update] .box__detail {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px 60px;
}

[id^=box__update] .box__detail .head__article {
  color: #000;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

[id^=box__update] .box__detail .date {
  color: #ed1b2f;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

[id^=box__update] .box__detail .slider {
  margin-bottom: 40px;
}

[id^=box__update] .box__detail .slider-for,
[id^=box__update] .box__detail .slider-for .item,
[id^=box__update] .box__detail .slider-nav,
[id^=box__update] .box__detail .slider-nav .item {
  overflow: hidden;
}

[id^=box__update] .box__detail .slider-for {
  overflow: hidden;
  width: 1280px;
  height: 680px;
}

[id^=box__update] .box__detail .slider-for .item {
  height: 680px;
}

[id^=box__update] .box__detail .slider-for img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[id^=box__update] .box__detail .slider-nav {
  z-index: 10;
  width: 235px;
  position: absolute;
  top: 0;
  right: 0;
}

[id^=box__update] .box__detail .slider-nav .item {
  border: 0;
  margin-bottom: 13px;
  width: 235px;
  height: 160px;
}

[id^=box__update] .box__detail .slider-nav .item img {
  cursor: pointer;
  display: block;
  width: auto;
  height: 100%;
  max-width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[id^=box__update] .box__detail .slider-nav .item span {
  background: url(../img/bg/color__red-2.gif) repeat;
  display: none;
  z-index: 10;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

[id^=box__update] .box__detail .slider-nav .slick-current span {
  display: block;
}

[id^=box__update] .box__article {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  padding-bottom: 20px;
}

[id^=box__update] .box__article p,
[id^=box__update] .box__article ul {
  margin-bottom: 20px;
}

[id^=box__update] .box__article li {
  background: url(../img/bullet/circle__grey-1.png) no-repeat 0 10px;
  padding-left: 16px;
}

[id^=box__update] .box__article strong {
  color: #000;
}

[id^=box__update] .box__detail em {
  font-style: italic;
}

[id^=box__update] .back {
  text-align: right;
}

[id^=box__update] .back a {
  color: #555;
  display: inline-block;
  vertical-align: top;
}

[id^=box__update] .back span {
  background: url(../img/bullet/arrow__red-2.png) no-repeat 0 center;
  display: block;
  padding: 5px 0 5px 24px;
}

[id^=box__update] .back.top {
  z-index: 10;
  position: absolute;
  top: -80px;
  right: 0;
}

/* ------------------------------------------------------------------ box__corporate
---------------------------------------------------------------------------------- */
#box__corporate {
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 60px;
}

#box__corporate .head__index {
  margin-bottom: 120px;
  padding-top: 20px;
  text-align: center;
}

#box__corporate .head__index span {
  background: url(../img/bullet/arrow__grey-1.png) no-repeat 0 12px;
  color: #777;
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 19px;
  vertical-align: top;
}

#box__corporate .head__index span:first-child {
  background: url(../img/bullet/home.png) no-repeat;
  color: #bdbdbd;
  padding-top: 3px;
  padding-left: 37px;
}

#box__corporate .head__index a {
  color: #bdbdbd;
}

#box__corporate .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 70px;
  margin: 0 0 40px;
  padding: 0 0 0 6%;
}

#box__corporate .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 5.5%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#box__corporate .head__content strong {
  color: #ed1b2f;
  display: block;
  letter-spacing: 15px;
}

#box__corporate .box__map-large {
  margin: 0 auto;
  width: 1670px;
}

#box__corporate .box__map-large iframe {
  width: 1670px;
  max-width: 100%;
  height: 700px;
}

#box__corporate .box__search {
  background: #fff;
  padding: 20px;
  z-index: 10;
  position: absolute;
  top: -65px;
  right: 40px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#box__corporate .box__search .text {
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  vertical-align: top;
  height: 40px;
}

#box__corporate .box__search select {
  background: none;
  border: 0;
  border-bottom: #000 1px solid;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 380px;
  height: 40px;
  border-radius: 0;
}

/* box__corporate > box__corporate-info
---------------------------------------------------------------------------------- */
#box__corporate.box__corporate-info {
  background: url(../img/bg/bg__corporate.jpg) no-repeat center 0 fixed;
  background-size: 100% auto;
  padding: 100px 0 60px;
}

#box__corporate.box__corporate-info .box__detail {
  margin: 0 auto;
  width: 1600px;
}

#box__corporate.box__corporate-info .box__detail em {
  color: #ed1b2f;
}

#box__corporate.box__corporate-info .box__detail .info__main {
  padding-right: 200px;
  width: 1030px;
}

#box__corporate.box__corporate-info .box__detail .head__detail {
  color: #000;
  font-family: "DB Helvethaica X Med";
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

#box__corporate.box__corporate-info .box__search {
  padding: 60px 20px 20px;
  top: -160px;
  right: 0;
}

#box__corporate.box__corporate-info .box__detail .list__company-detail {
  min-height: 590px;
}

#box__corporate.box__corporate-info .box__detail .list__company-detail li {
  margin-bottom: 40px;
  padding-left: 240px;
}

#box__corporate.box__corporate-info .box__detail .list__company-detail span {
  display: block;
}

#box__corporate.box__corporate-info .box__detail .list__company-detail .title {
  font-family: "DB Helvethaica X Med";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

#box__corporate.box__corporate-info .box__detail .hiring {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 bottom;
  background-size: 100% 2px;
  z-index: 50;
  position: absolute;
  top: -5px;
  right: 0;
}

#box__corporate.box__corporate-info .box__detail .hiring .text {
  background: url(../img/bullet/hiring.png) no-repeat;
  color: #666;
  display: block;
  font-family: "DB Helvethaica X Med";
  padding: 14px 20px 10px 35px;
}

#box__corporate.box__corporate-info .box__pic-and-map {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 40px;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__pic {
  margin-bottom: 20px;
  text-align: right;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__pic img {
  max-width: 351px;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map {
  padding-bottom: 60px;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .map {
  width: 650px;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .link {
  background: #fff;
  padding: 10px 15px;
  z-index: 10;
  position: absolute;
  bottom: 25px;
  right: -20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .link li {
  background: url(../img/bg/color__black-1.gif) no-repeat;
  background-size: 1px 100%;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: top;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .link a {
  background: url(../img/bullet/pin-1.png) no-repeat 0 7px;
  display: block;
  padding: 5px 5px 5px 20px;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .link span {
  border-bottom: #333 1px solid;
}

#box__corporate.box__corporate-info .box__pic-and-map .box__map .link li:first-child {
  background: none;
  margin-left: 0;
  padding: 0;
}

/* box__corporate > box__isuzu-thailand
---------------------------------------------------------------------------------- */
#box__corporate.isuzu-thailand {
  background: #f6f6f6;
  padding-bottom: 0;
}

#box__corporate .box__isuzu-thailand {
  margin-left: 33.6979166667vw;
  margin-bottom: 90px;
}

#box__corporate.isuzu-thailand .animate {
  width: 33.6979166667vw;
  position: absolute;
  top: 45px;
  left: 0;
}

#box__corporate .box__isuzu-thailand .box__detail {
  margin: -73px 100px 20px 435px;
  margin: -73px 5.2083333333vw 20px 22.65625vw;
  min-height: 16.6666666667vw;
}

#box__corporate .box__isuzu-thailand .box__detail p {
  margin-bottom: 10px;
}

#box__corporate .box__isuzu-thailand .box__detail strong {
  font-family: "DB Helvethaica X Bd";
  font-size: 36px;
}

#box__corporate .box__timeline {
  height: 398px;
  height: 20.7291666667vw;
  z-index: 1;
}

#box__corporate .box__timeline .car {
  background: url(../img/bg/car-7.png) no-repeat;
  background-size: 100% auto;
  z-index: 10;
  width: 90px;
  width: 4.6875vw;
  height: 39px;
  height: 2.03125vw;
  position: absolute;
  bottom: 0;
  left: -60%;
}

#box__corporate .box__timeline .road {
  background: url(../img/bg/road.png) no-repeat center 0;
  background-size: auto 65px;
  background-size: auto 3.3854166667vw;
  z-index: 5;
  width: 100%;
  height: 65px;
  height: 3.3854166667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

#box__corporate .box__timeline .list {
  padding-left: 160px;
  padding-left: 8.3333333333vw;
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#box__corporate .box__timeline .list li {
  float: left;
  margin-right: 15px;
  margin-right: 0.78125vw;
  opacity: 0;
  text-align: center;
  width: 240px;
  width: 12.5vw;
  height: 350px;
  height: 18.2291666667vw;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

#box__corporate .box__timeline .list .pic {
  z-index: 20;
  width: 100%;
  height: 240px;
  height: 12.5vw;
  position: absolute;
  top: 0;
  left: 0;
}

#box__corporate .box__timeline .list .pic img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

#box__corporate .box__timeline .list .line {
  background: url(../img/bg/color__red-2.gif) no-repeat center 0, url(../img/button/circle__red-2.png) no-repeat center bottom;
  background-size: 1px 100%, 9px auto;
  z-index: 10;
  width: 10px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#box__corporate .box__timeline .list .year {
  background: #f6f6f6;
  color: #000;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 50px;
  font-size: 2.6041666667vw;
  line-height: 40px;
  line-height: 2.0833333333vw;
  padding: 0 5px;
  padding: 0 0.2604166667vw;
  z-index: 10;
  position: absolute;
  bottom: 50px;
  bottom: 2.6041666667vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#box__corporate .box__timeline .list .year-2,
#box__corporate .box__timeline .list .year-3,
#box__corporate .box__timeline .list .year-5 {
  width: 200px;
  width: 10.4166666667vw;
}

#box__corporate .box__timeline .list .line {
  background: url(../img/bg/color__black-3.gif) no-repeat center 0, url(../img/button/circle__black-2.png) no-repeat center bottom;
  background-size: 1px 100%, 9px auto;
}

#box__corporate .box__timeline .list .year {
  color: #000;
  font-size: 40px;
  font-size: 2.0833333333vw;
}

#box__corporate .box__timeline .finish {
  background: url(../img/general/box__timeline-finish.png) no-repeat;
  background-size: 100% auto;
  display: block;
  opacity: 0;
  text-align: center;
  z-index: 50;
  width: 134px;
  width: 6.9791666667vw;
  height: 253px;
  height: 13.1770833333vw;
  position: absolute;
  top: 84px;
  top: 4.375vw;
  right: 130px;
  right: 6.7708333333vw;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

#box__corporate .box__timeline .finish span {
  background: #f6f6f6;
  color: #ec1b2e;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 40px;
  font-size: 2.0833333333vw;
  line-height: 30px;
  line-height: 1.5625vw;
  padding: 5px;
  padding: 0.2604166667vw;
  position: absolute;
  top: 150px;
  top: 7.8125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#box__corporate .box__isuzu-thailand .box__production-line {
  padding-bottom: 40px;
}

#box__corporate .box__isuzu-thailand .box__production-line .head__info {
  color: #000;
  font-family: "DB Helvethaica X Med";
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px;
  text-align: center;
}

#box__corporate .box__isuzu-thailand .box__production-line .list {
  background: url(../img/general/pic-production-line.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  width: 812px;
  height: 201px;
  max-width: 100%;
}

#box__corporate .box__isuzu-thailand .box__production-line .list li {
  float: left;
  width: 20%;
  height: 100%;
}

#box__corporate .box__isuzu-thailand .box__production-line .list a {
  display: block;
  text-indent: -9998px;
  width: 100%;
  height: 100%;
}

#box__corporate .box__isuzu-thailand .pic-isuzu-thailand {
  display: none;
}

/* ----------------------------------------------------------------- popup__timeline
---------------------------------------------------------------------------------- */
#popup__timeline .box__timeline-mobile {
  background: url(../img/bg/line__red-3.gif) no-repeat center 0, url(../img/button/circle__red-1.png) no-repeat center 0;
  background-size: 1px 100%, 10px auto;
  display: none;
  padding: 40px 0 60px;
}

#popup__timeline .box__timeline-mobile .slider .item {
  text-align: center;
  width: auto;
  height: 140px;
}

#popup__timeline .box__timeline-mobile .slider .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#popup__timeline .box__timeline-mobile .slider .info .pic {
  margin-bottom: 8px;
}

#popup__timeline .box__timeline-mobile .slider .info img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

#popup__timeline .box__timeline-mobile .text {
  padding: 0 50px 0 0;
  text-align: right;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
}

#popup__timeline .box__timeline-mobile .text span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

#popup__timeline .box__timeline-mobile .box__down .text {
  padding: 0 0 0 50px;
  text-align: left;
}

#popup__timeline .box__timeline-mobile .slider .line {
  background: url(../img/bg/color__black-3.gif) no-repeat 0 center, url(../img/button/circle__black-2.png) no-repeat 0 center;
  background-size: 100% 1px, 10px auto;
  z-index: 10;
  width: 70px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#popup__timeline .box__timeline-mobile .slider .box__down .line {
  background: url(../img/bg/color__black-3.gif) no-repeat 0 center, url(../img/button/circle__black-2.png) no-repeat right center;
  background-size: 100% 1px, 10px auto;
  left: 50px;
  right: auto;
}

#popup__timeline .box__timeline-mobile .slider .box__up,
#popup__timeline .box__timeline-mobile .slider .box__down {
  padding: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#popup__timeline .box__timeline-mobile .slider .box__down {
  left: auto;
  right: 0;
}

#popup__timeline .box__timeline-mobile .year {
  background: #fff;
  color: #000;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 40px;
  line-height: 40px;
  padding: 5px 10px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: font-size 0.2s linear;
  transition: font-size 0.2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#popup__timeline .box__timeline-mobile .active .year {
  color: #ed1b2f;
  font-size: 60px;
}

#popup__timeline .box__timeline-mobile .slider .active .line {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 center, url(../img/button/circle__red-2.png) no-repeat 0 center;
  background-size: 100% 1px, 10px auto;
}

#popup__timeline .box__timeline-mobile .slider .active .box__down .line {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 center, url(../img/button/circle__red-2.png) no-repeat right center;
  background-size: 100% 1px, 10px auto;
}

/* ----------------------------------------------------------------- popup__timeline
---------------------------------------------------------------------------------- */
.fancybox-slide #popup__timeline,
#popup__timeline {
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 10px 0;
  width: 1065px;
  height: 603px;
}

#popup__timeline .head__info {
  z-index: 100;
  position: absolute;
  top: 26%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#popup__timeline .head__info span {
  color: #333;
  display: block;
  font-size: 40px;
  line-height: 35px;
}

#popup__timeline .head__info strong {
  color: #ed1b2f;
  font-family: "DB Helvethaica X Bd";
}

#popup__timeline .subhead {
  z-index: 100;
  position: absolute;
  top: 62%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#popup__timeline .subhead span {
  color: #333;
  display: block;
  font-size: 40px;
  line-height: 35px;
}

#popup__timeline .subhead strong {
  color: #ed1b2f;
  font-family: "DB Helvethaica X Bd";
}

#popup__timeline .head__info,
#popup__timeline .subhead,
#popup__timeline .box__timeline,
#popup__timeline .box__year {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.2s linear;
  transition: opacity 0.5s 0.2s linear;
}

#popup__timeline.active .head__info,
#popup__timeline.active .subhead,
#popup__timeline.active .box__timeline,
#popup__timeline.active .box__year {
  opacity: 1;
}

#popup__timeline .shadow {
  background: url(../img/bg/gradient__white-1.png) repeat-y;
  z-index: 1;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#popup__timeline .box__timeline {
  background: url(../img/bg/line__red-3.gif) no-repeat 5px center, url(../img/button/circle__red-1.png) no-repeat 0 center;
  background-size: 1px 100px, 10px auto;
  margin-left: 20px;
}

#popup__timeline .box__timeline .slider {
  background: url(../img/bg/line__red-3.gif) no-repeat 0 center;
  background-size: 100% 1px;
  /*    background: url(../img/notuse/png-1.png) no-repeat;*/
  height: 520px;
}

#popup__timeline .box__timeline .slider .item {
  text-align: center;
  width: 200px;
  height: 520px;
}

#popup__timeline .box__timeline .slider .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#popup__timeline .box__timeline .slider .info .pic {
  margin-bottom: 8px;
}

#popup__timeline .box__timeline .slider .info img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

#popup__timeline .box__timeline .slider .line {
  background: url(../img/bg/color__black-3.gif) no-repeat center 0, url(../img/button/circle__black-2.png) no-repeat center 0;
  background-size: 1px 100%, 10px auto;
  z-index: 10;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

#popup__timeline .box__timeline .text {
  margin-bottom: 10px;
  text-align: center;
}

#popup__timeline .box__timeline .text span {
  display: block;
  font-size: 20px;
  line-height: 18px;
}

#popup__timeline .box__timeline .slider .box__down .line {
  background: url(../img/bg/color__black-3.gif) no-repeat center 0, url(../img/button/circle__black-2.png) no-repeat center bottom;
  background-size: 1px 100%, 10px auto;
  bottom: auto;
  top: 20px;
}

#popup__timeline .box__timeline .slider .box__up,
#popup__timeline .box__timeline .slider .box__down {
  padding: 5px 0 55px;
  text-align: center;
  z-index: 10;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}

#popup__timeline .box__timeline .slider .box__down {
  padding: 55px 0 5px;
  top: auto;
  bottom: 0;
}

#popup__timeline .box__timeline .year {
  background: #fff;
  color: #000;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 26px;
  line-height: 40px;
  padding: 5px 10px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: font-size 0.2s linear;
  transition: font-size 0.2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#popup__timeline .box__timeline .slick-current .year {
  color: #ed1b2f;
  font-size: 40px;
}

#popup__timeline .box__timeline .slider .slick-current .line {
  background: url(../img/bg/color__red-2.gif) no-repeat center 0, url(../img/button/circle__red-2.png) no-repeat center 0;
  background-size: 1px 100%, 10px auto;
}

#popup__timeline .box__timeline .slider .slick-current .box__down .line {
  background: url(../img/bg/color__red-2.gif) no-repeat center 0, url(../img/button/circle__red-2.png) no-repeat center bottom;
  background-size: 1px 100%, 10px auto;
}

#popup__timeline .box__year {
  z-index: 10;
  width: 960px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#popup__timeline .box__year .slider .item {
  background: url(../img/bg/line__grey-1.gif) no-repeat 0 4px, url(../img/bg/line__grey-1.gif) no-repeat right 4px;
  background-size: 50% 1px;
  cursor: pointer;
  float: left;
  text-align: center;
  width: 50px;
}

#popup__timeline .box__year .slider .item:first-child {
  background: url(../img/bg/line__grey-1.gif) no-repeat right 4px;
  background-size: 50% 1px;
}

#popup__timeline .box__year .slider .item:last-child {
  background: url(../img/bg/line__grey-1.gif) no-repeat 0 4px;
  background-size: 50% 1px;
}

#popup__timeline .box__year .slider p {
  background: url(../img/button/circle__grey-1.png) no-repeat center 0;
  background-size: 10px auto;
  font-size: 20px;
  padding-top: 12px;
}

#popup__timeline .box__year .slider .active p {
  background: url(../img/button/circle__red-2.png) no-repeat center 0;
  background-size: 10px auto;
  color: #ed1b2f;
}

#popup__timeline .fancybox-close-small {
  background: url(../img/button/close__popup.png) no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  text-indent: -9998px;
  z-index: 10;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ---------------------------------------------------------------- popup__corporate
---------------------------------------------------------------------------------- */
.fancybox-slide [id^=popup__corporate],
[id^=popup__corporate] {
  background: url(../img/bg/bg__r-and-d.png) no-repeat right bottom #fff;
  display: none;
  padding: 25px 0 0;
  z-index: 100;
  width: 827px;
  min-height: 535px;
}

.fancybox-slide #popup__corporate-part-and-engine,
#popup__corporate-part-and-engine {
  background: url(../img/bg/bg__part-and-engine.png) no-repeat right bottom #fff;
}

.fancybox-slide #popup__corporate-assembly,
#popup__corporate-assembly {
  background: url(../img/bg/bg__assembly.png) no-repeat right bottom #fff;
}

.fancybox-slide #popup__corporate-sale,
#popup__corporate-sale {
  background: url(../img/bg/bg__sale.png) no-repeat right bottom #fff;
}

.fancybox-slide #popup__corporate-service,
#popup__corporate-service {
  background: url(../img/bg/bg__service.png) no-repeat right bottom #fff;
}

[id^=popup__corporate] .head__info {
  background: url(../img/bg/head__r-and-d.png) no-repeat;
  margin: 0 0 35px;
  height: 120px;
}

#popup__corporate-part-and-engine .head__info {
  background: url(../img/bg/head__part-and-engine.png) no-repeat;
}

#popup__corporate-assembly .head__info {
  background: url(../img/bg/head__assembly.png) no-repeat;
}

#popup__corporate-sale .head__info {
  background: url(../img/bg/head__sale.png) no-repeat;
}

#popup__corporate-service .head__info {
  background: url(../img/bg/head__service.png) no-repeat;
}

[id^=popup__corporate] .head__info span {
  background: #fff;
  color: #000;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 48px;
  line-height: 48px;
  padding: 5px 10px;
  vertical-align: top;
  position: absolute;
  bottom: -19px;
  left: 165px;
}

[id^=popup__corporate] .list {
  margin: 0 0 0 40px;
}

[id^=popup__corporate] .list li {
  background: url(../img/bullet/circle__grey-2.png) no-repeat 0 13px;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0 0 0 17px;
}

[id^=popup__corporate] .list strong {
  display: block;
  font-family: "DB Helvethaica X Med";
}

[id^=popup__corporate] .fancybox-close-small {
  background: url(../img/button/close__popup.png) no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  text-indent: -9998px;
  z-index: 10;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.fancybox-close-small:after {
  content: none !important;
}

/* -------------------------------------------------------------------- box__contact
---------------------------------------------------------------------------------- */
#box__contact {
  background: url(../img/bg/bg__contact.png) repeat-y center 0;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

#box__contact .head__index {
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
}

#box__contact .head__index span {
  background: url(../img/bullet/home.png) no-repeat;
  color: #777;
  display: inline-block;
  font-size: 22px;
  padding-top: 3px;
  padding-left: 37px;
  vertical-align: top;
}

#box__contact .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 70px;
  margin: 0 0 40px;
  padding: 0 0 0 17%;
}

#box__contact .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 16.5%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#box__contact .head__content strong {
  color: #ed1b2f;
  display: block;
  letter-spacing: 15px;
}

#box__contact .list__contact {
  margin: 0 auto;
  width: 86%;
}

#box__contact .list__contact li {
  background: #fff;
  margin: 0 0 20px;
  padding: 20px;
}

#box__contact .list__contact .left {
  background: url(../img/bg/dash__black-1.gif) repeat-y right 0;
  float: left;
  width: 52%;
  min-height: 174px;
}

#box__contact .list__contact .right {
  float: right;
  width: 48%;
}

#box__contact .list__contact .name {
  color: #000;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

#box__contact .list__contact .name strong {
  color: #f00;
  display: block;
}

#box__contact .list__contact .text__address span {
  display: block;
}

#box__contact .tel {
  float: left;
  width: 50%;
}

#box__contact .tel .text {
  padding-top: 70px;
  padding-left: 40%;
}

#box__contact .tel strong {
  display: block;
  padding-left: 20px;
  width: 40%;
  position: absolute;
  top: 70px;
  left: 0;
}

#box__contact .tel span {
  display: block;
  margin-bottom: 5px;
}

#box__contact .map {
  display: block;
  float: right;
  width: 50%;
}

#box__contact .map img {
  display: block;
  float: right;
  height: 174px;
}

#box__contact .more {
  background: url(../img/bg/color__red-2.gif) no-repeat 0 bottom;
  background-size: 100% 2px;
  padding: 0 5px 0 0;
  position: absolute;
  bottom: 0;
  right: 20px;
}

#box__contact .right .more {
  display: none;
}

#box__contact .more a {
  background: url(../img/bg/cross__grey-1.gif) no-repeat 0 6px;
  color: #555;
  display: block;
  padding: 3px 0 3px 28px;
}

#box__contact .box__car {
  z-index: 0;
  width: 37.8%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

#box__contact .box__car [class^=car-] {
  text-indent: -9998px;
  z-index: 10;
  position: absolute;
}

#box__contact .box__car .car-1 {
  background: url(../img/bg/car-1.png) no-repeat;
  width: 41px;
  height: 95px;
  top: -77%;
  left: -5%;
  -webkit-transition: all 3s 10.5s ease;
  transition: all 3s 10.5s ease;
}

#box__contact .box__car .car-2 {
  background: url(../img/bg/car-2.png) no-repeat;
  width: 60px;
  height: 160px;
  top: -104%;
  right: 79%;
  -webkit-transition: all 3s 11s ease;
  transition: all 3s 11s ease;
}

#box__contact .box__car .car-3 {
  background: url(../img/bg/car-3.png) no-repeat;
  display: none;
  width: 38px;
  height: 91px;
  top: 123%;
  right: 59.4%;
  -webkit-transition: all 4s 11.5s ease;
  transition: all 4s 11.5s ease;
}

#box__contact .box__car .car-4 {
  background: url(../img/bg/car-2.png) no-repeat;
  width: 60px;
  height: 160px;
  top: -66%;
  right: 14%;
  -webkit-transition: all 3s 12.5s ease;
  transition: all 3s 12.5s ease;
}

#box__contact .box__car .car-5 {
  background: url(../img/bg/car-4.png) no-repeat;
  width: 41px;
  height: 96px;
  bottom: -24%;
  right: 6%;
  -webkit-transition: all 4s 12s ease;
  transition: all 4s 12s ease;
}

#box__contact .box__car .car-6 {
  background: url(../img/bg/car-5.png) no-repeat;
  width: 41px;
  height: 98px;
  bottom: -101%;
  right: 14.5%;
  -webkit-transition: all 3s 11.5s ease;
  transition: all 3s 11.5s ease;
}

.play-animate #box__contact .box__car .car-1 {
  top: 23%;
}

.play-animate #box__contact .box__car .car-2 {
  top: -4%;
}

.play-animate #box__contact .box__car .car-3 {
  top: 23%;
}

.play-animate #box__contact .box__car .car-4 {
  top: 34.2%;
}

.play-animate #box__contact .box__car .car-5 {
  bottom: 76%;
}

.play-animate #box__contact .box__car .car-6 {
  bottom: -1%;
}

/* --------------------------------------------------------------------- box__career
---------------------------------------------------------------------------------- */
[id^=box__career] .head__index {
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
}

[id^=box__career] .head__index span {
  background: url(../img/bullet/home.png) no-repeat;
  color: #777;
  display: inline-block;
  font-size: 22px;
  padding-top: 3px;
  padding-left: 37px;
  vertical-align: top;
}

[id^=box__career] .head__content {
  color: #333;
  font-family: "DB Helvethaica X Li";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 70px;
  margin: 0 0 40px;
  padding: 0 0 0 17%;
}

[id^=box__career] .head__content span {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
  background-size: 100% 2px;
  display: block;
  z-index: 10;
  width: 16.5%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

[id^=box__career] .head__content strong {
  color: #ed1b2f;
  display: block;
  letter-spacing: 15px;
}

/* ------------------------------------------------------------- box__career-vacancy
---------------------------------------------------------------------------------- */
#box__career-vacancy {
  background: #f6f6f6;
  padding: 100px 0 60px;
}

#box__career-vacancy .head__content {
  letter-spacing: 5px;
  padding: 0 0 0 7%;
}

#box__career-vacancy .head__content span {
  width: 6.5%;
}

/* box__career-vacancy > box__vacancy
---------------------------------------------------------------------------------- */
#box__career-vacancy .box__vacancy {
  background: #fff;
  margin: 0 auto;
  padding: 20px 40px 35px;
  width: 86%;
}

#box__career-vacancy .box__vacancy .text__intro {
  background: url(../img/bg/color__red-1.gif) no-repeat 0 17px;
  background-size: 275px 2px;
  color: #000;
  padding-left: 280px;
  z-index: 10;
  position: absolute;
  top: -80px;
  left: 300px;
}

#box__career-vacancy .box__vacancy .text__intro strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
}

#box__career-vacancy .box__vacancy .text__intro em {
  color: #f00;
  font-style: normal;
}

#box__career-vacancy .box__vacancy .text__intro span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

#box__career-vacancy .box__vacancy .list__title {
  margin-left: 20px;
}

#box__career-vacancy .box__vacancy .list__title li {
  color: #999;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
  height: 20px;
}

#box__career-vacancy .box__vacancy .list__title .title {
  padding-left: 20px;
  width: 35%;
}

#box__career-vacancy .box__vacancy .list__title .unit {
  text-align: center;
  width: 10%;
}

#box__career-vacancy .box__vacancy .list__title .company {
  width: 33%;
}

#box__career-vacancy .box__vacancy .list__title .location {
  width: 10%;
}

#box__career-vacancy .box__vacancy .list__title .date {
  width: 10%;
}

#box__career-vacancy .box__vacancy .box__accordion {
  border-left: #000 1px solid;
  padding-left: 20px;
}

#box__career-vacancy .box__vacancy .box__accordion .accordion {
  border-bottom: #d1d1d1 1px solid;
  padding: 0;
}

#box__career-vacancy .box__vacancy .box__accordion .head {
  cursor: pointer;
  padding: 15px 0;
}

#box__career-vacancy .box__vacancy .box__accordion .title,
#box__career-vacancy .box__vacancy .box__accordion .unit,
#box__career-vacancy .box__vacancy .box__accordion .location,
#box__career-vacancy .box__vacancy .box__accordion .company,
#box__career-vacancy .box__vacancy .box__accordion .date {
  display: inline-block;
  vertical-align: top;
}

#box__career-vacancy .box__vacancy .box__accordion .title {
  background: url(../img/bullet/circle__black-1.png) no-repeat 0 8px;
  font-size: 26px;
  line-height: 26px;
  padding-left: 20px;
  width: 35%;
}

#box__career-vacancy .box__vacancy .box__accordion .unit {
  text-align: center;
  width: 10%;
}

#box__career-vacancy .box__vacancy .box__accordion .company {
  width: 33%;
}

#box__career-vacancy .box__vacancy .box__accordion .location {
  width: 10%;
}

#box__career-vacancy .box__vacancy .box__accordion .date {
  width: 10%;
}

#box__career-vacancy .box__vacancy .box__accordion .title span,
#box__career-vacancy .box__vacancy .box__accordion .unit span,
#box__career-vacancy .box__vacancy .box__accordion .company span,
#box__career-vacancy .box__vacancy .box__accordion .location span,
#box__career-vacancy .box__vacancy .box__accordion .date span {
  display: none;
  font-family: "DB Helvethaica X Bd";
}

#box__career-vacancy .box__vacancy .box__accordion .arrow {
  background: url(../img/button/cross__black-1.png) no-repeat center 0;
  margin-top: -1px;
  z-index: 10;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 22px;
  right: 0;
}

#box__career-vacancy .box__vacancy .box__accordion .info {
  padding: 10px 300px 10px 0;
}

#box__career-vacancy .box__vacancy .box__accordion .box__type {
  padding: 0 0 20px 235px;
}

#box__career-vacancy .box__vacancy .box__accordion .head__type {
  font-family: "DB Helvethaica X Bd";
  text-align: right;
  width: 170px;
  position: absolute;
  top: -1px;
  left: 0;
}

#box__career-vacancy .box__vacancy .box__accordion .list li {
  background: url(../img/bullet/circle__grey-1.png) no-repeat 0 8px;
  font-size: 22px;
  line-height: 22px;
  padding-left: 16px;
}

#box__career-vacancy .box__vacancy .box__accordion .apply-position {
  background: #f00;
  border: 0;
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 45px;
  padding: 0 25px;
  text-align: center;
  text-indent: 0;
  z-index: 10;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#box__career-vacancy .box__vacancy .box__accordion .open .title {
  background: url(../img/bullet/circle__black-2.png) no-repeat 0 8px;
}

#box__career-vacancy .box__vacancy .box__accordion .open .title,
#box__career-vacancy .box__vacancy .box__accordion .open .unit,
#box__career-vacancy .box__vacancy .box__accordion .open .company,
#box__career-vacancy .box__vacancy .box__accordion .open .location,
#box__career-vacancy .box__vacancy .box__accordion .open .date {
  font-family: "DB Helvethaica X Bd";
}

#box__career-vacancy .box__vacancy .box__accordion .open .arrow {
  background: url(../img/button/line__black-1.png) no-repeat center center;
  top: 13px;
}

/* --------------------------------------------------------------------- box__career
---------------------------------------------------------------------------------- */
#box__career {
  background: url(../img/bg/bg__career.jpg) no-repeat center 0;
  background-size: cover;
  padding: 100px 0 60px;
}

/* box__career > box__applyform
---------------------------------------------------------------------------------- */
#box__career .box__applyform {
  background: #fff;
  margin: 0 auto;
  padding: 40px 20px 35px;
  text-align: center;
  width: 66%;
}

#box__career .box__applyform p {
  color: #333;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
}

#box__career .box__applyform span {
  display: block;
}

#box__career .box__applyform .title {
  margin-bottom: 40px;
}

#box__career .box__applyform .title strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 5px;
}

#box__career .box__applyform .title strong span {
  display: inline;
}

#box__career .box__applyform .text {
  color: #999;
  font-family: "DB Helvethaica X Li";
  display: inline-block;
  margin: 0 10px;
  text-align: left;
  vertical-align: top;
  min-width: 170px;
}

#box__career .box__applyform .text strong {
  color: #333;
  display: block;
  font-size: 26px;
  line-height: 26px;
}

#box__career .box__applyform .textbox {
  display: inline-block;
  margin: 0 10px;
  width: 450px;
}

#box__career .box__applyform .radio {
  margin: 0 55px;
  text-align: left;
}

#box__career .box__applyform .list__applyform li {
  margin: 0 0 35px;
  text-align: center;
}

#box__career .box__applyform .list__applyform .for-thai,
#box__career .box__applyform .list__applyform .for-foreigner {
  display: none;
}

#box__career .box__applyform .list__applyform .for-thai.active,
#box__career .box__applyform .list__applyform .for-foreigner.active {
  display: block;
}

#box__career .box__applyform .captcha {
  text-align: center;
}

#box__career .box__applyform .captcha .pic,
#box__career .box__applyform .captcha .refresh {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

#box__career .box__applyform .captcha .pic {
  background: #fff;
  border: #000 1px solid;
  overflow: hidden;
  padding: 0 20px;
  height: 50px;
  border-radius: 3px;
}

#box__career .box__applyform .captcha .pic img {
  height: 48px;
}

#box__career .box__applyform .captcha .refresh {
  background: url(../img/button/refresh.png) no-repeat center center;
  margin: 0;
  text-indent: -9998px;
  width: 50px;
  height: 50px;
}

#box__career .box__applyform .captcha .textbox {
  width: 390px;
}

#box__career .box__applyform .submit {
  background: #f00;
  border: 0;
  color: #fff;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  width: 160px;
  height: 45px;
  border-radius: 5px;
}

/* box__career > box__complete
---------------------------------------------------------------------------------- */
#box__career .box__complete {
  background: #fff;
  margin: 0 auto;
  padding: 40px 20px 5px;
  text-align: center;
  width: 66%;
}

#box__career .box__complete p {
  color: #333;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 40px;
}

#box__career .box__complete span {
  display: block;
}

#box__career .box__complete strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 5px;
}

#box__career .box__complete strong span {
  display: inline;
}

/* ----------------------------------------------------------- box__career-applyform
---------------------------------------------------------------------------------- */
#box__career-applyform {
  background: #f6f6f6;
  padding: 100px 0 20px;
}

/* box__career-applyform > form__apply
---------------------------------------------------------------------------------- */
#box__career-applyform .text__note {
  position: absolute;
  top: -80px;
  right: 40px;
}

#box__career-applyform .text__note strong {
  display: block;
  font-family: "DB Helvethaica X";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

#box__career-applyform .text__note span {
  display: block;
  font-size: 26px;
  line-height: 26px;
}

#box__career-applyform em {
  color: #f00;
  font-style: normal;
}

#box__career-applyform .form__apply {
  background: #fff;
  margin: 0 auto;
  padding: 40px 30px;
  width: 1660px;
}

#box__career-applyform .form__apply .head__info {
  background: url(../img/bg/color__black-1.gif) no-repeat center 25px;
  background-size: 100% 2px;
  margin-bottom: 40px;
  text-align: center;
}

#box__career-applyform .form__apply .head__info strong {
  background: #fff;
  color: #000;
  display: inline-block;
  font-family: "DB Helvethaica X Bd";
  font-size: 50px;
  line-height: 50px;
  padding: 0 20px;
  vertical-align: top;
}

#box__career-applyform .form__apply .head__info span {
  color: #333;
  display: block;
  font-family: "DB Helvethaica X Li";
  font-size: 40px;
  line-height: 40px;
}

#box__career-applyform .form__apply .title {
  color: #555;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 40px;
}

#box__career-applyform .form__apply .title strong {
  color: #000;
  display: block;
  font-size: 30px;
  line-height: 30px;
}

#box__career-applyform .form__apply .title span {
  display: block;
}

#box__career-applyform .form__apply .list li {
  float: left;
  padding-left: 250px;
  width: 50%;
}

#box__career-applyform .form__apply .text {
  color: #999;
  font-family: "DB Helvethaica X Li";
  display: block;
  text-align: left;
  width: 250px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

#box__career-applyform .form__apply .text p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#box__career-applyform .form__apply .text strong {
  color: #333;
  display: block;
  font-size: 26px;
  line-height: 26px;
}

#box__career-applyform .form__apply .text span {
  display: block;
}

#box__career-applyform .form__apply .detail {
  padding-right: 20px;
  margin-bottom: 20px;
}

#box__career-applyform .form__apply .detail p {
  color: #999;
  display: inline-block;
  font-family: "DB Helvethaica X Li";
  margin-right: 20px;
  vertical-align: top;
  height: 50px;
}

#box__career-applyform .form__apply .detail p strong {
  color: #333;
  display: block;
  font-size: 26px;
  line-height: 25px;
}

#box__career-applyform .form__apply .detail p span {
  display: block;
}

#box__career-applyform .form__apply .checkbox,
#box__career-applyform .form__apply .radio {
  padding-right: 40px;
}

#box__career-applyform .form__apply .detail .number {
  line-height: 52px;
  text-align: right;
  position: absolute;
  top: 0;
  left: -20px;
}

#box__career-applyform .box__button {
  text-align: center;
}

#box__career-applyform .box__button .submit,
#box__career-applyform .box__button .back {
  background: #f00;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 30px;
  line-height: 60px;
  margin: 0 10px;
  padding: 0 40px;
  text-align: center;
  text-indent: 0;
  vertical-align: top;
  height: 60px;
  border-radius: 5px;
}

#box__career-applyform .box__button .back {
  background: #6e6e6e;
}

/* box__career-applyform > form__apply > list__step
---------------------------------------------------------------------------------- */
#box__career-applyform .list__step {
  margin: 0 0 40px;
}

#box__career-applyform .list__step li {
  background: #fff;
  border: #000 1px solid;
  float: left;
  margin: 0 10px;
  padding: 0 10px;
  width: 300px;
  height: 120px;
}

#box__career-applyform .list__step p {
  background: url(../img/bg/cross__black-1.png) no-repeat right center;
  display: block;
  padding: 13px 0 0;
  width: 100%;
  height: auto;
}

#box__career-applyform .list__step strong {
  color: #000;
  display: block;
  font-family: "DB Helvethaica X Med";
  font-size: 34px;
  line-height: 30px;
}

#box__career-applyform .list__step span {
  color: #333;
  display: block;
  font-family: "DB Helvethaica X Li";
  font-size: 30px;
  line-height: 30px;
  margin-top: 5px;
}

#box__career-applyform .list__step .current {
  background: #000;
}

#box__career-applyform .list__step .current p {
  background: url(../img/bg/line__white-1.png) no-repeat right center;
}

#box__career-applyform .list__step .current strong,
#box__career-applyform .list__step .current span {
  color: #fff;
}

/* box__career-applyform > form__apply > box__info-general
---------------------------------------------------------------------------------- */
#box__career-applyform .box__info-general {
  margin: 0 10px 20px;
}

#box__career-applyform .box__info-general .list li {
  float: left;
  padding-left: 250px;
  width: 50%;
}

#box__career-applyform .box__info-general .textbox,
#box__career-applyform .box__info-general select {
  width: 370px;
}

/* box__career-applyform > form__apply > box__info-personal
---------------------------------------------------------------------------------- */
#box__career-applyform .box__info-personal {
  margin: 0 10px 40px;
}

#box__career-applyform .box__info-personal .list li {
  padding-left: 190px;
}

#box__career-applyform .box__info-personal .text {
  width: 190px;
}

#box__career-applyform .box__info-personal .list .info-2,
#box__career-applyform .box__info-personal .list .info-4,
#box__career-applyform .box__info-personal .list .info-6,
#box__career-applyform .box__info-personal .list .info-7,
#box__career-applyform .box__info-personal .list .info-8,
#box__career-applyform .box__info-personal .list .info-9,
#box__career-applyform .box__info-personal .list .info-10,
#box__career-applyform .box__info-personal .list .info-11,
#box__career-applyform .box__info-personal .list .info-12,
#box__career-applyform .box__info-personal .list .info-13,
#box__career-applyform .box__info-personal .list .info-14,
#box__career-applyform .box__info-personal .list .info-15,
#box__career-applyform .box__info-personal .list .info-16,
#box__career-applyform .box__info-personal .list .info-17,
#box__career-applyform .box__info-personal .list .info-18,
#box__career-applyform .box__info-personal .list .info-19 {
  width: 25%;
}

#box__career-applyform .box__info-personal .list .info-9,
#box__career-applyform .box__info-personal .list .info-10,
#box__career-applyform .box__info-personal .list .info-11,
#box__career-applyform .box__info-personal .list .info-13,
#box__career-applyform .box__info-personal .list .info-14,
#box__career-applyform .box__info-personal .list .info-15,
#box__career-applyform .box__info-personal .list .info-17,
#box__career-applyform .box__info-personal .list .info-18,
#box__career-applyform .box__info-personal .list .info-19 {
  padding-left: 130px;
}

#box__career-applyform .box__info-personal .list .info-9 .text,
#box__career-applyform .box__info-personal .list .info-10 .text,
#box__career-applyform .box__info-personal .list .info-11 .text,
#box__career-applyform .box__info-personal .list .info-13 .text,
#box__career-applyform .box__info-personal .list .info-14 .text,
#box__career-applyform .box__info-personal .list .info-15 .text,
#box__career-applyform .box__info-personal .list .info-17 .text,
#box__career-applyform .box__info-personal .list .info-18 .text,
#box__career-applyform .box__info-personal .list .info-19 .text {
  width: 130px;
}

#box__career-applyform .box__info-personal .list .info-3 .detail,
#box__career-applyform .box__info-personal .list .info-5 .detail {
  padding-right: 0;
}

#box__career-applyform .box__info-personal .list .info-3 .textbox,
#box__career-applyform .box__info-personal .list .info-5 .textbox {
  display: inline-block;
  vertical-align: top;
  width: 46.7%;
}

#box__career-applyform .box__info-personal .list .info-3 .textbox:nth-of-type(1),
#box__career-applyform .box__info-personal .list .info-5 .textbox:nth-of-type(1) {
  margin-right: 16px;
}

#box__career-applyform .box__info-personal .list .info-7 .text {
  width: 60px;
  left: 131px;
}

/* box__career-applyform > form__apply > box__address-permanent
---------------------------------------------------------------------------------- */
#box__career-applyform .box__address-permanent {
  margin: 0 10px 40px;
}

#box__career-applyform .box__address-permanent .head__info {
  text-align: left;
}

#box__career-applyform .box__address-permanent .head__info strong {
  padding: 0 20px 0 0;
}

#box__career-applyform .box__address-permanent .list li {
  padding-left: 130px;
  width: 25%;
}

#box__career-applyform .box__address-permanent .text {
  width: 130px;
}

#box__career-applyform .box__address-permanent .list .info-1,
#box__career-applyform .box__address-permanent .list .info-3,
#box__career-applyform .box__address-permanent .list .info-7 {
  padding-left: 190px;
}

#box__career-applyform .box__address-permanent .list .info-1 .text,
#box__career-applyform .box__address-permanent .list .info-3 .text,
#box__career-applyform .box__address-permanent .list .info-7 .text {
  width: 190px;
}

#box__career-applyform .box__address-permanent .list .info-2 {
  width: 75%;
}

/* box__career-applyform > form__apply > box__address-present
---------------------------------------------------------------------------------- */
#box__career-applyform .box__address-present {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  margin: 0 10px 40px;
  padding-bottom: 20px;
}

#box__career-applyform .box__address-present .head__info {
  text-align: left;
}

#box__career-applyform .box__address-present .head__info strong {
  padding: 0 20px 0 0;
}

#box__career-applyform .box__address-present .same-info {
  z-index: 10;
  position: absolute;
  top: 57px;
  left: 285px;
}

#box__career-applyform .box__address-present .same-info .checkbox,
#box__career-applyform .box__address-present .same-info .checkbox span {
  height: 25px;
}

#box__career-applyform .box__address-present .same-info .checkbox strong {
  display: inline;
}

#box__career-applyform .box__address-present .list li {
  padding-left: 190px;
  width: 25%;
}

#box__career-applyform .box__address-present .text {
  width: 190px;
}

#box__career-applyform .box__address-present .list .info-4,
#box__career-applyform .box__address-present .list .info-5 {
  width: 100%;
}

#box__career-applyform .box__address-present .list .info-1,
#box__career-applyform .box__address-present .list .info-2,
#box__career-applyform .box__address-present .list .info-3 {
  width: 33.33%;
}

#box__career-applyform .box__address-present .list .info-4 .radio {
  padding-right: 80px;
}

#box__career-applyform .box__address-present .list .info-5 .detail {
  padding-right: 0;
}

#box__career-applyform .box__address-present .list .info-5 .radio {
  padding-right: 10px;
  min-width: 260px;
}

#box__career-applyform .box__address-present .list .info-5 .textbox,
#box__career-applyform .box__address-present .list .info-5 select {
  display: inline-block;
  vertical-align: top;
  width: 841px;
}

#box__career-applyform .box__address-present .list .info-5 select {
  margin-right: 20px;
  width: 233px;
}

#box__career-applyform .box__address-present .list .info-6,
#box__career-applyform .box__address-present .list .info-11 {
  width: 50%;
}

#box__career-applyform .box__address-present .list .info-6 .detail,
#box__career-applyform .box__address-present .list .info-11 .detail {
  padding-right: 0;
}

#box__career-applyform .box__address-present .list .info-6 .textbox,
#box__career-applyform .box__address-present .list .info-11 .textbox {
  display: inline-block;
  vertical-align: top;
  width: 46.7%;
}

#box__career-applyform .box__address-present .list .info-6 .textbox:nth-of-type(1),
#box__career-applyform .box__address-present .list .info-11 .textbox:nth-of-type(1) {
  margin-right: 16px;
}

#box__career-applyform .box__address-present .list .info-9,
#box__career-applyform .box__address-present .list .info-14 {
  width: 50%;
}

#box__career-applyform .box__address-present .list .info-7,
#box__career-applyform .box__address-present .list .info-10,
#box__career-applyform .box__address-present .list .info-12,
#box__career-applyform .box__address-present .list .info-15 {
  padding-left: 130px;
  width: 29%;
}

#box__career-applyform .box__address-present .list .info-8,
#box__career-applyform .box__address-present .list .info-13 {
  padding-left: 127px;
  width: 21%;
}

#box__career-applyform .box__address-present .list .info-8 .text,
#box__career-applyform .box__address-present .list .info-13 .text {
  width: 60px;
  left: 67px;
}

/* box__career-applyform > form__apply > box__educational-backgound
---------------------------------------------------------------------------------- */
#box__career-applyform .box__educational-backgound {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  margin: 0 10px 40px;
  padding-bottom: 40px;
}

#box__career-applyform .box__educational-backgound .list {
  margin-bottom: 30px;
}

#box__career-applyform .box__educational-backgound .list li {
  float: none;
  padding-left: 250px;
  width: auto;
}

#box__career-applyform .box__educational-backgound .text {
  width: 250px;
}

#box__career-applyform .box__educational-backgound .textbox,
#box__career-applyform .box__educational-backgound select {
  width: 800px;
}

#box__career-applyform .box__educational-backgound .list .info-2 select {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 180px;
}

#box__career-applyform .box__educational-backgound .list .info-2 .year {
  width: 129px;
}

#box__career-applyform .box__educational-backgound .list .info-5 .textbox {
  width: 160px;
}

#box__career-applyform .box__educational-backgound .box__button {
  margin-left: 250px;
  margin-bottom: 40px;
  text-align: left;
}

#box__career-applyform .box__educational-backgound .box__button .add,
#box__career-applyform .box__educational-backgound .box__button .cancel {
  background: #000;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 26px;
  line-height: 50px;
  margin: 0 16px 0 0;
  padding: 0 20px;
  text-align: center;
  text-indent: 0;
  vertical-align: top;
  height: 50px;
  border-radius: 5px;
}

#box__career-applyform .box__educational-backgound .box__button .cancel {
  background: #6e6e6e;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound table {
  width: 100%;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound col:nth-of-type(1) {
  width: 200px;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound col:nth-of-type(2) {
  width: 180px;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound col:nth-of-type(3) {
  width: 180px;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound col:nth-of-type(6) {
  width: 180px;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound th {
  background: #333;
  border-left: #fff 1px solid;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound .from,
#box__career-applyform .box__educational-backgound .table__educational-backgound .to {
  border-top: #fff 1px solid;
  text-align: center !important;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound th span {
  display: block;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound td {
  border-left: #fff 1px solid;
  border-bottom: #d1d1d1 1px solid;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound td span {
  color: #999;
  display: block;
}

#box__career-applyform .box__educational-backgound .table__educational-backgound th:first-child,
#box__career-applyform .box__educational-backgound .table__educational-backgound td:first-child {
  border-left: 0;
  text-align: left;
}

/* box__career-applyform > form__apply > box__language
---------------------------------------------------------------------------------- */
#box__career-applyform .box__language {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  margin: 0 10px 40px;
  padding-bottom: 40px;
}

#box__career-applyform .box__language .textbox {
  margin-bottom: 20px;
  width: 100%;
}

#box__career-applyform .box__language .box__skill-computer {
  float: left;
  padding-right: 20px;
  width: 50%;
}

#box__career-applyform .box__language .box__skill-other {
  float: right;
  padding-left: 20px;
  width: 50%;
}

#box__career-applyform .box__language .table__skill {
  margin: 0 0 40px;
}

#box__career-applyform .box__language .table__skill table {
  width: 100%;
}

#box__career-applyform .box__language .table__skill col {
  width: 25%;
}

#box__career-applyform .box__language .table__skill th {
  background: #333;
  border-left: #fff 1px solid;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__language .table__skill .speaking,
#box__career-applyform .box__language .table__skill .reading,
#box__career-applyform .box__language .table__skill .writing {
  border-top: #fff 1px solid;
  text-align: center !important;
}

#box__career-applyform .box__language .table__skill th span {
  display: block;
}

#box__career-applyform .box__language .table__skill td {
  border-left: #fff 1px solid;
  border-bottom: #d1d1d1 1px solid;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__language .table__skill select {
  margin: 0 auto;
  width: 260px;
}

#box__career-applyform .box__language .table__skill td span {
  color: #999;
  display: block;
}

#box__career-applyform .box__language .table__skill p,
#box__career-applyform .box__language .table__skill .textbox {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

#box__career-applyform .box__language .table__skill .textbox {
  margin: 0;
  width: 200px;
}

#box__career-applyform .box__language .table__skill th:first-child,
#box__career-applyform .box__language .table__skill td:first-child {
  border-left: 0;
  text-align: left;
}

/* box__career-applyform > form__apply > box__work-training
---------------------------------------------------------------------------------- */
#box__career-applyform .box__work-training {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  margin: 0 10px 40px;
  padding-bottom: 40px;
}

#box__career-applyform .box__work-training .head__section {
  position: absolute;
  top: 110px;
  left: 20px;
}

#box__career-applyform .box__work-training .head__section strong {
  color: #000;
  font-family: "DB Helvethaica X Bd";
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}

#box__career-applyform .box__work-training .head__section span {
  color: #333;
  display: block;
  font-size: 32px;
  line-height: 32px;
}

#box__career-applyform .box__work-training .box__button {
  margin-left: 250px;
  margin-bottom: 40px;
  text-align: left;
}

#box__career-applyform .box__work-training .box__button .add,
#box__career-applyform .box__work-training .box__button .cancel {
  background: #000;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "DB Helvethaica X Med";
  font-size: 26px;
  line-height: 50px;
  margin: 0 16px 0 0;
  padding: 0 20px;
  text-align: center;
  text-indent: 0;
  vertical-align: top;
  height: 50px;
  border-radius: 5px;
}

#box__career-applyform .box__work-training .box__button .cancel {
  background: #6e6e6e;
}

#box__career-applyform .box__work-training .box__detail {
  background: url(../img/bg/bg__rock.gif) repeat-y;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 225px;
}

#box__career-applyform .box__work-training .box__detail .title {
  margin-left: 40px;
}

#box__career-applyform .box__work-training .list {
  margin-bottom: 20px;
}

#box__career-applyform .box__work-training .list li {
  padding-left: 250px;
  width: 50%;
}

#box__career-applyform .box__work-training .list .text {
  width: 210px;
  left: 40px;
}

#box__career-applyform .box__training .table__training {
  margin: 0 0 40px;
}

#box__career-applyform .box__training .table__training table {
  width: 100%;
}

#box__career-applyform .box__training .table__training col:nth-of-type(1) {
  width: 25%;
}

#box__career-applyform .box__training .table__training col:nth-of-type(2) {
  width: 35%;
}

#box__career-applyform .box__training .table__training col:nth-of-type(3) {
  width: 15%;
}

#box__career-applyform .box__training .table__training col:nth-of-type(4) {
  width: 25%;
}

#box__career-applyform .box__training .table__training th {
  background: #333;
  border-left: #fff 1px solid;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__training .table__training th span {
  display: block;
}

#box__career-applyform .box__training .table__training td {
  border-left: #fff 1px solid;
  border-bottom: #d1d1d1 1px solid;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__training .table__training td span {
  color: #999;
  display: block;
}

#box__career-applyform .box__training .table__training th:first-child,
#box__career-applyform .box__training .table__training td:first-child {
  border-left: 0;
}

#box__career-applyform .box__work .note {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

#box__career-applyform .box__work textarea {
  height: 120px;
}

#box__career-applyform .box__work .box__from,
#box__career-applyform .box__work .box__to {
  float: left;
  padding-right: 5px;
  vertical-align: top;
  width: 50%;
  min-height: 120px;
}

#box__career-applyform .box__work .box__to {
  float: right;
  padding: 0 0 0 5px;
}

#box__career-applyform .box__work .box__from p,
#box__career-applyform .box__work .box__to p {
  color: #000;
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
  height: auto;
}

#box__career-applyform .box__work .box__from select,
#box__career-applyform .box__work .box__to select {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

#box__career-applyform .box__work .table__work {
  margin: 0 0 40px;
}

#box__career-applyform .box__work .table__work table {
  width: 100%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(1) {
  width: 15%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(2) {
  width: 15%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(3) {
  width: 20%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(4) {
  width: 10%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(5) {
  width: 10%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(6) {
  width: 15%;
}

#box__career-applyform .box__work .table__work col:nth-of-type(7) {
  width: 15%;
}

#box__career-applyform .box__work .table__work th {
  background: #333;
  border-left: #fff 1px solid;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__work .table__work th span {
  display: block;
}

#box__career-applyform .box__work .table__work td {
  border-left: #fff 1px solid;
  border-bottom: #d1d1d1 1px solid;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

#box__career-applyform .box__work .table__work td span {
  color: #999;
  display: block;
}

#box__career-applyform .box__work .table__work th:first-child,
#box__career-applyform .box__work .table__work td:first-child {
  border-left: 0;
}

#box__career-applyform .box__work .table__work .from,
#box__career-applyform .box__work .table__work .to {
  border-top: #fff 1px solid;
}

/* box__career-applyform > form__apply > box__miscellaneous-reference
---------------------------------------------------------------------------------- */
#box__career-applyform .box__miscellaneous-reference {
  background: url(../img/bg/color__black-1.gif) no-repeat center bottom;
  background-size: 100% 2px;
  margin: 0 10px 40px;
  padding-bottom: 40px;
}

#box__career-applyform .box__miscellaneous-reference .list li {
  margin-bottom: 20px;
  padding-left: 545px;
  width: 100%;
}

#box__career-applyform .box__miscellaneous-reference .list .text {
  width: 545px;
}

#box__career-applyform .box__miscellaneous-reference .list .text p {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#box__career-applyform .box__miscellaneous-reference .list .info-1 .checkbox strong,
#box__career-applyform .box__miscellaneous-reference .list .info-1 .radio strong,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .checkbox strong,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .radio strong {
  display: inline;
  padding-right: 5px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-1 .checkbox,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .checkbox {
  min-width: 260px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-1 .checkbox,
#box__career-applyform .box__miscellaneous-reference .list .info-1 .radio,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .checkbox,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .radio,
#box__career-applyform .box__miscellaneous-reference .list .info-1 .checkbox span,
#box__career-applyform .box__miscellaneous-reference .list .info-1 .radio span,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .checkbox span,
#box__career-applyform .box__miscellaneous-reference .list .info-2 .radio span {
  height: 25px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-6 .checkbox {
  padding-right: 20px;
  height: auto;
}

#box__career-applyform .box__miscellaneous-reference .list .info-6 .checkbox input[type=checkbox] {
  top: 20px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#box__career-applyform .box__miscellaneous-reference .list .info-6 .checkbox span {
  display: block;
  margin-bottom: 5px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-6 .textbox {
  width: 280px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance li {
  float: left;
  padding-left: 130px;
  padding-right: 20px;
  width: 35%;
}

#box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance select {
  width: 130px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance .text {
  top: 1px;
  width: 130px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance li:nth-of-type(even) {
  padding-left: 160px;
  padding-right: 0;
  width: 65%;
}

#box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance li:nth-of-type(even) .text {
  width: 160px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-8,
#box__career-applyform .box__miscellaneous-reference .list .info-9 {
  padding-left: 0;
}

#box__career-applyform .box__miscellaneous-reference .list .info-8 .text,
#box__career-applyform .box__miscellaneous-reference .list .info-9 .text {
  margin-bottom: 20px;
  width: auto;
  position: relative;
}

#box__career-applyform .box__miscellaneous-reference .list .info-8 .text p,
#box__career-applyform .box__miscellaneous-reference .list .info-9 .text p {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#box__career-applyform .box__miscellaneous-reference .list .info-8 .detail {
  padding-left: 40px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-8 .number {
  color: #000;
  left: 10px;
}

#box__career-applyform .box__miscellaneous-reference .list .info-10,
#box__career-applyform .box__miscellaneous-reference .list .info-11 {
  padding-left: 200px;
  width: 50%;
}

#box__career-applyform .box__miscellaneous-reference .list .info-10 .detail,
#box__career-applyform .box__miscellaneous-reference .list .info-11 .detail {
  min-height: 50px;
}

#box__career-applyform .box__miscellaneous-reference .upload-jpg,
#box__career-applyform .box__miscellaneous-reference .upload-pdf {
  background: url(../img/bg/upload-jpg.png) no-repeat;
  cursor: pointer;
  float: left;
  width: 546px;
  height: 50px;
}

#box__career-applyform .box__miscellaneous-reference .upload-pdf {
  background: url(../img/bg/upload-pdf.png) no-repeat;
  float: right;
}

#box__career-applyform .box__miscellaneous-reference .upload-jpg input,
#box__career-applyform .box__miscellaneous-reference .upload-pdf input {
  cursor: pointer;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

/* -------------------------------------------------------------------------- footer
---------------------------------------------------------------------------------- */
#footer {
  background: #000;
  padding: 15px 20px;
  z-index: 50;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .copyright {
  color: #fff;
  font-family: tahoma;
  font-size: 13px;
  line-height: 15px;
}

#footer .box__link {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer .box__link .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .box__link .list li {
  background: url(../img/bg/line__white-2.png) no-repeat 0 4px;
  background-size: 1px 70%;
}
#footer .box__link .list li a {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 0 15px;
}
#footer .box__link .list li:first-child {
  background: none;
}

#box__beyond-the-best + #footer {
  position: relative;
}

@media (max-width: 1680px) {
  body {
    font-size: 20px;
    line-height: 22px;
  }
  .textbox, select, textarea {
    font-size: 20px;
  }
  .checkbox span, .radio span {
    font-family: "DB Helvethaica X";
    font-size: 20px;
    line-height: 22px;
    padding-top: 3px;
  }
  #nav__main .list > li > a {
    font-size: 26px;
    line-height: 26px;
    padding: 12px 20px 10px 0;
  }
  #nav__main .list .subnav {
    margin-top: 0;
  }
  #nav__main .list .subnav li {
    margin-bottom: 5px;
    background: url(../img/bg/cross__black-2.png) no-repeat right center;
  }
  /* ----------------------------------------------------------------------- box__home
  ---------------------------------------------------------------------------------- */
  #box__home .box__whats-new .detail {
    height: 195px;
    bottom: -195px;
  }
  #box__home .box__whats-new .box__main {
    padding-right: 20px;
  }
  #box__home .box__whats-new .box__main .head__content {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #box__home .box__whats-new .box__main .head__content span {
    background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
    background-size: 100% 1px;
    width: 68%;
    top: 39px;
  }
  #box__home .box__whats-new .box__main .head__content strong {
    font-size: 85px;
  }
  #box__home .box__whats-new .list__whats-new {
    height: 195px;
  }
  #box__home .box__whats-new .list__whats-new li {
    margin-right: 20px;
    width: 355px;
    height: 195px;
  }
  #box__home .box__whats-new .list__whats-new img {
    display: block;
    width: 355px;
    height: 195px;
  }
  #box__home .box__whats-new .list__whats-new .more a {
    background: url(../img/bg/color__red-2.gif) no-repeat 0 bottom #fff;
    background-size: 22px 2px;
    line-height: 36px;
    padding: 0 10px 0 20px;
    height: 36px;
  }
  #box__home .box__whats-new .list__whats-new .link {
    padding: 15px 0 0;
  }
  #box__home .box__whats-new .list__whats-new .date {
    font-family: "DB Helvethaica X";
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 5px 10px 5px 15px;
  }
  #box__home .box__whats-new .list__whats-new .title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 5px 10px 15px;
    height: 48px;
  }
  #box__home .box__whats-new .list__whats-new .description {
    font-size: 18px;
    line-height: 18px;
    margin: 0 5px 10px 15px;
    height: 35px;
  }
  #box__home .box__car .car-1 {
    background: url(../img/bg/car-1.png) no-repeat;
    background-size: 29px 67px;
    width: 29px;
    height: 67px;
  }
  #box__home .box__car .car-2 {
    background: url(../img/bg/car-2.png) no-repeat;
    background-size: 42px 112px;
    width: 42px;
    height: 112px;
  }
  #box__home .box__car .car-3 {
    background: url(../img/bg/car-3.png) no-repeat;
    background-size: 27px 65px;
    width: 38px;
    height: 91px;
  }
  #box__home .box__car .car-4 {
    background: url(../img/bg/car-6.png) no-repeat;
    background-size: 42px 113px;
    width: 42px;
    height: 113px;
  }
  #box__home .box__car .car-5 {
    background: url(../img/bg/car-4.png) no-repeat;
    background-size: 29px 68px;
    width: 29px;
    height: 68px;
  }
  #box__home .box__car .car-6 {
    background: url(../img/bg/car-5.png) no-repeat;
    background-size: 29px 69px;
    width: 29px;
    height: 69px;
  }
  /* --------------------------------------------------------------------- box__update
  ---------------------------------------------------------------------------------- */
  [id^=box__update] .head__content {
    font-size: 70px;
    line-height: 60px;
    margin: 0 0 20px;
    padding: 0 0 0 4%;
  }
  [id^=box__update] .head__content span {
    width: 3.5%;
  }
  [id^=box__update] .head__content strong {
    letter-spacing: 10px;
  }
  [id^=box__update] .box__search {
    width: 540px;
    top: -120px;
    right: 10px;
  }
  [id^=box__update] .list__update {
    margin: 0 auto;
    width: 1260px;
  }
  [id^=box__update] .list__update li {
    margin: 0 10px 20px;
    padding-bottom: 60px;
    width: 400px;
    height: 450px;
  }
  [id^=box__update] .list__update .date {
    padding: 5px 10px 5px 20px;
  }
  [id^=box__update] .list__update .title,
  [id^=box__update] .list__update .description {
    margin-left: 20px;
    margin-right: 10px;
  }
  [id^=box__update] .box__info {
    width: 1180px;
  }
  [id^=box__update] .box__detail {
    margin-bottom: 20px;
    padding: 20px;
  }
  [id^=box__update] .box__detail .slider-for {
    margin-left: 30px;
  }
  [id^=box__update] .box__detail .slider-for,
  [id^=box__update] .box__detail .slider-for .item {
    width: 900px;
    height: 478px;
  }
  [id^=box__update] .box__detail .slider-nav {
    width: 165px;
    right: 30px;
  }
  [id^=box__update] .box__detail .slider-nav .item {
    margin-bottom: 10px;
    width: 165px;
    height: 112px;
  }
  [id^=box__update] .box__detail .slider-nav .item span {
    height: 3px;
  }
  [id^=box__update] .box__article li {
    background: url(../img/bullet/circle__grey-1.png) no-repeat 0 9px;
  }
  /* ------------------------------------------------------------------ box__corporate
  ---------------------------------------------------------------------------------- */
  #box__corporate .box__map-large {
    width: 1280px;
  }
  #box__corporate .head__content {
    font-size: 70px;
    line-height: 60px;
  }
  #box__corporate.box__corporate-info .box__detail {
    width: 1180px;
  }
  #box__corporate.box__corporate-info .box__detail .head__detail {
    font-size: 32px;
    line-height: 32px;
  }
  #box__corporate.box__corporate-info .box__search {
    padding: 40px 20px 20px;
    top: -145px;
  }
  #box__corporate .head__content strong {
    letter-spacing: 10px;
  }
  #box__corporate .box__search select {
    width: 300px;
  }
  #box__corporate.box__corporate-info .box__detail .list__company-detail {
    min-height: 520px;
  }
  #box__corporate.box__corporate-info .box__detail .list__company-detail li {
    margin-bottom: 30px;
    padding-left: 180px;
  }
  #box__corporate.box__corporate-info .box__detail .info__main {
    padding-right: 100px;
    width: 755px;
  }
  #box__corporate.box__corporate-info .box__detail .hiring {
    top: -10px;
  }
  #box__corporate.box__corporate-info .box__pic-and-map .box__map .map {
    width: 480px;
  }
  #box__corporate .box__isuzu-thailand .box__production-line .list {
    background: url(../img/general/pic-production-line-2.png) no-repeat;
    width: 579px;
    height: 144px;
  }
  #box__corporate .box__map-large iframe {
    height: 536px;
  }
  /* box__corporate > box__isuzu-thailand
  ---------------------------------------------------------------------------------- */
  #box__corporate .head__index {
    margin-bottom: 40px;
  }
  /* -------------------------------------------------------------------- box__contact
  ---------------------------------------------------------------------------------- */
  #box__contact .list__contact .left {
    width: 50%;
    min-height: 150px;
  }
  #box__contact .list__contact .right {
    width: 50%;
  }
  #box__contact .list__contact .name {
    font-size: 26px;
    line-height: 26px;
  }
  #box__contact .more a {
    background: url(../img/bg/cross__grey-2.gif) no-repeat 0 7px;
    padding: 3px 0 3px 21px;
  }
  #box__contact .tel {
    width: 40%;
  }
  #box__contact .tel .text {
    padding-top: 62px;
  }
  #box__contact .tel strong {
    top: 62px;
  }
  #box__contact .map {
    float: right;
    width: 60%;
  }
  #box__contact .map img {
    width: auto;
    height: 150px;
  }
  #box__contact .box__car .car-1 {
    background: url(../img/bg/car-1.png) no-repeat;
    background-size: 29px 67px;
    margin-top: 50px;
    width: 29px;
    height: 67px;
  }
  #box__contact .box__car .car-2 {
    background: url(../img/bg/car-2.png) no-repeat;
    background-size: 42px 112px;
    width: 42px;
    height: 112px;
  }
  #box__contact .box__car .car-3 {
    background: url(../img/bg/car-3.png) no-repeat;
    background-size: 27px 65px;
    width: 27px;
    height: 65px;
  }
  #box__contact .box__car .car-4 {
    background: url(../img/bg/car-2.png) no-repeat;
    background-size: 42px 112px;
    width: 42px;
    height: 112px;
  }
  #box__contact .box__car .car-5 {
    background: url(../img/bg/car-4.png) no-repeat;
    background-size: 29px 68px;
    width: 29px;
    height: 68px;
  }
  #box__contact .box__car .car-6 {
    background: url(../img/bg/car-5.png) no-repeat;
    background-size: 29px 69px;
    width: 29px;
    height: 69px;
  }
  /* box__career-applyform > form__apply
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .form__apply {
    padding: 30px 20px;
    width: 1180px;
  }
  #box__career-applyform .form__apply .list li {
    padding-left: 140px;
  }
  #box__career-applyform .form__apply .title {
    margin-bottom: 30px;
  }
  #box__career-applyform .form__apply .text {
    font-family: "DB Helvethaica X";
    width: 140px;
  }
  #box__career-applyform .form__apply .text strong {
    font-size: 20px;
    line-height: 22px;
  }
  #box__career-applyform .form__apply .detail {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #box__career-applyform .form__apply .detail p {
    font-family: "DB Helvethaica X";
    font-size: 20px;
    line-height: 22px;
    padding-top: 3px;
  }
  #box__career-applyform .form__apply .detail p strong {
    font-size: 20px;
    line-height: 22px;
  }
  #box__career-applyform .form__apply .detail .number {
    padding-top: 0;
  }
  #box__career-applyform .form__apply .checkbox,
  #box__career-applyform .form__apply .radio {
    padding-right: 40px;
  }
  /* box__career-applyform > form__apply > list__step
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .list__step {
    margin: 0 0 30px;
  }
  #box__career-applyform .list__step li {
    margin: 0 6px;
    width: 215px;
    height: 90px;
  }
  #box__career-applyform .list__step p {
    padding: 13px 0 0;
  }
  #box__career-applyform .list__step strong {
    font-size: 24px;
    line-height: 20px;
  }
  #box__career-applyform .list__step span {
    font-size: 21px;
    line-height: 21px;
  }
  /* box__career-applyform > form__apply > box__info-general
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__info-general .textbox,
  #box__career-applyform .box__info-general select {
    width: 100%;
  }
  #box__career-applyform .box__info-general .list li {
    padding-left: 180px;
  }
  #box__career-applyform .box__info-general .text {
    width: 180px;
  }
  /* box__career-applyform > form__apply > box__info-personal
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__info-personal .list .info-2 {
    width: 50%;
  }
  #box__career-applyform .box__info-personal .list .info-4,
  #box__career-applyform .box__info-personal .list .info-6,
  #box__career-applyform .box__info-personal .list .info-9,
  #box__career-applyform .box__info-personal .list .info-10,
  #box__career-applyform .box__info-personal .list .info-11,
  #box__career-applyform .box__info-personal .list .info-13,
  #box__career-applyform .box__info-personal .list .info-14,
  #box__career-applyform .box__info-personal .list .info-15,
  #box__career-applyform .box__info-personal .list .info-17,
  #box__career-applyform .box__info-personal .list .info-18,
  #box__career-applyform .box__info-personal .list .info-19 {
    padding-left: 105px;
  }
  #box__career-applyform .box__info-personal .list .info-4 .text,
  #box__career-applyform .box__info-personal .list .info-6 .text,
  #box__career-applyform .box__info-personal .list .info-9 .text,
  #box__career-applyform .box__info-personal .list .info-10 .text,
  #box__career-applyform .box__info-personal .list .info-11 .text,
  #box__career-applyform .box__info-personal .list .info-13 .text,
  #box__career-applyform .box__info-personal .list .info-14 .text,
  #box__career-applyform .box__info-personal .list .info-15 .text,
  #box__career-applyform .box__info-personal .list .info-17 .text,
  #box__career-applyform .box__info-personal .list .info-18 .text,
  #box__career-applyform .box__info-personal .list .info-19 .text {
    width: 105px;
  }
  #box__career-applyform .box__info-personal .list .info-7 .text {
    left: 103px;
  }
  #box__career-applyform .box__info-personal .list .info-3 .textbox,
  #box__career-applyform .box__info-personal .list .info-5 .textbox {
    width: 45.3%;
  }
  /* box__career-applyform > form__apply > box__address-permanent
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__address-permanent .list li,
  #box__career-applyform .box__address-permanent .list .info-1,
  #box__career-applyform .box__address-permanent .list .info-3,
  #box__career-applyform .box__address-permanent .list .info-7 {
    padding-left: 105px;
  }
  #box__career-applyform .box__address-present .list .info-4 .radio {
    padding-right: 60px;
  }
  /* box__career-applyform > form__apply > box__address-present
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__address-present .list li {
    padding-left: 160px;
  }
  #box__career-applyform .box__address-present .list .info-5 .textbox {
    width: 434px;
  }
  #box__career-applyform .box__address-present .list .info-6 .textbox,
  #box__career-applyform .box__address-present .list .info-11 .textbox {
    width: 45.1%;
  }
  #box__career-applyform .box__address-present .list .info-5 select {
    width: 236px;
  }
  #box__career-applyform .box__address-present .list .info-7,
  #box__career-applyform .box__address-present .list .info-10,
  #box__career-applyform .box__address-present .list .info-12,
  #box__career-applyform .box__address-present .list .info-15 {
    padding-left: 105px;
  }
  #box__career-applyform .box__address-present .list .info-8,
  #box__career-applyform .box__address-present .list .info-13 {
    padding-left: 95px;
  }
  #box__career-applyform .box__address-present .list .info-8 .text,
  #box__career-applyform .box__address-present .list .info-13 .text {
    left: 57px;
  }
  #box__career-applyform .box__address-present .list .info-5 .radio:nth-of-type(2) {
    min-width: 239px;
  }
  /* box__career-applyform > form__apply > box__language
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__language .table__skill th {
    font-size: 22px;
    line-height: 24px;
    padding: 10px 15px;
  }
  #box__career-applyform .box__language .table__skill td {
    font-size: 20px;
    line-height: 22px;
    padding: 10px 15px;
  }
  #box__career-applyform .box__language .table__skill select {
    width: 100%;
  }
  #box__career-applyform .box__language .table__skill .textbox {
    width: 150px;
  }
  #box__career-applyform .box__language .table__skill p {
    padding-top: 3px;
  }
  /* box__career-applyform > form__apply > box__miscellaneous-reference
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__miscellaneous-reference .list li {
    padding-left: 380px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .text {
    width: 360px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-6 .detail {
    padding-right: 0;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-6 .checkbox:last-child {
    padding-right: 0;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-6 .textbox {
    width: 199px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance select {
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-10,
  #box__career-applyform .box__miscellaneous-reference .list .info-11 {
    padding-left: 180px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-10 .text,
  #box__career-applyform .box__miscellaneous-reference .list .info-11 .text {
    width: 180px;
  }
  #box__career-applyform .box__miscellaneous-reference .upload-jpg {
    background: url(../img/bg/upload-jpg-2.png) no-repeat;
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .upload-pdf {
    background: url(../img/bg/upload-pdf-2.png) no-repeat;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  [id^=box__update] .list__paging .list a:hover {
    background: url(../img/bg/color__red-2.gif) no-repeat center bottom;
    background-size: 100% 4px;
    color: #f41429;
  }
  [id^=box__update] .list__paging .list .prev a:hover {
    background: url(../img/button/prev.png) no-repeat center center;
  }
  [id^=box__update] .list__paging .list .next a:hover {
    background: url(../img/button/next.png) no-repeat center center;
  }
  #logo__isuzu {
    background: url(../img/bg/logo__isuzu.png) no-repeat 0 center #fff;
    height: 80px;
  }
  #nav__main .list {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  #nav__main .toggle {
    display: none;
  }
  #nav__main .detail {
    background: none;
    padding: 0 160px 0 0;
    width: 100%;
    height: 80px !important;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #nav__main .scroll-pane {
    overflow: visible !important;
    width: auto !important;
    height: 80px !important;
  }
  #nav__main .jspContainer {
    overflow: visible !important;
  }
  #nav__main .jspVerticalBar {
    display: none !important;
  }
  #nav__main .list > li {
    border-bottom: 0;
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    vertical-align: top;
  }
  #nav__main .list > li > a {
    background: none;
    font-family: "DB Helvethaica X";
    line-height: 32px;
    padding: 22px 0 24px;
    -webkit-transition: unset;
    transition: unset;
  }
  #nav__main .list .home {
    margin-right: 0;
  }
  #nav__main .list .home > a {
    background: url(../img/button/home.png) no-repeat center 25px;
    height: 78px;
  }
  #nav__main .list .subnav {
    background: #fff;
    display: none;
    margin: 0;
    padding: 5px 20px 0;
    z-index: 10;
    width: 300px;
    position: absolute;
    top: 78px;
    left: 0;
  }
  #nav__main .list .subnav li {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  #nav__main .list .subnav a {
    background: url(../img/bg/cross__black-2.png) no-repeat right 20px;
    border-top: #d1d1d1 1px solid;
    display: block;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  #nav__main .list .subnav li:first-child a {
    border: 0;
  }
  #nav__main .list .corporate-info:hover > a {
    background: url(../img/bg/color__red-1.gif) no-repeat 0 bottom;
    background-size: 100% 4px;
  }
  #nav__main .list .corporate-info:hover .subnav {
    display: block;
  }
  #nav__main .copyright {
    display: none;
  }
  #nav__main .bg {
    display: none !important;
  }
  .language {
    top: 20px;
  }
}
@media (max-width: 1365px) and (min-width: 1281px) {
  #box__corporate.box__corporate-info {
    background: url(../img/bg/bg__corporate.jpg) no-repeat center 0 fixed;
    background-size: cover;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 24px;
    line-height: 26px;
  }
  .textbox, select, textarea {
    font-size: 24px;
  }
  .checkbox span, .radio span {
    font-family: "DB Helvethaica X Li";
    font-size: 24px;
    line-height: 25px;
    padding-top: 0;
    height: 50px;
  }
  /* ------------------------------------------------------------------------- general
  ---------------------------------------------------------------------------------- */
  .visible__desktop {
    display: none !important;
  }
  .visible__mobile {
    display: block !important;
  }
  #nav__main .list > li {
    margin: 0 15px;
  }
  /* ----------------------------------------------------------------------- box__home
  ---------------------------------------------------------------------------------- */
  #box__home .slider img {
    width: 101%;
    max-width: none;
    height: auto;
  }
  #box__home .slider .visible__desktop {
    display: block !important;
  }
  #box__home .slider .visible__mobile {
    display: none !important;
  }
  #box__home .box__whats-new .detail {
    height: auto;
    bottom: -600px;
  }
  #box__home .box__whats-new .box__main {
    margin-bottom: 40px;
    padding-top: 40px;
    width: auto;
    position: relative;
  }
  #box__home .box__whats-new .list__whats-new {
    margin: 0;
    overflow: auto;
    width: 100%;
    height: auto;
  }
  #box__home .box__whats-new .list__whats-new ul {
    float: left;
    width: 1040px;
  }
  #box__home .box__whats-new .list__whats-new li {
    margin: 0 0 0 20px;
    width: 500px;
    height: 275px;
  }
  #box__home .box__whats-new .list__whats-new img {
    width: 500px;
    height: 275px;
  }
  #box__home .box__whats-new .list__whats-new .background {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
  }
  #box__home .box__whats-new .list__whats-new .link {
    padding: 20px 0 0;
    left: 0;
  }
  #box__home .box__whats-new .list__whats-new li:nth-of-type(2) .link {
    left: auto;
    right: 0;
  }
  #box__home .box__whats-new .list__whats-new .date {
    font-family: "DB Helvethaica X Med";
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 5px 10px 5px 20px;
  }
  #box__home .box__whats-new .list__whats-new .title {
    font-family: "DB Helvethaica X Med";
    font-size: 30px;
    line-height: 30px;
    margin: 0 10px 20px 20px;
    height: 60px;
  }
  #box__home .box__whats-new .list__whats-new .description {
    font-family: "DB Helvethaica X Li";
    font-size: 20px;
    line-height: 24px;
    margin: 0 10px 20px 20px;
    height: 48px;
  }
  #box__home .box__car {
    display: none;
  }
  /* --------------------------------------------------------------------- box__update
  ---------------------------------------------------------------------------------- */
  [id^=box__update] .head__index {
    margin-bottom: 40px;
  }
  [id^=box__update] .head__content {
    font-size: 65px;
  }
  [id^=box__update] .head__content strong {
    font-size: 90px;
    line-height: 80px;
  }
  [id^=box__update] .head__content span {
    top: 10px;
  }
  [id^=box__update] .box__search {
    margin: 0 20px 30px;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  [id^=box__update] .list__update {
    width: auto;
  }
  [id^=box__update] .list__update li {
    float: none;
    margin: 0 auto 30px;
    width: 500px;
    height: 500px;
  }
  [id^=box__update] .box__info {
    margin: 70px 15px 0;
    width: auto;
  }
  [id^=box__update] .box__detail {
    margin-bottom: 30px;
    padding: 25px 15px 30px;
  }
  [id^=box__update] .back.top {
    top: -50px;
  }
  [id^=box__update] .box__detail .slider {
    margin: 0 auto 20px;
    width: 580px;
  }
  [id^=box__update] .box__detail .slider-for {
    margin: 0 0 15px;
  }
  [id^=box__update] .box__detail .slider-for,
  [id^=box__update] .box__detail .slider-for .item {
    overflow: hidden;
    width: 580px;
    height: 308px;
  }
  [id^=box__update] .box__detail .slider-nav {
    width: 580px;
    height: 90px;
    position: relative;
    top: 0;
    right: 0;
  }
  [id^=box__update] .box__detail .slider-nav .item {
    margin: 0 10px;
    overflow: hidden;
    height: 90px;
  }
  [id^=box__update] .box__detail .slider-nav .item span {
    width: 174px;
    left: 0px;
  }
  [id^=box__update] .box__article {
    padding-bottom: 5px;
  }
  [id^=box__update] .box__article li {
    margin-bottom: 15px;
  }
  /* ------------------------------------------------------------------ box__corporate
  ---------------------------------------------------------------------------------- */
  #box__corporate {
    background: #f6f6f6;
    padding-bottom: 20px;
  }
  #box__corporate .head__index {
    margin-bottom: 40px;
  }
  #box__corporate .head__content {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 70px;
    margin: 0 0 40px;
    padding: 0 0 0 45px;
  }
  #box__corporate .head__content span {
    background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
    background-size: 100% 2px;
    width: 40px;
  }
  #box__corporate .box__map-large {
    margin: 120px 0 0;
    width: auto;
  }
  #box__corporate .box__map-large .map {
    padding: 0 20px;
  }
  #box__corporate .box__map-large iframe {
    height: 512px;
  }
  #box__corporate .box__map-large .visible__desktop {
    display: block !important;
  }
  #box__corporate .box__map-large .visible__mobile {
    display: none !important;
  }
  #box__corporate .box__search {
    padding: 15px;
    width: 605px;
    top: -100px;
    right: auto;
    left: 15px;
  }
  #box__corporate .box__search .text {
    margin-bottom: 10px;
  }
  #box__corporate .box__search .text,
  #box__corporate .box__search select {
    display: block;
    width: 100%;
  }
  #box__corporate.box__corporate-info {
    background: #f6f6f6;
  }
  #box__corporate.box__corporate-info .box__detail {
    margin: 0 15px;
    width: auto;
  }
  #box__corporate.box__corporate-info .box__search {
    margin-bottom: 30px;
    padding: 30px 15px 15px;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  #box__corporate.box__corporate-info .box__pic-and-map {
    position: relative;
    top: 0;
    right: auto;
  }
  #box__corporate.box__corporate-info .box__detail .info__main {
    padding: 0;
    width: auto;
  }
  #box__corporate.box__corporate-info .box__detail .head__detail {
    font-size: 40px;
    line-height: 40px;
  }
  #box__corporate.box__corporate-info .box__detail .hiring {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
    top: 0;
    right: auto;
  }
  #box__corporate.box__corporate-info .box__detail .list__company-detail li {
    padding-left: 0;
  }
  #box__corporate.box__corporate-info .box__detail .list__company-detail .title {
    font-family: "DB Helvethaica X Med";
    position: relative;
  }
  #box__corporate.box__corporate-info .box__pic-and-map .box__map {
    margin: 0;
    padding-bottom: 0;
  }
  #box__corporate.box__corporate-info .box__pic-and-map .box__map .map {
    width: 100%;
  }
  #box__corporate.box__corporate-info .box__pic-and-map .box__map .link {
    margin: 0 0 15px;
    width: 320px;
    position: relative;
    bottom: auto;
    right: auto;
  }
  #box__corporate.box__corporate-info .box__pic-and-map .box__pic {
    text-align: left;
  }
  /* box__corporate > box__isuzu-thailand
  ---------------------------------------------------------------------------------- */
  #box__corporate.isuzu-thailand {
    background: #f6f6f6;
    padding-bottom: 0;
  }
  #box__corporate.isuzu-thailand .head__content {
    margin-bottom: 30px;
  }
  #box__corporate .box__isuzu-thailand .box__detail {
    margin: 0 40px 20px 45px;
  }
  /* -------------------------------------------------------------------- box__contact
  ---------------------------------------------------------------------------------- */
  #box__contact {
    background: #f6f6f6;
  }
  #box__contact .head__index {
    margin-bottom: 40px;
  }
  #box__contact .head__content {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 70px;
    margin: 0 0 40px;
    padding: 0 0 0 45px;
  }
  #box__contact .head__content span {
    background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
    background-size: 100% 2px;
    width: 40px;
  }
  #box__contact .list__contact {
    margin: 0 15px;
    width: auto;
  }
  #box__contact .list__contact li {
    margin: 0 0 15px;
    padding: 15px;
    padding-bottom: 15px !important;
  }
  #box__contact .list__contact .left,
  #box__contact .list__contact .right {
    float: none;
    width: auto;
    min-height: 10px;
  }
  #box__contact .list__contact .left {
    background: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: static;
  }
  #box__contact .list__contact .name {
    font-size: 30px;
    line-height: 30px;
  }
  #box__contact .list__contact .text__address {
    margin-bottom: 10px;
  }
  #box__contact .more {
    width: 98px;
    position: relative;
    bottom: auto;
    right: auto;
  }
  #box__contact .left .more {
    display: none;
  }
  #box__contact .right .more {
    display: block;
  }
  #box__contact .tel,
  #box__contact .map {
    float: none;
    width: auto;
  }
  #box__contact .tel {
    margin-bottom: 5px;
  }
  #box__contact .tel .text {
    padding: 0 0 0 110px;
  }
  #box__contact .tel strong {
    padding: 0;
    width: 110px;
    top: 0;
  }
  #box__contact .tel span {
    display: inline-block;
    vertical-align: top;
  }
  #box__contact .map {
    margin-bottom: 10px;
  }
  #box__contact .map img {
    float: none;
    width: 100%;
    height: auto;
  }
  #box__contact .box__car {
    display: none;
  }
  /* --------------------------------------------------------------------- box__career
  ---------------------------------------------------------------------------------- */
  #box__career {
    background: #f6f6f6;
  }
  [id^=box__career] .head__index {
    margin-bottom: 40px;
  }
  [id^=box__career] .head__content {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 70px;
    margin: 0 0 40px;
    padding: 0 0 0 45px;
  }
  [id^=box__career] .head__content span {
    background: url(../img/bg/color__red-1.gif) no-repeat 0 center;
    background-size: 100% 2px;
    width: 40px;
  }
  /* box__career > box__applyform
  ---------------------------------------------------------------------------------- */
  #box__career .box__applyform {
    margin: 0 15px;
    padding: 40px 15px;
    width: auto;
  }
  #box__career .box__applyform .title {
    margin-bottom: 20px;
  }
  #box__career .box__applyform .title strong span {
    display: block;
  }
  #box__career .box__applyform .list__applyform li:first-child {
    margin-bottom: 20px;
  }
  #box__career .box__applyform .textbox {
    width: 348px;
  }
  #box__career .box__applyform .captcha .textbox {
    width: 290px;
  }
  /* box__career > box__complete
  ---------------------------------------------------------------------------------- */
  #box__career .box__complete {
    margin: 0 15px;
    padding: 40px 15px 5px;
    width: auto;
  }
  #box__career .box__complete strong span {
    display: block;
  }
  /* box__career > box__vacancy
  ---------------------------------------------------------------------------------- */
  #box__career-vacancy .head__content {
    margin-bottom: 100px;
    padding: 0 0 0 35px;
  }
  #box__career-vacancy .head__content span {
    width: 30px;
  }
  #box__career-vacancy .box__vacancy {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
    width: auto;
  }
  #box__career-vacancy .box__vacancy .text__intro {
    background: none;
    padding-left: 15px;
    position: absolute;
    top: -80px;
    left: 0;
  }
  #box__career-vacancy .box__vacancy .box__accordion {
    border-left: 0;
    padding-left: 0;
  }
  #box__career-vacancy .box__vacancy .list__title {
    display: none;
    margin: 0;
  }
  #box__career-vacancy .box__vacancy .box__accordion .title {
    background: url(../img/bullet/circle__black-1.png) no-repeat 0 11px;
  }
  #box__career-vacancy .box__vacancy .box__accordion .title,
  #box__career-vacancy .box__vacancy .box__accordion .unit,
  #box__career-vacancy .box__vacancy .box__accordion .company,
  #box__career-vacancy .box__vacancy .box__accordion .location,
  #box__career-vacancy .box__vacancy .box__accordion .date {
    display: block;
    padding: 0 40px 0 20px;
    text-align: left !important;
    width: 100% !important;
  }
  #box__career-vacancy .box__vacancy .box__accordion .title span,
  #box__career-vacancy .box__vacancy .box__accordion .unit span,
  #box__career-vacancy .box__vacancy .box__accordion .company span,
  #box__career-vacancy .box__vacancy .box__accordion .location span,
  #box__career-vacancy .box__vacancy .box__accordion .date span {
    display: inline;
  }
  #box__career-vacancy .box__vacancy .box__accordion .info {
    padding: 0 0 20px;
  }
  #box__career-vacancy .box__vacancy .box__accordion .head__type {
    text-align: left;
    width: auto;
    position: relative;
    top: 0;
  }
  #box__career-vacancy .box__vacancy .box__accordion .box__type {
    padding: 0 0 20px;
  }
  #box__career-vacancy .box__vacancy .box__accordion .apply-position {
    margin: 0 auto;
    width: 300px;
    position: relative;
    bottom: auto;
    right: 0;
  }
  /* box__career > form__apply
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .form__apply {
    margin: 100px 15px 0;
    padding: 15px 10px 30px;
    width: auto;
  }
  #box__career-applyform .form__apply .head__info {
    margin-right: 15px;
  }
  #box__career-applyform .text__note {
    position: absolute;
    top: -80px;
    right: auto;
    left: 15px;
  }
  #box__career-applyform .list__step {
    margin: 0 5px 30px;
  }
  #box__career-applyform .list__step li {
    float: none;
    margin: 0 0 10px;
    padding: 0 10px 10px;
    width: 100%;
    height: auto;
  }
  #box__career-applyform .list__step strong {
    display: inline;
    font-size: 34px;
    line-height: 30px;
  }
  #box__career-applyform .list__step span {
    font-size: 30px;
    line-height: 30px;
  }
  #box__career-applyform .form__apply .list li {
    padding-left: 0;
    width: 100%;
  }
  #box__career-applyform .form__apply .text {
    font-family: "DB Helvethaica X Li";
    margin: 0 0 10px;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  #box__career-applyform .form__apply .text p {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #box__career-applyform .form__apply .text strong {
    font-size: 26px;
    line-height: 26px;
  }
  #box__career-applyform .form__apply .text span {
    font-size: 24px;
  }
  #box__career-applyform .form__apply .title {
    font-size: 24px;
    line-height: 26px;
  }
  #box__career-applyform .form__apply .detail {
    padding-right: 15px;
  }
  #box__career-applyform .form__apply .detail p {
    font-family: "DB Helvethaica X Li";
    font-size: 24px;
    padding-top: 0;
  }
  #box__career-applyform .form__apply .detail p strong {
    font-size: 26px;
    line-height: 25px;
  }
  /* box__career > form__apply > box__info-general
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__info-general {
    margin: 0 0 20px 15px;
  }
  #box__career-applyform .box__info-general .list li {
    width: 100%;
  }
  #box__career-applyform .box__info-general .list li:nth-of-type(2) .detail {
    margin-left: 25px;
  }
  #box__career-applyform .box__info-personal {
    margin: 0 0 20px 15px;
  }
  #box__career-applyform .box__info-personal .list .info-2,
  #box__career-applyform .box__info-personal .list .info-4,
  #box__career-applyform .box__info-personal .list .info-6,
  #box__career-applyform .box__info-personal .list .info-7,
  #box__career-applyform .box__info-personal .list .info-8,
  #box__career-applyform .box__info-personal .list .info-9,
  #box__career-applyform .box__info-personal .list .info-10,
  #box__career-applyform .box__info-personal .list .info-11,
  #box__career-applyform .box__info-personal .list .info-12,
  #box__career-applyform .box__info-personal .list .info-13,
  #box__career-applyform .box__info-personal .list .info-14,
  #box__career-applyform .box__info-personal .list .info-15,
  #box__career-applyform .box__info-personal .list .info-16,
  #box__career-applyform .box__info-personal .list .info-17,
  #box__career-applyform .box__info-personal .list .info-18,
  #box__career-applyform .box__info-personal .list .info-19 {
    width: 100%;
  }
  #box__career-applyform .box__info-personal .list .info-4,
  #box__career-applyform .box__info-personal .list .info-6,
  #box__career-applyform .box__info-personal .list .info-9,
  #box__career-applyform .box__info-personal .list .info-10,
  #box__career-applyform .box__info-personal .list .info-11,
  #box__career-applyform .box__info-personal .list .info-13,
  #box__career-applyform .box__info-personal .list .info-14,
  #box__career-applyform .box__info-personal .list .info-15,
  #box__career-applyform .box__info-personal .list .info-17,
  #box__career-applyform .box__info-personal .list .info-18,
  #box__career-applyform .box__info-personal .list .info-19 {
    padding-left: 0;
  }
  #box__career-applyform .box__info-personal .list .info-3 .textbox,
  #box__career-applyform .box__info-personal .list .info-5 .textbox {
    width: 272px;
  }
  #box__career-applyform .box__info-personal .list .info-4 .text,
  #box__career-applyform .box__info-personal .list .info-6 .text,
  #box__career-applyform .box__info-personal .list .info-9 .text,
  #box__career-applyform .box__info-personal .list .info-10 .text,
  #box__career-applyform .box__info-personal .list .info-11 .text,
  #box__career-applyform .box__info-personal .list .info-13 .text,
  #box__career-applyform .box__info-personal .list .info-14 .text,
  #box__career-applyform .box__info-personal .list .info-15 .text,
  #box__career-applyform .box__info-personal .list .info-17 .text,
  #box__career-applyform .box__info-personal .list .info-18 .text,
  #box__career-applyform .box__info-personal .list .info-19 .text {
    width: 100%;
  }
  #box__career-applyform .box__info-personal .list .info-7 .text {
    width: 100%;
    left: 0;
  }
  #box__career-applyform .box__info-personal .list .info-8,
  #box__career-applyform .box__info-personal .list .info-10,
  #box__career-applyform .box__info-personal .list .info-12,
  #box__career-applyform .box__info-personal .list .info-14,
  #box__career-applyform .box__info-personal .list .info-16,
  #box__career-applyform .box__info-personal .list .info-18,
  #box__career-applyform .box__info-personal .list .info-9,
  #box__career-applyform .box__info-personal .list .info-11,
  #box__career-applyform .box__info-personal .list .info-13,
  #box__career-applyform .box__info-personal .list .info-15,
  #box__career-applyform .box__info-personal .list .info-17,
  #box__career-applyform .box__info-personal .list .info-19 {
    float: left;
    width: 50%;
  }
  #box__career-applyform .box__info-personal .list .info-3 .textbox,
  #box__career-applyform .box__info-personal .list .info-5 .textbox,
  #box__career-applyform .box__info-personal .list .info-7 .textbox {
    display: block;
    float: left;
    width: 272px;
  }
  #box__career-applyform .box__info-personal .list .info-3 .textbox:nth-of-type(1),
  #box__career-applyform .box__info-personal .list .info-5 .textbox:nth-of-type(1),
  #box__career-applyform .box__info-personal .list .info-7 .textbox:nth-of-type(1) {
    margin-right: 16px;
  }
  /* box__career > form__apply > box__address-permanent
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__address-permanent {
    margin: 0 0 20px 15px;
  }
  #box__career-applyform .box__address-permanent .list li,
  #box__career-applyform .box__address-permanent .list .info-1,
  #box__career-applyform .box__address-permanent .list .info-2,
  #box__career-applyform .box__address-permanent .list .info-3,
  #box__career-applyform .box__address-permanent .list .info-7 {
    padding-left: 0;
  }
  #box__career-applyform .box__address-permanent .list .info-2 {
    width: 100%;
  }
  #box__career-applyform .box__address-permanent .list .info-3,
  #box__career-applyform .box__address-permanent .list .info-4 {
    float: left;
    width: 50%;
  }
  /* box__career > form__apply > box__address-present
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__address-present {
    margin: 0 0 30px 15px;
  }
  #box__career-applyform .box__address-present .same-info {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
  #box__career-applyform .box__address-present .list .info-1,
  #box__career-applyform .box__address-present .list .info-2,
  #box__career-applyform .box__address-present .list .info-3 {
    width: 100%;
  }
  #box__career-applyform .box__address-present .list .info-4 .radio {
    padding-right: 20px;
    margin-bottom: 10px;
    width: 32%;
  }
  #box__career-applyform .box__address-present .list .info-5 .radio {
    margin-bottom: 10px;
    padding-right: 15px;
    width: 100%;
  }
  #box__career-applyform .box__address-present .list .info-5 .detail p,
  #box__career-applyform .box__address-present .list .info-5 .detail select {
    display: block;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 540px;
  }
  #box__career-applyform .box__address-present .list .info-5 .textbox {
    margin-left: 25px;
    margin-bottom: 20px;
    width: 540px;
  }
  #box__career-applyform .box__address-present .list .info-6,
  #box__career-applyform .box__address-present .list .info-11 {
    padding-left: 0;
    width: 100%;
  }
  #box__career-applyform .box__address-present .list .info-7,
  #box__career-applyform .box__address-present .list .info-8,
  #box__career-applyform .box__address-present .list .info-9,
  #box__career-applyform .box__address-present .list .info-10,
  #box__career-applyform .box__address-present .list .info-12,
  #box__career-applyform .box__address-present .list .info-13,
  #box__career-applyform .box__address-present .list .info-14,
  #box__career-applyform .box__address-present .list .info-15 {
    padding-left: 0;
    width: 50%;
  }
  #box__career-applyform .box__address-present .list .info-6 .textbox,
  #box__career-applyform .box__address-present .list .info-11 .textbox {
    display: block;
    float: left;
    width: 272px;
  }
  #box__career-applyform .box__address-present .list .info-6 .textbox:nth-of-type(1),
  #box__career-applyform .box__address-present .list .info-11 .textbox:nth-of-type(1) {
    margin-right: 16px;
  }
  /* box__career > form__apply > box__educational-backgound
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__educational-backgound {
    margin: 0 0 30px 15px;
  }
  #box__career-applyform .box__educational-backgound .textbox,
  #box__career-applyform .box__educational-backgound select {
    width: 100%;
  }
  #box__career-applyform .box__educational-backgound .detail p {
    display: block;
  }
  #box__career-applyform .box__educational-backgound select {
    margin-bottom: 20px;
  }
  #box__career-applyform .box__educational-backgound .box__button {
    margin-left: 0;
  }
  #box__career-applyform .box__educational-backgound .table__educational-backgound {
    overflow: auto;
  }
  #box__career-applyform .box__educational-backgound .table__educational-backgound table {
    width: 1120px;
  }
  /* box__career > form__apply > box__language
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__language {
    margin: 0 15px 30px;
  }
  #box__career-applyform .box__language .head__info {
    margin-right: 0;
  }
  #box__career-applyform .box__language .table__skill p {
    display: block;
    margin-bottom: 10px;
  }
  #box__career-applyform .box__language .table__skill tr:last-child td {
    vertical-align: bottom;
  }
  #box__career-applyform .box__language .box__skill-computer,
  #box__career-applyform .box__language .box__skill-other {
    float: none;
    margin-bottom: 30px;
    padding: 0;
    width: auto;
  }
  #box__career-applyform .box__language .box__skill-computer .title,
  #box__career-applyform .box__language .box__skill-other .title {
    margin-bottom: 15px;
  }
  /* box__career > form__apply > box__work-training
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__work-training {
    margin: 0 15px 30px;
  }
  #box__career-applyform .box__work-training .head__info {
    margin-right: 0;
  }
  #box__career-applyform .box__work-training .head__section {
    background: url(../img/bg/bg__rock.gif) repeat;
    margin-bottom: 30px;
    padding: 10px 15px;
    position: relative;
    top: 0;
    left: 0;
  }
  #box__career-applyform .box__work-training .box__detail {
    background: none;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
  }
  #box__career-applyform .box__work-training .box__detail .title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  #box__career-applyform .box__work .note {
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
  }
  #box__career-applyform .box__work-training .list .text {
    width: 100%;
    left: 0;
  }
  #box__career-applyform .box__work-training .box__button {
    margin-left: 0;
  }
  #box__career-applyform .box__training .table__training,
  #box__career-applyform .box__work .table__work {
    overflow: auto;
  }
  #box__career-applyform .box__training .table__training table,
  #box__career-applyform .box__work .table__work table {
    width: 1120px;
  }
  #box__career-applyform .box__work .box__from,
  #box__career-applyform .box__work .box__to {
    padding-right: 5px;
    width: 100%;
  }
  #box__career-applyform .box__work .table__work {
    margin-bottom: 30px;
  }
  #box__career-applyform .box__work .box__from select,
  #box__career-applyform .box__work .box__to select {
    width: 45%;
    margin-right: 15px;
  }
  /* box__career > form__apply > box__miscellaneous-reference
  ---------------------------------------------------------------------------------- */
  #box__career-applyform .box__miscellaneous-reference {
    margin: 0 15px 30px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .text {
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-6 .checkbox {
    margin-bottom: 15px;
    padding-right: 0;
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-6 .textbox {
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-7 {
    padding-right: 0;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance li,
  #box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance li:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-7 .list__acquaintance select {
    width: 200px;
  }
  #box__career-applyform .box__miscellaneous-reference .list .info-10,
  #box__career-applyform .box__miscellaneous-reference .list .info-11 {
    padding-left: 0;
    width: 100%;
  }
  #box__career-applyform .box__miscellaneous-reference .upload-jpg,
  #box__career-applyform .box__miscellaneous-reference .upload-pdf {
    background: url(../img/bg/upload-jpg.png) no-repeat;
    float: none;
    width: 546px;
    height: 50px;
  }
  #box__career-applyform .box__miscellaneous-reference .upload-pdf {
    background: url(../img/bg/upload-pdf.png) no-repeat;
  }
  /* ----------------------------------------------------------------- popup__timeline
  ---------------------------------------------------------------------------------- */
  .fancybox-slide #popup__timeline,
  #popup__timeline {
    background: #fff;
    display: none;
    margin: 15px 0;
    overflow: hidden;
    padding: 70px 0 20px;
    width: 96%;
    height: auto;
  }
  #popup__timeline .head__info,
  #popup__timeline .subhead {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  #popup__timeline .head__info {
    padding: 0 0 0 20px;
    width: 50%;
    top: 23px;
    right: 0;
    left: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  #popup__timeline .subhead {
    padding: 0 20px 0 0;
    text-align: right;
    width: 50%;
    top: 38px;
    left: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  #popup__timeline .box__timeline,
  #popup__timeline .box__year {
    display: none;
  }
  #popup__timeline .box__timeline-mobile {
    display: block;
  }
}
@media (max-width: 1280px) and (min-height: 660px) {
  body.item-1 #box__home .box__whats-new .toggle {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  #footer {
    display: none;
  }
  #box__corporate .box__map-large iframe {
    height: 404px;
  }
}
@media (max-width: 860px) {
  #box__corporate .box__search {
    max-width: 90%;
  }
  #box__corporate .box__map-large iframe {
    height: 850px;
  }
  #box__corporate .box__map-large .visible__desktop {
    display: none !important;
  }
  #box__corporate .box__map-large .visible__mobile {
    display: block !important;
  }
  /* box__corporate > box__isuzu-thailand
  ---------------------------------------------------------------------------------- */
  #box__corporate.isuzu-thailand {
    overflow: hidden;
  }
  #box__corporate .box__isuzu-thailand {
    margin: 0;
  }
  #box__corporate .box__isuzu-thailand .box__detail {
    margin: 0 20px 40px;
  }
  #box__corporate.isuzu-thailand .animate {
    display: none;
  }
  #box__corporate .box__timeline {
    background: url(../img/exam/jpg-19.jpg) no-repeat center 0;
    background-size: 100% auto;
    min-height: 165vw;
  }
  #box__corporate .box__timeline .car {
    width: 90px;
    width: 14.0625vw;
    height: 39px;
    height: 6.09375vw;
    left: 10% !important;
  }
  #box__corporate .box__timeline .road {
    background: url(../img/bg/road-2.png) no-repeat center 0;
    background-size: auto 65px;
    background-size: auto 10.15625vw;
    height: 65px;
    height: 10.15625vw;
  }
  #box__corporate .box__timeline .list {
    padding-left: 20px;
    padding-left: 3.125vw;
    top: auto;
    bottom: 48px;
  }
  #box__corporate .box__timeline .list li {
    margin-right: 15px;
    margin-right: 2.34375vw;
    opacity: 1 !important;
    width: 33%;
    height: 350px;
    height: 54.6875vw;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  #box__corporate .box__timeline .list .pic {
    height: 240px;
    height: 37.5vw;
  }
  #box__corporate .box__timeline .list .line {
    background: url(../img/bg/color__red-2.gif) no-repeat center 0, url(../img/button/circle__red-2.png) no-repeat center bottom;
    background-size: 1px 100%, 9px auto;
  }
  #box__corporate .box__timeline .list .year {
    font-size: 50px;
    font-size: 7.8125vw;
    line-height: 40px;
    line-height: 6.25vw;
    padding: 0 5px;
    padding: 0 0.78125vw;
    bottom: 50px;
    bottom: 7.8125vw;
  }
  #box__corporate .box__timeline .list .year-2,
  #box__corporate .box__timeline .list .year-3,
  #box__corporate .box__timeline .list .year-5 {
    width: 200px;
    width: 31.25vw;
  }
  #box__corporate .box__timeline .list .year-3,
  #box__corporate .box__timeline .list .year-6 {
    margin-left: -90px;
  }
  #box__corporate .box__timeline .list .line {
    background: url(../img/bg/color__black-3.gif) no-repeat center 0, url(../img/button/circle__black-2.png) no-repeat center bottom;
    background-size: 1px 100%, 9px auto;
  }
  #box__corporate .box__timeline .list .year {
    font-size: 40px;
    font-size: 6.25vw;
  }
  #box__corporate .box__timeline .finish {
    opacity: 1 !important;
    width: 134px;
    width: 20.9375vw;
    height: 253px;
    height: 39.53125vw;
    position: absolute;
    top: auto;
    bottom: 61px;
    right: 20px;
    right: 3.125vw;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #box__corporate .box__timeline .finish span {
    font-size: 40px;
    font-size: 6.25vw;
    line-height: 30px;
    line-height: 4.6875vw;
    padding: 5px;
    padding: 0.78125vw;
    top: 150px;
    top: 23.4375vw;
    left: 50%;
  }
  #box__corporate .box__timeline .list .year-2,
  #box__corporate .box__timeline .list .year-4,
  #box__corporate .box__timeline .list .year-5 {
    display: none;
  }
  /* ---------------------------------------------------------------- popup__corporate
  ---------------------------------------------------------------------------------- */
  .fancybox-slide [id^=popup__corporate],
  [id^=popup__corporate] {
    background: url(../img/bg/bg__r-and-d.png) no-repeat right bottom #fff;
    background-size: auto 150px;
    padding-bottom: 80px;
    width: 90%;
    min-height: 420px;
  }
  .fancybox-slide #popup__corporate-part-and-engine,
  #popup__corporate-part-and-engine {
    background: url(../img/bg/bg__part-and-engine.png) no-repeat right bottom #fff;
    background-size: auto 150px;
  }
  .fancybox-slide #popup__corporate-assembly,
  #popup__corporate-assembly {
    background: url(../img/bg/bg__assembly.png) no-repeat right bottom #fff;
    background-size: auto 150px;
  }
  .fancybox-slide #popup__corporate-sale,
  #popup__corporate-sale {
    background: url(../img/bg/bg__sale.png) no-repeat right bottom #fff;
    background-size: auto 150px;
  }
  .fancybox-slide #popup__corporate-service,
  #popup__corporate-service {
    background: url(../img/bg/bg__service.png) no-repeat right bottom #fff;
    background-size: auto 150px;
  }
  [id^=popup__corporate] .head__info {
    margin: 0 0 20px;
  }
  [id^=popup__corporate] .list {
    margin: 0 0 0 20px;
  }
  [id^=popup__corporate] .list li {
    background: url(../img/bullet/circle__grey-2.png) no-repeat 0 9px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 0 0 17px;
  }
}
/*
@media(max-width:860px) and (orientation:landscape){
    #box__home .slider, #box__home .slider .item{
        min-height: 1136px;
    }
}
*/
@media (max-width: 640px) {
  /* ----------------------------------------------------------------------- box__home
  ---------------------------------------------------------------------------------- */
  #box__home .slider .visible__desktop {
    display: none !important;
  }
  #box__home .slider .visible__mobile {
    display: block !important;
  }
  #box__home .slider, #box__home .slider .item {
    min-height: 1136px;
  }
  #box__about .list__mission li {
    margin-bottom: 15px;
  }
  /* ------------------------------------------------------------------ box__corporate
  ---------------------------------------------------------------------------------- */
  #box__corporate .box__map-large iframe {
    height: 720px;
  }
  #box__corporate .box__timeline .list li {
    max-width: 37.5vw;
  }
}
/*# sourceMappingURL=style.css.map */