@charset "UTF-8";
/* ------------------------------------------------- *
 *        reset
 * ------------------------------------------------- */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

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

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ------------------------------------------------- *
 *        base
 * ------------------------------------------------- */
html {
  height: 100%;
}

body {
  line-height: 1.5;
  font-size: 75%;
  height: 100%;
  background: white;
}

/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */
.clearFix:before, .clearFix:after {
  content: "";
  display: table;
}

.clearFix:after {
  clear: both;
}

.clearFix {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        linkColor
 * ------------------------------------------------- */
a:visited,
a:link {
  color: #0066cc;
}

a:active,
a:hover {
  color: #0066cc;
  text-decoration: none;
}

.header,
.gnavModal--corporate,
.gnavModal--products,
.gnavModal--business,
#footer {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}

.areaHeader--pc a:link,
.areaHeader--tb a:link,
.areaHeader--sp a:link,
.areaHeader--pc a,
.areaHeader--tb a,
.areaHeader--sp a {
  color: black;
  text-decoration: none;
}
.areaHeader--pc a:hover,
.areaHeader--tb a:hover,
.areaHeader--sp a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
.header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 20px;
}

@media (max-width: 959px) {
.responsive .header {
  width: 728px;
}
}/*@*/
@media (max-width: 767px) {
.responsive .header {
  width: auto;
  padding: 0;
}
.responsive .header__title {
  min-height: 36px;
  padding: 12px 10px;
  text-align: center;
}
}/*@*/

/* ------------------------------------------------- *
 *        headerNav
 * ------------------------------------------------- */
.headerNav {
  position: absolute;
  right: 250px;
  top: 15px;
  overflow: hidden;
}

.headerNav__li {
  float: left;
  display: inline;
  margin-left: 30px;
}

.headerNav__li img {
  vertical-align: middle;
}

@media (max-width: 959px) {
.responsive .headerNav {
  right: auto;
  left: 137px;
}

.responsive .headerNav__li {
  margin-left: 20px;
}
}/*@*/
@media (max-width: 767px) {
.responsive .headerNav {
  display: none;
}
}/*@*/

/* ------------------------------------------------- *
 *        headerSrch
 * ------------------------------------------------- */
.headerSrch {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 229px;
}

.headerSrch__inputText {
  width: 197px;
  height: 24px;
  *height: 14px;
  padding: 0 0 0 5px;
  *padding: 6px 0 4px 5px;
  margin: 0;
  border: 1px solid #cccccc;
  outline: 0;
}

.headerSrch__btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  *top: 1px;
}
@media (max-width: 767px) {
.responsive .headerSrch {
  display: block;
  position: relative;
  right: inherit;
  top: inherit;
  width: auto;
  background: #fafafa;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px;
}

.responsive .headerSrch__inputText {
  width: 100%;
  height: 26px;
  padding-right: 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.responsive form input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.responsive .headerSrch__btnSubmit {
  position: absolute;
  right: 10px;
  top: 10px;
}
}/*@*/

/* ------------------------------------------------- *
 *        gnav
 * ------------------------------------------------- */
.gnav {
  width: 100%;
  height: 46px;
}

.gnavInner {
  position: relative;
  z-index: 100;
  width: 1000px;
  margin: 0 auto;
}

.gnav__li {
  float: left;
}

.gnav__btn {
  position: relative;
}

.gnav__a {
  display: block;
  height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 120%;
}

.gnav__a:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  zoom:1;
}

.gnav__li.is--guide .gnav__a {
  width: 87px;
  background: url(../img/btn_type3_1.png) 0 0 no-repeat;
}
.gnav__li.is--individual .gnav__a {
  width: 183px;
  background: url(../img/btn_type3_2.png) 0 0 no-repeat;
}
.gnav__li.is--business .gnav__a {
  width: 183px;
  background: url(../img/btn_type3_3.png) 0 0 no-repeat;
}
.gnav__li.is--corporate .gnav__a {
  width: 92px;
  background: url(../img/btn_type3_4_off.png) 0 0 no-repeat;
}
.gnav__li.is--corporateEco .gnav__a {
  width: 105px;
  background: url(../img/btn_type3_5_off.png) 0 0 no-repeat;
}
.gnav__li.is--corporateRecruit .gnav__a {
  width: 77px;
  background: url(../img/btn_type3_6_off.png) 0 0 no-repeat;
}
.gnav__li.is--corporateNews .gnav__a {
  width: 123px;
  background: url(../img/btn_type3_7_off.png) 0 0 no-repeat;
}
.gnav__li.is--support .gnav__a {
  width: 110px;
  background: url(../img/btn_type3_8_off.png) 0 0 no-repeat;
}

@media (max-width: 959px) {
.responsive .gnavInner {
  width: 768px;
}
.responsive .gnav__li.is--guide .gnav__a {
  width: 76px;
  background: url(../img/btn_type3_1_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--individual .gnav__a {
  width: 103px;
  background: url(../img/btn_type3_2_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--business .gnav__a {
  width: 103px;
  background: url(../img/btn_type3_3_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--corporate .gnav__a {
  width: 89px;
  background: url(../img/btn_type3_4_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--corporateEco .gnav__a {
  width: 103px;
  background: url(../img/btn_type3_5_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--corporateRecruit .gnav__a {
  width: 77px;
  background: url(../img/btn_type3_6_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--corporateNews .gnav__a {
  width: 75px;
  background: url(../img/btn_type3_7_tb.png) 0 0 no-repeat;
}
.responsive .gnav__li.is--support .gnav__a {
  width: 102px;
  background: url(../img/btn_type3_8_tb.png) 0 0 no-repeat;
}
}/*@*/

@media (max-width: 767px) {
.responsive .gnav {
  position: relative;
  height: auto;
  margin: 0 auto;
}

.responsive .gnavInner {
  margin: -1px auto 0;
  width: 100%;
  height: 81px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.responsive .gnav__li:last-child ,
.responsive .gnav__li:first-child {
  display: none;
}


.responsive .gnav__a {
  height: 80px;
  line-height: 1.16;
  padding-top: 44px;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive .gnav__a:active ,
.responsive .gnav__a:visited ,
.responsive .gnav__a:hover ,
.responsive .gnav__a:link {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.responsive .gnav__a:hover {
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1;
  -khtml-opacity: 1;
  zoom:1;
}
.responsive .gnav__li {
  height: 80px;
  overflow: hidden;
}

.responsive .gnav__subLabel {
  display: block;
  font-size: 10px;
}

.responsive .gnav__li.is--guide {
  position: relative;
  width: 25%;
}
.responsive .gnav__li.is--guide .gnav__a {
  width: 100%;
  padding-top: 52px;
  background: none;
  border-left: 1px solid #DCDCDC;
}
.responsive .gnav__li.gnav__btnModal1.is--active .gnav__a ,
.responsive .gnav__li.gnav__btnModal2.is--active .gnav__a ,
.responsive .gnav__li.gnav__btnModal3.is--active .gnav__a ,
.responsive .gnav__li.gnav__btn.is--active .gnav__a {
  background: #f0f0f0;
}
.responsive .gnav__li.is--guide .gnav__a:before {
  content: '';
  display: block;
  width: 26px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 10px;
  background: url(../img/icon_gnav_4.png) 0 0 no-repeat;
  background-size: 26px auto;
  -webkit-background-size: 26px auto;
  margin-left: -13px;
}
.responsive .gnav__li.is--guide .gnav__a:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  background: url(../img/icon_arrow2_bottom.png) 0 0 no-repeat;
  background-size: 7px auto;
  -webkit-background-size: 7px auto;
  margin-left: -3px;
}
.responsive .gnav__li.is--individual {
  position: relative;
  width: 25%;
}
.responsive .gnav__li.is--individual .gnav__a {
  position: relative;
  width: 100%;
  background: none;
  border-left: 1px solid #DCDCDC;
}
.responsive .gnav__li.is--individual .gnav__a:before {
  content: '';
  display: block;
  width: 37px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 10px;
  background: url(../img/icon_gnav.png) 0 0 no-repeat;
  background-size: 37px auto;
  -webkit-background-size: 37px auto;
  margin-left: -18px;
}
.responsive .gnav__li.is--individual .gnav__a:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  background: url(../img/icon_arrow2_bottom.png) 0 0 no-repeat;
  background-size: 7px auto;
  -webkit-background-size: 7px auto;
  margin-left: -3px;
}

.responsive .gnav__li.is--business {
  position: relative;
  width: 25%;
}
.responsive .gnav__li.is--business .gnav__a {
  border-left: 1px solid #DCDCDC;
  width: 100%;
  background: none;
}
.responsive .gnav__li.is--business .gnav__a:before {
  content: '';
  display: block;
  width: 25px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 10px;
  background: url(../img/icon_gnav_2.png) 0 0 no-repeat;
  background-size: 25px auto;
  -webkit-background-size: 25px auto;
  margin-left: -13px;
}
.responsive .gnav__li.is--business .gnav__a:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  background: url(../img/icon_arrow2_bottom.png) 0 0 no-repeat;
  background-size: 7px auto;
  -webkit-background-size: 7px auto;
  margin-left: -3px;
}
.responsive .gnav__li.is--corporate {
  display: none;
}
.responsive .gnav__li.is--corporateEco {
  display: none;
}
.responsive .gnav__li.is--corporateRecruit {
  display: none;
}
.responsive .gnav__li.is--corporateNews {
  display: none;
}
.responsive .gnav__li.is--support {
  position: relative;
  width: 25%;
}
.responsive .gnav__li.is--support .gnav__a {
  border-left: 1px solid #DCDCDC;
  width: 100%;
  background: none;
}
.responsive .gnav__li.is--support .gnav__a:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 10px;
  background: url(../img/icon_gnav_3.png) 0 0 no-repeat;
  background-size: 25px auto;
  -webkit-background-size: 25px auto;
  margin-left: -13px;
}
.responsive .gnav__kvSpace {
  display: none;	/* normally hidden */
}
.responsive .gnav__kvSpace img {
  width: 100%;
  height: auto;
}
}/*@*/

/* ------------------------------------------------- *
 *        areaHeader
 * ------------------------------------------------- */
.areaHeader--pc {
  display: block !important;
}
.areaHeader--pc__inner {
  position: relative;
  z-index: 100;
  background: #fff;
  zoom: 1;
}
.areaHeader--tb {
  display: none !important;
}
.areaHeader--sp {
  display: none !important;
}

@media (max-width: 959px) {
.responsive .areaHeader--pc {
  display: none !important;
}
.responsive .areaHeader--tb {
  display: block !important;
}
.responsive .areaHeader--sp {
  display: none !important;
}
}/*@*/
@media (max-width: 767px) {
.responsive .areaHeader--pc {
  display: none !important;
}
.responsive .areaHeader--tb {
  display: none !important;
}
.responsive .areaHeader--sp {
  display: block !important;
}
}/*@*/

.areaHeader--pc a:link,
.areaHeader--pc a:visited,
.areaHeader--sp a:link,
.areaHeader--sp a:visited {
  color: #000;
}

/* ------------------------------------------------- *
 *        gnavModal--corporate
 * ------------------------------------------------- */
.gnavModal--corporate {
  display: none;
  position: absolute;
  left: 50%;
  top: 69px;
  padding-top: 48px;
  z-index: 30;
  width: 960px;
  margin-left: -480px;
  background: url(ie.png) 0 0 no-repeat;
}

.gnavModal--corporate__inner {
  position: relative;
  height: 356px;
  top: 11px;
  padding: 20px;
  background: url(../img/bg_pattern_2.png) 0 0 repeat;
  overflow: hidden;
}

.gnavModal--corporate__title a {
  display: block;
  width: 68px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(../img/title_type1_3_off.png) 0 0 no-repeat
}

.gnavModal--corporate__body {
  width: 932px;
  margin: 10px 0 0 -12px;
}

.gnavModal--corporate__unit--type1.is--outline {
  position: absolute;
  left: 20px;
  top: 45px;
  width: 452px;
  height: 157px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type2.is--philosophy {
  position: absolute;
  left: 486px;
  top: 45px;
  width: 219px;
  height: 36px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type3.is--safetyAction {
  position: absolute;
  left: 719px;
  top: 45px;
  width: 219px;
  height: 36px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type4.is--charter {
  position: absolute;
  left: 486px;
  top: 95px;
  width: 219px;
  height: 107px;
  _height: 108px;
  border: 1px solid gainsboro;
  background: white;
}
.gnavModal--corporate__unit--type4.is--export {
  position: absolute;
  left: 719px;
  top: 95px;
  width: 219px;
  height: 53px;
  _height: 108px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type5.is--techinfo {
  position: absolute;
  left: 20px;
  top: 216px;
  width: 452px;
  height: 157px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type6.is--history {
  position: absolute;
  left: 486px;
  top: 216px;
  width: 219px;
  height: 157px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type7.is--awards {
  position: absolute;
  left: 719px;
  top: 216px;
  width: 219px;
  height: 36px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__unit--type8.is--other {
  position: absolute;
  left: 719px;
  top: 283px;
  width: 219px;
  background: none;
}

.gnavModal--corporate__unit--type10.is--companies {
  position: absolute;
  left: 20px;
  top: 216px;
  width: 918px;
  height: 67px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--corporate__bnr a:hover img {
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  zoom:1;
}

.gnavModal--corporate__categoryName {
  padding: 10px 12px;
  border-bottom: 1px solid gainsboro;
}
.gnavModal--corporate__categoryName a {
  display: block;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
}
.is--outline .gnavModal--corporate__categoryName a {
  width: 67px;
  background: url(../img/title_type2_15_off.png) 0 0 no-repeat;
}
.is--philosophy .gnavModal--corporate__categoryName a {
  width: 127px;
  background: url(../img/title_type2_16_off.png) 0 0 no-repeat;
}
.is--safetyAction .gnavModal--corporate__categoryName a {
  width: 151px;
  background: url(../img/title_type2_17_off.png) 0 0 no-repeat;
}
.is--charter .gnavModal--corporate__categoryName a {
  width: 95px;
  background: url(../img/title_type2_18_off.png) 0 0 no-repeat;
}
.is--export .gnavModal--corporate__categoryName a {
  width: 191px;
  height: 34px;
  background: url(../img/title_type2_19_off.png) 0 0 no-repeat;
}
.is--techinfo .gnavModal--corporate__categoryName a {
  width: 67px;
  background: url(../img/title_type2_20_off.png) 0 0 no-repeat;
}
.is--history .gnavModal--corporate__categoryName a {
  width: 104px;
  background: url(../img/title_type2_21_off.png) 0 0 no-repeat;
}
.is--awards .gnavModal--corporate__categoryName a {
  width: 71px;
  background: url(../img/title_type2_22_off.png) 0 0 no-repeat;
}

.gnavModal--corporate__categoryName--noBorder {
  padding: 10px 12px;
}

.is--companies .gnavModal--corporate__categoryName {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #444;
  padding-left: 18px;
}

.gnavModal--corporate__list--spOnly {
  display: none;
}
.gnavModal--corporate__list {
  margin: 7px 0 0 15px;
}

.gnavModal--corporate__unit--type8 .gnavModal--corporate__list {
  margin: 0 0 0 13px;
  padding: 3px 0 0;
}

.gnavModal--corporate__list--left {
  width: 205px;
  float: left;
  display: inline;
  margin: 7px 0 0 20px;
  *margin: 7px 0 0 0px;
}

.gnavModal--corporate__list--right {
  width: 185px;
  float: left;
  display: inline;
  margin: 7px 0 0 20px;
  *margin: 7px 0 0 0px;
}

.gnavModal--corporate__list--horizontal {
  margin: 2px 0 0 -14px;
  *margin: 2px 0 0 0px;
  zoom:1;
}

.gnavModal--corporate__list--horizontal:after {
  clear: both;
  content: "";
  display: block;
}

.gnavModal--corporate__list--horizontal .gnavModal--corporate__li {
	float: left;
	margin-left: 35px;
}

.gnavModal--corporate__li--spOnly {
  display: none;
}

.gnavModal--corporate__li {
  line-height: 1.4;
  margin-top: 5px;
  padding-left: 10px;
  background: url(../img/icon_arrow_right.png) 0 5px no-repeat;
  zoom: 1;
}
.areaHeader--pc .is--other .gnavModal--corporate__li a {
  display: block;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #333;
}

.gnavModal--corporate__unit--type8 .gnavModal--corporate__li {
  margin: 0;
  padding: 0 0 8px;
  *padding: 0 0 4px;
  background: none;
}
.gnavModal--corporate__li a {
  color: black;
  text-decoration: none;
}
.gnavModal--corporate__li a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.gnavModal--corporate__unit--type4 .gnavModal--corporate__li {
  margin-right: 20px;
}

.gnavModal--corporate__unit--type8 .gnavModal--corporate__li img {
  vertical-align: bottom;
}

.gnavModal--corporate__small {
  font-size: 83.3%;
}

.gnavModal--corporate__icon {
  position: absolute;
  left: 38px;
  top: 50px;
}
.gnavModal--corporate__icon img {
  vertical-align: top;
}

@media (max-width: 767px) {
.responsive .gnavModal--corporate {
  position: static;
  left: inherit;
  top: inherit;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
  padding-bottom: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
}

.responsive .gnavModal--corporate__inner {
  height: auto;
  position: static;
  top: inherit;
  padding: 0;
  background: none;
  overflow: inherit;
}

.responsive .gnavModal--corporate__title a {
  position: relative;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  font-size: 133.3%;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 15px 45px 11px 15px;
}

.responsive .gnavModal--corporate__title a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 15px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}

.responsive .gnavModal--corporate__body {
  width: auto;
  margin: 0;
}

.responsive .gnavModal--corporate__unit--type1.is--outline {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 0 10px;
}

.responsive .gnavModal--corporate__unit--type2.is--philosophy {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}

.responsive .gnavModal--corporate__unit--type3.is--safetyAction {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}

.responsive .gnavModal--corporate__unit--type10.is--companies,
.responsive .gnavModal--corporate__unit--type4.is--export ,
.responsive .gnavModal--corporate__unit--type4.is--charter {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}
.responsive .gnavModal--corporate__unit--type5.is--techinfo {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}

.responsive .gnavModal--corporate__unit--type6.is--history {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}

.responsive .gnavModal--corporate__unit--type7.is--awards {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-style: 1px solid #dcdcdc;
  margin: 10px 10px 0;
}

.responsive .gnavModal--corporate__unit--type8.is--other {
  float: none;
  display: block;
  position: static;
  width: auto;
  margin: 10px 10px 0;
}


.responsive .gnavModal--corporate__categoryName {
  padding: 0;
  border-style: none;
}

.responsive .gnavModal--corporate__categoryName a {
  position: relative;
  display: block;
  font-size: 133.3%;
  font-weight: bold;
  height: auto;
  color: #000;
  padding: 15px 35px 11px 10px;
  text-decoration: none;
}

.responsive .gnavModal--corporate__categoryName a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px ;
  top: 50%;
  background: url(../img/icon_open.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
  margin-top: -10px;
}

.responsive .gnavModal--corporate__categoryName.is--open a:before {
  background: url(../img/icon_close.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
}

.responsive .is--outline .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--philosophy .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--safetyAction .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--charter .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--export .gnavModal--corporate__categoryName a {
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--techinfo .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--history .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .is--awards .gnavModal--corporate__categoryName a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}

.responsive .is--companies .gnavModal--corporate__categoryName a {
  text-indent: 0;
  font-size: 16px;
  line-height: 1.5;
}

.responsive .gnavModal--corporate__categoryName--noBorder {
  padding: 0;
}

.responsive .gnavModal--corporate--accordionBody {
  border-top: 1px solid #dcdcdc;
  display: none;
}

.responsive .gnavModal--corporate__list--spOnly {
  display: block;
/*  margin-top: 10px; */
}
.responsive .gnavModal--corporate__list--spOnly .gnavModal--corporate__li a {
  font-size: 133.3%;
  font-weight: bold;
  margin: 0;
  padding: 15px 35px 11px 10px;
  border-bottom: 1px solid #DCDCDC;
}
.responsive .gnavModal--corporate__list--spOnly .gnavModal--corporate__li a:before {
  right: 25px;
}
/*
.responsive .gnavModal--corporate__list--spOnly .gnavModal--corporate__li:first-child a {
  border-top: 1px solid #DCDCDC;
}
*/
.responsive .gnavModal--corporate__list {
  overflow: hidden;
  margin: 0;
}
.responsive .gnavModal--corporate__unit--type8 .gnavModal--corporate__list {
  margin: 0;
  padding: 0;
}
.responsive .gnavModal--corporate__unit--type9 .gnavModal--corporate__li a {
  padding-left: 15px;
}
.responsive .gnavModal--corporate__unit--type9 .gnavModal--corporate__li:last-child a {
  border-bottom-style: solid;
}
.responsive .gnavModal--corporate__list--left {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--corporate__list--right {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--corporate__li--spOnly {
  display: block;
}
.responsive .gnavModal--corporate__li--spOnly a {
  font-size: 116.7%;
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 10px 0;
  padding: 15px 35px 12px 0;
  text-decoration: none;
  color: #000;
}
.responsive .gnavModal--corporate__li--spOnly a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 5px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}

.responsive .gnavModal--corporate__li {
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: none;
}
.responsive .gnavModal--corporate__li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 116.7%;
  border-bottom: 1px solid #DCDCDC;
  margin: 0 10px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--corporate__li:last-child a {
  border-style: none;
}
.responsive .is--subList .gnavModal--corporate__li a {
  font-size: 100.0%;
  position: relative;
  display: block;
  border-bottom: 1px dotted #dcdcdc;
  margin: 0 10px 0 30px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--corporate__li a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}
.responsive .gnavModal--corporate__unit--type9 .gnavModal--corporate__list--spOnly .gnavModal--corporate__li a:before {
  right: 15px;
}
.responsive .gnavModal--corporate__li.is--showroomGuide {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive .gnavModal--corporate__li.is--showroomGuide a {
  font-size: 100.0%;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px 35px 12px 10px;
  border-style: none;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.responsive .gnavModal--corporate__li.is--showroomGuide a:before {
  right: 15px;
}
.responsive .gnavModal--corporate__li.is--base {
  width: 50%;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive .gnavModal--corporate__li.is--base a {
  font-size: 100.0%;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px 35px 12px 10px;
  border-style: none;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.responsive .gnavModal--corporate__li.is--base a:before {
  right: 15px;
}
.responsive .gnavModal--corporate__li.is--procure {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive .gnavModal--corporate__li.is--procure a {
  font-size: 100.0%;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px 35px 12px 10px;
  border-style: none;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.responsive .gnavModal--corporate__li.is--procure a:before {
  right: 15px;
}

.responsive .gnavModal--corporate__li.is--announce {
  width: 50%;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive .gnavModal--corporate__li.is--announce a {
  font-size: 100.0%;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px 35px 12px 10px;
  border-style: none;
  border: 1px solid #dcdcdc;
}
.responsive .gnavModal--corporate__li.is--announce a:before {
  right: 15px;
}
.responsive .gnavModal--corporate__unit--type8 .gnavModal--corporate__li {
  padding: 0;
}

.responsive .gnavModal--corporate__unit--type4 .gnavModal--corporate__li {
  margin: 0;
}
.responsive .gnavModal--corporate__icon {
  display: none;
}
}/*@*/

/* ------------------------------------------------- *
 *        gnavModal--products
 * ------------------------------------------------- */
.gnavModal--products {
  display: none;
  position: absolute;
  left: 50%;
  top: 69px;
  padding-top: 48px;
  z-index: 30;
  width: 960px;
  margin-left: -480px;
  background: url(ie.png) 0 0 no-repeat;
}

.gnavModal--products__inner {
  position: relative;
  height: 561px;
  top: 11px;
  padding: 20px;
  background: url(../img/bg_pattern_2.png) 0 0 repeat;
  overflow: hidden;
}

.gnavModal--products__title {
  width: 55px;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(../img/title_type1.png) 0 0 no-repeat;
}
.gnavModal--products__title--spOnly {
  display: none;
}
.gnavModal--products__title--spOnly a {
  width: 106px;
  height: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(../img/title_type1_2_off.png) 0 0 no-repeat;
}


.gnavModal--products__body {
  width: 932px;
  margin: 10px 0 0 -12px;
}

.gnavModal--products__unit--type1.is--audio {
  position: absolute;
  left: 20px;
  top: 45px;
  width: 219px;
  height: 179px;
  border: 1px solid gainsboro;
  background: white;
}
.gnavModal--products__unit--type1.is--tablet {
  position: absolute;
  left: 718px;
  top: 126px;
  width: 219px;
  height: 159px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type2.is--aircon {
  position: absolute;
  left: 253px;
  top: 45px;
  width: 452px;
  height: 179px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type3.is--kitchen {
  position: absolute;
  left: 253px;
  top: 237px;
  width: 219px;
  height: 342px;
  border: 1px solid gainsboro;
  background: white;
}
.gnavModal--products__unit--type3.is--life {
  position: absolute;
  left: 486px;
  top: 237px;
  width: 219px;
  height: 276px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type4.is--smartphone {
  position: absolute;
  left: 20px;
  top: 237px;
  width: 219px;
  height: 88px;
  border: 1px solid gainsboro;
  background: white;
}
.gnavModal--products__unit--type4.is--sun {
  position: absolute;
  left: 718px;
  top: 45px;
  width: 219px;
  height: 68px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type5.is--tel {
  position: absolute;
  left: 20px;
  top: 339px;
  width: 219px;
  height: 116px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type5.is--robot {
  position: absolute;
  left: 20px;
  top: 468px;
  width: 219px;
  height: 111px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type5.is--gp {
  position: absolute;
  left: 718px;
  top: 298px;
  width: 219px;
  height: 68px;
  border: 1px solid gainsboro;
  background: white;
}

.is--robot .gnavModal--products__categoryName span,
.is--gp .gnavModal--products__categoryName span {
  text-indent: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #444;
}

.gnavModal--products__unit--type5.is--print {
  position: absolute;
  left: 718px;
  top: 379px;
  width: 219px;
  height: 134px;
  border: 1px solid gainsboro;
  background: white;
}

.gnavModal--products__unit--type6.is--btnIclub {
  position: absolute;
  left: 486px;
  top: 526px;
  width: 221px;
  height: 55px;
}

.gnavModal--products__unit--type6.is--btnOtherProducts {
  position: absolute;
  left: 718px;
  top: 526px;
  width: 221px;
  height: 55px;
}
/*
.gnavModal--products__unit--type6.is--bnr {
  position: absolute;
  left: 718px;
  top: 492px;
  width: 221px;
  height: 55px;
}
*/
.gnavModal--products__bnr a {
  width: 221px;
  height: 58px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(../img/bnr_type2.png) 0 0 no-repeat;
}

.gnavModal--products__categoryName {
  padding: 10px 12px;
  border-bottom: 1px solid gainsboro;
}
.gnavModal--products__categoryName span {
  display: block;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
}
.is--audio .gnavModal--products__categoryName span {
  width: 130px;
  background: url(../img/title_type2.png) 0 0 no-repeat;
}
.is--aircon .gnavModal--products__categoryName span {
  width: 56px;
  background: url(../img/title_type2_2.png) 0 0 no-repeat;
}
.is--tablet .gnavModal--products__categoryName span {
  width: 148px;
  background: url(../img/title_type2_3.png) 0 0 no-repeat;
}
.is--kitchen .gnavModal--products__categoryName span {
  width: 79px;
  background: url(../img/title_type2_4.png) 0 0 no-repeat;
}
.is--life .gnavModal--products__categoryName span {
  width: 56px;
  background: url(../img/title_type2_5.png) 0 0 no-repeat;
}
.is--smartphone .gnavModal--products__categoryName span {
  width: 158px;
  background: url(../img/title_type2_6.png) 0 0 no-repeat;
}
.is--sun .gnavModal--products__categoryName span {
  width: 123px;
  background: url(../img/title_type2_7.png) 0 0 no-repeat;
}
.is--tel .gnavModal--products__categoryName span {
  width: 105px;
  background: url(../img/title_type2_8.png) 0 0 no-repeat;
}
.is--print .gnavModal--products__categoryName span {
  width: 154px;
  background: url(../img/title_type2_10.png) 0 0 no-repeat;
}

.gnavModal--products__btnIclub a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  width: 221px;
  height: 55px;
  background: url(../img/btn_type4_2_off.png) 0 0 no-repeat;
}

.gnavModal--products__btnEtc a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  width: 221px;
  height: 55px;
  background: url(../img/btn_type4_off.png) 0 0 no-repeat;
}

.gnavModal--products__list {
  margin: 7px 20px 0;
}

.gnavModal--products__list--left {
  float: left;
  display: inline;
  margin: 7px 0 0 20px;
  *margin: 7px 0 0 0px;
  _width: 50%;
}

.gnavModal--products__list--right {
  float: left;
  display: inline;
  margin: 7px 0 0 20px;
  *margin: 7px 0 0 0px;
}

.gnavModal--products__li {
  line-height: 1.4;
  margin-top: 5px;
  padding-left: 10px;
  background: url(../img/icon_arrow_right.png) 0 5px no-repeat;
  zoom: 1;
}
.gnavModal--products__li a {
  color: black;
  text-decoration: none;
}
.gnavModal--products__li a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.gnavModal--products__img--type1 {
  position: absolute;
  right: 8px;
  top: 12px;
}

.gnavModal--products__img--type2 {
  position: absolute;
  right: 23px;
  top: 8px;
}

.gnavModal--products__img--type3 {
  position: absolute;
  right: 9px;
  top: 5px;
}

.gnavModal--products__img--type4 {
  position: absolute;
  right: 20px;
  top: 5px;
}

.gnavModal--products__img--type5 {
  position: absolute;
  right: 17px;
  top: 11px;
}

.gnavModal--products__img--type6 {
  position: absolute;
  right: 11px;
  top: 5px;
}

.gnavModal--products__img--type7 {
  position: absolute;
  right: 8px;
  top: 3px;
}

.gnavModal--products__img--type8 {
  position: absolute;
  right: 18px;
  top: 5px;
}

.gnavModal--products__img--type9 {
  position: absolute;
  right: 10px;
  top: 13px;
}

.gnavModal--products__img--type11 {
  position: absolute;
  right: 18px;
  top: 5px;
}

.gnavModal--products__img--type11 img,
.gnavModal--products__img--type1 img,
.gnavModal--products__img--type2 img,
.gnavModal--products__img--type3 img,
.gnavModal--products__img--type4 img,
.gnavModal--products__img--type5 img,
.gnavModal--products__img--type6 img,
.gnavModal--products__img--type7 img,
.gnavModal--products__img--type8 img,
.gnavModal--products__img--type9 img {
  vertical-align: top;
}

.gnavModal--products__small {
  font-size: 83.3%;
}

.gnavModal--products__icon {
  position: absolute;
  left: 172px;
  top: 50px;
}
.gnavModal--products__icon img {
  vertical-align: top;
}

@media (max-width: 767px) {
.responsive .gnavModal--products {
  position: static;
  left: inherit;
  top: inherit;
  padding: 0;
  width: 100%;
  margin: 0;
  background: #f0f0f0;
  padding-bottom: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
}
.responsive .gnavModal--products__inner {
  height: auto;
  position: static;
  top: inherit;
  padding: 0;
  background: none;
  overflow: inherit;
}

.responsive .gnavModal--products__title {
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  display: none;
}
.responsive .gnavModal--products__title--spOnly {
  display: block;
  padding-bottom: 10px;
}
.responsive .gnavModal--products__title--spOnly a {
  display: none;
  position: relative;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  font-size: 133.3%;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 15px 45px 11px 15px;
}
.responsive .gnavModal--products__title--spOnly a:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    position: absolute;
    right: 15px ;
    top: 50%;
    background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    margin-top: -7px;
}


.responsive .gnavModal--products__body {
  width: auto;
  margin: 0;
}

.responsive .gnavModal--products__unit--type1.is--audio {
  float: none;
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  width: auto;
  height: auto;
  border: 1px solid #DCDCDC;
  margin: 0 10px;
  background: #fff;
}
.responsive .gnavModal--products__unit--type1.is--tablet,
.responsive .gnavModal--products__unit--type2.is--aircon,
.responsive .gnavModal--products__unit--type3.is--kitchen,
.responsive .gnavModal--products__unit--type3.is--life,
.responsive .gnavModal--products__unit--type4.is--smartphone,
.responsive .gnavModal--products__unit--type4.is--sun,
.responsive .gnavModal--products__unit--type6.is--catalog,
.responsive .gnavModal--products__unit--type5,
.responsive .gnavModal--products__unit--type5.is--tel,
.responsive .gnavModal--products__unit--type5.is--print {
  float: none;
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  width: auto;
  height: auto;
  border: 1px solid #DCDCDC;
  margin: 10px 10px 0;
  background: #fff;
}

.responsive .gnavModal--products__unit--type6.is--btnIclub,
.responsive .gnavModal--products__unit--type6.is--btnOtherProducts,
.responsive .gnavModal--products__unit--type6.is--bnr {
  float: none;
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  width: auto;
  height: auto;
  margin: 10px 10px 0;
  background: #fff;
}

.responsive .gnavModal--products__bnr a {
  width: auto;
  height: auto;
  background: none;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .gnavModal--products__bnr a img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__categoryName {
  padding: 0;
  border-style: none;
}
.responsive .gnavModal--products__categoryName span {
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .gnavModal--products__categoryName span ,
.responsive .gnavModal--products__categoryName a {
  position: relative;
  display: block;
  font-size: 133.3%;
  font-weight: bold;
  height: auto;
  color: #000;
  padding: 15px 35px 11px 45px;
  text-decoration: none;
  line-height: 1.5;
}
.responsive .gnavModal--products__categoryName span:before ,
.responsive .gnavModal--products__categoryName a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px ;
  top: 50%;
  background: url(../img/icon_open.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
  margin-top: -10px;
}
.responsive .gnavModal--products__categoryName.is--open span:before ,
.responsive .gnavModal--products__categoryName.is--open a:before {
  background: url(../img/icon_close.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
}
.responsive .is--audio .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--aircon .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--tablet .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--kitchen .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--life .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--smartphone .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--sun .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--tel .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--print .gnavModal--products__categoryName span {
  width: auto;
  background: none;
}
.responsive .gnavModal--products--accordionBody {
  display: none;
  border-top: 1px solid #DCDCDC;
}
.responsive .gnavModal--products__btnIclub a,
.responsive .gnavModal--products__btnEtc a {
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}
.responsive .gnavModal--products__btnIclub a img,
.responsive .gnavModal--products__btnEtc a img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__list {
  margin: 0;
}

.responsive .gnavModal--products__list--left {
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--products__list--right {
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--products__li {
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: none;
}
.responsive .gnavModal--products__li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 116.7%;
  border-bottom: 1px solid #DCDCDC;
  margin: 0 10px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--products__li:last-child a {
  border-style: none;
}
.responsive .is--subList .gnavModal--products__li a {
  font-size: 100.0%;
  position: relative;
  display: block;
  border-bottom: 1px dotted #dcdcdc;
  margin: 0 10px 0 30px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--products__li a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 5px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}

.responsive .gnavModal--products__img--type1 {
  right: inherit;
  left: 7px;
  top: 16px;
  width: 31px;
}
.responsive .gnavModal--products__img--type1 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type2 {
  right: inherit;
  left: 7px;
  top: 19px;
  width: 31px;
}
.responsive .gnavModal--products__img--type2 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type3 {
  right: inherit;
  left: 7px;
  top: 13px;
  width: 31px;
}
.responsive .gnavModal--products__img--type3 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type4 {
  right: inherit;
  left: 17px;
  top: 9px;
  width: 18px;
}
.responsive .gnavModal--products__img--type4 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type5 {
  right: inherit;
  left: 14px;
  top: 10px;
  width: 20px;
}
.responsive .gnavModal--products__img--type5 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type6 {
  right: inherit;
  left: 14px;
  top: 10px;
  width: 17px;
}
.responsive .gnavModal--products__img--type6 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type7 {
  right: inherit;
  left: 11px;
  top: 12px;
  width: 24px;
}
.responsive .gnavModal--products__img--type7 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type8 {
  right: inherit;
  left: 11px;
  top: 9px;
  width: 24px;
}
.responsive .gnavModal--products__img--type8 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type9 {
  right: inherit;
  left: 11px;
  top: 13px;
  width: 24px;
}
.responsive .gnavModal--products__img--type9 img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--products__img--type11 {
  right: inherit;
  left: 13px;
  top: 9px;
  width: 24px;
}
.responsive .gnavModal--products__img--type11 img {
  width: auto;
  height: 33px;
}

.responsive .gnavModal--products__icon {
  position: static;
  left: inherit;
  top: inherit;
  display: none;
}
}/*@*/

/* ------------------------------------------------- *
 *        gnavModal--business
 * ------------------------------------------------- */
.gnavModal--business {
  display: none;
  position: absolute;
  left: 50%;
  top: 69px;
  padding-top: 48px;
  z-index: 30;
  width: 960px;
  margin-left: -480px;
  background: url(ie.png) 0 0 no-repeat;
}

.gnavModal--business__inner {
  position: relative;
  height: 586px;
  top: 11px;
  padding: 20px;
  background: url(../img/bg_pattern_2.png) 0 0 repeat;
  overflow: hidden;
}

.gnavModal--business__title a {
  width: 106px;
  height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0;
/*  background: url(../img/title_type1_2_off.png) 0 0 no-repeat; */
  background: url(../img/title_type1_triangle.png) 0 0 no-repeat;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}

.gnavModal--business__title--spOnly {
  display: none;
}
.gnavModal--business__title--spOnly a {
  width: 106px;
  height: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(../img/title_type1_2_off.png) 0 0 no-repeat;
}

.gnavModal--business__body {
  width: 932px;
  margin: 10px 0 0 -12px;
}

.gnavModal--business__unit--type1,
.gnavModal--business__unit--type2,
.gnavModal--business__unit--type3,
.gnavModal--business__unit--type4,
.gnavModal--business__unit--type5,
.gnavModal--business__unit--type6,
.gnavModal--business__unit--type7,
.gnavModal--business__unit--type8 {
  position: absolute;
  border: 1px solid gainsboro;
  background: white;
  left: 719px;
  width: 219px;
}

.gnavModal--business__unit--type1.is--products {
  left: 20px;
  top: 45px;
  width: 685px;
  height: 291px;
}

.gnavModal--business__unit--type5.is--solution {
  left: 20px;
  top: 349px;
  width: 685px;
  height: 257px;
}

.gnavModal--business__unit--type2.is--case {
  top: 45px;
  height: 37px;
  overflow: hidden;
}

.gnavModal--business__unit--type6.is--showroom {
  top: 94px;
  height: 37px;
}

.gnavModal--business__unit--type3.is--event {
  top: 143px;
  height: 37px;
}

.gnavModal--business__unit--type3.is--movieLibBiz {
  top: 192px;
  height: 37px;
}

.gnavModal--business__unit--type4.is--contact {
  top: 241px;
  height: 151px;
}

.gnavModal--business__unit--type7.is--btnEtc {
  bottom: 18px;
  background: #d8d8d8;
  border: 1px solid #ccc;
  width: 221px;
}

.gnavModal--business__unit--type8 {
  width: 221px;
  height: 58px;
  background: none;
}

.is--subList {
  overflow: hidden;
}

.gnavModal--business__unit--type8.is--bnrCampaign {
  bottom: 162px;
}

.gnavModal--business__unit--type8.is--bnrClabs {
  bottom: 94px;
}

.gnavModal--products__bnr a:hover,
.gnavModal--business__bnr a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  zoom:1;
}

.gnavModal--business__bnr a {
  width: 221px;
  height: 58px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.areaHeader--pc .gnavModal--business__categoryName {
  padding: 10px 12px;
  border-bottom: 1px solid gainsboro;
  font-size: 14px;
  font-weight: bold;
}

.areaHeader--pc .gnavModal--business__categoryName.is--noBorder {
  border-bottom: none;
}

.areaHeader--pc .gnavModal--business__categoryName a {
  background: url(../img/title_type2_triangle.png) 0 0 no-repeat;
}

.areaHeader--pc .gnavModal--business__categoryName a:link,
.areaHeader--pc .gnavModal--business__categoryName a:visited {
  color: #444;
}

.areaHeader--pc .gnavModal--business__categoryName span ,
.areaHeader--pc .gnavModal--business__categoryName a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0;
  height: 14px;
  line-height: 16px;
  text-decoration: none;
}

.areaHeader--pc .gnavModal--business__categoryName a {
  padding-left: 12px;
}

.is--products .gnavModal--business__categoryName span {
  width: 55px;
/*  background: url(../img/title_type2_9.png) 0 0 no-repeat; */
}
.is--case .gnavModal--business__categoryName a {
  width: 123px;
/*  background: url(../img/title_type2_10_off.png) 0 0 no-repeat; */
}
.is--contact .gnavModal--business__categoryName a {
  width: 196px;
  height: auto;
  white-space: inherit;
/*  background: url(../img/title_type2_12_off.png) 0 0 no-repeat; */
}
.is--solution .gnavModal--business__categoryName span {
  width: 155px;
/*  background: url(../img/title_type2_13.png) 0 0 no-repeat; */
}
.is--showroom .gnavModal--business__categoryName a {
  width: 143px;
}

.areaHeader--pc .gnavModal--business__btnEtc a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0;
/*  background: url(../img/btn_type12_off.png) 0 0 no-repeat; */
  background: url(../img/title_type1_triangle.png) 0 0 no-repeat;
  margin: 14px 4px 14px 14px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 14px;
  text-decoration: none;
}

.areaHeader--pc .gnavModal--business__btnEtc a span {
  font-size: 10px;
  margin-left: -1em;
  line-height: 2;
}

.gnavModal--products__categoryName--noBorder,
.gnavModal--corporate__categoryName--noBorder,
.gnavModal--business__categoryName--noBorder {
  padding: 10px 12px;
}
.gnavModal--products__categoryName--noBorder a,
.gnavModal--corporate__categoryName--noBorder a,
.gnavModal--business__categoryName--noBorder a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
}
.is--smartphone .gnavModal--products__categoryName--noBorder a,
.is--sun .gnavModal--products__categoryName--noBorder a,
.is--awards .gnavModal--corporate__categoryName--noBorder a,
.is--safetyAction .gnavModal--corporate__categoryName--noBorder a,
.is--philosophy .gnavModal--corporate__categoryName--noBorder a,
.is--export .gnavModal--corporate__categoryName--noBorder a {
  width: 119px;
  background: url(../img/title_type2_11_off.png) 0 0 no-repeat;
}
.is--event .gnavModal--business__categoryName--noBorder a {
  width: 119px;
}
.gnavModal--business__list {
  clear: both;
  margin: 7px 0 0 15px;
}

.gnavModal--business__list--left {
  width: 315px;
  float: left;
  display: inline;
  margin: 2px 0 0 20px;
  *margin: 2px 0 0 0px;
}

.gnavModal--business__list--right {
  width: 315px;
  float: left;
  display: inline;
  margin: 2px 0 0 20px;
  *margin: 2px 0 0 0px;
}

.gnavModal--business__list--border {
  clear: both;
  margin: 10px 20px 0 20px;
  padding-top: 3px;
  border-top: 1px solid #ccc;
}

.gnavModal--business__list--right--margin {
  width: 315px;
  *width: 225px;
  float: left;
  display: inline;
  margin: 27px 0 0 20px;
  *margin: 27px 0 0 0px;
}

.gnavModal--business__li--spOnly {
  display: none;
}
.gnavModal--business__li {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
  padding-left: 10px;
  background: url(../img/icon_arrow_right.png) 0 7px no-repeat;
  zoom: 1;
}
.gnavModal--business__li a {
  color: black;
  text-decoration: none;
}
.gnavModal--business a:hover,
.gnavModal--business__li a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.gnavModal--business__img--type1 {
  position: absolute;
  right: 8px;
  top: 7px;
  *top: 13px;
}

.gnavModal--business__img--type1 img {
  vertical-align: top;
}

.gnavModal--business__small {
  font-size: 83.3%;
}

.gnavModal--business__icon {
  position: absolute;
  left: 356px;
  top: 50px;
}
.gnavModal--business__icon img {
  vertical-align: top;
}

@media (max-width: 767px) {
.responsive .gnavModal--business {
  position: static;
  left: inherit;
  top: inherit;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
  padding-bottom: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
}

.responsive .gnavModal--business__inner {
  height: auto;
  position: static;
  top: inherit;
  padding: 0;
  background: none;
  overflow: inherit;
}

.responsive .gnavModal--business__title a {
  display: none;
}

.responsive .gnavModal--business__title--spOnly {
  display: block;
  padding-bottom: 10px;
}
.responsive .gnavModal--business__title--spOnly a {
  display: none;
  position: relative;
  width: auto;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
  font-size: 133.3%;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 15px 45px 11px 15px;
}
.responsive .gnavModal--business__title--spOnly a:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    position: absolute;
    right: 15px ;
    top: 50%;
    background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    margin-top: -7px;
}

.responsive .gnavModal--business__body {
  width: auto;
  margin: 0;
}

.responsive .gnavModal--business__unit--type1,
.responsive .gnavModal--business__unit--type2,
.responsive .gnavModal--business__unit--type3,
.responsive .gnavModal--business__unit--type4,
.responsive .gnavModal--business__unit--type5,
.responsive .gnavModal--business__unit--type6,
.responsive .gnavModal--business__unit--type7,
.responsive .gnavModal--business__unit--type8 {
  float: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  border: 1px solid #DCDCDC;
  margin: 10px 10px 0;
  background: #fff;
}

.responsive .gnavModal--business__unit--type1.is--products {
  margin: 0 10px;
}

.responsive .gnavModal--business__unit--type7,
.responsive .gnavModal--business__unit--type8 {
  border: none;
}

.responsive .gnavModal--business__bnr a {
  width: auto;
  height: auto;
  background: none;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .gnavModal--business__bnr a img {
  width: 100%;
  height: auto;
}

.responsive .gnavModal--business__categoryName {
  padding: 0;
  border-style: none;
}
.responsive .gnavModal--business__categoryName span ,
.responsive .gnavModal--business__categoryName a {
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .gnavModal--business__categoryName span ,
.responsive .gnavModal--business__categoryName a {
  position: relative;
  display: block;
  font-size: 133.3%;
  font-weight: bold;
  height: auto;
  color: #000;
  padding: 15px 35px 11px 10px;
  text-decoration: none;
}
.responsive .gnavModal--business__categoryName span:before ,
.responsive .gnavModal--business__categoryName a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px ;
  top: 50%;
  background: url(../img/icon_open.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
  margin-top: -10px;
}
.responsive .gnavModal--business__categoryName.is--open span ,
.responsive .gnavModal--business__categoryName.is--open span:before ,
.responsive .gnavModal--business__categoryName.is--open a:before {
  background: url(../img/icon_close.png) 0 0 no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
}
.responsive .is--products .gnavModal--business__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--case .gnavModal--business__categoryName a {
  width: auto;
  background: none;
}
.responsive .is--contact .gnavModal--business__categoryName a {
  width: auto;
  background: none;
}
.responsive .is--solution .gnavModal--business__categoryName span {
  width: auto;
  background: none;
}
.responsive .is--showroom .gnavModal--business__categoryName a {
  width: auto;
  background: none;
}

.responsive .gnavModal--business--accordionBody {
  display: none;
  border-top: 1px solid #DCDCDC;
}

.responsive .gnavModal--business__btnEtc a {
  width: auto;
  height: auto;
  background: none;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .gnavModal--business__btnEtc a img {
  width: 100%;
  height: auto;
}
.responsive .gnavModal--products__categoryName--noBorder.is--smartphone a,
.responsive .gnavModal--products__categoryName--noBorder.is--sun a,
.responsive .gnavModal--corporate__categoryName--noBorder.is--awards a,
.responsive .gnavModal--corporate__categoryName--noBorder.is--safetyAction a,
.responsive .gnavModal--corporate__categoryName--noBorder.is--philosophy a,
.responsive .gnavModal--corporate__categoryName--noBorder.is--export a,
.responsive .gnavModal--business__categoryName--noBorder.is--movieLibBiz a,
.responsive .gnavModal--business__categoryName--noBorder.is--event a {
  width: auto;
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
  background: none;
}

.responsive .gnavModal--products__categoryName--noBorder,
.responsive .gnavModal--corporate__categoryName--noBorder,
.responsive .gnavModal--business__categoryName--noBorder {
  padding: 0;
}
.responsive .gnavModal--products__categoryName--noBorder a,
.responsive .gnavModal--corporate__categoryName--noBorder a,
.responsive .gnavModal--business__categoryName--noBorder a {
  white-space: inherit;
  overflow: inherit;
  text-indent: inherit;
}
.responsive .is--gp .gnavModal--products__categoryName--noBorder a,
.responsive .is--catalog .gnavModal--products__categoryName--noBorder a,
.responsive .is--smartphone .gnavModal--products__categoryName--noBorder a,
.responsive .is--sun .gnavModal--products__categoryName--noBorder a,
.responsive .is--awards .gnavModal--corporate__categoryName--noBorder a,
.responsive .is--safetyAction .gnavModal--corporate__categoryName--noBorder a,
.responsive .is--philosophy .gnavModal--corporate__categoryName--noBorder a,
.responsive .is--export .gnavModal--corporate__categoryName--noBorder a,
.responsive .gnavModal--business__categoryName--noBorder a {
  position: relative;
  width: auto;
  background: none;
  font-size: 133.3%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 15px 35px 11px 10px;
}
.responsive .is--gp .gnavModal--products__categoryName--noBorder a,
.responsive .is--catalog .gnavModal--products__categoryName--noBorder a,
.responsive .is--smartphone .gnavModal--products__categoryName--noBorder a,
.responsive .is--sun .gnavModal--products__categoryName--noBorder a {
  padding: 15px 35px 11px 45px;
}
.responsive .is--gp .gnavModal--products__categoryName--noBorder a:before,
.responsive .is--catalog .gnavModal--products__categoryName--noBorder a:before,
.responsive .is--smartphone .gnavModal--products__categoryName--noBorder a:before,
.responsive .is--sun .gnavModal--products__categoryName--noBorder a:before,
.responsive .is--awards .gnavModal--corporate__categoryName--noBorder a:before,
.responsive .is--safetyAction .gnavModal--corporate__categoryName--noBorder a:before,
.responsive .is--philosophy .gnavModal--corporate__categoryName--noBorder a:before,
.responsive .is--export .gnavModal--corporate__categoryName--noBorder a:before,
.responsive .gnavModal--business__categoryName--noBorder a:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    position: absolute;
    right: 15px ;
    top: 50%;
    background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    margin-top: -7px;
}

.responsive .gnavModal--business__list {
  margin: 0;
}

.responsive .gnavModal--business__list--left {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--business__list--right {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}

.responsive .gnavModal--business__list--right--margin {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}
.responsive .gnavModal--business__li--spOnly {
  display: block;
}
.responsive .gnavModal--business__li--spOnly a {
  font-size: 116.7%;
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 10px 0;
  padding: 15px 35px 12px 0;
  text-decoration: none;
  color: #000;
}
.responsive .gnavModal--business__li--spOnly a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 5px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}
.responsive .gnavModal--business__li {
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: none;
}
.responsive .gnavModal--business__li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 116.7%;
  border-bottom: 1px solid #DCDCDC;
  margin: 0 10px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--business__li:last-child a {
  border-style: none;
}
.responsive .is--subList .gnavModal--business__li a {
  font-size: 100.0%;
  position: relative;
  display: block;
  border-bottom: 1px dotted #dcdcdc;
  margin: 0 10px 0 30px;
  padding: 15px 35px 12px 0;
}
.responsive .gnavModal--business__li a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 5px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}
.responsive .gnavModal--business__li.is--blank a:before {
  content: '';
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url(../img/icon_blank_2.png) 0 0 no-repeat;
  background-size: 13px auto;
  -webkit-background-size: 13px auto;
  margin-top: -6px;
}
.responsive .gnavModal--business__li img {
  display: none;
}
.responsive .gnavModal--business__img--type1 {
  display: none;
}
.responsive .gnavModal--business__icon {
  display: none;
}
}/*@*/





/* ------------------------------------------------- *
 gnavModal--corporateEco
  * ------------------------------------------------- */
 
.gnavModal--corporateEco {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}

.gnavModal--corporateEco {
  display: none;
  position: absolute;
  left: 50%;
  top: 69px;
  padding-top: 48px;
  z-index: 30;
  width: 960px;
  margin-left: -480px;
  background: url(ie.png) 0 0 no-repeat;
}

.gnavModal--corporateEco__inner {
  position: relative;
  height: 590px;
  top: 11px;
  padding: 20px;
  background: url(/shared/img/bg_pattern_2.png) 0 0 repeat;
  overflow: hidden;
}

.gnavModal--corporateEco__title a {
  display: block;
  width: 148px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background: url(/shared/img/title_eco_off.png) no-repeat;
}

.gnavModal--corporateEco__body {
  width: 932px;
  margin: 10px 0 0 -12px;
}

.gnavModal--corporateEco__unit--type1.is--edi {
  position: absolute;
  left: 20px;
  top: 45px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type2.is--out {
  position: absolute;
  left: 20px;
  top: 94px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type3.is--vis {
  position: absolute;
  left: 20px;
  top: 143px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type4.is--mes {
  position: absolute;
  left: 20px;
  top: 192px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type5.is--csr {
  position: absolute;
  left: 20px;
  top: 241px;
  width: 219px;
  height: 156px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type6.is--man {
  position: absolute;
  left: 20px;
  top: 411px;
  width: 219px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type7.is--cs {
  position: absolute;
  left: 20px;
  top: 495px;
  width: 219px;
  height: 115px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type8.is--inf {
  position: absolute;
  left: 253px;
  top: 45px;
  width: 219px;
  height: 108px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type9.is--env {
  position: absolute;
  left: 253px;
  top: 167px;
  width: 219px;
  height: 236px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type10.is--eco {
  position: absolute;
  left: 253px;
  top: 417px;
  width: 219px;
  height: 193px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type11.is--hr {
  position: absolute;
  left: 486px;
  top: 45px;
  width: 219px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type12.is--wor {
  position: absolute;
  left: 486px;
  top: 129px;
  width: 219px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type13.is--soc {
  position: absolute;
  left: 486px;
  top: 213px;
  width: 219px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type14.is--gui {
  position: absolute;
  left: 486px;
  top: 297px;
  width: 219px;
  height: 156px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type15.is--awa {
  position: absolute;
  left: 486px;
  top: 467px;
  width: 219px;
  height: 143px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type16.is--his {
  position: absolute;
  left: 719px;
  top: 45px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type17.is--rep {
  position: absolute;
  left: 719px;
  top: 94px;
  width: 219px;
  height: 108px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__unit--type18.is--sg {
  position: absolute;
  left: 719px;
  top: 216px;
  width: 219px;
  height: 94px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.gnavModal--corporateEco__unit--type19.is--manabu {
  position: absolute;
  left: 719px;
  top: 324px;
  width: 219px;
  height: 94px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.gnavModal--corporateEco__unit--type20.is--topics {
  position: absolute;
  left: 719px;
  top: 432px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.gnavModal--corporateEco__unit--type21.is--sup {
  position: absolute;
  left: 719px;
  top: 481px;
  width: 219px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.gnavModal--corporateEco__categoryName {
  padding: 10px 12px;
  border-bottom: 1px solid #dcdcdc;
}
.gnavModal--corporateEco__categoryName a,
.gnavModal--corporateEco__categoryName span {
  display: block;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
}

.gnavModal--corporateEco__categoryName--noBorder {
  padding: 10px 12px;
}

.gnavModal--corporateEco__categoryName--noBorder a {
  display: block;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
}

.gnavModal--corporateEco__list {
  margin: 7px 10px 0 15px;
}

.gnavModal--corporateEco__li {
  line-height: 1.4;
  margin-top: 5px;
  padding-left: 10px;
  background: url(/shared/img/icon_arrow_right.png) 0 5px no-repeat;
  zoom: 1;
}

.gnavModal--corporateEco__li a {
  color: black;
  text-decoration: none;
}
.gnavModal--corporateEco__li a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.gnavModal--corporateEco__icon {
  position: absolute;
  left: 592px;
  top: 50px;
}

.is--edi .gnavModal--corporateEco__categoryName--noBorder a {
  width: 68px;
  background: url(/shared/img/title_eco_edi_off.png) 0 0 no-repeat;
}
.is--out .gnavModal--corporateEco__categoryName--noBorder a {
  width: 168px;
  background: url(/shared/img/title_eco_out_off.png) 0 0 no-repeat;
}
.is--vis .gnavModal--corporateEco__categoryName--noBorder a {
  width: 133px;
  background: url(/shared/img/title_eco_vis_off.png) 0 0 no-repeat;
}
.is--mes .gnavModal--corporateEco__categoryName--noBorder a {
  width: 124px;
  background: url(/shared/img/title_eco_mes_off.png) 0 0 no-repeat;
}
.is--csr .gnavModal--corporateEco__categoryName a {
  width: 124px;
  background: url(/shared/img/title_eco_csr_off.png) 0 0 no-repeat;
}
.is--man .gnavModal--corporateEco__categoryName a {
  width: 130px;
  background: url(/shared/img/title_eco_man_off.png) 0 0 no-repeat;
}
.is--cs .gnavModal--corporateEco__categoryName a {
  width: 158px;
  background: url(/shared/img/title_eco_cs_off.png) 0 0 no-repeat;
}
.is--inf .gnavModal--corporateEco__categoryName a {
  width: 152px;
  background: url(/shared/img/title_eco_inf_off.png) 0 0 no-repeat;
}
.is--env .gnavModal--corporateEco__categoryName a {
  width: 173px;
  background: url(/shared/img/title_eco_env_off.png) 0 0 no-repeat;
}
.is--eco .gnavModal--corporateEco__categoryName a {
  width: 173px;
  background: url(/shared/img/title_eco_eco_off.png) 0 0 no-repeat;
}
.is--hr .gnavModal--corporateEco__categoryName a {
  width: 102px;
  background: url(/shared/img/title_eco_hr_off.png) 0 0 no-repeat;
}
.is--wor .gnavModal--corporateEco__categoryName a {
  width: 194px;
  background: url(/shared/img/title_eco_wor_off.png) 0 0 no-repeat;
}
.is--soc .gnavModal--corporateEco__categoryName a {
  width: 115px;
  background: url(/shared/img/title_eco_soc_off.png) 0 0 no-repeat;
}
.is--gui .gnavModal--corporateEco__categoryName a {
  width: 140px;
  background: url(/shared/img/title_eco_gui_off.png) 0 0 no-repeat;
}
.is--awa .gnavModal--corporateEco__categoryName a {
  width: 112px;
  background: url(/shared/img/title_eco_awa_off.png) 0 0 no-repeat;
}
.is--his .gnavModal--corporateEco__categoryName--noBorder a {
  width: 97px;
  background: url(/shared/img/title_eco_his_off.png) 0 0 no-repeat;
}
.is--rep .gnavModal--corporateEco__categoryName a {
  height: 34px;
  width: 183px;
  background: url(/shared/img/title_eco_rep_off.png) 0 0 no-repeat;
}
.is--sg .gnavModal--corporateEco__categoryName span {
  width: 179px;
  background: url(/shared/img/title_eco_sg.png) 0 0 no-repeat;
}
.is--manabu .gnavModal--corporateEco__categoryName span {
  width: 178px;
  background: url(/shared/img/title_eco_manabu.png) 0 0 no-repeat;
}
.is--topics .gnavModal--corporateEco__categoryName--noBorder a {
  width: 126px;
  background: url(/shared/img/title_eco_topics_off.png) 0 0 no-repeat;
}
.is--sup .gnavModal--corporateEco__categoryName--noBorder a {
  width: 194px;
  background: url(/shared/img/title_eco_sup_off.png) 0 0 no-repeat;
}
/* --- corporateEco ここまで//  --- */




/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  min-width: 950px;
  height: 42px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
#footer .wrapper {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
#footer p {
  position: absolute;
  top: 4px;
  right: 0;
}
.msie #footer p {
  top: 11px;
}
#footer ul {
  margin: 11px 0 14px;
}
#footer li {
  float: left;
  padding: 0 0.8em;
  border-left: 1px solid #ccc;
  line-height: 1.1;
}
#footer li a {
  display: block;
  height: 18px;
  float: left;
}
#footer ul:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
#footer a:hover img {
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  zoom:1;
}
#footer .sppcselect {
  width: 200px;
  margin: auto;
  position: relative;
  top: -37px;
  left: 150px;
}
#footer .sppcselect p {
  text-align: right;
  position: relative;
}

@media (max-width: 959px) {
.responsive #footer {
  min-width: inherit;
}
.responsive #footer .wrapper {
  width: 728px;
  height: 50px;
}
.responsive #footer p {
  top: inherit;
  right: inherit;
  bottom: 10px;
  left: 0;
}
}/*@*/
@media (max-width: 767px) {
.responsive #footer {
  height: auto;
  min-width: auto;
  margin-top: 20px;
  border-style: none;
}
.responsive #footer .wrapper {
  padding-bottom: 30px;
  width: auto;
  height: auto;
  margin: 0;
}
.responsive #footer p {
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-bottom: 10px;
}
.responsive #footer ul {
  margin: 0;
}
.responsive #footer li {
  float: none;
  padding: 0;
  border-style: none;
  line-height: inherit;
}
.responsive #footer li a {
  height: auto;
  float: none;
}
.responsive #footer .footer__spNav {
  border-bottom: 1px solid #DCDCDC;
}
.responsive #footer .footer__spNav li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.responsive #footer .footer__spNav li.is--last {
  width: 100%;
  text-align: center;
}
.responsive #footer .footer__spNav a {
  position: relative;
  font-size: 116.7%;
  color: #666;
  background: #FAFAFA;
  text-decoration: none;
  padding: 15px 35px 11px 10px;
  border-top: 1px solid #DCDCDC;
}
.responsive #footer .footer__spNav a:before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 15px ;
  top: 50%;
  background: url(../img/icon_arrow3_right.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  margin-top: -7px;
}
.responsive #footer .footer__spNav .is--blank a:before {
  width: 13px;
  height: 12px;
  right: 15px;
  background: url(../img/icon_blank_2.png) 0 0 no-repeat;
  background-size: 13px auto;
  -webkit-background-size: 13px auto;
  margin-top: -6px;
}
.responsive #footer .footer__spNav .is--pc a:before {
  width: 15px;
  height: 15px;
  right: 15px;
  background: url(../img/icon_pc.png) 0 0 no-repeat;
  background-size: 15px auto;
  -webkit-background-size: 15px auto;
  margin-top: -6px;
}
.responsive #footer .footer__spNav li:nth-of-type(2n+2) a {
  border-left: 1px solid #DCDCDC;
}
}/*@*/

/* ------------------------------------------------- *
 *        modalLayer
 * ------------------------------------------------- */
.modalLayer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 101px;
  *top: 102px;
  top: 0;
  z-index: 20;
  background: url(../img/bg_pattern_3.png) 0 0 repeat;
  _position: absolute;
  _width: 0;
  _height: 0;
  _background: url(ie.png) 0 0 no-repeat;
}

/* ------------------------------------------------- *
 *        device from styles.css
 * ------------------------------------------------- */
.is--spOnly {
  display: none;
}
@media (max-width: 959px) {
.responsive .is--spOnly {
  display: none;
}
}/*@*/
@media (max-width: 767px) {
.responsive .is--spOnly {
  display: block;
}
}/*@*/

.is--pcOnly {
  display: block;
}
@media (max-width: 959px) {
.responsive .is--pcOnly {
  display: block;
}
}/*@*/
@media (max-width: 767px) {
.responsive .is--pcOnly {
  display: none;
}
}/*@*/

/* ------------------------------------------------- *
 *        areaContents
 * ------------------------------------------------- */
.areaContents {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 959px) {
.responsive .areaContents {
  width: 635px;
}
}
@media (max-width: 767px) {
.responsive .areaContents {
  width: 100%;
}
}
