@charset "UTF-8";
/* CSS Document */
/* ===============================================
   共通スタイル
   =============================================== */
div.div_center {
  display: flex;
  align-items: center;
  justify-content: center;
}


.img-fluid__3 img {
    max-width: 60%;
    height: auto;
}

/* --- tab-menu --- */
.tab-menu li {
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  width: 22.5%;
  margin-right: 2.5%;
}
.tab-menu li:nth-child(5n) {
  border-right: 2.5% !important;
  margin-right: 2.5% !important;
}
.tab-menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.3rem 0;
  align-items: center;
  justify-content: center;
}
/* --- arrow_button --- */
.arrow_button {
  margin: 0 0 50px;
  text-align: right;
}
.arrow_button a {
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
  text-decoration: none !important;
}
.arrow_button a:before {
  content: "";
  position: absolute;
  background: url(/assets/img/common/arrow-right.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 16px;
  height: 16px;
}
.arrow_button a:hover {
  text-decoration: underline !important;
}
/* --- format --- */
.format_c {
  color: #00A32C;
  display: inline;
  font-weight: bold;
}
/* --- p-led-detail --- */
.p-led-detail__products--detail h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
/* --- tab_ft --- */
.tab_ft li {
  height: auto;
  margin-bottom: 30px;
}
/* --- その他 --- */
.plti-12 {
  display: inline-block;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.new_content .new_button {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #00A32C;
  border: 1px solid #00A32C;
  padding: 8px 11px;
}
div.sec-prostrength__contents h4 {
  text-indent: -1em;
  padding-left: 1em;
}
div.sec-prostrength__contents h4:before {
  content: '■';
}
section.t_card h4 {
  color: #212529;
  font-weight: bold;
}
section.t_card h4:before {
  content: '';
}
/*ふきだし*/
.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #545454;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  max-width: 13.5em;
  padding: 1em;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.arrow_box p {
  text-align: left;
  vertical-align: middle;
  width: auto;
  align-items: center;
  justify-content: center;
}
.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.arrow_box:before {
  border-color: rgba(84, 84, 84, 0);
  border-left-color: #545454;
  border-width: 11px;
  margin-top: -11px;
}
/*port_div*/
.port_div {
  margin-top: 15px;
  margin-bottom: 10px;
}
.port_div ul {
  text-align: left;
}
.port_div ul li {
  width: 100%;
  /*  max-width: 25.5em;*/
  background-color: #eee;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border-radius: 5px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
/*iec-table*/
.iec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
  word-wrap: break-word;
  margin: 0.5em auto 1.5em;
}
.iec-table table {
  width: 100%;
  vertical-align: middle;
}
.iec-table th, .iec-table td {
  padding: 1em;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  line-height: 1.4;
}
.iec-table td.grey_bg {
  background-color: #F5F5F5;
  border-right: 1px solid #dddddd;
  width: 50%;
}
.iec-table tr:first-child {
  border-top: 1px solid #dddddd;
}
.iec-table td:first-child {
  font-weight: bold;
}
.iec-table .sub-text {
  font-weight: normal;
  font-size: 88%;
  color: #444;
  margin-top: 0.3em;
  line-height: 1.5;
  vertical-align: middle;
}
.iec-table td span.iec_text {
  width: 2.7em;
  display: inline-block;
}
/* ===============================================
   タブレット表示用 (1000px以下)
   =============================================== */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tablet-full {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* ===============================================
   スマートフォン表示用 (767px以下)
   =============================================== */
@media screen and (max-width: 767px) {
  .tab-menu {
    width: 100%;
    margin: 10px auto 0 !important;
  }
  .tab-menu li {
    height: auto;
    font-size: 14px;
    width: 48%;
  }
  .tab-menu li:nth-child(2n) {
    margin-right: 0;
  }
  .tab-menu li a {
    padding: 10px 0;
  }
  .products-pdf {
    margin-bottom: 0 !important;
  }
  .ancl_menu {
    margin: 15px 0 30px;
  }
  .ancl_menu li a {
    padding: 10px 5px !important;
    /*    display: inline;*/
  }
  .new_content .new_button {
    padding: 4px 10px;
  }
  .arrow_box {
    width: 100%;
    max-width: 21em;
    text-align: center;
  }
  .arrow_box p {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .arrow_box:after, .arrow_box:before {
    left: 50%;
    top: 100%;
  }
  .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    margin-left: -10px;
    margin-top: 0;
  }
  .arrow_box:before {
    border-color: rgba(84, 84, 84, 0);
    border-top-color: #545454;
    margin-left: -11px;
    margin-top: 0;
  }
  .port_div ul {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .port_div ul li {
    max-width: none;
  }
  .iec-table, .iec-table tbody, .iec-table tr, .iec-table td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .iec-table thead {
    display: none;
  }
  .iec-table tbody {
    padding: 0;
  }
  .iec-table tr {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #dddddd;
  }
  .iec-table tr:last-child {
    margin-bottom: 0;
  }
  .iec-table td {
    padding: 0;
    border: none;
    width: 100%;
  }
  .iec-table th, .iec-table td {
    max-width: 100%;
  }
  .iec-table td:first-child {
    margin-bottom: 12px;
    font-weight: bold;
    width: 100%;
  }
  .iec-table td.grey_bg {
    background-color: #fff;
    border-right: none;
    width: 100%;
  }
  .iec-table td:last-child {
    width: 100%;
  }
  .iec-table .sub-text {
    display: inline-block;
    font-weight: normal;
  }
}