@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　product

**********************************************************************************************/
/*---------------------------------------------
common
---------------------------------------------*/
.productBtnArea {
  text-align: right;
  padding: 20px 0 0; }
  @media (max-width: 750px) {
    .productBtnArea {
      padding: 6.6vw 0 0; } }
  .productBtnArea .diagonalBtn {
    background: #f4901e; }
    @media (max-width: 750px) {
      .productBtnArea .diagonalBtn.-minHeight span {
        padding: 1vw 10vw 1vw 17vw; } }
    .productBtnArea .diagonalBtn.-blue {
      background: #003366; }
      .productBtnArea .diagonalBtn.-blue span::after {
        background: #003366; }
    .productBtnArea .diagonalBtn span::after {
      background: #f4901e; }

.productArea {
  display: flex;
  align-items: flex-start;
  margin: 0 0 50px; }
  @media (max-width: 750px) {
    .productArea {
      display: block;
      margin: 0; } }
  .productArea.-reverse {
    flex-direction: row-reverse; }
    .productArea.-reverse .product_txtArea {
      position: relative;
      right: -90px; }
      @media (max-width: 750px) {
        .productArea.-reverse .product_txtArea {
          right: -5vw; } }
    .productArea.-reverse .product_img {
      left: auto;
      right: -90px; }
      @media (max-width: 750px) {
        .productArea.-reverse .product_img {
          right: 0; } }
    .productArea.-reverse .product_txtArea_inner {
      padding: 50px 0 60px 130px; }
      @media (max-width: 750px) {
        .productArea.-reverse .product_txtArea_inner {
          padding: 9.3vw 0 19vw 12vw; } }
      .productArea.-reverse .product_txtArea_inner::after {
        left: auto;
        right: -126px; }
        @media (max-width: 750px) {
          .productArea.-reverse .product_txtArea_inner::after {
            width: 50vw;
            right: -10vw; } }
    .productArea.-reverse .diagonalBtn {
      right: 0; }
      .productArea.-reverse .diagonalBtn span {
        padding: 10px 0 10px 30px; }
        @media (max-width: 750px) {
          .productArea.-reverse .diagonalBtn span {
            padding: 4vw 0 4vw 10vw; } }
        .productArea.-reverse .diagonalBtn span::before {
          right: -20px; }
          @media (max-width: 750px) {
            .productArea.-reverse .diagonalBtn span::before {
              right: -5vw; } }
        .productArea.-reverse .diagonalBtn span::after {
          right: -126px;
          width: 200px; }
  .productArea:not(.-reverse) .diagonalBtn {
    left: 0;
    padding-right: 80px; }
    @media (max-width: 750px) {
      .productArea:not(.-reverse) .diagonalBtn {
        padding: 0; } }
    .productArea:not(.-reverse) .diagonalBtn span {
      padding: 10px 30px 10px 0px; }
      @media (max-width: 750px) {
        .productArea:not(.-reverse) .diagonalBtn span {
          padding: 4vw 10vw 4vw 0; } }
      .productArea:not(.-reverse) .diagonalBtn span::after {
        left: -126px;
        right: auto;
        width: 200px; }

.product_txtArea {
  flex-shrink: 0;
  width: 48%;
  background: #e8ebef;
  transform: skewX(-15deg);
  display: inline-block; }
  @media (max-width: 750px) {
    .product_txtArea {
      width: 82vw; } }
  .product_txtArea .diagonalBtn {
    position: absolute;
    top: calc(100% + 60px); }
    @media (max-width: 750px) {
      .product_txtArea .diagonalBtn {
        position: relative;
        top: 0;
        margin: 8vw 0 0; } }

.product_txtArea_inner {
  transform: skewX(15deg);
  padding: 50px 130px 60px 0;
  position: relative; }
  @media (max-width: 750px) {
    .product_txtArea_inner {
      padding: 9.3vw 4vw 19vw 0; } }
  .product_txtArea_inner::after {
    content: "";
    display: block;
    width: 200px;
    background: #e8ebef;
    height: 100%;
    position: absolute;
    top: 0;
    left: -126px; }
    @media (max-width: 750px) {
      .product_txtArea_inner::after {
        width: 50vw;
        left: -10vw; } }
  .product_txtArea_inner p, .product_txtArea_inner ul {
    position: relative;
    z-index: 10; }

.product_tit {
  position: relative;
  z-index: 10;
  color: #003366;
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .product_tit {
      font-size: 4.2vw;
      margin: 0 0 2.6vw; } }
  .product_tit span {
    font-size: 1.6rem;
    vertical-align: baseline;
    display: inline-block;
    margin: 0 0 0 1em; }
    @media (max-width: 750px) {
      .product_tit span {
        font-size: 3.2vw; } }

.product_subTit {
  font-size: 1.9rem; }
  @media (max-width: 750px) {
    .product_subTit {
      font-size: 3.75vw; } }

.product_img {
  width: 74%;
  flex-shrink: 0;
  top: 50px;
  left: -90px;
  position: relative;
  margin: 0 0 50px; }
  @media (max-width: 750px) {
    .product_img {
      width: 84vw;
      margin: auto;
      top: -12vw;
      left: 0; } }

.product_box:not(:last-child) {
  margin: 0 0 30px; }
  @media (max-width: 750px) {
    .product_box:not(:last-child) {
      margin: 0 0 8vw; } }

.product_box_txtArea {
  flex-shrink: 0;
  min-width: 34%;
  display: inline-block;
  background: #e8ebef;
  transform: skewX(-15deg); }
  @media (max-width: 750px) {
    .product_box_txtArea {
      min-width: 45vw; } }

.product_box_txtArea_inner {
  transform: skewX(15deg);
  padding: 45px 40px 50px 0;
  min-height: 170px;
  position: relative; }
  @media (max-width: 750px) {
    .product_box_txtArea_inner {
      min-height: 22.6vw;
      padding: 6vw 4vw 8vw 0; } }
  .product_box_txtArea_inner::after {
    content: "";
    display: block;
    width: 200px;
    background: #e8ebef;
    height: 100%;
    position: absolute;
    top: 0;
    left: -126px; }
    @media (max-width: 750px) {
      .product_box_txtArea_inner::after {
        width: 50vw;
        left: -10vw; } }
  .product_box_txtArea_inner p, .product_box_txtArea_inner ul {
    position: relative;
    z-index: 10; }

.product_box_content {
  position: relative;
  top: -20px; }
  @media (max-width: 750px) {
    .product_box_content {
      top: -4vw; } }
  .product_box_content.-up {
    top: -60px;
    margin: 0 0 -40px; }
    @media (max-width: 750px) {
      .product_box_content.-up {
        top: -8vw;
        margin: 0 0 -4vw; } }
  .product_box_content.-hiup {
    top: -80px;
    margin: 0 0 -60px; }
    @media (max-width: 750px) {
      .product_box_content.-hiup {
        top: -8vw;
        margin: 0 0 -4vw; } }

/* table */
.product_table {
  border-top: none;
  position: relative;
  top: -60px;
  margin: 0 0 -60px;
  font-size: 1.4rem; }
  @media (max-width: 750px) {
    .product_table {
      top: -4vw;
      margin: 0 0 -4vw;
      font-size: 3vw; } }
  .product_table thead {
    border-bottom: 3px solid #003366; }
    .product_table thead tr {
      background: none !important; }
    .product_table thead th {
      text-align: center; }

.comment_txt {
  text-align: right;
  margin: 5px 0 0; }
  @media (max-width: 750px) {
    .comment_txt {
      margin: 1.3vw 0 0;
      font-size: 2.6vw;
      text-align: left; } }

/* staff */
.sec-staff {
  padding-bottom: 200px; }
  @media (max-width: 750px) {
    .sec-staff {
      padding-bottom: 16vw; } }

.staff_message {
  position: relative;
  padding: 50px 0 0; }
  @media (max-width: 750px) {
    .staff_message {
      padding: 0;
      text-align: right; } }
  .staff_message .diagonalBtn {
    background: #f4901e;
    position: absolute;
    right: -30px;
    bottom: 0; }
    @media (max-width: 750px) {
      .staff_message .diagonalBtn {
        position: relative;
        right: 0; } }
    .staff_message .diagonalBtn span::after {
      background: #f4901e; }
    .staff_message .diagonalBtn.-blue {
      background: #003366; }
      .staff_message .diagonalBtn.-blue span::after {
        background: #003366; }
    @media (max-width: 750px) {
      .staff_message .diagonalBtn.-minHeight span {
        padding: 1vw 10vw 1vw 17vw; } }

.staff_message_imgArea {
  position: relative;
  left: -126px;
  width: 64%;
  z-index: 20; }
  @media (max-width: 750px) {
    .staff_message_imgArea {
      position: relative;
      width: 100%;
      left: 0;
      top: -17vw; } }

.staff_message_position {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 5px);
  text-align: center; }
  @media (max-width: 750px) {
    .staff_message_position {
      pointer-events: stroke;
      margin: 2.6vw 0 0; } }

.staff_message_txtArea {
  text-align: right;
  background: #e8ebef;
  transform: skewX(-15deg);
  width: 55.5%;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 750px) {
    .staff_message_txtArea {
      position: relative;
      transform: none;
      width: 100vw;
      right: 5vw; } }

.staff_message_txtArea_inner {
  transform: skewX(15deg);
  padding: 50px 0 50px 130px;
  position: relative; }
  @media (max-width: 750px) {
    .staff_message_txtArea_inner {
      transform: none;
      padding: 9.3vw 5vw 24vw; } }
  .staff_message_txtArea_inner::after {
    content: "";
    display: block;
    width: 200px;
    background: #e8ebef;
    height: 100%;
    position: absolute;
    top: 0;
    right: -126px; }
  .staff_message_txtArea_inner p {
    position: relative;
    z-index: 10;
    text-align: left; }

/*---------------------------------------------
switch
---------------------------------------------*/
.kv.-switch {
  background-image: url("../img/product/switch/hd_img.jpg"); }

/*---------------------------------------------
magnet
---------------------------------------------*/
.kv.-magnet {
  background-image: url("../img/product/magnet/hd_img.jpg"); }

/* table */
.magnet_table {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
  border-bottom: 3px solid #003366;
  border-top: 3px solid #003366; }
  @media (max-width: 750px) {
    .magnet_table {
      font-size: 3.2vw;
      line-height: 1.4; } }
  .magnet_table tr:nth-child(odd) {
    background: #f6f7f7; }
  .magnet_table th {
    color: #003366; }
  .magnet_table th, .magnet_table td {
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #003366; }
    @media (max-width: 750px) {
      .magnet_table th, .magnet_table td {
        padding: 2vw; } }
  .magnet_table.-head {
    border-top: none; }
    .magnet_table.-head thead {
      border-bottom: 3px solid #003366; }
      .magnet_table.-head thead th, .magnet_table.-head thead td {
        border: none; }
      .magnet_table.-head thead tr {
        background: none !important; }

.magnet_table_th {
  background: #fff !important;
  border-right: 1px solid #003366; }
  @media (max-width: 750px) {
    .magnet_table_th {
      white-space: nowrap; } }

.bgNone {
  background: none !important; }

.magnet_table_col1 {
  width: 28%; }

.magnet_table_col2 {
  width: 36%; }

.magnet_table_col3 {
  width: 24%; }

.magnet_table + .magnet_table {
  margin: 60px 0 0; }

.magnet_table_img {
  margin: auto;
  width: 140px; }
  @media (max-width: 750px) {
    .magnet_table_img {
      width: auto; } }

.magnetList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -60px; }
  @media (max-width: 750px) {
    .magnetList {
      margin: 0 0 -8vw;
      display: block; } }
  .magnetList > li {
    width: 46.2%;
    margin: 0 0 60px; }
    @media (max-width: 750px) {
      .magnetList > li {
        width: 100%;
        margin: 0 0 8vw; } }
  @media (min-width: 751px) {
    .magnetList.-battery > li {
      display: flex;
      flex-direction: column; } }
  .magnetList.-battery .high_box_tit {
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .magnetList.-battery .high_box_tit {
        margin: 0 0 4vw; } }
  .magnetList.-battery .high_box_tit,
  .magnetList.-battery .battery_content {
    min-height: 1px; }

.magnetList_dl {
  font-size: 1.6rem;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .magnetList_dl {
      font-size: 3.43vw;
      margin: 0 0 2.6vw; } }

.magnetList_dl_tit {
  border: 1px solid #c2ceda;
  padding: 12px 20px;
  background: #fff; }
  @media (max-width: 750px) {
    .magnetList_dl_tit {
      padding: 2.6vw 4vw; } }

.magnetList_dl_data {
  display: flex;
  align-items: center;
  line-height: 1.3;
  background: #d6dee7;
  padding: 0 20px;
  min-height: 56px;
  color: #003366; }
  @media (max-width: 750px) {
    .magnetList_dl_data {
      padding: 0 4vw;
      min-height: 11vw; } }

.magnetList_dl_data_txt {
  margin: auto; }

.magnetList_img {
  width: 80%;
  margin: auto; }

/*---------------------------------------------
high voltage
---------------------------------------------*/
.kv.-high {
  background-image: url("../img/product/high-voltage/hd_img.jpg"); }

.high_box:not(:last-child) {
  margin: 0 0 90px; }
  @media (max-width: 750px) {
    .high_box:not(:last-child) {
      margin: 0 0 10vw; } }

.high_box_tit {
  border: 1px solid #c2ceda;
  font-size: 1.6rem;
  padding: 10px 20px;
  background: #fff;
  cursor: pointer; }
  @media (max-width: 750px) {
    .high_box_tit {
      font-size: 3.43vw;
      padding: 2.6vw 10vw 2.6vw 4vw; } }

.high_box_list {
  border-bottom: 3px solid #003366;
  font-size: 1.7rem; }
  @media (max-width: 750px) {
    .high_box_list {
      font-size: 3.2vw; } }
  .high_box_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 90px;
    text-align: center; }
    @media (max-width: 750px) {
      .high_box_list li {
        padding: 2.6vw 0; } }
    .high_box_list li:not(:last-child) {
      border-bottom: 1px solid #003366; }
    .high_box_list li:nth-child(even) {
      background: #f6f7f7; }
    .high_box_list li:first-child {
      border-bottom: 3px solid #003366; }
    .high_box_list li p {
      width: calc(100% / 3); }

.high_box_list_tit {
  color: #003366; }

@media (min-width: 751px) {
  .diagonalBtn-high {
    bottom: 70px !important; } }
@media (max-width: 750px) {
  .diagonalBtn-high {
    margin: 0 0 4vw; } }

/*---------------------------------------------
battery
---------------------------------------------*/
.kv.-battery {
  background-image: url("../img/product/battery/hd_img.jpg"); }

@media (min-width: 751px) {
  .product_txtArea_inner .product_stateTxt {
    position: absolute;
    top: calc(100% + 40px);
    width: 72%; } }
@media (max-width: 750px) {
  .product_txtArea_inner .product_stateTxt {
    margin: 4vw 0 0; } }

.battery_content {
  margin: auto auto 0;
  width: 80%; }

.batteryList {
  color: #003366; }
  .batteryList li {
    display: flex;
    border-bottom: 1px solid #d6dee7;
    align-items: center; }
    .batteryList li:not(:last-child) {
      margin: 0 0 20px; }
      @media (max-width: 750px) {
        .batteryList li:not(:last-child) {
          margin: 0 0 4vw; } }
  .batteryList.-en .batteryList_tit {
    width: 9em; }

.batteryList_tit {
  background: #d6dee7;
  padding: 10px;
  width: 6em;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  margin: 0 10px 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 750px) {
    .batteryList_tit {
      padding: 2.6vw;
      margin: 0 2.6vw 0 0;
      font-size: 3.2vw; } }

.batteryList_txt {
  line-height: 1.4; }

/*---------------------------------------------
transformer
---------------------------------------------*/
.kv.-transformer {
  background-image: url("../img/product/transformer/hd_img.jpg"); }

.trans_table {
  position: static;
  white-space: nowrap;
  margin: 20px 0 0;
  font-size: 1.4rem; }
  @media (max-width: 750px) {
    .trans_table {
      font-size: 3vw; } }
  .trans_table th {
    border-bottom: 1px solid #003366; }
  .trans_table td {
    text-align: center;
    width: 20%;
    padding: 10px 20px;
    border: 1px solid #003366; }
    @media (max-width: 750px) {
      .trans_table td {
        padding: 2.6vw; } }

.trans_table_img01 {
  text-align: center; }
  .trans_table_img01 img {
    width: 80px;
    height: auto; }

.trans_table_img02 {
  text-align: center; }
  .trans_table_img02 img {
    width: 80px;
    height: auto; }

.scroll_div {
  overflow: auto;
  position: relative; }

.sec-table .product_box:not(:last-child) {
  margin: 0 0 80px; }
  @media (max-width: 750px) {
    .sec-table .product_box:not(:last-child) {
      margin: 0 0 8vw; } }

@media (min-width: 751px) {
  .fixed_header_display_none_at_print {
    top: 116px !important; } }
@media (max-width: 750px) {
  .fixed_header_display_none_at_print {
    top: 16vw !important; } }

@media (min-width: 751px) {
  .noIcon .scroll-hint-icon-wrap {
    display: none; } }

/*---------------------------------------------
solution
---------------------------------------------*/
.solution_table {
  width: 100%;
  font-size: 1.7rem;
  color: #003366;
  border-bottom: 3px solid #003366; }
  @media (max-width: 750px) {
    .solution_table {
      font-size: 3.2vw;
      width: 173vw; } }
  .solution_table th, .solution_table td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #003366;
    text-align: center; }
    @media (max-width: 750px) {
      .solution_table th, .solution_table td {
        padding: 1.3vw; } }
  .solution_table th {
    border-right: 1px solid #003366; }
  .solution_table td {
    width: 10.5%; }
  .solution_table tr:first-child th, .solution_table tr:first-child td {
    border: none;
    border-bottom: 3px solid #003366;
    padding: 0; }
  .solution_table tr:first-child th:first-child {
    border-right: 1px solid #003366; }
  .solution_table tr:first-child th:nth-child(2) {
    border-right: 3px solid #003366; }
  .solution_table a {
    display: block;
    transition: .4s;
    padding: 10px; }
    .solution_table a:hover {
      background: #e0e7ed;
      opacity: 1; }

.td_border {
  border-left: 3px solid #003366; }

@media (max-width: 750px) {
  .solution_tableWrap {
    overflow: auto; } }
