@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
 strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
ol.onmark {
  margin: 1em 0;
  padding-left: 40px;
  list-style: decimal;
}
ul.onmark {
  margin: 1em 0;
  padding-left: 40px;
  list-style: disc;
}
ol.onmark2 {
  margin: 1em 0;
  padding-left: 40px;
}
ol.onmark2 li {
  position: relative;
  list-style: none;
  margin-bottom: 0em;
}
ol.onmark2 li span {
  position: absolute;
  top: 0;
  left: -2.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ============
* base
============== */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  background: #EFEFEF;
}

div, p, li, dd {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  //word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============
* img-responsive
============== */
.img-responsive-center {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ============
* base
============== */
header {
  position: relative;
  height: 75px;
  padding-left: 65px;
}
@media (max-width: 992px) {
  header {
    height: 50px;
  }
}

main {
  background: #FFF;
}

.container--index {
  padding: 0;
}

.container--lower {
  width: 100%;
  padding: 30px;
}

footer {
  background: #BCBCBC;
}
footer .container--footer {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  footer .container--footer {
    padding: 0;
  }
}
footer .footer-nav {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  footer .footer-nav {
    margin: 0 auto;
  }
}
footer .footer-nav li {
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  footer .footer-nav li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #131313;
  }
}
footer .footer-nav li:first-child {
  margin-left: 0;
}
footer .footer-nav li a {
  display: block;
  color: #333;
}
@media only screen and (max-width: 992px) {
  footer .footer-nav li a {
    padding: 15px;
    text-decoration: none;
  }
}
footer .footer-nav li a .footer-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 2px;
  vertical-align: top;
}
footer .footer-nav li a .footer-icon img {
  width: 100%;
}
footer .copy {
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  footer .copy {
    text-align: center;
  }
}
footer .copy a {
  display: block;
  color: #333;
  text-decoration: none;
}
footer .sslSeal {
  position: absolute;
  top: 50px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  footer .sslSeal {
    position: static;
    display: block;
    width: 135px;
    margin: 0 auto;
  }
}

/* ============
* logoWrapper
============== */
header.scroll .logoWrapper .logo {
  height: 50px;
}
header.scroll .logoWrapper .logo a {
  background: url("../images/logo-sm.png") no-repeat;
}

.logoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 200px;
  z-index: 4500;
  overflow: visible;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .logoWrapper {
    height: 50px;
  }
}
.logoWrapper .logo {
  position: fixed;
  top: 0;
  overflow: hidden;
  padding: 0;
  height: 200px;
  width: 65px;
  background: #e22319;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .logoWrapper .logo {
    position: relative;
    height: 50px;
  }
}
.logoWrapper a {
  display: block;
  height: 100%;
  color: #FFF;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo-clear.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 992px) {
  .logoWrapper a {
    background: url("../images/logo-sm.png") no-repeat;
  }
}

/* ============
* breadcrumbs
============== */
.aside-wrap {
  position: relative;
}

.breadcrumbs {
  padding: 20px;
  height: 125px;
  padding-left: 100px;
  background: #E6E6E6;
}
@media (max-width: 992px) {
  .breadcrumbs {
    height: 68px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
  color: #B9B9B9;
}
.breadcrumbs .breadcrumbs-title {
  margin-top: 5px;
  font-size: 20px;
  text-align: left;
}

/* ============
* section
============== */
.section-wrap-0 {
  padding: 0;
}

.section-wrap-10 {
  padding: 10px;
}

.section-wrap-20 {
  padding: 20px;
}

.section-wrap-30 {
  padding: 30px;
}

.section-wrap-40 {
  padding: 40px;
}

.section-wrap-50 {
  padding: 50px;
}

@media (max-width: 992px) {
  .section-wrap-10,
  .section-wrap-20,
  .section-wrap-30 {
    padding: 15px 10px;
  }
}
.section-content, .section-content-10, .section-content-20, .section-content-30, .section-content-40, .section-content-50 {
  background: #FFF;
  border: 1px solid #eaeaea;
}

.section-content-10 {
  padding: 10px;
}

.section-content-20 {
  padding: 20px;
}

.section-content-30 {
  padding: 30px;
}

.section-content-40 {
  padding: 40px;
}

.section-content-50 {
  padding: 50px;
}

.lenovo-gray {
  background: gray;
}

.lenovo-red {
  background: #e22319;
}

.lenovo-blue {
  background: #3E8DDD;
}

.lenovo-green {
  background: #6ABF4A;
}

.lenovo-orange {
  background: #FF6A00;
}

.lenovo-yellow {
  background: #F4CD05;
}

.lenovo-ptn--1 {
  background: url("../images/lenovo_ptn_stripes.png") repeat;
}

/* ============
* more
============== */
a.more, a.more--title, a.more--content {
  display: inline-block;
  color: #333;
  padding: 6px 13px;
  border: 1px solid #eaeaea;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.more:before, a.more--title:before, a.more--content:before {
  content: "";
  display: inline-block;
  width: 6px;
  line-height: 1;
  margin-right: 5px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 4px solid #e22319;
  background-size: 6px;
}
a.more:hover, a.more--title:hover, a.more--content:hover {
  color: #FFF;
  background: #e22319;
  text-decoration: none;
}
a.more:hover:before, a.more--title:hover:before, a.more--content:hover:before {
  content: "";
  display: inline-block;
  width: 6px;
  margin-right: 5px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 4px solid white;
  background-size: 6px;
}

a.more--title {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 11px;
  line-height: 1;
}

.list-icon--inner {
  padding: 10px 10px 10px 14px;
}

.list-btn {
  margin: 10px auto;
}
.list-btn a.btn {
  margin-bottom: 10px;
}

/* ============
* list-*
============== */
.list-icon, .list-icon--inner {
  margin: 10px auto;
}
.list-icon li, .list-icon--inner li {
  margin-bottom: 5px;
  padding-left: 10px;
}
.list-icon li:before, .list-icon--inner li:before {
  content: "";
  display: inline-block;
  width: 6px;
  line-height: 1;
  margin-right: 5px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 4px solid #e22319;
  background-size: 6px;
}
.list-icon a, .list-icon--inner a {
  color: #e22319;
}

.list-view--horizon li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px dotted #DDD;
}
@media only screen and (max-width: 768px) {
  .list-view--horizon li {
    border: 0;
  }
}
.list-view--horizon li:first-child {
  border-top: 0;
}

.row-border-b {
  border-bottom: 1px dotted #DDD;
}

.list-view--vertical li {
  border-left: 1px dotted #DDD;
}
.list-view--vertical li:first-child {
  border-left: 0;
}
@media (max-width: 768px) {
  .list-view--vertical li {
    border-left: 0;
  }
}

/* ============
* l-grid
============== */
.l-grid li {
  float: left;
}

.l-grid-2 li {
  float: left;
  display: inline-block;
  width: 48%;
  margin-left: 2%;
}
.l-grid-2 li:first-child {
  margin-left: 0;
}

.l-grid-3 li {
  float: left;
  display: inline-block;
  width: 31%;
  margin-left: 2%;
}
.l-grid-3 li:first-child {
  margin-left: 0;
}

/* ============
* navWrapper
============== */
.navWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFF;
  z-index: 1000;
}
@media (max-width: 992px) {
  .navWrapper {
    height: 50px;
    display: none;
  }
}
.navWrapper nav.gnav {
  position: fixed;
  height: 75px;
  padding-left: 65px;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .navWrapper nav.gnav {
    height: 50px;
    margin-left: 0;
    display: none;
  }
}
.navWrapper ul.nav-list {
  display: block;
  float: left;
}
.navWrapper ul.nav-list li a {
  display: block;
  font-size: 15px;
  padding: 26.8px 20px;
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navWrapper ul.nav-list li a:hover {
  background: #eaeaea;
}
@media (max-width: 992px) {
  .navWrapper ul.nav-list li a {
    padding: 14.5px 20px;
  }
}

header.scroll nav.gnav {
  height: 50px;
}
header.scroll nav.gnav .nav-list li a {
  padding: 14.5px 20px;
}

/* ============
* nav-hamburger
============== */
.subnav {
  display: none;
}
@media (max-width: 992px) {
  .subnav {
    display: block;
  }
}

@media (max-width: 992px) {
  .subnav-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFF;
    z-index: 1000;
  }
}

.nav-hamburger {
  float: right;
  position: relative;
  width: 55px;
  height: 50px;
}
@media (max-width: 992px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
  }
}

#js-hamburger-trigger {
  position: relative;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 13px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#js-hamburger-trigger .strOpen {
  position: absolute;
  display: inline-block;
  top: 34px;
  left: 0;
  right: 3px;
  width: 48px;
  margin: auto;
  font-size: 10px;
  color: #FF0000;
}

ul#js-hamburger-content {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  ul#js-hamburger-content {
    display: none;
  }
}
ul#js-hamburger-content li {
  background: #e22319;
  border-top: 1px solid #eaeaea;
}
ul#js-hamburger-content li:first-child {
  border-top: 0;
}
ul#js-hamburger-content li a {
  display: block;
  color: #FFF;
  padding: 20px 15px;
  text-decoration: none;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  height: 3px;
  width: 100%;
  border-radius: 1px;
  background-color: #e22319;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open
.drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* ============
* clearfix
============== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============
* max
============== */
@media only screen and (max-width: 992px) {
  .breadcrumbs {
    height: initial;
    padding-left: 0;
  }
  .breadcrumbs a, .breadcrumbs span {
    display: none;
  }
  .breadcrumbs .breadcrumbs-title {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }
}
/* ============
* min
============== */
