@charset "UTF-8";
.content-header {
  width: 100%;
  height: 280px;
  box-sizing: border-box;
}

.content-header-noimg {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.content-header__inner {
  width: 400px;
  height: 280px;
  display: table;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}

.content-header__txt {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 45px;
  vertical-align: middle;
}
.content-header__txt .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.content-header__txt .ttl small {
  display: block;
  font-size: 20px;
}
.content-header__txt .txt {
  margin: 20px 0 0 0;
}

.content-header__nav {
  position: absolute;
  top: 20px;
  right: 20px;
  *zoom: 1;
  z-index: 99;
}
.content-header__nav:after {
  content: "";
  display: table;
  clear: both;
}
.content-header__nav .item {
  float: left;
}
.content-header__nav .item + .item {
  margin: 0 0 0 9px;
}
.content-header__nav .item a {
  transition: opacity 0.2s;
  width: 42px;
  height: 42px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background: #ff0000;
}
.content-header__nav .item a:hover, .content-header__nav .item a:active {
  opacity: 0.5;
}

#csr--index {
  background: url(/img/csr/bg_header_index.jpg) no-repeat center center;
  background-size: cover;
}

#product--index {
  background: url(/img/product/bg_header_index.jpg) no-repeat center center;
  background-size: cover;
}

#product--power-electronics {
  background: url(/img/product/bg_header_power_electronics.jpg) no-repeat center center;
  background-size: cover;
}

#product--power-electronics--drive {
  background: url(/img/product/drive/bg_header_index.jpg) no-repeat center center;
  background-size: cover;
}

#strength--index {
  background: url(/img/strength/bg_header_index.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .content-header {
    height: 240px;
    padding: 130px 0 0 0;
  }

  .content-header__inner {
    width: 100%;
    height: 110px;
  }

  .content-header-noimg {
    width: 100%;
    height: 10%;
    box-sizing: border-box;
  }

  .content-header__txt {
    padding: 0 12px;
  }
  .content-header__txt .ttl {
    font-size: 22px;
  }
  .content-header__txt .ttl small {
    font-size: 18px;
  }
  .content-header__txt .txt {
    margin: 10px 0 0 0;
  }
}
/* topic-path
----------------------------------------------------------------------------- */
.topic-path {
  *zoom: 1;
  padding: 15px 45px 20px;
  font-size: 12px;
  line-height: 1;
}
.topic-path:after {
  content: "";
  display: table;
  clear: both;
}
.topic-path .item {
  float: left;
  margin: 5px 13px 0 0;
}
.topic-path .item + .item {
  padding: 0 0 0 17px;
  background: url(/img/common/arw_topicpath.png) no-repeat left center;
}
.topic-path .item a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .topic-path {
    padding: 13px 12px 18px;
    font-size: 10px;
  }
  .topic-path .item {
    margin: 5px 10px 0 0;
  }
  .topic-path .item + .item {
    padding: 0 0 0 13px;
    background: url(/img/common/arw_topicpath@x2.png) no-repeat left center;
    background-size: 4px 6px;
  }
  .topic-path .item img {
    width: 11px;
  }
}
/* tab-nav
----------------------------------------------------------------------------- */
.tab-nav {
  width: 100%;
  height: 56px;
  display: table;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.tab-nav .item {
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  width: 33.333333333%;
  padding: 0 22px;
  background: #ff0000;
  vertical-align: middle;
  cursor: pointer;
}
.tab-nav .item + .item {
  border-left: solid 1px #fff;
}
.tab-nav .item:after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 15px;
  content: '';
  margin: -8px 0 0 0;
  background: url(/img/common/arw_tabnav.png) no-repeat center center;
}
.tab-nav .item.is-active {
  background: #000;
}
.tab-nav .item.is-active:after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 10px;
  content: '';
  margin: -5px 0 0 0;
  background: url(/img/common/arw_tabnav_active.png) no-repeat center center;
}

@media screen and (max-width: 1024px) {
  .tab-nav {
    width: 100%;
    height: 86px;
    font-size: 13px;
    line-height: 1.4;
  }
  .tab-nav .item {
    padding: 0 10px;
    text-align: center;
  }
  .tab-nav .item:after {
    width: 100%;
    height: 7px;
    top: auto;
    bottom: 5px;
    right: 0;
    margin: 0 0 0 0;
    background: url(/img/common/arw_tabnav@x2.png) no-repeat center center;
    background-size: 11px 7px;
  }
  .tab-nav .item.is-active:after {
    width: 100%;
    height: 7px;
    top: auto;
    bottom: 5px;
    right: 0;
    margin: 0 0 0 0;
    background: url(/img/common/arw_tabnav_active@x2.png) no-repeat center center;
    background-size: 11px 7px;
  }
}
/* tab-content
----------------------------------------------------------------------------- */
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

/* content-article
----------------------------------------------------------------------------- */
.content-article {
  border-top: solid 1px #ddd;
}

/* content-catalog
----------------------------------------------------------------------------- */
.content-catalog {
  padding: 60px 40px;
}
.content-catalog .catalog-box {
  padding: 60px 0;
  margin: 0 auto;
  border: solid 2px #ddd;
}
.content-catalog .catalog-box .ttl--lv2 {
  margin: 0 0 40px 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 40px;
  color: #000;
}
.content-catalog .catalog-box .ttl--lv2 img {
  margin: 0 18px 0 -40px;
}
.content-catalog .catalog-box .img-with-btn {
  margin: 0;
  border: none;
}

@media screen and (max-width: 1024px) {
  .content-catalog {
    padding: 34px 18px 40px;
  }
  .content-catalog .catalog-box {
    padding: 34px 18px 20px;
  }
  .content-catalog .catalog-box .ttl--lv2 {
    margin: 0 0 3% 5%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0 10%;
  }
  .content-catalog .catalog-box .img-with-btn {
    margin: 0;
    border: none;
  }
}
/* content-news
----------------------------------------------------------------------------- */
.content-news {
  padding: 40px 0;
}
.content-news .clear {
  display: block;
  clear: both;
  line-height: 2;
  padding: 20px 0;
}
.content-news .clear dt {
  width: 140px;
  float: left;
}
.content-news .clear dd {
  float: left;
  width: 85%;
  font-weight: bold;
}
.content-news .clear dd a {
  text-decoration: none;
}
.content-news .clear dd a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .content-news {
    padding: 34px 18px 40px;
  }
  .content-news .clear {
    display: block;
    clear: both;
    line-height: 2;
    padding: 15px 0;
  }
  .content-news .clear dt {
    width: 100%;
    float: none;
  }
  .content-news .clear dd {
    float: none;
    font-weight: bold;
  }
}
/* content-log
----------------------------------------------------------------------------- */
.content-log {
  padding: 40px 0;
}
.content-log .clear {
  display: block;
  float: clear;
}
.content-log .clear li {
  float: left;
  line-height: 2;
}
.content-log .clear .item {
  padding: 0 20px 0 17px;
  background: url(/img/common/arw_topicpath.png) no-repeat left center;
}
.content-log .clear .item a {
  text-decoration: none;
}
.content-log .clear .item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .content-log {
    padding: 34px 18px 40px;
  }
}
/* content-section
----------------------------------------------------------------------------- */
.content-section {
  padding: 60px 40px;
}
.content-section + .content-section {
  padding-top: 40px;
  border-top: solid 1px #ddd;
}
.content-section .txt {
  margin: 40px 0;
}

.content-section--bg {
  background: #eee;
}

.content-lineup--box {
  padding: 20px 0 20px 0;
}
.content-lineup--box .txt {
  margin: 20px 0 40px 40px;
  line-height: 1.8;
}
.content-lineup--box .lineup-img {
  margin: 20px 0 0 40px;
}

.noborder {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .content-section {
    padding: 34px 18px 40px;
  }
  .content-section + .content-section {
    padding-top: 34px;
  }
  .content-section:last-child {
    padding-bottom: 65px;
  }

  .content-lineup--box {
    padding: 30px 0 20px 0;
  }
  .content-lineup--box .txt {
    margin: 20px 0 40px;
    line-height: 1.8;
  }
.content-lineup--box .lineup-img {
    text-align: center;
}
.lineup-img img {
  width: 90%;
}
  .noborder {
    border-bottom: none;
  }
}
.content-section .ttl--lv1 {
  margin-bottom: 1em;
}
.draw-text {
  padding-left: 1em;
  padding-bottom: 1em;
}

/* ttl
----------------------------------------------------------------------------- */
.ttl--lv1 {
  padding: 0 0 0 20px;
  border-left: solid 8px #888;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

.ttl--lv2 span {
  margin: 0 10px 0 0;
  color: #003466;
}

.ttl--lv3 {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.ttl--lv4 {
  color: #003466;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}


@media screen and (max-width: 1024px) {
  .ttl--lv1 {
    padding: 0 0 0 16px;
    border-left: solid 6px #888;
    font-size: 20px;
  }

  .ttl--lv2 span {
    margin: 0 5px 0 0;
    color: #003466;
  }

  .ttl--lv4 {
    color: #003466;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
  }
}
/* txt
----------------------------------------------------------------------------- */
.txt + .txt {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .txt {
    font-size: 13px;
  }
}
/* img
----------------------------------------------------------------------------- */
.img-with-btn {
  position: relative;
  margin: 60px 0 0 0;
}
.img-with-btn .item__img {
  text-align: center;
}
.img-with-btn .item__img img {
  max-width: 100%;
}
.img-with-btn .item__list .item {
  position: absolute;
  left: 50%;
}
.img-with-btn .item__list .item a {
  transition: opacity 0.2s;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 256px;
  padding: 10px 25px;
  border: solid 1px #ddd;
  background: #fff;
  text-decoration: none;
}
.img-with-btn .item__list .item a:hover, .img-with-btn .item__list .item a:active {
  opacity: 0.5;
}
.img-with-btn .item__list .item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  content: '';
  box-sizing: border-box;
  padding: 0 0 0 5px;
  color: #fff;
  background: url(/img/common/bg_corner_black.png) no-repeat left top;
  line-height: 1.2;
}
.img-with-btn .item__list .item a:after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 10px;
  content: '';
  margin: -5px 0 0 0;
  background: url(/img/common/arw_right_red.png) no-repeat left center;
}
.img-with-btn .item__list .item:nth-of-type(1) a:before {
  content: '1';
}
.img-with-btn .item__list .item:nth-of-type(2) a:before {
  content: '2';
}
.img-with-btn .item__list .item:nth-of-type(3) a:before {
  content: '3';
}
.img-with-btn .item__list .item:nth-of-type(4) a:before {
  content: '4';
}
.img-with-btn .item__list .item:nth-of-type(5) a:before {
  content: '5';
}
.img-with-btn .item__list .item:nth-of-type(6) a:before {
  content: '6';
}
.img-with-btn .item__list .item:nth-of-type(7) a:before {
  content: '7';
}
.img-with-btn .item__list .item:nth-of-type(8) a:before {
  content: '8';
}
.img-with-btn .item__list .item:nth-of-type(9) a:before {
  content: '9';
}
.img-with-btn .item__list .no1:nth-of-type(3) a:before {
  content: '1';
}

.img-with-btn--power-electronics .item__list .item:nth-of-type(1) {
  top: 264px;
  margin: 0 0 0 -396px;
}
.img-with-btn--power-electronics .item__list .item:nth-of-type(2) {
  top: 327px;
  margin: 0 0 0 -396px;
}
.img-with-btn--power-electronics .item__list .item:nth-of-type(3) {
  top: 534px;
  margin: 0 0 0 -326px;
}
.img-with-btn--power-electronics .item__list .item:nth-of-type(4) {
  top: 492px;
  margin: 0 0 0 140px;
}
.img-with-btn--power-electronics .item__list .item:nth-of-type(5) {
  top: 534px;
  margin: 0 0 0 140px;
}
.img-with-btn--power-electronics .item__list .item:nth-of-type(6) {
  top: 0;
  margin: 0 0 0 140px;
}
.img-with-btn--power-electronics .item__list .none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .img-with-btn {
    margin: 40px 0 0 0;
    border: solid 1px #ddd;
  }
  .img-with-btn .item__img {
    position: relative;
    padding: 15px 0;
  }
  .img-with-btn .item__list .item {
    position: relative;
    left: auto;
    border-top: solid 1px #ddd;
  }
  .img-with-btn .item__list .item a {
    width: auto;
    padding: 16px 18px;
    border: none;
    font-size: 10px;
  }
  .img-with-btn .item__list .item a:before {
    width: 21px;
    height: 21px;
    padding: 0 0 0 3px;
    background: url(/img/common/bg_corner_black@x2.png) no-repeat left top;
    background-size: 21px 21px;
    font-size: 10px;
  }
  .img-with-btn .item__list .item a:after {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 5px;
    height: 7px;
    margin: -4px 0 0 0;
    background: url(/img/common/arw_right_red@x2.png) no-repeat left center;
    background-size: 5px 7px;
  }

  .img-with-btn--power-electronics .item__list .item:nth-of-type(1) {
    top: auto;
    margin: 0 0 0 0;
  }
  .img-with-btn--power-electronics .item__list .item:nth-of-type(2) {
    top: auto;
    margin: 0 0 0 0;
  }
  .img-with-btn--power-electronics .item__list .item:nth-of-type(3) {
    top: auto;
    margin: 0 0 0 0;
  }
  .img-with-btn--power-electronics .item__list .item:nth-of-type(4) {
    top: auto;
    margin: 0 0 0 0;
  }
  .img-with-btn--power-electronics .item__list .item:nth-of-type(5) {
    top: auto;
    margin: 0 0 0 0;
  }
  .img-with-btn--power-electronics .item__list .item:nth-of-type(6) {
    top: auto;
    margin: 0 0 0 0;
  }
}
/* list
----------------------------------------------------------------------------- */
.list--catalog {
  *zoom: 1;
  margin: 8px 0 0 0;
}
.list--catalog:after {
  content: "";
  display: table;
  clear: both;
}
.list--catalog .item_mini {
  float: left;
  width: 33.1%;
  margin: 0;
}
.list--catalog .item_mini .item__img {
  margin: 0 0 38px 0;
  padding: 0 3px;
  text-align: center;
}
.list--catalog .item_mini .item__img img {
  max-width: 100%;
}
.list--catalog .item_mini .item__ttltxt {
  margin: 30px 30px 0 30px;
  padding: 0 3px 0;
  height: 100px;
}
.list--catalog .line {
  border-right: #888 dotted 1px;
}

@media screen and (max-width: 1024px) {
  .list--catalog {
    *zoom: 1;
    margin: 8px 0 0 0;
  }
  .list--catalog:after {
    content: "";
    display: table;
    clear: both;
  }
  .list--catalog .item_mini {
    width: 96%;
    margin: 0 2%;
  }
  .list--catalog .item_mini .item__img {
    margin: 15px 0;
    padding: 0 5% 0 3%;
    float: left;
    width: 30%;
  }
  .list--catalog .item_mini .item__img img {
    max-width: 100%;
  }
  .list--catalog .item_mini .item__ttltxt {
    margin: 3% 0;
    padding: 0 3px 0;
    height: 100px;
  }
  .list--catalog .line {
    border-bottom: #888 dotted 1px;
    border-right: none;
  }
}
.list--lineup {
  *zoom: 1;
  margin: 8px 0 0 0;
}
.list--lineup:after {
  content: "";
  display: table;
  clear: both;
}
.list--lineup .item {
  float: left;
  width: 48.225469728%;
  margin: 24px 3.549060542% 0 0;
  box-shadow: 0 0 1px #aaa;
}
.list--lineup .item:nth-of-type(2n) {
  margin: 24px 0 0 0;
}
.list--lineup .item a {
  transition: opacity 0.2s;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 24px 20px 34px;
  border-top: solid 3px #ff0000;
  background: #fff;
  text-decoration: none;
}
.list--lineup .item a:hover, .list--lineup .item a:active {
  opacity: 0.5;
}
.list--lineup .item a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  content: '';
  display: block;
  background: url(/img/common/arw_corner.png) no-repeat center center;
}
.list--lineup .item .item__ttl {
  padding: 0 3px 21px;
  background: url(/img/common/lin_dot_gray.png) repeat-x left bottom;
  font-size: 16px;
  font-weight: bold;
}
.list--lineup .item .item__img {
  margin: 38px 0 0 0;
  padding: 0 3px;
  text-align: center;
}
.list--lineup .item .item__img img {
  max-width: 100%;
}
.list--lineup .item .item__catch {
  margin: 42px 0 0 0;
  padding: 0 3px;
  color: #003466;
  font-size: 20px;
  font-weight: bold;
}
.list--lineup .item .item__txt {
  margin: 10px 0 0 0;
  padding: 0 3px;
}

@media screen and (max-width: 1024px) {
  .list--lineup {
    margin: 0 0 0 0;
  }
  .list--lineup .item {
    float: none;
    width: auto;
    margin: 22px 0 0 0;
  }
  .list--lineup .item:nth-of-type(2n) {
    margin: 22px 0 0 0;
  }
  .list--lineup .item a {
    height: auto !important;
    padding: 12px 16px 30px;
    border-top: solid 2px #ff0000;
  }
  .list--lineup .item a:after {
    width: 12px;
    height: 12px;
    background: url(/img/common/arw_corner@x2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .list--lineup .item .item__ttl {
    padding: 0 3px 12px;
    background: url(/img/common/lin_dot_gray.png) repeat-x left bottom;
    font-size: 13px;
  }
  .list--lineup .item .item__img {
    margin: 10px 0 0 0;
  }
  .list--lineup .item .item__catch {
    margin: 14px 0 0 0;
    font-size: 15px;
  }
}
.list--txt-with-img-h {
  *zoom: 1;
  margin: 8px 0 0 0;
}
.list--txt-with-img-h:after {
  content: "";
  display: table;
  clear: both;
}
.list--txt-with-img-h .item {
  float: left;
  width: 22.338204592%;
  margin: 34px 3.549060542% 0 0;
  box-shadow: 0 0 1px #aaa;
}
.list--txt-with-img-h .item:nth-of-type(4n) {
  margin: 34px 0 0 0;
}
.list--txt-with-img-h .item a {
  transition: opacity 0.2s;
  position: relative;
  display: block;
  border-top: solid 3px #ff0000;
  background: #fff;
  text-decoration: none;
}
.list--txt-with-img-h .item a:hover, .list--txt-with-img-h .item a:active {
  opacity: 0.5;
}
.list--txt-with-img-h .item a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  content: '';
  display: block;
  background: url(/img/common/arw_corner.png) no-repeat center center;
}
.list--txt-with-img-h .item .item__img img {
  width: 100%;
}
.list--txt-with-img-h .item .item__ttl {
  width: 100%;
  height: 120px;
  display: table;
  font-size: 16px;
}
.list--txt-with-img-h .item .item__ttl .ttl {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .list--txt-with-img-h {
    margin: 11px 0 0 0;
  }
  .list--txt-with-img-h .item {
    margin: 22px 3.549060542% 0 0;
  }
  .list--txt-with-img-h .item:nth-of-type(4n) {
    margin: 22px 0 0 0;
  }
  .list--txt-with-img-h .item a {
    border-top: solid 2px #ff0000;
  }
  .list--txt-with-img-h .item a:after {
    width: 12px;
    height: 12px;
    background: url(/img/common/arw_corner@x2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .list--txt-with-img-h .item .item__ttl {
    height: 77px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .list--txt-with-img-h {
    margin: 11px 0 0 0;
  }
  .list--txt-with-img-h .item {
    width: 47.535211267%;
    margin: 22px 4.929577464% 0 0;
  }
  .list--txt-with-img-h .item:nth-of-type(2n) {
    margin: 22px 0 0 0;
  }
}
.list--txt-with-img-v .item {
  margin: 24px 0 0 0;
  box-shadow: 0 0 1px #aaa;
}
.list--txt-with-img-v .item a {
  transition: opacity 0.2s;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 30px 32px;
  border-top: solid 3px #ff0000;
  background: #fff;
  text-decoration: none;
}
.list--txt-with-img-v .item a:hover, .list--txt-with-img-v .item a:active {
  opacity: 0.5;
}
.list--txt-with-img-v .item a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  content: '';
  display: block;
  background: url(/img/common/arw_corner.png) no-repeat center center;
}
.list--txt-with-img-v .item .item__img {
  float: left;
  width: 180px;
  margin: 0 32px 0 0;
  border: solid 1px #ddd;
}
.list--txt-with-img-v .item .item__img img {
  width: 100%;
}
.list--txt-with-img-v .item .item__ttl {
  overflow: hidden;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .list--txt-with-img-v .item a {
    padding: 16px 18px;
    border-top: solid 2px #ff0000;
  }
  .list--txt-with-img-v .item a:after {
    width: 12px;
    height: 12px;
    background: url(/img/common/arw_corner@x2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .list--txt-with-img-v .item .item__img {
    width: 107px;
    margin: 0 16px 0 0;
  }
  .list--txt-with-img-v .item .item__ttl {
    font-size: 13px;
  }
}
.list--txt-only {
  *zoom: 1;
  margin: 8px 0 0 0;
}
.list--txt-only:after {
  content: "";
  display: table;
  clear: both;
}
.list--txt-only .item {
  float: left;
  width: 48.225469728%;
  margin: 34px 3.549060542% 0 0;
  box-shadow: 0 0 1px #aaa;
}
.list--txt-only .item:nth-of-type(2n) {
  margin: 34px 0 0 0;
}
.list--txt-only .item a {
  transition: opacity 0.2s;
  position: relative;
  display: block;
  padding: 20px 22px;
  border-top: solid 3px #ff0000;
  background: #fff;
  text-decoration: none;
}
.list--txt-only .item a:hover, .list--txt-only .item a:active {
  opacity: 0.5;
}
.list--txt-only .item a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  content: '';
  display: block;
  background: url(/img/common/arw_corner.png) no-repeat center center;
}
.list--txt-only .icon {
  margin: 20px 0;
  padding-left: 15px;
}
.list--txt-only .icon:before {
  content: '●';
  color: #888;
  font-size: 80%;
  padding-right: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 1024px) {
  .list--txt-only {
    *zoom: 1;
    margin: 11px 0 0 0;
  }
  .list--txt-only:after {
    content: "";
    display: table;
    clear: both;
  }
  .list--txt-only .item {
    float: none;
    width: auto;
    margin: 22px 0 0 0;
  }
  .list--txt-only .item:nth-of-type(2n) {
    margin: 22px 0 0 0;
  }
  .list--txt-only .item a {
    padding: 10px 18px;
    border-top: solid 2px #ff0000;
  }
  .list--txt-only .item a:after {
    width: 12px;
    height: 12px;
    background: url(/img/common/arw_corner@x2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .list--txt-only .icon {
    margin: 30px 0;
  }
  .list--txt-only .icon:before {
    content: '●';
    color: #888;
    font-size: 80%;
    padding-right: 5px;
  }
}
.change-list-type {
  display: table;
}
.change-list-type .change-list-type__ttl {
  display: table-cell;
  vertical-align: middle;
}
.change-list-type .change-list-type__btn {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.change-list-type .change-list-type__btn .item {
  width: 60px;
  height: 60px;
  float: left;
  box-sizing: border-box;
  float: left;
  padding: 16px 0;
  background: #ff0000;
  text-align: center;
  cursor: pointer;
}
.change-list-type .change-list-type__btn .item + .item {
  margin: 0 0 0 10px;
}
.change-list-type .change-list-type__btn .item.is-active {
  background: #000;
}
.change-list-type .change-list-type__btn .item.is-active img {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .change-list-type .change-list-type__ttl {
    font-size: 11px;
  }
  .change-list-type .change-list-type__btn {
    padding: 0 0 0 10px;
  }
  .change-list-type .change-list-type__btn .item {
    width: 36px;
    height: 36px;
    padding: 10px 0;
  }
  .change-list-type .change-list-type__btn .item + .item {
    margin: 0 0 0 6px;
  }
  .change-list-type .change-list-type__btn .item img {
    width: 16px;
  }
}
.list-header {
  *zoom: 1;
  margin: 42px 0 0 0;
}
.list-header:after {
  content: "";
  display: table;
  clear: both;
}
.list-header .form--search {
  float: left;
  margin: 0 34px 0 0;
}
.list-header .form--pulldown {
  float: left;
  margin: 0 42px 0 0;
}
.list-header .change-list-type {
  float: right;
}

@media screen and (max-width: 1024px) {
  .list-header {
    margin: 32px 0 0 0;
  }
  .list-header .form--search {
    float: none;
    margin: 0 0 18px 0;
  }
  .list-header .form--pulldown {
    float: left;
    margin: 0 0 0 0;
  }
  .list-header .change-list-type {
    float: right;
  }
}
.list-number {
  margin: 32px 0 0 0;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .list-number {
    margin: 18px 0 0 0;
    font-size: 12px;
  }
}
.list-contact {
  margin: 20px 0 40px 15px;
  line-height: 1.8;
}
.list-contact li {
  text-indent: -14px;
}

@media screen and (max-width: 1024px) {
  .list-contact {
    margin: 10px 0 20px 15px;
    line-height: 1.8;
  }
  .list-contact li {
    text-indent: -14px;
  }
}
/* table-contact
----------------------------------------------------------------------------- */
.table-contact {
  margin: 0 0 20px;
}
.table-contact table {
  width: 710px;
  border: solid #ddd 1px;
}
.table-contact table th {
  width: 32%;
  background: #eee;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}
.table-contact table td {
  width: 68%;
  padding: 5px 10px;
  text-align: left;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}
.table-contact table td input, .table-contact table td textarea {
  margin-bottom: 3px;
}
.table-contact table td input, .table-contact table td select {
  width: 100%;
}
.table-contact table td .window01 {
  width: 65%;
  margin-right: 10px;
  padding: 3px;
}
.table-contact table td .window03 {
  width: 98%;
  height: 200px;
  padding: 3px;
}
.table-contact table .head {
  color: #fff;
  background: #888;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}
.table-contact table span {
  color: #ff0000;
}

.form-txt {
  margin: 20px 0 40px;
  color: #ff0000;
}
.form-txt a {
  color: #ff0000;
}

.form-btn {
  width: 710px;
  text-align: center;
}
.form-btn input {
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .table-contact {
    margin: 0;
  }
  .table-contact table {
    width: 100%;
  }
  .table-contact table th {
    width: 32%;
    padding: 5px;
  }
  .table-contact table td {
    width: 68%;
    padding: 5px;
  }
  .table-contact table td input, .table-contact table td textarea {
    margin-bottom: 3px;
  }
  .table-contact table td .window01 {
    width: 65%;
    margin-right: 10px;
    padding: 3px;
  }
  .table-contact table td .window03 {
    width: 98%;
    height: 200px;
    padding: 3px;
  }
  .table-contact table .head {
    color: #fff;
    background: url(/img/common/table_bg_001.gif) #333 repeat-x left bottom;
    text-align: left;
    padding: 5px 10px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
  }
  .table-contact table span {
    color: #ff0000;
  }

  .form-txt {
    margin: 20px 0 40px;
    color: #ff0000;
  }
  .form-txt a {
    color: #ff0000;
  }

  .form-btn {
    width: 100%;
    text-align: center;
  }
  .form-btn input {
    margin: 0 10px;
  }
}

/* table02
----------------------------------------------------------------------------- */


/* page-nav
----------------------------------------------------------------------------- */
.page-nav {
  overflow: hidden;
  margin: 40px 0 0 0;
}
.page-nav .page-nav__inner {
  position: relative;
  float: left;
  left: 50%;
}
.page-nav .item {
  position: relative;
  float: left;
  left: -50%;
}
.page-nav .item + .item {
  margin: 0 0 0 10px;
}
.page-nav .item a {
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  display: block;
  padding: 12px 0 0 0;
  color: #ff0000;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.page-nav .item.is-active a {
  border: solid 1px #000;
  background: #000;
}

@media screen and (max-width: 1024px) {
  .page-nav {
    margin: 20px 0 0 0;
  }
  .page-nav .item + .item {
    margin: 0 0 0 5px;
  }
  .page-nav .item a {
    width: 27px;
    height: 27px;
    padding: 7px 0 0 0;
    font-size: 11px;
  }
  .page-nav .item img {
    width: 6px;
  }
}
/* form
----------------------------------------------------------------------------- */
.form--search {
  *zoom: 1;
  width: 460px;
  margin: 42px 0 0 0;
  box-shadow: 0 0 1px #aaa;
}
.form--search:after {
  content: "";
  display: table;
  clear: both;
}
.form--search .item {
  float: left;
}
.form--search .item__keyword input {
  width: 360px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 22px;
  border: none;
  background: #fff;
}
.form--search .item__btn {
  position: relative;
  transition: opacity 0.2s;
  cursor: pointer;
}
.form--search .item__btn:hover, .form--search .item__btn:active {
  opacity: 0.5;
}
.form--search .item__btn input {
  width: 100px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 0 0 18px;
  color: #fff;
  border: none;
  background: #ff0000;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
}
.form--search .item__btn:after {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 16px;
  height: 18px;
  content: '';
  display: block;
  margin: -9px 0 0 0;
  background: url(/img/common/icn_search.png) no-repeat center center;
}

@media screen and (max-width: 1024px) {
  .form--search {
    width: 284px;
    margin: 33px 0 0 0;
  }
  .form--search .item__keyword input {
    width: 208px;
    height: 52px;
    padding: 0 18px;
    font-size: 11px;
  }
  .form--search .item__btn input {
    width: 76px;
    height: 52px;
    padding: 0 0 0 13px;
    font-size: 13px;
  }
  .form--search .item__btn:after {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 13px;
    height: 15px;
    margin: -7px 0 0 0;
    background: url(/img/common/icn_search@x2.png) no-repeat center center;
    background-size: 13px 15px;
  }
}
.form--pulldown {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  box-shadow: 0 0 1px #aaa;
  background: #fff;
}
.form--pulldown:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: '';
  display: block;
  background: #ff0000 url(/img/common/arw_down_white.png) no-repeat center center;
  pointer-events: none;
}
.form--pulldown select {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: auto;
  height: 60px;
  padding: 0 22px;
  border-radius: 0;
  border: 0;
  background: none;
  font-family: inherit;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .form--pulldown {
    width: 120px;
    height: 36px;
  }
  .form--pulldown:after {
    width: 36px;
    height: 36px;
    background: #ff0000 url(/img/common/arw_down_white@x2.png) no-repeat center center;
    background-size: 11px 8px;
  }
  .form--pulldown select {
    width: 120px;
    height: 36px;
    padding: 0 16px;
    font-size: 11px;
  }
}
/* search
----------------------------------------------------------------------------- 
*/
.search {
  border-bottom: dashed 1px #888;
  margin: 20px 0;
  padding: 10px 0;
  line-height: 2;
}
.search .ttl {
  font-weight: bold;
  color: #575757;
  font-size: 18px;
}
.search .text {
  padding: 10px 0;
}
.search .url a {
  text-decoration: none;
}
.search .url a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .search {
    border-bottom: dashed 1px #888;
    margin: 15px 0;
    padding: 8px 0;
    line-height: 1.5;
  }
  .search .ttl {
    font-weight: normal;
    color: #575757;
    font-size: 16px;
  }
  .search .text {
    padding: 5px 0;
  }
  .search .url a {
    text-decoration: none;
  }
  .search .url a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
/* product-tab-nav
----------------------------------------------------------------------------- */
.product-tab-nav {
  width: 100%;
  height: 56px;
  display: table;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
}
.product-tab-nav .item {
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 0 22px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.product-tab-nav__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 22px;
}
.product-tab-nav .item + .item {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.product-tab-nav .item:after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 15px;
  content: '';
  margin: -8px 0 0 0;
  background: url(/img/common/arw_pagenav_next.png) no-repeat center center;
}
.product-tab-nav .item.is-active {
  background: #000;
}
.product-tab-nav .item.is-active:after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 10px;
  content: '';
  margin: -5px 0 0 0;
  background: url(/img/common/arw_tabnav_active.png) no-repeat center center;
}
.product-tab-nav a {
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
}
.product-tab-nav a:hover {
  opacity: 0.5;
}
.product-tab-nav .line-right {
  border-right: solid 1px #ddd;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 1024px) {
  .product-tab-nav {
    width: 100%;
    height: 86px;
    font-size: 13px;
    line-height: 1.4;
    padding: 0;
  }
  .product-tab-nav .item {
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
  }
  .product-tab-nav .item:after {
    width: 100%;
    height: 7px;
    top: auto;
    bottom: 5px;
    right: 0;
    margin: 0 0 0 0;
    background: url(/img/common/arw_tabnav@x2.png) no-repeat center center;
    background-size: 11px 7px;
  }
  .product-tab-nav .item.is-active:after {
    width: 100%;
    height: 7px;
    top: auto;
    bottom: 5px;
    right: 0;
    margin: 0 0 0 0;
    background: url(/img/common/arw_tabnav_active@x2.png) no-repeat center center;
    background-size: 11px 7px;
  }
  .product-tab-nav__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 33px 0 0 0;
  text-align: center;
  }
}
/* product--info
----------------------------------------------------------------------------- */
.product--info {
  display: block;
  clear: both;
  zoom: 1;
  /* for IE6/7 */
}

.product--info:after {
  content: '';
  display: block;
  clear: both;
}

.product--info--image {
  float: left;
  padding: 2em 2em 5em 2em;
}

.product--info--description {
}
.product--info--description h3 {
  padding-top: 2em;
  font-size: 20px;
}
.product--info--description p {
  padding-top: 1em;
}

.product--info--table-contact {
  padding-top: 20px;
}

.product--info--notes1 {
  padding: 2em;
  border: #ddd dashed 1px;
  float: left;
}

.product--info--notes2 {
  padding: 0;
  clear: both;
}
.product-spec {
  padding: 0  0 0 10%;
}
.product-spec img {
  width: 80%;
  padding: 0 0 2em 0;
}
.product-spec p {
 padding: 0 0 1em 0;
}
.dummy {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .product--info {
    display: block;
    clear: both;
    zoom: 1;
    /* for IE6/7 */
  }

  .product--info:after {
    content: '';
    display: block;
    clear: both;
  }

  .product--info--image {
    float: none;
    padding: 3em 0;
  }
  .product--info--image img {
    max-width: calc(400px * 0.8);
    /* padding-left: 15%; */
  }

  .product--info--description {
    padding-left: 0;
  }
  .product--info--description h3 {
    padding-top: 0;
    font-size: 24px;
  }
  .product--info--description p {
    padding-top: 1em;
    font-size: 14px;
  }

  .product--info--table-contact {
    padding-top: 30px;
  }

  .product--info--notes1 {
    padding: 1em;
    border: #ddd dashed 1px;
    float: none;
    width: 80%;
  }
  .dummy {
    color: #000;
  }
}
/* lineup-list
----------------------------------------------------------------------------- */
.lineup-list {
  margin: 20px 0 40px 20px;
  line-height: 1.8;
}
.lineup-list li {
  list-style-type: disc;
}
.lineup-list li .list-txt {
  margin-left: 10px;
}
.lineup-list li .list-txt--list {
  margin: 0 0 0 80px;
}
.lineup-list li .list-txt--list li {
  list-style-type: none;
}

/* table-prodact
----------------------------------------------------------------------------- */
.table-prodact {
  margin: 0 0 20px;
}
.table-prodact table {
  width: 100%;
  border: solid #ddd 1px;
}
.table-prodact table th {
  width: 32%;
  background: #eee;
  text-align: left;
  padding: 20px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  font-weight: normal;
}
.table-prodact table td {
  width: 68%;
  padding: 20px;
  text-align: left;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}
.table-prodact table .head {
  color: #fff;
  background: url(/img/common/table_bg_001.gif) #333 repeat-x left bottom;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}
.table-prodact table span {
  color: #ff0000;
}

@media screen and (max-width: 1024px) {
  .table-prodact {
    margin: 0 0 20px;
  }
  .table-prodact table {
    width: 100%;
    border: solid #ddd 1px;
  }
  .table-prodact table th {
    width: 42%;
    background: #eee;
    text-align: left;
    padding: 20px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
    font-weight: normal;
  }
  .table-prodact table td {
    width: 58%;
    padding: 20px;
    text-align: left;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
  }
  .table-prodact table td img {
    width: 100%;
  }
  .table-prodact table .head {
    color: #fff;
    background: url(/img/common/table_bg_001.gif) #333 repeat-x left bottom;
    text-align: left;
    padding: 5px 10px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
  }
}
.tableBlock01 {
  margin-bottom: 1em;
}
.tableBlock01 table th.head, .tableBlock01 table td.head {
    color: #ffffff;
    padding: 5px;
    text-align: center;
    background: url(/img/common/table_bg_001.gif) #595758 repeat-x left bottom;
    border-bottom: solid #575757 1px;
}
user agent stylesheettd, th 
{
    display: table-cell;
    vertical-align: inherit;
}
.tableBlock01 td {
    padding: 5px;
    text-align: left;
    border-right: solid #575757 1px;
    border-bottom: solid #575757 1px;
}
.tableBlock01 table th, .tableBlock01 table td.cell01 {
    padding: 5px;
    text-align: left;
    background: #dcdcdc;
    border-right: solid #575757 1px;
    border-bottom: solid #575757 1px;
}
.tableBlock01 table {
    width: 100%;
    border-top: solid #575757 1px;
    border-left: solid #575757 1px;
    background: #FFF;
}
.table-prodact--spec {
    width: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 5%;
}
.table-prodact--spec table th {
    width: 25;
    text-align: left;
    padding: 10px;
}
th.table-prodact__head--first {
    color: #fff;
    background: url(/img/common/table_bg_001.gif) #333 repeat-x left bottom;
    text-align: left;
    padding: 5px 5px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
}
td.table-prodact__head {
    color: #fff;
    background: url(/img/common/table_bg_001.gif) #333 repeat-x left bottom;
    text-align: left;
    padding: 0 5px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
}
th.table-prodact__leftcolor {
    background: #eee;
    border-bottom: solid #a0a0a0 1px;
    border-right: solid #a0a0a0 1px;
    border-left: solid #a0a0a0 1px;
    font-weight: normal;
}
.table-prodact--spec td {
    padding-left: 20px;
    border-bottom: solid #a0a0a0 1px;
    border-right: solid #a0a0a0 1px;
}
.tableBlock04 {
  margin-bottom: 0;
}
.imageBlock01{
  text-align: center;
}
.tableBlock04 table {
    width: 80%;
    border-top: solid #575757 1px;
    border-left: solid #575757 1px;
    background: #FFF;
    margin: 0 auto 1em;
}
.tableBlock04 th {
    width: 30;
    padding: 5px;
    text-align: left;
    background: #dcdcdc;
    border-right: solid #575757 1px;
    border-bottom: solid #575757 1px;
}
th.head {
    color: #ffffff;
    padding: 5px;
    text-align: center;
    background: url(/img/common/table_bg_001.gif) #595758 repeat-x left bottom;
    border-bottom: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}
.tableBlock04 td {
    padding: 5px;
    text-align: left;
    border-right: solid #575757 1px;
    border-bottom: solid #575757 1px;
}

/* margin
----------------------------------------------------------------------------- */
.mt0 {
  margin-top: 0    !important;
}

.mt5 {
  margin-top: 5px  !important;
}
.mt05 {
  margin: 10px 0;
}
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

/* is-xxx
----------------------------------------------------------------------------- */
.is-pc {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}
.is-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .is-sp {
    display: block !important;
  }
}
.overlay {
  display: block;
  position: fixed;
  z-index: 990;
  margin: 0;
  padding: 0 0 0 242px;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s linear;
  box-sizing: border-box;
}
.overlay .overlay__search {
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background-color: transparent;
}
.overlay .overlay__form {
  padding: 100px;
  background: #000;
}
.overlay .overlay__head {
  padding: 50px;
  text-align: right;
}
.overlay .overlay__title {
  padding: 0 50px 0 50px;
  color: white;
  font-size: 150%;
}
.overlay .overlay__feeld {
  padding: 50px;
  border-bottom: solid 1px #7f7f7f;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 200%;
}
.overlay .overlay__icon {
  vertical-align: middle;
  margin-left: -10px;
}
.overlay .overlay__text {
  color: white;
}
.overlay .overlay__button {
  color: #7f7f7f;
}
.overlay .overlay__submit {
  padding: 10px 20px;
  background-color: #ff0000;
  color: white;
  float: right;
  margin-top: -10px;
}

.overlay--active {
  background-color: #575757 !important;
  opacity: unset !important;
}

@media screen and (max-width: 1024px) {
  .overlay {
    z-index: 1000;
    padding: 50px 0;
  }
  .overlay .overlay__head {
    padding: 10px;
    float: right;
  }
  .overlay .overlay__form {
    padding: 10px;
    background: #000;
  }
  .overlay .overlay__title {
    padding: 0;
    font-size: 100%;
  }
  .overlay .overlay__feeld {
    padding: 50px 0 15px;
    width: 100%;
    font-size: 150%;
  }
  .overlay .overlay__submit {
    display: none;
  }
}


/* related-product
----------------------------------------------------------------------------- */
.related-product {
  width: 90%;
  background: #ddd;
  padding: 5%;
}
.related-product:after {
  content: "";
  clear: both;
  display: block;
}
.related-product .ttl--sub {
  text-align: center;
  margin-bottom: 2%;
}
.ttl--sub {
  font-size: 26px;
}
.related-product--lineup {
  width: 100%;
}
.related-product-lineup--box1 {
  width: 20%;
  float: left;
  margin: 0 0 5% 3%;
}
.related-product-lineup--box2 {
  width: 20%;
  float: left;
  margin: 0 0 5% 3%;
}
.related-product-lineup--box3 {
  width: 20%;
  float: left;
  margin: 0 0 5% 3%;
}
.related-product-lineup--box4 {
  width: 20%;
  float: left;
  margin: 0 0 5% 3%;
}
.related-product--box {
  background: #575757;
}

/* product--drawing
----------------------------------------------------------------------------- */
.product--drawing {
  padding-left: 5%;
}
.product--drawing p {
  padding-top: 2%;
}
.product--drawing p img {
  width: 80%;
}
.product--drawing dl {
  padding: 2% 0;

}

/* product-overview
----------------------------------------------------------------------------- */
.imageBlock02 img {
  width: 80%;
  padding-left: 5em;
  margin-bottom: 2em;
}
.spec-list {
  margin: 0 0 5em 0;
}

/* listblock
----------------------------------------------------------------------------- */
.listBlock05 {
  margin-bottom: 2em;
}
.content-section--inverter__img {
  text-align: center;
}
.content-section--inverter__img img {
  width: 80%;
  padding-bottom: 1em;
}
.content-section ul {
  padding: 0 0 1em;
}
.content-section ul.content-section__description {
  padding: 0 10% 2em;
}





/*あとでマージ*/
.product--info--description--txt2 a.arrow{
    text-decoration: underline;
}

.product--info--description--box1 {
  float: left;
width: 100%;
}

.content-lineup--box {
  border-bottom: none;
  padding: 20px 0 20px 0;
}
.lineup-img img {
  width: 80%;
}
.list--txt-with-img-h .item .item__img img.w90{
  width: 90%;
  padding:5%;
}
.product-tab-nav .item {
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 20px 22px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  height:56px;
}
.product--info--description {
  padding-left:0;
}
.product--info--description__img {
  margin: 2em 0;
}
.product-spec--component img {
  width: 60%;
  margin: 0 15% 1em;
}
.product-spec--component img.w50 {
  width: 50%;
  margin: 0 20% 1em;
}
  .table-prodact table .head {
    color: #fff;
    background: #888;
    text-align: left;
    padding: 5px 10px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
  }

  .tableBlock01 table th.head, .tableBlock01 table td.head {
    color: #ffffff;
    padding: 5px;
    text-align: center;
    background: #888;
    font-weight: bold;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
}

.tableBlock01 td {
    background: #fff;
    text-align: left;
    padding: 20px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
    font-weight: normal;
}
.tableBlock01 table th, .tableBlock01 table td.cell01 {
    padding: 5px;
    text-align: left;
    background: #eee;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    font-weight: normal;
}
.tableBlock01 table {
    width: 100%;
    border-top: solid #ddd 1px;
    border-left: solid #ddd 1px;
    background: #FFF;
}

#tableBlock01-head {
background: #888;
border-right: solid #cccccc 1px;
color: #fff;
  
}



/*# sourceMappingURL=main.css.map */


