<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***** global.css - 日東電工 *****/
/***** Reset Default Styles *****/
h1 {
  font-size: 216%;
}

h2 {
  font-size: 166%;
}

h3 {
  font-size: 133%;
}

body, h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h4, h5, h6 {
  font-size: 100%;
}

ul, ol {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

a img[src*=blank]{
  margin-bottom: 0;
  width: 10px;
}

body {
  font-size: 14px;
  position: relative;
}
body.s-large {
  font-size: 100%;
}

body, textarea {
  line-height: 1.6;
}

body, input[type="text"], textarea {
  font-family: "Segoe UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Arial", sans-serif;
  color: #555;
}

input[type="text"], textarea {
  border: 1px solid #ccc;
  margin: 0;
  font: 100%;
}

input[type="text"] {
  padding: 2px 5px;
}

textarea {
  padding: 4px 6px;
}

input[type="submit"],
input[type="reset"] {
  font-family: "Segoe UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Arial", sans-serif;
}

select {
  font-family: "Segoe UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Arial", sans-serif;
  vertical-align: middle;
}

label input[type="checkbox"], label input[type="radio"], label select {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #171c8f;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

em, strong {
  font-style: normal;
}

table {
  font-size: inherit;
  font: 100%;
}

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

/***** Common Setting *****/
/* No Script */
#G-NOSCRIPT {
  font-size: 116%;
  color: #fff;
  text-align: center;
  background-color: #96b9e8;
  padding: 10px;
  margin-bottom: 15px;
}

/* Skip Link */
#G-SKIP {
  position: absolute;
  left: -20000px;
  top: -20000px;
}

/* Header Sample */
body.open {
  position: relative;
  overflow-y: hidden;
  width: 100%;
}
#G-HEADER-NEW {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 101;
}
body.open #G-HEADER-NEW {
  height: 100%;
}
#G-HEADER-NEW * {
  box-sizing: content-box;
}
#G-HEADER-NEW.scroll {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#G-HEADER-NEW.scroll.show {
  opacity: 1;
  position: fixed;
   -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#G-HEADER-NEW .inner-header {
  background-color: #fff;
  position: relative;
  width: 100%;
}


#G-HEADER-NEW .inner-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 210px;
}
body.open #G-HEADER-NEW .inner-header .logo {
  width: 210px;
}
body.open #G-HEADER-NEW .inner-header .logo.logo-100 {
  width: 122px;
}
#G-HEADER-NEW .inner-header .logo a {
  display: table-cell;
  width: 210px;
  height: 120px;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
#G-HEADER-NEW .inner-header .logo a img {
  width: 155px;
}
#G-HEADER-NEW .inner-header .logo.logo-100 {
  left: 210px;
  width: 122px;
}
#G-HEADER-NEW .inner-header .logo.logo-100 a {
  width: 122px !important;
  width: 120px;
  box-sizing: border-box;
}
#G-HEADER-NEW .inner-header .logo.logo-100 a img {
  width: 76px;
}

#G-HEADER-NEW.scroll .inner-header .logo {
  width: 123px;
}
body.open #G-HEADER-NEW.scroll .inner-header .logo {
  width: 123px;
}
#G-HEADER-NEW.scroll .inner-header .logo a {
  height: 70px;
  width: 122px;
}
#G-HEADER-NEW.scroll .inner-header .logo a img {
  width: 89px;
}
#G-HEADER-NEW.scroll .inner-header .logo.logo-100 {
  left: 123px;
  width: 70px;
}
body.open #G-HEADER-NEW.scroll .inner-header .logo.logo-100 {
  width: 70px;
}
#G-HEADER-NEW.scroll .inner-header .logo.logo-100 a {
  width: 70px !important;
}
#G-HEADER-NEW.scroll .inner-header .logo.logo-100 a img {
  width: 44px;
}
#G-HEADER-NEW.scroll .inner-header .globalnav {
  padding-left: 123px;
}
#G-HEADER-NEW.scroll .inner-header .logo-100 + .globalnav {
  padding-left: 193px;
}
body.open #G-HEADER-NEW.scroll .inner-header .logo-100 + .globalnav {
  padding-left: 193px;
}

#G-HEADER-NEW .inner-header .globalnav {
  width: 100%;
  vertical-align: top;
  padding-left: 210px;
  box-sizing: border-box;
}
#G-HEADER-NEW .inner-header .logo-100 + .globalnav {
  padding-left: 332px;
}
#G-HEADER-NEW .inner-header .region {
  position: relative;
  width: 100%;
  height: 50px;
  background: #0a2986;
  box-sizing: border-box;
}
#G-HEADER-NEW.scroll .inner-header .region {
  display: none;
}
#G-HEADER-NEW .inner-header .region .contryname {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
}
#G-HEADER-NEW .inner-header .region .language {
  position: relative;
  z-index: 1;
}
body.open #G-HEADER-NEW .inner-header .region .language {}
#G-HEADER-NEW .inner-header .region .language select {
  padding-right: 30px;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: url("../img/icon_arw_region.png") 100% 50% no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  color: #fff;
}
#G-HEADER-NEW .inner-header .region .btn-region {
z-index: 10;
position: relative;
}
body.open #G-HEADER-NEW .inner-header .region .btn-region {}
#G-HEADER-NEW .inner-header .region .btn-region a {
  display: block;
  height: 50px;
  padding: 20px 12px 0 40px;
  background: url("../img/icon_earth.png") 10px 50% no-repeat;
  background-size: 22px auto;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}
.s-page #G-HEADER-NEW .inner-header .region .btn-region a {
  padding-top: 17px;
}

#G-HEADER-NEW .inner-header .region .btn-region a.is-active,
#G-HEADER-NEW .inner-header .region .btn-region a.is-active:hover {
  background-image: url("../img/icon_earth_active.png");
  display: block;
  height: 50px;
  padding: 20px 15px 0 40px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
#G-HEADER-NEW .inner-header .region .btn-region a.is-active {
  color: #000;
}
.s-page #G-HEADER-NEW .inner-header .region .btn-region a.is-active {
padding-top: 17px;
}
#G-HEADER-NEW .inner-header .region .btn-region a:hover {
  background-color: rgba(255, 255, 255, .2);
  text-decoration: none;
}


#G-HEADER-NEW .inner-header .region .header-search {
  position: relative;
}
body.open #G-HEADER-NEW .inner-header .region .header-search {}
#G-HEADER-NEW .inner-header .region .header-search button {
  display: block;
  height: 50px;
  border: none;
  padding: 0 12px 0 35px;
  outline-color: transparent;
  color: #fff;
  font-size: 12px;
}
#G-HEADER-NEW .inner-header .region .header-search button.is-active {
  background-color: #ccc;
  color: #000;
}
#G-HEADER-NEW .inner-header .region .header-search form {
position: absolute;
top: 15px;
right: -7px;
}

#G-HEADER-NEW .input-keyword {
display: none;
position: absolute;
right: 60px;
width: 0;
padding: 0;
}
#G-HEADER-NEW input[type=image] {
position: absolute;
right: 37px;
}
#G-HEADER-NEW .inner-header .region .btn-headersearch {
  z-index: 100;
  position: relative;
  top: -1px;
  display: block;
  height: 40px;
  padding: 4px 7px 0 32px !important;
  background: url("../img/icon_search.png") 4px 50% no-repeat;
  box-sizing: border-box;
  background-size: 21px auto;
  font-size: 14px;
  font-family: "Segoe UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;　
}

#G-HEADER-NEW .inner-header .region .header-search button.is-active,
#G-HEADER-NEW .inner-header .region .header-search button.is-active:hover {
  background-color: #f2f2f2;
  background-image: url("../img/icon_search_active.png");
}
#G-HEADER-NEW .inner-header .region .header-search button:hover {
  background-color: rgba(255, 255, 255, .2);
}

.region-group {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

/* Select contact */
#G-SELECT-CONTACT {
}
body.s-global #G-SELECT-CONTACT {
}

#G-SELECT-CONTACT a {
  position: relative;
  display: block;
  height: 50px;
  padding: 20px 12px 20px 40px;
  background: url("../img/contact.png") 10px 50% no-repeat;
  background-size: 22px auto;
  box-sizing: border-box;  
  font-size: 12px;
  color: #fff;
}

.s-page #G-SELECT-CONTACT a {
padding-top: 17px;
}

#G-SELECT-CONTACT a:hover {
  background-color: rgba(255, 255, 255, .2);
  text-decoration: none;
}

#G-HEADER-NEW .inner-header .nav {
  padding-right: 1.5%;
  text-align: right;
}
body.open #G-HEADER-NEW .inner-header .nav {
  padding-right: calc(1.5% + 17px);
}

#G-HEADER-NEW .inner-header .nav &gt; ul {
  display: table;
  width: 100%;
}
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li {
  display: inline-block;
  margin-right: 3.75%;
  word-break: break-all;
}
#G-HEADER-NEW .inner-header .logo-100 + .globalnav .nav &gt; ul &gt; li {
  margin-right: 4%;
}

#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; a,
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; span {
  color: #000;
  display: table-cell;
  height: 70px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

#G-HEADER-NEW.scroll .inner-header .nav &gt; ul &gt; li &gt; a,
#G-HEADER-NEW.scroll .inner-header .nav &gt; ul &gt; li &gt; span {
font-size: 12px;
}

#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; span {
  cursor: pointer;
  padding-right: 18px;
  background: url("../img/icon_arw_nav.png") 100% 48% no-repeat;
}


#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li.current &gt; span {
  background-image: url("../img/icon_arw_nav_current.png");
  color: #171c8f;
}
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; a:hover:after,
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; span:hover:after,
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li.active &gt; span:after,
#G-HEADER-NEW .inner-header .nav &gt; ul &gt; li.current &gt; span:after {
  background-color: #0a2986;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  #G-HEADER-NEW .inner-header .logo,
  body.open #G-HEADER-NEW .inner-header .logo{
    width: 124px;
  }
  #G-HEADER-NEW .inner-header .logo a {
    height: 70px;
    width: 124px;
  }
  #G-HEADER-NEW .inner-header .logo a img {
    width: 89px;
  }
  #G-HEADER-NEW .inner-header .logo.logo-100,
  body.open #G-HEADER-NEW .inner-header .logo.logo-100 {
    left: 124px;
    width: 70px;
  }
  body.open #G-HEADER-NEW.scroll .inner-header .logo.logo-100 {
    left: 123px;
  }
  #G-HEADER-NEW .inner-header .logo.logo-100 a {
    width: 70px !important;
  }
  #G-HEADER-NEW .inner-header .logo.logo-100 a img {
    width: 44px;
  }
  #G-HEADER-NEW .inner-header .globalnav,
  #G-HEADER-NEW .inner-header .logo-100 + .globalnav,
  body.open #G-HEADER-NEW .inner-header .globalnav,
  body.open #G-HEADER-NEW .inner-header .logo-100 + .globalnav {
    padding-left: 0;
  }
  #G-HEADER-NEW .inner-header .region {
    height: 70px;
    margin-left: 124px;
    width: calc(100% - 124px);
  }
  #G-HEADER-NEW .inner-header .region .contryname {
    font-size: 14px;
    left: 19px;
    top: 28px;
  }
  #G-HEADER-NEW .inner-header .region .language {
    top: 10px;
  }

  /* Select Region */
  #G-HEADER-NEW .inner-header .region .btn-region a {
    padding-top: 30px;
  }

  #G-HEADER-NEW .inner-header .region .btn-region a,
  #G-HEADER-NEW .inner-header .region .btn-region a:hover,
  #G-HEADER-NEW .inner-header .region .btn-region a.is-active,
  #G-HEADER-NEW .inner-header .region .btn-region a.is-active:hover {
    height: 70px;
  }

  .s-page #G-HEADER-NEW .inner-header .region .btn-region a {
    padding-top: 26px;
}
  #G-HEADER-NEW .inner-header .region .header-search button,
  #G-HEADER-NEW .inner-header .region .header-search button:hover,
  #G-HEADER-NEW .inner-header .region .header-search button.is-active {
    height: 70px;
  }

  #G-HEADER-NEW .inner-header .region .btn-contact a {
    height: 70px;
    padding-top: 28px;
  }
  #G-HEADER-NEW .inner-header .nav {
    padding-right: 3%;
    border-top: 1px solid #ddd;
  }
  body.open #G-HEADER-NEW .inner-header .nav {
    padding-right: calc(3% + 17px);
  }
  #G-HEADER-NEW .inner-header .logo-100 + .globalnav .nav &gt; ul &gt; li {
    margin-right: 3.5%;
  }
  #G-HEADER-NEW .inner-header .nav &gt; ul &gt; li &gt; span {
    padding-right: 23px;
  }
  #G-HEADER-NEW .inner-header .nav &gt; ul &gt; li:last-child,
  #G-HEADER-NEW .inner-header .logo-100 + .globalnav .nav &gt; ul &gt; li:last-child{
    margin-right: 0;
  }
}

/* mini header ui*/
.open #G-HEADER-NEW.scroll .inner-header .nav,
#G-HEADER-NEW.scroll .inner-header .nav {
  padding-right: 140px;
}


.mini-btngroup {
  position: fixed;
  top: 0;
  right: 0;
}

.flag-scroll {
  display: none;
}

.flag-scroll a {
  display: block;
  width: 50px;
  height: 70px;
  background: rgba(23, 28, 143, 0.85)
}

.flag-scroll a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.flag-scroll .btn-mini_search {
  float: left;
  width: 50px;
  height: 70px;
  margin-right: -2px;
  padding: 0;
  background: rgba(23, 28, 143, 0.85) url("../img/icon_search_mini.png") 50% 50% no-repeat;
  background-size: 22px auto;
  border: none;
  box-sizing: border-box;
}
.s-page .flag-scroll .btn-mini_search { 
  left: 4px;
  margin-right: -4px;
  background-color: rgba(23, 28, 143, 1.0);
}
.flag-scroll .btn-mini_search:hover {
  opacity: 0.8;
}
.flag-scroll .btn-mini_search.is-active {
  background-color: #f0f0f0;
  background-image: url("../img/icon_search_mini_blue.png");
}

.flag-scroll .btn-mini_search.is-active:hover {
  opacity: 1.0;
}

.flag-scroll .btn-mini_contact {
  background: rgba(23, 28, 143, 0.85) url("../img/icon_contact_mini.png") 50% 50% no-repeat;
  background-size: 22px auto;
}
.s-page .flag-scroll .btn-mini_contact {
  background-color: rgba(23, 28, 143, 1.0);
}

.scroll .flag-scroll {
  display: inline-block !important;
}


/* menu-box */
#G-HEADER-NEW .menu-box {
  left: 0;
  position: fixed;
  top: 120px;
  text-align: left;
  width: 100%;
  z-index: 99;
}
#G-HEADER-NEW.scroll .menu-box {
  top: 70px;
}
#G-HEADER-NEW .menu-box * {
  box-sizing: border-box;
}
#G-HEADER-NEW .menu-box a:hover {
  text-decoration: none;
}
#G-HEADER-NEW li.active .menu-box {
  background: linear-gradient(90deg,rgba(32, 35, 47, 0.96) 0%,rgba(32, 35, 47, 0.96) calc(100% - 355px),rgba(47, 50, 68, 0.96) calc(100% - 355px),rgba(47, 50, 68, 0.96) 100%);
  height: calc(100% - 120px);
  overflow: auto;
}
#G-HEADER-NEW.scroll li.active .menu-box {
  height: calc(100% - 70px);
}
#G-HEADER-NEW .menu-box .close {
  background: url("../img/modal_close.png") left center no-repeat;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 17px;
  overflow: hidden;
  text-indent: 100%;
  top: 120px;
  white-space: nowrap;
  width: 60px;
  z-index: 1;
}
#G-HEADER-NEW.scroll .menu-box .close {
  top: 70px;
}
#G-HEADER-NEW .menu-box .close:hover {
  opacity: .6;
}
#G-HEADER-NEW .menu-box .menu-01,
#G-HEADER-NEW .menu-box .menu-02 {
  display: none;
  position: relative;
}
#G-HEADER-NEW .menu-box .menu-inr {
  float: left;
  height: 100%;
  padding: 0 40px 10px 80px;
  position: relative;
  width: 100%;
}
#G-HEADER-NEW .menu-box .banner-box + .menu-inr {
  width: calc(100% - 355px);
}
#G-HEADER-NEW .menu-box .menu &gt; ul &gt; li &gt; span,
#G-HEADER-NEW .menu-box .menu &gt; ul &gt; li &gt; span &gt; a,
#G-HEADER-NEW .menu-box .menu &gt; ul &gt; li &gt; a {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  display: table-cell;
  font-size: 15px;
  line-height: 1.75;
  padding: 16px 50px 16px 2.163%;
  vertical-align: middle;
  word-break: keep-all;
}
#G-HEADER-NEW .menu-box .menu &gt; ul &gt; li &gt; span.single {
  border-bottom: none;
  padding: 0;
}
#G-HEADER-NEW .menu-box a,
#G-HEADER-NEW .menu-box span {
  color: #fff;
  position: relative;
}
#G-HEADER-NEW .menu-box a:hover {
  text-decoration: underline;
}
#G-HEADER-NEW .menu-box .menu-inr .arrow:after {
  background: url("../img/icon_arrow_right01.png") right center no-repeat;
  background-size: 15px auto;
  content: "";
  height: 11px;
  margin-top: -5px;
  position: absolute;
  opacity: .3;
  right: 8%;
  top: 50%;
  width: 15px;
}
#G-HEADER-NEW .menu-box .menu-category-title {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 23px;
}
#G-HEADER-NEW .menu-box .menu-category-title a {
  display: block;
  font-size: 18px;
  line-height: 1.75;
  padding: 40px 0 7px;
}
#G-HEADER-NEW .menu-box .menu-category-title a span {
  position: relative;
}
#G-HEADER-NEW .menu-box .menu-category-title a:hover span {
  text-decoration: underline;
}
#G-HEADER-NEW .menu-box .menu-inr .menu-category-title .arrow:after {
  left: auto;
  right: -35px;
}
#G-HEADER-NEW .menu-box .menu-inr .menu-category-title a:hover .arrow:after {
  opacity: .5;
}
#G-HEADER-NEW .menu-box .menu-parent &gt; li:hover,
#G-HEADER-NEW .menu-box .menu-parent &gt; li.active {
  background-color: rgba(255,255,255, .05);
}
#G-HEADER-NEW .menu-box .menu-parent &gt; li:hover &gt; span {
  border-color: transparent;
}
#G-HEADER-NEW .menu-parent li.active .menu-child {
  z-index: 0;
}
#G-HEADER-NEW .menu-parent li .menu-child ul {
  background-color: rgba(255, 255, 255, .05);
  display: none;
  padding: 15px 20px;
}
#G-HEADER-NEW .menu-parent li.active .menu-child ul {
  display: block;
}
#G-HEADER-NEW .menu-box .menu-child li {
  float: left;
  padding: 8px 10px 8px 0;
  width: 50%;
}
#G-HEADER-NEW .menu-box .menu-child li a {
  display: block;
  font-size: 12px;
  line-height: 1.583;
  padding-left: 1em;
  position: relative;
}
#G-HEADER-NEW .menu-box .menu-child li a:hover {
  text-decoration: underline;
}
#G-HEADER-NEW .menu-box .menu-child li a:before {
  background-color: #fff;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 5px;
}

#G-HEADER-NEW .menu-box .menu-01 .menu {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.menu-box .menu-01 .menu .menu-parent {
  width: 31.893%;
}
.menu-box .menu-01 .menu .menu-parent.bg-menu:after {
  background-color: rgba(255, 255, 255, .05);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 31.893%);
}
#G-HEADER-NEW .menu-box .menu-01 .menu .menu-parent &gt; li &gt; span,
#G-HEADER-NEW .menu-box .menu-01 .menu .menu-parent &gt; li &gt; a {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  display: block;
  font-size: 15px;
  line-height: 1.75;
  padding: 12px 20% 12px 6.78%;
}
#G-HEADER-NEW .menu-box .menu-01 .menu .menu-parent &gt; li.active .arrow:after,
#G-HEADER-NEW .menu-box .menu-01 .menu-category-title .arrow:hover:after{
  opacity: .5;
}
#G-HEADER-NEW .menu-box .menu-01 .menu .menu-parent &gt; li [class^="menu0"].arrow:after {
  opacity: 1;
}
#G-HEADER-NEW .menu-box .menu-01 .menu-child {
  position: absolute;
  left: 31.9%;
  top: 0;
  width: 68.109%;
}
#G-HEADER-NEW .menu-box .menu-child .single-menu-child li {
  width: 100%;
}
#G-HEADER-NEW .menu-box .menu-child .single-menu-child li a {
  padding-left: 3.5%;
}

#G-HEADER-NEW .menu-box .menu-02 .menu li {
  display: table;
  float: left;
  margin-right: 20px;
  width: calc(33.33% - 20px);
}
#G-HEADER-NEW .menu-box .menu-02 .menu li:nth-child(3n) {
  margin-right: 0;
}

/* banner-box */
#G-HEADER-NEW .banner-box {
  float: right;
  padding: 77px 0 10px;
  width: 355px;
}
#G-HEADER-NEW .banner-box ul {
  margin: 0 auto;
  width: 255px;
}
#G-HEADER-NEW .banner-box li {
  margin-bottom: 14px;
}
#G-HEADER-NEW .banner-box li span {
  display: block;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 5px;
}
#G-HEADER-NEW .banner-box li img {
  width: 100%;
}

#G-HEADER-NEW .gnav-btn_category {
  display: inline-block;
  margin: 45px 0 0 0;
  padding: 14px;
  box-sizing: border-box;
  background: #36394b;
}
#G-HEADER-NEW .gnav-btn_category .btn-category {
  display: flex;
  width: 100%;
}
#G-HEADER-NEW .gnav-btn_category .btn-category li {
  margin-right: 13px;
}
#G-HEADER-NEW .gnav-btn_category .btn-category li:last-child {
  margin-right: 0;
}

#G-HEADER-NEW .gnav-btn_category .btn-category li a {
  display: block;
  width: 100%;
  min-width: 225px;
  padding: 20px 50px 20px 20px;
  background: #484c68;
  box-sizing: border-box;
  font-size: 15px;
}

#G-HEADER-NEW .gnav-btn_category .btn-category li a::after {
  background: url("../img/icon_arrow_right01.png") right center no-repeat;
  background-size: 15px auto;
  content: "";
  height: 11px;
  margin-top: -5px;
  position: absolute;
  opacity: .3;
  right: 20px;
  top: 50%;
  width: 15px;
}


#G-SEARCH-BOX {
  z-index: 102;
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
}
#G-SEARCH-BOX.scroll {
  top: 70px;
}

#G-SEARCH-BOX .m-search {
  margin: 0;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
  #G-HEADER-NEW .menu-box {
    top: 140px;
  }
  #G-HEADER-NEW li.active .menu-box {
    height: calc(100% - 140px);
  }
  #G-HEADER-NEW .menu-box .close {
    top: 140px;
  }
  #G-HEADER-NEW.scroll .menu-box {
    top: 70px;
  }

  #G-SEARCH-BOX {
    top: 70px;
  }



}

/* Header */
#G-HEADER {
  *zoom: 1;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 100;
}
#G-HEADER a {
  color: #171c8f;
}
#G-HEADER .upper {
  *zoom: 1;
  font-size: 12px;
  position: relative;
  z-index: 10;
  text-align: right;
}
#G-HEADER .upper &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 13px;
  padding: 5px 0 0 13px;
  background: url("../img/gnavi_line.gif") no-repeat 0 50%;
}
#G-HEADER .upper &gt; *:first-child {
  background: none;
}
#G-HEADER .upper .inquiry {
  *padding-bottom: 1px;
  overflow: hidden;
  font-size: 10px;
}
#G-HEADER .upper .inquiry &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#G-HEADER .upper .inquiry dd {
  margin: 0 1px;
  *margin-left: 3px;
  background-color: #f1f2f6;
  border: 1px solid #c9cbdb;
  border-left: none;
  border-right: none;
}
#G-HEADER .upper .inquiry ul {
  *zoom: 1;
  margin: 0 -1px;
  border: 1px solid #c9cbdb;
  border-top: none;
  border-bottom: none;
}
#G-HEADER .upper .inquiry ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-HEADER .upper .inquiry li {
  padding: 0 4px;
  float: left;
  border-left: 1px solid #c9cbdb;
}
#G-HEADER .upper .inquiry li:first-child {
  border-left: none;
}
#G-HEADER .upper .size {
  text-align: left;
}
#G-HEADER .upper .size &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#G-HEADER .upper .size a {
  width: 30px;
  height: 15px;
  display: block;
  text-indent: -20000px;
  overflow: hidden;
  background: url("../img/fontsize.gif") no-repeat;
}
#G-HEADER .upper .size dt {
  margin-right: 3px;
}
#G-HEADER .upper .size dd {
  font-size: 1px;
}
#G-HEADER .upper .size dd.normal a:hover, #G-HEADER .upper .size dd.normal a.current {
  background-position: 0 -15px;
}
#G-HEADER .upper .size dd.large a {
  background-position: -30px 0;
}
#G-HEADER .upper .size dd.large a:hover, #G-HEADER .upper .size dd.large a.current {
  background-position: -30px -15px;
}
#G-HEADER .logo {
  text-align: left;
  font-size: 116%;
  margin: 13px 0 -13px 0;
}
body.s-global #G-HEADER .logo {
  font-size: 133%;
  margin-top: 3px;
}
#G-HEADER .logo &gt; * {
  line-height: 1;
  *line-height: 1.3;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  margin-right: 25px;
  color: #9598aa;
}
#G-HEADER .logo .text {
  margin-top: 3px;
}
body.s-global #G-HEADER .logo .text {
  margin-top: 4px;
}
#G-HEADER .logo img[src="/common/img/logo.png"] {
  width: 146px;
  height: 51px;
}
#G-HEADER.s-satellite {
  margin-bottom: 20px;
  padding: 0;
  min-height: 105px;
  background: url("../img/bg_header.gif") repeat-x;
}
#G-HEADER.s-satellite .upper &gt; * {
  margin-left: 10px;
  padding-top: 0;
  vertical-align: bottom;
}
#G-HEADER.s-satellite .site-jp {
  padding-left: 0;
}
#G-HEADER.s-satellite .site-jp p {
  text-align: left;
  width: 151px;
  background: url("../img/header_link_btm.png") no-repeat 0 100%;
}
#G-HEADER.s-satellite .site-jp a {
  display: block;
  background: url("../img/arrow.png") no-repeat 100% 50%;
  padding: 5px 17px 5px 5px;
}
#G-HEADER.s-satellite .logo {
  margin-top: 8px;
  margin-bottom: -22px;
}

/* Select Language */
#G-SELECT-LANG {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  height: 22px !important;
  margin: 13px 15px 0 0;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  text-align: left;
}
#G-SELECT-LANG li {
  *zoom: 1;
  white-space: nowrap;
  border-top: none;
}
#G-SELECT-LANG li a {
  background: #fff no-repeat 100% 50%;
  padding: 5px 35px 5px 6px;
  display: block;
  border: 1px solid #171c8f;
  color: #171c8f;
  line-height: 1;
}
#G-SELECT-LANG li:first-child {}
#G-SELECT-LANG li:first-child a {
  background-image: url("../img/icon_arw_region.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: transparent;
  border: none;
  color: #fff;
}
#G-SELECT-LANG li a:hover {
  color: #B3B3B3;
  text-decoration: none;
}
#G-SELECT-LANG ul {
  visibility: hidden;
  overflow: hidden;
  height: 1px;
}
#G-SELECT-LANG.open li {
  display: block !important;
}
#G-SELECT-LANG.s-init ul {
  visibility: visible;
  overflow: auto;
  height: auto;
  width: 100%;
  position: absolute;
}
#G-SELECT-LANG.s-init li {
  display: none;
}
#G-SELECT-LANG.s-init li:first-child {
  display: block;
}

/* Select Region */
#G-SELECT-REGION {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  text-align: right;
}
body.s-global #G-SELECT-REGION {
  margin-left: 0;
}
#G-SELECT-REGION a {
  vertical-align: middle;
  display: block;
  height: 40px;
  background: url("../img/globe.gif") no-repeat 100% 50%;
  background-size: 22px auto;
  padding-right: 19px;
  font-size: 12px;
  color: inherit;
}

/* Select Region Message */
#G-HEADER .region-message {
  text-align: right;
  background: none;
  display: block;
  margin-top: 5px;
  margin-bottom: -24px;
}

/* Social Link */
#G-HEADER .sns {
  text-align: right;
  background: none;
  display: block;
  margin-top: 10px;
  margin-bottom: -35px;
}

#G-HEADER .sns img {
  padding-left:10px;
}

/* Keyword Search */
#G-SEARCH {
  float: right;
  padding: 1px;
  background-color: #c9cbdb;
}
#G-SEARCH form {
  background: #f1f2f6 url("../img/magnifier_def.gif") no-repeat 100% 50%;
}
#G-SEARCH form &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#G-SEARCH input[type="text"] {
  width: 109px;
  background-color: transparent;
  border: none;
}
#G-SEARCH input[type="image"] {
  width: 23px;
  height: 23px;
}
#G-SEARCH.s-active {
  background: url("../img/bg_search.gif") no-repeat 100% 0;
}
#G-SEARCH.s-active form {
  background: url("../img/bg_search.gif") no-repeat 100% -100px;
}
#G-SEARCH.s-active input[type="image"] {
  background: url("../img/magnifier_ovr.gif") no-repeat 0 50%;
}

/* Global Menu */
#G-GLOBAL-MENU {
  width: 970px;
  background: no-repeat;
  text-align: left;
  margin: 7px -5px 0 -5px;
  padding: 0 5px;
  *zoom: 1;
}
#G-GLOBAL-MENU:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-GLOBAL-MENU &gt; * {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -2px;
}
#G-GLOBAL-MENU &gt; *.hover, #G-GLOBAL-MENU &gt; *.current {
  z-index: 2;
}
#G-GLOBAL-MENU &gt; *:first-child {
  margin-left: 0;
}
#G-GLOBAL-MENU &gt; * &gt; a {
  display: block;
  height: 53px;
  text-indent: -20000px;
  overflow: hidden;
  background: no-repeat;
  position: relative;
  z-index: 1;
}
#G-GLOBAL-MENU .item-1 {
  width: 162px;
}
body.s-global #G-GLOBAL-MENU .item-1 {
  width: 194px;
}
#G-GLOBAL-MENU .item-1 &gt; a {
  background-position: 0px -60px;
}
body.s-global #G-GLOBAL-MENU .item-1 &gt; a {
  background-position: 0px -60px;
}
#G-GLOBAL-MENU .item-1.hover &gt; a {
  background-position: 0px -120px;
}
body.s-global #G-GLOBAL-MENU .item-1.hover &gt; a {
  background-position: 0px -120px;
}
#G-GLOBAL-MENU .item-1.current &gt; a {
  background-position: 0px -480px;
}
body.s-global #G-GLOBAL-MENU .item-1.current &gt; a {
  background-position: 0px -480px;
}
#G-GLOBAL-MENU .item-1 .frame {
  width: 162px;
  background-image: url("../img/bg_gnavi_162px.png");
}
body.s-global #G-GLOBAL-MENU .item-1 .frame {
  width: 194px;
  background-image: url("../img/bg_gnavi_194px.png");
}
#G-GLOBAL-MENU .item-2 {
  width: 161px;
}
body.s-global #G-GLOBAL-MENU .item-2 {
  width: 193px;
}
#G-GLOBAL-MENU .item-2 &gt; a {
  background-position: -160px -60px;
}
body.s-global #G-GLOBAL-MENU .item-2 &gt; a {
  background-position: -192px -60px;
}
#G-GLOBAL-MENU .item-2.hover &gt; a {
  background-position: -160px -180px;
}
body.s-global #G-GLOBAL-MENU .item-2.hover &gt; a {
  background-position: -192px -180px;
}
#G-GLOBAL-MENU .item-2.current &gt; a {
  background-position: -160px -540px;
}
body.s-global #G-GLOBAL-MENU .item-2.current &gt; a {
  background-position: -192px -540px;
}
#G-GLOBAL-MENU .item-2 .frame {
  width: 161px;
  background-image: url("../img/bg_gnavi_161px.png");
}
body.s-global #G-GLOBAL-MENU .item-2 .frame {
  width: 193px;
  background-image: url("../img/bg_gnavi_193px.png");
}
#G-GLOBAL-MENU .item-3 {
  width: 162px;
}
body.s-global #G-GLOBAL-MENU .item-3 {
  width: 194px;
}
#G-GLOBAL-MENU .item-3 &gt; a {
  background-position: -319px -60px;
}
body.s-global #G-GLOBAL-MENU .item-3 &gt; a {
  background-position: -383px -60px;
}
#G-GLOBAL-MENU .item-3.hover &gt; a {
  background-position: -319px -240px;
}
body.s-global #G-GLOBAL-MENU .item-3.hover &gt; a {
  background-position: -383px -240px;
}
#G-GLOBAL-MENU .item-3.current &gt; a {
  background-position: -319px -600px;
}
body.s-global #G-GLOBAL-MENU .item-3.current &gt; a {
  background-position: -383px -600px;
}
#G-GLOBAL-MENU .item-3 .frame {
  width: 162px;
  background-image: url("../img/bg_gnavi_162px.png");
}
body.s-global #G-GLOBAL-MENU .item-3 .frame {
  width: 194px;
  background-image: url("../img/bg_gnavi_194px.png");
}
#G-GLOBAL-MENU .item-4 {
  width: 162px;
}
body.s-global #G-GLOBAL-MENU .item-4 {
  width: 193px;
}
#G-GLOBAL-MENU .item-4 &gt; a {
  background-position: -479px -60px;
}
body.s-global #G-GLOBAL-MENU .item-4 &gt; a {
  background-position: -575px -60px;
}
#G-GLOBAL-MENU .item-4.hover &gt; a {
  background-position: -479px -300px;
}
body.s-global #G-GLOBAL-MENU .item-4.hover &gt; a {
  background-position: -575px -300px;
}
#G-GLOBAL-MENU .item-4.current &gt; a {
  background-position: -479px -660px;
}
body.s-global #G-GLOBAL-MENU .item-4.current &gt; a {
  background-position: -575px -660px;
}
#G-GLOBAL-MENU .item-4 .frame {
  width: 162px;
  background-image: url("../img/bg_gnavi_162px.png");
}
body.s-global #G-GLOBAL-MENU .item-4 .frame {
  width: 193px;
  background-image: url("../img/bg_gnavi_193px.png");
}
#G-GLOBAL-MENU .item-5 {
  width: 161px;
}
body.s-global #G-GLOBAL-MENU .item-5 {
  width: 194px;
}
#G-GLOBAL-MENU .item-5 &gt; a {
  background-position: -639px -60px;
}
body.s-global #G-GLOBAL-MENU .item-5 &gt; a {
  background-position: -766px -60px;
}
#G-GLOBAL-MENU .item-5.hover &gt; a {
  background-position: -639px -360px;
}
body.s-global #G-GLOBAL-MENU .item-5.hover &gt; a {
  background-position: -766px -360px;
}
#G-GLOBAL-MENU .item-5.current &gt; a {
  background-position: -639px -720px;
}
body.s-global #G-GLOBAL-MENU .item-5.current &gt; a {
  background-position: -766px -720px;
}
#G-GLOBAL-MENU .item-5 .frame {
  width: 161px;
  background-image: url("../img/bg_gnavi_161px.png");
}
body.s-global #G-GLOBAL-MENU .item-5 .frame {
  width: 194px;
  background-image: url("../img/bg_gnavi_194px.png");
}
#G-GLOBAL-MENU .item-6 {
  width: 162px;
}
body.s-global #G-GLOBAL-MENU .item-6 {
  width: 0px;
}
#G-GLOBAL-MENU .item-6 &gt; a {
  background-position: -798px -60px;
}
body.s-global #G-GLOBAL-MENU .item-6 &gt; a {
  background-position: -958px -60px;
}
#G-GLOBAL-MENU .item-6.hover &gt; a {
  background-position: -798px -420px;
}
body.s-global #G-GLOBAL-MENU .item-6.hover &gt; a {
  background-position: -958px -420px;
}
#G-GLOBAL-MENU .item-6.current &gt; a {
  background-position: -798px -780px;
}
body.s-global #G-GLOBAL-MENU .item-6.current &gt; a {
  background-position: -958px -780px;
}
#G-GLOBAL-MENU .item-6 .frame {
  width: 162px;
  background-image: url("../img/bg_gnavi_162px.png");
}
body.s-global #G-GLOBAL-MENU .item-6 .frame {
  width: 0px;
  background-image: url("../img/bg_gnavi_0px.png.html");
}
#G-GLOBAL-MENU .frame {
  display: none;
  position: absolute;
  top: 45px;
  left: -4px;
  background: no-repeat 0 100%;
  margin-right: -8px;
  padding: 0 4px 6px 4px;
  overflow: hidden;
}
#G-GLOBAL-MENU .frame a {
  color: #171c8f;
}
#G-GLOBAL-MENU .list li {
  border-top: 1px solid #ccc;
}
#G-GLOBAL-MENU .list li:first-child {
  border-top: none;
}
#G-GLOBAL-MENU .list a {
  display: block;
  padding: 10px 20px 10px 10px;
  background: url("../img/arrow.png") no-repeat 100% 50%;
}
#G-GLOBAL-MENU .list a:hover {
  color: #4e8fd1;
  background-color: #e9f3fd;
  text-decoration: underline;
}
#G-GLOBAL-MENU .item-6 .frame {
  margin-right: -3px;
}

/* Region */
#G-REGION {
  display: none;
  text-align: left;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 102;
  width: 100%;
}
#G-REGION .outer {
  background: #f5f5f5;
  padding-bottom: 14px;
}
#G-REGION .inner {
  margin: 0 auto;
  padding: 75px 0 15px 0;
  width: 900px;
  *zoom: 1;
}
#G-REGION .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-REGION .inner &gt; dl {
  float: left;
  margin-left: 20px;
}
#G-REGION .inner &gt; dl.item-1 {
  width: 271px;
  margin-left: 0;
}
#G-REGION .inner &gt; dl.item-2 {
  width: 301px;
}
#G-REGION .inner &gt; dl.item-2 dl dd {
  width: 176px;
}
#G-REGION .inner &gt; dl.item-3 {
  width: 271px;
}
#G-REGION .inner &gt; dl &gt; dt {
  position: relative;
  margin-bottom: -2px;
  border-bottom: 2px solid #cecece;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
#G-REGION .inner &gt; dl dl {
  background: url("../img/line_region.gif") repeat-x 0 100%;
  color: #9598aa;
  *zoom: 1;
}
#G-REGION .inner &gt; dl dl:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-REGION .inner &gt; dl dl &gt; * {
  float: left;
  background: url("../img/line_region.gif") repeat-x;
  padding: 10px 0;
}
#G-REGION .inner &gt; dl dl dt {
  color: #888;
  font-size: 14px;
  width: 120px;
  line-height: 1.64;
  padding-right: 5px;
}
#G-REGION .inner &gt; dl dl dd {
  width: 146px;
}
#G-REGION .inner &gt; dl dl a {
  color: #2f3244;
}
#G-REGION .inner &gt; dl dl ul {
  margin-bottom: -13px;
  *zoom: 1;
}
#G-REGION .inner &gt; dl dl ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-REGION .inner &gt; dl dl li {
  *zoom: 1;
  float: left;
  border-left: 1px solid #c1c3d1;
  margin: 0 0 13px 8px;
  padding-left: 9px;
}
#G-REGION .inner &gt; dl dl li a {
  color: #171c8f;
  font-size: 14px;
  line-height: 1.64;
}
#G-REGION .inner &gt; dl dl li.last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#G-REGION .inner &gt; dl dl li:nth-child(odd) {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#G-REGION .site {
  clear: both;
  padding-top: 10px;
  *zoom: 1;
}
#G-REGION .site * {
  box-sizing: border-box;
}
#G-REGION .site:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-REGION .site p {
  float: right;
}
#G-REGION .site p a {
  font-size: 14px;
  padding: 12px 12px 10px 0;
  width: 140px;
}
#G-REGION .site p a:hover {
  background: #fff;
}
#G-REGION .site p span {
  background: url("../img/icon_list.gif") 100% 50% no-repeat;
  background-size: 15px auto;
  padding: 0 20px 0 20px;
}
#G-REGION .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#G-REGION .close a {
  display: block;
}
#G-REGION .close a:hover {
  opacity: .6;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
  #G-REGION {
    top: 70px;
  }
}

/* Footer banner */
#G-FOOTER-BANNER {
  margin: 80px auto 0;
  background: #ddd;
}
#G-FOOTER-BANNER .m-inner {
}
#G-FOOTER-BANNER .banner-list {
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  justify-content: center;
}
#G-FOOTER-BANNER .banner-list li {
  width: 33.3%;
}
#G-FOOTER-BANNER .banner-list li img {
  width: 100%;
}
#G-FOOTER-BANNER .banner-list li a {
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#G-FOOTER-BANNER .banner-list li a:hover {
  opacity: 0.7;
}
#G-FOOTER-BANNER .banner-list li .box {
  color: #fff;
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: left;
}
#G-FOOTER-BANNER .banner-list li .box .title {
  font-size: 16px;
  letter-spacing: 3.5px;
  line-height: 1.75;
  margin-bottom: 7%;
}
#G-FOOTER-BANNER .banner-list li .box .link {
  border: 1px solid #fff;
  display: inline-block;
}
#G-FOOTER-BANNER .banner-list li .box .link span {
  display: block;
  font-size: 14px;
  line-height: 1.75;
  padding: 8px 24px;
  text-align: center;
}
#G-FOOTER-BANNER .m-pc { display: inline; }
#G-FOOTER-BANNER .m-sp { display: none; }

/* Footer */
#G-FOOTER {
  /*margin-top: 50px;*/
}
#G-FOOTER .service {
  background: #fbfbfd url("../img/bg_footer1.gif") repeat-x;
  min-width: 960px;
}
#G-FOOTER .service .inner {
  padding: 40px 0 50px 0;
}
#G-FOOTER .service .inner &gt; ul {
  *zoom: 1;
}
#G-FOOTER .service .inner &gt; ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-FOOTER .service .inner &gt; ul &gt; li {
  float: left;
  margin-left: 10px;
  width: 160px;
}
#G-FOOTER .service .inner &gt; ul &gt; li.item-2, #G-FOOTER .service .inner &gt; ul &gt; li.item-4 {
  width: 130px;
}
#G-FOOTER .service .inner &gt; ul &gt; li &gt; a, #G-FOOTER .service .inner &gt; ul &gt; li &gt; span {
  font-weight: bold;
  color: #333;
}
#G-FOOTER .service .inner &gt; ul &gt; li ul {
  margin-top: 10px;
  font-size: 91%;
}
#G-FOOTER .service .inner &gt; ul &gt; li ul a {
  color: #666;
}
body.s-global #G-FOOTER .service .inner &gt; ul &gt; li.item-1 {
  width: 220px;
}
body.s-global #G-FOOTER .service .inner &gt; ul &gt; li.item-2 {
  width: 200px;
}
body.s-global #G-FOOTER .service .inner &gt; ul &gt; li.item-3 {
  width: 210px;
}
body.s-global #G-FOOTER .service .inner &gt; ul &gt; li.item-4 {
  width: 180px;
}
body.s-global #G-FOOTER .service .inner &gt; ul &gt; li.item-5 {
  width: 100px;
}
#G-FOOTER .service .inner &gt; ul &gt; li.s-bold ul {
  font-size: 100%;
  margin-top: 0;
}
#G-FOOTER .service .inner &gt; ul &gt; li.s-bold li {
  margin-bottom: 3px;
}
#G-FOOTER .service .inner &gt; ul &gt; li.s-bold a {
  font-weight: bold;
  color: #333;
}
#G-FOOTER .site {
  font-size: 11px;
  background: #2f3245;
}
#G-FOOTER .site.info {
  font-size: 100%;
  background: #f2f2f2;
}
#G-FOOTER .site .inner {
  *zoom: 1;
  padding: 25px 5.6% 15px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#G-FOOTER .site .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-FOOTER .site a {
  color: #fff;
}
#G-FOOTER .site.info a {
  color: #565656;
  font-size: 14px;
}
#G-FOOTER .site ul {
  margin: 0 0 0 -20px;
  *zoom: 1;
  float: left;
  width: calc(100% - 320px);
}
#G-FOOTER .site.info ul {
  padding: 10px 0 0;
  width: calc(100% - 150px);
}
#G-FOOTER .site.info .sns {
  float: right;
  padding-top: 0;
  width: auto;
}
#G-FOOTER .site.info .sns img {
  width: 30px;
}
#G-FOOTER .site .sns img:hover {
  opacity: 0.6;
}
#G-FOOTER .site ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-FOOTER .site li {
  float: left;
  /*border-left: 1px solid #4e5787;*/
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#G-FOOTER .site li:first-child {
  border-left: none;
}
#G-FOOTER .site p {
  float: right;
  color: #bdbfcc;
}

#G-FOOTER .site a.beian {
  position: relative;
  padding-left: 24px;
}
#G-FOOTER .site a.beian &gt; img {
  position: absolute;
  height: 20px;
  left: 0px;
  top: -3px;
  width: 20px; 
}

#G-FOOTER ul.sns &gt; li {
  position:relative;
}
#G-FOOTER ul.sns &gt; li.wechat-qr-code {
  display: inline;
}
#G-FOOTER ul.sns &gt; li.wechat_name {
  color: #565656;
  display: none;
  font-size: 14px;
}
#G-FOOTER #WECHAT-QR-CODE {
  bottom: 2px;
  display: none;
  height: 157px;
  position: absolute;
  right: 22px;
  width: 167px;
}
#G-FOOTER #WECHAT-QR-CODE:hover {
  opacity: 1;
}

/* Pagetop */
body.s-global #G-PAGETOP {
  display: none;
}
#G-PAGETOP {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  z-index: -1;
}
#G-PAGETOP.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 100;
}
#G-PAGETOP a {
  text-indent: -20000px;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 100px;
  background: url("../img/pagetop.png") no-repeat;
  background-size: 40px 100px;
  position: relative;
}
#G-PAGETOP a:hover:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: .2;
  width: 100%;
}

/* Subwin Header */
 #G-HEADER-S {
   background-color: #fff;
  padding: 34px 34px 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#G-HEADER-S .inner {
  *zoom: 1;
}
#G-HEADER-S .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#G-HEADER-S .logo {
  float: left;
}
#G-HEADER-S .logo img[src="/common/img/logo.png"] {
  width: 146px;
  height: 51px;
}
#G-HEADER-S .close {
  display: none;
  margin-top: 4px;
  font-size: 116%;
  float: right;
  background: url("../img/close.gif.html") no-repeat 100% 50%;
  min-height: 18px;
  padding: 3px 30px 0 0;
}

/* Subwin Footer */
#G-FOOTER-S .close {
  display: none;
  text-align: center;
  font-size: 116%;
  margin: 50px 0 20px 0;
}
#G-FOOTER-S .close a {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../img/close2.gif") no-repeat 0 50%;
  min-height: 13px;
  padding: 2px 0 0 25px;
}
#G-FOOTER-S .outer {
  padding: 30px 25px 30px;
  font-size: 11px;
  background: #2f3245;
  color: #fff;
  text-align: center;
}

/* Confirm Window */
#G-CONFIRM-LINK {
  display: none;
}

#G-CONFIRM-WIN {
  width: 500px;
}
#G-CONFIRM-WIN .text {
  font-size: 133%;
  text-align: center;
  margin: 20px 0;
}
#G-CONFIRM-WIN .buttons {
  text-align: center;
}
#G-CONFIRM-WIN .buttons &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
}

#G-VEILED-LAYER {
  visibility: hidden;
}

/* H1 */
#G-H1 {
  position: absolute;
  top: -20000px;
  left: -20000px;
}
</pre></body></html>