/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
/*blockquote,*/
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/*blockquote,*/
q {
  quotes: none;
}
/*blockquote:before,
blockquote:after,*/
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* base */
html {
  font-size: 62.5%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
body {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
}
body.noScroll {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a .icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.pc-view {
  display: block;
}
.pc-view.w769 {
  display: none;
}
.sp-view {
  display: none;
}
/* common */
#page {
  /*padding-top: 58px;*/
  padding-top: 70px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 58px;
  background: linear-gradient(to right, #000000 0%, #000000 50%, #4c4c4c 50%, #4c4c4c 100%);
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 1s ease;
}
header.scroll {
  opacity: .9;
}
header a {
  color: #fff;
}
header > .inner {
  width: 90%;
  margin: 0 auto;
  background-color: #000000;
}
header > .inner:after {
  content: "";
  display: block;
  clear: both;
}
header h1 {
  position: relative;
  float: left;
  padding-right: 8px;
  background-color: rgb(0, 0, 0);
  line-height: 1px;
}
header h1:before {
  display: inline-block;
  content: "";
  height: 58px;
  width: 0;
  vertical-align: middle;
}
header h1:after {
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 0 80px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
header h1 a {
  display: inline-block;
  padding: 22px 0;
  /*img{
				display: block;
			}*/
}
header h1 img {
  vertical-align: middle;
}
header .wrap {
  float: right;
  width: calc(100% - 262px);
}
header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
header .pc-btns {
  float: left;
  padding-top: 5px;
}
header .pc-btns:after {
  content: "";
  display: block;
  clear: both;
}
header .pc-btns > div {
  float: left;
  margin-left: 20px;
}
header .pc-btns > div:first-child {
  margin-left: 0;
}
header .pc-btns .region {
  position: relative;
  width: 97px;
}
header .pc-btns .region:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
header .pc-btns .region .btn {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}
header .pc-btns .region ul {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  position: absolute;
  top: 47px;
  left: calc(-75px + 50%);
  width: 150px;
  padding: 0 10px;
  background-color: #000000;
  box-sizing: border-box;
  transition: visibility 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
}
header .pc-btns .region ul li {
  border-top: 1px solid #999;
}
header .pc-btns .region ul li:first-child {
  border-top: none;
}
header .pc-btns .region ul a {
  color: #222;
  display: block;
  padding: 10px;
}
header .pc-btns .search {
  position: relative;
  padding-top: 5px;
}
header .pc-btns .search .btn a {
  display: block;
  padding: 5px;
}
header .pc-btns .search form {
  visibility: hidden;
  margin-top: 20px;
  opacity: 0;
  position: absolute;
  top: 47px;
  right: 0;
  padding: 15px;
  background-color: #000000;
  transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
}
header .pc-btns .search form.active {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
header .pc-btns .search .inputWrap {
  overflow: hidden;
  width: 255px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  box-sizing: border-box;
}
header .pc-btns .search .inputWrap input[type="text"] {
  display: block;
  float: left;
  height: 28px;
  margin: 0;
  padding: 6px 0 6px 10px;
  border: none;
  background: transparent;
  outline: none;
  width: 207px;
}
header .pc-btns .search .inputWrap input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
header .pc-btns .search .inputWrap input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
header .pc-btns .search .inputWrap input[type="text"]:-ms-input-placeholder {
  color: #999;
}
header .pc-btns .search .inputWrap input[type="image"] {
  display: block;
  float: right;
  margin: 6px 10px 6px 0;
}
#gnavi {
  float: left;
  width: calc(100% - 164px);
}
#gnavi > ul {
  display: table;
  width: 100%;
}
#gnavi > ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi > ul > li {
  width: 20%;
  height: 58px;
  text-align: center;
  vertical-align: middle;
}
#gnavi > ul > li:not(.sp-view) {
  display: table-cell;
}
#gnavi > ul > li:first-child {
  margin-left: 0;
}
#gnavi > ul > li.on_hover .popup {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#gnavi > ul > li > a,
#gnavi > ul > li > p a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#gnavi .popup {
  visibility: hidden;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 1160px;
  margin: 20px auto 0;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  -webkit-transition: visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
  transition: visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
}
#gnavi .popup .inner {
  padding: 20px 0;
  position: relative;
  background-color: #efefef;
  border: 2px solid #ccc;
}
#gnavi .popup .inner a {
  color: #222;
}
#gnavi .popup .inner > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#gnavi .popup .inner > ul > li {
  display: table-cell;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}
#gnavi .popup .inner > ul > li:before {
  background-image: linear-gradient(to bottom, #999999, #999999 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
#gnavi .popup .inner > ul > li:first-child:before {
  content: none;
}
#gnavi .popup .inner > ul > li > p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 10px;
  text-align: left;
}
#gnavi .popup .inner > ul > li > p:first-child {
  margin: 0 0 20px;
}
#gnavi .popup .inner > ul > li > p + ul {
  margin-top: -10px;
}
#gnavi .popup .inner > ul > li > ul > li {
  position: relative;
  font-size: 1.4rem;
}
#gnavi .popup .inner > ul > li > ul > li:hover > a {
  background-color: rgb(0, 0, 0);
}
#gnavi .popup .inner > ul > li > ul > li:hover > p > a {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
#gnavi .popup .inner > ul > li > ul > li:hover > p > a span {
  background-image: url(/resource/images/common/icon_arrow3.png);
}
#gnavi .popup .inner > ul > li > ul > li:hover ul {
  display: block;
}
#gnavi .popup .inner > ul > li > ul > li > a,
#gnavi .popup .inner > ul > li > ul > li > p > a {
  display: block;
  padding: 6px 10px;
}
#gnavi .popup .inner > ul > li > ul > li > p span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(/resource/images/common/icon_arrow4.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#gnavi .popup .inner > ul > li > ul > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 10;
  background-color: rgb(0, 0, 0);
}
#gnavi .popup .inner > ul > li > ul > li ul li {
  white-space: nowrap;
}
#gnavi .popup .inner > ul > li > ul > li ul li:hover {
  background-color: #4c4c4c;
}
#gnavi .popup .inner > ul > li > ul > li ul a {
  display: block;
  padding: 6px 15px;
  color: #fff;
}
#gnavi .popup .inner .closePopup {
  right: 10px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  text-align: right;
}
#gnavi .product {
  position: relative;
}
#gnavi .product .popup {
  left: calc(-217.5px + 50%);
  width: 870px;
}
#gnavi .company {
  position: relative;
}
#gnavi .company .popup {
  left: calc(-435px + 50%);
  width: 870px;
}
#gnavi .recruit {
  position: relative;
}
#gnavi .recruit .popup {
  left: calc(-145px + 50%);
  width: 290px;
}
html:not([lang="ja"]) #gnavi > ul > li {
  width: 25%;
}
html:not([lang="ja"]) #gnavi .company .popup {
  left: calc(-290px + 50%);
  width: 580px;
}
#contents .breadcrumbs {
  padding: 10px 0;
  font-size: 1.3rem;
}
#contents .breadcrumbs.top {
  background-color: #000000;
  color: #333;
}
#contents .breadcrumbs.top a {
  color: #333;
}
#contents .breadcrumbs.bottom {
  background-color: #000000;
  color: #333;
}
#contents .breadcrumbs.bottom a {
  color: #333;
}
#contents .breadcrumbs .inner {
  width: 90%;
  margin: 0 auto;
}
footer {
  border-top: 4px solid #FF0000;
  color: #333;
}
footer a {
  color: #333;
}
footer .banners {
  padding: 20px 0 15px;
  background-color: #000000;
}
footer .banners .inner {
  width: 1080px;
  margin: 0 auto;
}
footer .banners .inner > ul {
  margin: 0 -20px -20px 0;
  font-size: 0;
  text-align: center;
}
footer .banners .inner > ul li {
  display: inline-block;
  width: 255px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
footer .banners .image {
  margin-bottom: 5px;
}
footer .banners p {
  font-size: 1.6rem;
  text-align: left;
}
footer .banners p a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/resource/images/common/icon_arrow1.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
footer .banners .bx-wrapper {
  position: relative;
}
footer .banners .bx-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 27px;
  height: 50px;
  margin: auto;
  background-image: url(/resource/images/common/footer_banner_arrow_l.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
footer .banners .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 27px;
  height: 50px;
  margin: auto;
  background-image: url(/resource/images/common/footer_banner_arrow_r.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
footer > .wrap {
  padding: 15px 0;
  background-color: #000000;
  color: #fff;
}
footer > .wrap a {
  color: #fff;
}
footer > .wrap .inner {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
footer > .wrap .copyright {
  float: left;
}
footer > .wrap .copyright span:after {
  content: " ";
}
footer > .wrap .navi {
  float: right;
}
footer > .wrap .navi ul {
  overflow: hidden;
}
footer > .wrap .navi ul li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
footer > .wrap .navi ul li:first-child {
  border-left: 1px solid #fff;
}
footer.cFooter > .wrap .copyright {
  float: none;
  text-align: center;
}
#fnavi {
  padding: 20px 0;
  background-color: rgb(0, 0, 0);
}
#fnavi .inner {
  width: 90%;
  margin: 0 auto;
}
#fnavi .inner > ul {
  overflow: hidden;
  margin: 0 -2% -20px 0;
}
#fnavi .inner > ul > li {
  float: left;
  width: 23%;
  margin: 0 2% 20px 0;
}
#fnavi .inner > ul > li p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#fnavi .inner > ul > li div {
  margin-top: 20px;
}
#fnavi .inner > ul > li div:first-child {
  margin-top: 0;
}
#fnavi .inner > ul > li ul li {
  margin-top: 8px;
  font-size: 1.3rem;
}
#fnavi .inner > ul > li ul li:first-child {
  margin-top: 0;
}
#pageTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.titleType1 {
  padding: 10px 0;
  background-color: #000000;
  color: #333;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.titleType2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #AEAEAE;
  color: #00174b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.titleType3 {
  color: #00174b;
  font-size: 2rem;
  font-weight: bold;
}
.titleType4 {
  color: #00174b;
  font-size: 1.8rem;
  font-weight: bold;
}
.titleType5 {
  padding: 10px;
  border: 1px solid #E8E8E8;
  background-color: #000000;
  color: #00174b;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.underline {
  color: #0066c5;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.underline:visited {
  color: #4240b6;
}
.wrapType1 {
  padding: 25px 50px;
  border: 1px solid #ccc;
}
.wrapType2 {
  overflow: hidden;
  /*.w710{
		width: 710px;
	}
	.w340{
		width: 340px;
	}*/
}
.wrapType2 .left {
  float: left;
}
.wrapType2 .right {
  float: right;
}
.wrapType2.fix340 > div {
  width: calc(100% - (340px + 30px));
}
.wrapType2.fix340 > div.w340 {
  width: 340px;
}
.listType1 li {
  margin-top: 25px;
}
.listType1 li:first-child {
  margin-top: 0;
}
.listType1 li > p {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.listType1 .inner {
  padding-left: 25px;
}
.linkType1 {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resource/images/common/icon_arrow2.jpg);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.linkType1l {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resource/images/common/icon_arrow2l.jpg);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.linkType2 {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/resource/images/common/icon_arrow1.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.tableType1 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.tableType1 th,
.tableType1 td {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.tableType1 th {
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tableType1 .center {
  text-align: center;
}
@media (min-width: 1200px) {
  /* base */
  .ro img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .2s ease;
  }
  .ro a:hover img {
    opacity: .7;
  }
}
@media (max-width: 1199px) {
  /* base */
  html {
    min-width: 0;
  }
  .pc-view.w1200 {
    display: none;
  }
  .pc-view.w769 {
    display: block;
  }
  /* common */
  footer .banners .inner {
    width: 85%;
  }
  footer .banners .inner > ul {
    margin: 0 -3.3% -3.3% 0;
  }
  footer .banners .inner > ul li {
    width: 30%;
    margin: 0 3.3% 3.3% 0;
  }
  footer > .wrap {
    padding: 15px 0;
  }
  footer > .wrap .inner {
    width: 93.75%;
    margin: 0 auto;
  }
  footer > .wrap .copyright {
    float: none;
    text-align: center;
  }
  footer > .wrap .copyright span {
    display: block;
  }
  footer > .wrap .copyright span:after {
    display: none;
  }
  footer > .wrap .navi {
    float: none;
    margin-bottom: 15px;
  }
  footer > .wrap .navi ul {
    margin: 0 0 -5px 0;
    font-size: 0;
    text-align: center;
  }
  footer > .wrap .navi ul li {
    display: inline-block;
    float: none;
    margin: 0 0 5px 0;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  #fnavi .inner > ul {
    margin: 0 -2% -20px 0;
  }
  #fnavi .inner > ul > li {
    width: 23%;
    margin: 0 2% 20px 0;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}
@media (max-width: 1159px) {
  #gnavi .popup {
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  /* common */
  #page {
    /*padding-top: 47px;*/
    padding-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    background: transparent;
  }
  header .pc-view {
    display: none;
  }
  header .sp-view {
    display: block;
  }
  header > .inner {
    width: auto;
    background-color: #000000;
  }
  header h1 {
    padding: 0;
    background-color: transparent;
    text-align: center;
  }
  header h1:before {
    height: 47px;
  }
  header h1:after {
    display: none;
  }
  header h1 a {
    width: 158px;
    height: 47px;
    padding: 18px 0 0;
    box-sizing: border-box;
  }
  header h1 a img {
    margin: 0 auto;
    width: 134px;
  }
  header h1 > img {
    margin-left: 12px;
    width: 134px;
  }
  header .sp-btns {
    float: right;
  }
  header .sp-btns:after {
    content: "";
    display: block;
    clear: both;
  }
  header .sp-btns .search {
    float: left;
    margin-right: 10px;
  }
  header .sp-btns .search form {
    visibility: hidden;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
  }
  header .sp-btns .search form.active {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  header .sp-btns .search .inputWrap {
    overflow: hidden;
    width: 93.75%;
    margin: 0 auto;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #000000;
    box-sizing: border-box;
  }
  header .sp-btns .search .inputWrap input[type="text"] {
    display: block;
    float: left;
    width: calc(100% - 27px - 10px);
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
  }
  header .sp-btns .search .inputWrap input[type="text"]::-webkit-input-placeholder {
    color: #999;
  }
  header .sp-btns .search .inputWrap input[type="text"]::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  header .sp-btns .search .inputWrap input[type="text"]:-ms-input-placeholder {
    color: #999;
  }
  header .sp-btns .search .inputWrap input[type="image"] {
    display: block;
    float: right;
  }
  header .sp-btns .menu {
    float: left;
  }
  header .sp-btns .menu a {
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(/resource/images/common/menu.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  header .sp-btns .menu a.open {
    background-image: url(/resource/images/common/menu_close.jpg);
  }
  header .wrap {
    float: none;
    width: 100%;
  }
  #gnavi {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 15;
    float: none;
    width: 100%;
    height: calc(100vh - 47px);
    margin-right: 0;
    overflow: auto;
  }
  #gnavi > ul {
    display: block;
  }
  #gnavi > ul > li {
    float: none;
    width: auto;
    border-top: 1px solid #303030;
    background-color: #000000;
    line-height: 1.5;
    height: auto;
    text-align: left;
  }
  #gnavi > ul > li:not(.sp-view) {
    display: block;
  }
  #gnavi > ul > li:first-child {
    border-top: none;
  }
  #gnavi > ul > li > p {
    position: relative;
  }
  #gnavi > ul > li > a,
  #gnavi > ul > li > p a {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }
  #gnavi > ul > li .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 100%;
    margin: auto;
    background-image: url(/resource/images/common/icon_open.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #gnavi > ul > li .btn.open {
    background-image: url(/resource/images/common/icon_close.jpg);
  }
  #gnavi > ul > li.close {
    background-color: rgb(0, 0, 0);
  }
  #gnavi > ul > li.close a {
    text-align: center;
  }
  #gnavi > ul > li.close span {
    display: inline-block;
    padding-right: 15px;
    background-image: url(/resource/images/common/icon_close2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #gnavi .popup {
    display: none;
    visibility: visible;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    margin-top: 0;
    opacity: 1;
  }
  #gnavi .popup .inner {
    padding: 0;
    background-color: #2C2C2C;
    border: 0;
  }
  #gnavi .popup .inner a {
    color: #fff;
  }
  #gnavi .popup .inner > ul {
    display: block;
  }
  #gnavi .popup .inner > ul > li {
    display: block;
    padding: 0;
  }
  #gnavi .popup .inner > ul > li:before {
    display: none;
  }
  #gnavi .popup .inner > ul > li:first-child > p:first-child {
    border-top: none;
  }
  #gnavi .popup .inner > ul > li > p {
    margin: 0;
    padding: 0;
    border-top: 1px solid #3B3B3B;
    font-size: 1.4rem;
    text-align: left;
  }
  #gnavi .popup .inner > ul > li > p:first-child {
    margin: 0;
  }
  #gnavi .popup .inner > ul > li > p a {
    display: block;
    padding: 10px;
    background-image: url(/resource/images/common/icon_arrow3.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  #gnavi .popup .inner > ul > li > ul {
    display: none;
  }
  #gnavi .closePopup {
    display: none;
  }
  #gnavi .product .popup {
    left: 0;
    width: auto;
  }
  #gnavi .company .popup {
    left: 0;
    width: auto;
  }
  #gnavi .recruit .popup {
    left: 0;
    width: auto;
  }
  html:not([lang="ja"]) #gnavi > ul > li {
    width: auto;
  }
  html:not([lang="ja"]) #gnavi .company .popup {
    left: 0;
    width: auto;
  }
}
@media (max-width: 768px) {
  /* base */
  body {
    font-size: 1.2rem;
  }
  img.sp {
    display: none;
  }
  .pc-view {
    display: none;
  }
  .pc-view.w1200 {
    display: none;
  }
  .pc-view.w769 {
    display: none;
  }
  .sp-view {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    background: transparent;
  }
  header .pc-view {
    display: none;
  }
  header .sp-view {
    display: block;
  }
  header > .inner {
    width: auto;
    background-color: #000000;
  }
  header h1 {
    padding: 0;
    background-color: transparent;
  }
  header h1:after {
    display: none;
  }
  header h1 a {
    width: 158px;
    height: 47px;
    padding: 18px 0 0;
    box-sizing: border-box;
  }
  header h1 a img {
    width: 134px;
    margin: 0 auto;
  }
  header .sp-btns {
    float: right;
  }
  header .sp-btns:after {
    content: "";
    display: block;
    clear: both;
  }
  header .sp-btns .search {
    float: left;
    margin-right: 10px;
  }
  header .sp-btns .search form {
    visibility: hidden;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
  }
  header .sp-btns .search form.active {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  header .sp-btns .search .inputWrap {
    overflow: hidden;
    width: 93.75%;
    margin: 0 auto;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #000000;
    box-sizing: border-box;
  }
  header .sp-btns .search .inputWrap input[type="text"] {
    display: block;
    float: left;
    width: calc(100% - 27px - 10px);
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
  }
  header .sp-btns .search .inputWrap input[type="text"]::-webkit-input-placeholder {
    color: #999;
  }
  header .sp-btns .search .inputWrap input[type="text"]::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  header .sp-btns .search .inputWrap input[type="text"]:-ms-input-placeholder {
    color: #999;
  }
  header .sp-btns .search .inputWrap input[type="image"] {
    display: block;
    float: right;
  }
  header .sp-btns .menu {
    float: left;
  }
  header .sp-btns .menu a {
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(/resource/images/common/menu.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  header .sp-btns .menu a.open {
    background-image: url(/resource/images/common/menu_close.jpg);
  }
  header .wrap {
    float: none;
    width: 100%;
  }
  #gnavi {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 15;
    float: none;
    width: 100%;
    height: calc(100vh - 47px);
    margin-right: 0;
    overflow: auto;
  }
  #gnavi > ul {
    display: block;
  }
  #gnavi > ul > li {
    float: none;
    width: auto;
    border-top: 1px solid #303030;
    background-color: #000000;
    line-height: 1.5;
    height: auto;
    text-align: left;
  }
  #gnavi > ul > li:not(.sp-view) {
    display: block;
  }
  #gnavi > ul > li:first-child {
    border-top: none;
  }
  #gnavi > ul > li > p {
    position: relative;
  }
  #gnavi > ul > li > a,
  #gnavi > ul > li > p a {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }
  #gnavi > ul > li .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 100%;
    margin: auto;
    background-image: url(/resource/images/common/icon_open.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #gnavi > ul > li .btn.open {
    background-image: url(/resource/images/common/icon_close.jpg);
  }
  #gnavi > ul > li.close {
    background-color: rgb(0, 0, 0);
  }
  #gnavi > ul > li.close a {
    text-align: center;
  }
  #gnavi > ul > li.close span {
    display: inline-block;
    padding-right: 15px;
    background-image: url(/resource/images/common/icon_close2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #gnavi .popup {
    display: none;
    visibility: visible;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    margin-top: 0;
    opacity: 1;
  }
  #gnavi .popup .inner {
    padding: 0;
    background-color: #2C2C2C;
    border: 0;
  }
  #gnavi .popup .inner a {
    color: #fff;
  }
  #gnavi .popup .inner > ul {
    display: block;
  }
  #gnavi .popup .inner > ul > li {
    display: block;
    padding: 0;
  }
  #gnavi .popup .inner > ul > li:before {
    display: none;
  }
  #gnavi .popup .inner > ul > li:first-child > p:first-child {
    border-top: none;
  }
  #gnavi .popup .inner > ul > li > p {
    margin: 0;
    padding: 0;
    border-top: 1px solid #3B3B3B;
    font-size: 1.4rem;
    text-align: left;
  }
  #gnavi .popup .inner > ul > li > p:first-child {
    margin: 0;
  }
  #gnavi .popup .inner > ul > li > p a {
    display: block;
    padding: 10px;
    background-image: url(/resource/images/common/icon_arrow3.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  #gnavi .popup .inner > ul > li > ul {
    display: none;
  }
  #gnavi .closePopup {
    display: none;
  }
  #gnavi .product .popup {
    left: 0;
    width: auto;
  }
  #gnavi .company .popup {
    left: 0;
    width: auto;
  }
  #gnavi .recruit .popup {
    left: 0;
    width: auto;
  }
  #contents .breadcrumbs {
    display: none;
  }
  footer {
    border-top: 2px solid #FF0000;
  }
  footer .banners {
    padding: 15px 0;
  }
  footer .banners .inner {
    width: 87.5%;
    margin: 0 auto;
  }
  footer .banners .inner > ul {
    margin: 0 -2% -2% 0;
  }
  footer .banners .inner > ul li {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  footer .banners p {
    font-size: 1.2rem;
  }
  footer .banners p a {
    padding-left: 15px;
    background-position: 0 3px;
  }
  footer .banners .bx-prev {
    left: -20px;
    width: 20px;
    height: 100%;
    background-position: center center;
    background-size: 6.5px auto;
  }
  footer .banners .bx-next {
    right: -20px;
    width: 20px;
    height: 100%;
    background-position: center center;
    background-size: 6.5px auto;
  }
  #fnavi {
    padding: 15px 0;
  }
  #fnavi .inner {
    overflow: hidden;
    width: 93.75%;
  }
  #fnavi .inner > ul {
    margin: 0 -2% -10px 0;
  }
  #fnavi .inner > ul > li {
    width: 48%;
    margin: 0 2% 10px 0;
  }
  #pageTopBtn {
    bottom: 30px;
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .titleType1 {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .titleType2 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .titleType3 {
    font-size: 1.6rem;
  }
  .titleType4 {
    font-size: 1.4rem;
  }
  .titleType5 {
    padding: 5px;
    font-size: 1.4rem;
  }
  .wrapType1 {
    padding: 12.5px 25px;
  }
  .wrapType2 > div {
    margin-top: 15px;
  }
  .wrapType2 > div:first-child {
    margin-top: 0;
  }
  .wrapType2 .left {
    float: none;
  }
  .wrapType2 .right {
    float: none;
  }
  .wrapType2.fix340 > div {
    width: auto;
  }
  .wrapType2.fix340 > div.w340 {
    width: auto;
  }
  .listType1 li {
    margin-top: 12.5px;
  }
  .listType1 li > p {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .listType1 .inner {
    padding-left: 20px;
  }
  .linkType1,
  .linkType1l {
    padding-left: 25px;
    background-position: 0 2px;
    background-size: 17px auto;
  }
  .linkType2 {
    padding-left: 15px;
    background-position: 0 3px;
  }
  .tableType1 {
    font-size: 1.2rem;
  }
  .tableType1 th,
  .tableType1 td {
    padding: 10px;
  }
}

/* 誘電用追加 */
body{
  color: #fff;
  background-color: black;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #000000;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #2c2c2c;
}
.table-striped tbody>tr:nth-child(2n+1)>th {
  background-color: #2c2c2c;
}
.navbar-inner {
  color: #fff;
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000, #2f2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#202020));
  background-image: -webkit-linear-gradient(top, #000000, #202020);
  background-image: -o-linear-gradient(top, #000000, #202020);
  background-image: linear-gradient(to bottom, #000000, #202020);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#202020', GradientType=0);
}

  .ss_leftComment {
/*    display: none !important;*/
  }

  .ss_upComment,
  .ss_leftComment,
  .ss_rightComment {
    color: #ffffff !important;
  }

  .navbar .brand {
    text-align: center!important;
    color: #ffffff !important;
    text-shadow: 0 !important;
  }

  header h1:after {
    display: none !important;

  }

  header {
    background: none !important;

  }

  .table-hover tbody tr:hover>td,
  .table-hover tbody tr:hover>th {
    background-color: #000000!important;
  }
  
    .breadcrumb ul {
position: relative!important;
left: 39% !important;
float: left !important;
margin-left: -5px !important;
}
  
  .breadcrumb li {
    list-style: none !important;
    /* position: inherit !important; */
    /* float: left !important; */
    margin-left: 10px !important;
    /* color: white !important; */
background-color: rgb(255, 255, 255);
}

.breadcrumb .divider {
    margin-left: 16px !important;
}

.comp_comment {
font-size: 15px !important;
    margin-left: 30% !important;
    margin-top: 10% !important;
    margin-right: 29% !important;
}