.merit h2 {
  padding-bottom: 10px; }
  .merit h2 span {
    display: inline-block;
    color: #1e9b24;
    padding-right: 20px; }
.merit h3 {
  font-weight: bold; }

.implementation .iframeBox {
  display: flex;
  justify-content: center; }
  .implementation .iframeBox iframe {
    width: 480px;
    height: 270px; }
.implementation .productMainV {
  background: url(../img/implementation_merit_main_bg.png) no-repeat right top; }
.implementation .implementList {
  padding-bottom: 15px; }
  .implementation .implementList dl + p {
    margin-top: 23px; }
  .implementation .implementList dl {
    margin-bottom: 10px;
    background: #eff7f2;
    border-radius: 10px; }
    .implementation .implementList dl dt {
      width: 90%;
      color: #1a6a42;
      padding: 17px 15px 0 20px; }
    .implementation .implementList dl dd {
      width: 90%;
      padding: 0 15px 16px 20px; }
      .implementation .implementList dl dd p {
        margin-bottom: 1em; }
        .implementation .implementList dl dd p:last-child {
          margin-bottom: 0; }
.implementation table {
  border-collapse: separate;
  border: none;
  border-spacing: 2px;
  margin-left: -2px;
  margin-right: -2px; }
  .implementation table caption {
    text-align: left;
    font-weight: bold;
    padding: 0 2px; }
  .implementation table th {
    background: #8dc8ae;
    color: #fff; }
  .implementation table td {
    background: #f1f1f1; }
  .implementation table.impletable {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0; }
    .implementation table.impletable td, .implementation table.impletable th {
      padding: 5px 5px 2px;
      text-align: center;
      border: 1px solid #ccc;
      vertical-align: middle; }
    .implementation table.impletable th {
      color: #333;
      background: #f2f2f2; }
      .implementation table.impletable th.bgGf120 {
        background: #308f53;
        color: #fff;
        font-size: 120%; }
    .implementation table.impletable td {
      background: #fff; }
  .implementation table.factory_tbl {
    width: calc(100% + 4px);
    margin-bottom: 25px; }
    .implementation table.factory_tbl th, .implementation table.factory_tbl td {
      text-align: center;
      padding: 7px 10px 5px; }
    .implementation table.factory_tbl td {
      text-align: left; }
  .implementation table.accuracy {
    margin-bottom: 20px; }
    .implementation table.accuracy thead th {
      width: 32.5%;
      background: #8dc8ae;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .implementation table.accuracy thead th:first-child {
        width: 25%; }
    .implementation table.accuracy th, .implementation table.accuracy td {
      padding: 7px 10px 5px; }
  .implementation table.type_b {
    width: calc(100% + 4px); }
    .implementation table.type_b tbody th {
      color: #333;
      font-weight: normal;
      background: #baddcd; }
    .implementation table.type_b td:nth-last-child(1) {
      background: #e4e4e4; }
  .implementation table.tblChip {
    width: calc(100% + 4px);
    margin-bottom: 13px; }
    .implementation table.tblChip th, .implementation table.tblChip td {
      padding: 7px 15px 5px; }
    .implementation table.tblChip th {
      text-align: left;
      background: #8dc8ae;
      color: #fff; }
    .implementation table.tblChip td {
      background: #ebebeb; }
    .implementation table.tblChip tr:nth-child(2n) td {
      background: #f2f2f2; }
  .implementation table.tblCapacitor th {
    background: #f9bf64; }
  .implementation table .bgG2 td {
    background: #b7f2cd; }
  .implementation table .fs td {
    font-size: 20px; }
  .implementation table span {
    color: #fff;
    font-weight: bold;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle; }
  .implementation table .n1 span {
    background: #0089e0; }
  .implementation table .n2 {
    color: #f00;
    font-weight: bold; }
    .implementation table .n2 span {
      background: #f00; }
.implementation .imgWhide {
  width: 350px; }
.implementation .about {
  margin-bottom: 28px;
  padding-top: 13px;
  border: 3px solid #9fdeb6;
  border-radius: 10px; }
  .implementation .about dl {
    margin: 0 15px;
    margin-bottom: 10px;
    background: #eff9f3; }
    .implementation .about dl dt {
      padding: 17px 25px 6px 20px;
      color: #1a6a42;
      font-size: 116%; }
    .implementation .about dl dd {
      padding: 0 20px 20px; }
      .implementation .about dl dd.flt img {
        width: 158px;
        float: right;
        margin-top: -19px;
        border: 1px solid #d1d1d1; }
  .implementation .about .img2017 {
    border: 0 !important; }
  .implementation .about ul.price {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 7px; }
    .implementation .about ul.price li {
      line-height: 23px;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-betweeen;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .implementation .about ul.price span {
      font-weight: bold; }
      .implementation .about ul.price span.right {
        color: #ee4027;
        font-weight: bold;
        font-size: 15px; }
    .implementation .about ul.price p {
      margin: 0 !important; }
.implementation .orderFlow li {
  padding-bottom: 40px;
  background: url(../img/implement_bg03_b.gif) no-repeat center bottom; }
  .implementation .orderFlow li:last-child {
    background: none; }
.implementation .orderFlow div {
  padding: 17px 20px 20px;
  background: #eff7f2;
  border-radius: 15px; }
  .implementation .orderFlow div span {
    display: block;
    font-weight: bold;
    color: #1a6a42;
    font-size: 116%; }
  .implementation .orderFlow div ul li {
    margin: 0 0 0 20px;
    padding: 0;
    width: auto;
    list-style: disc;
    background: none; }
    .implementation .orderFlow div ul li span {
      color: #333;
      font-size: 100%; }
    .implementation .orderFlow div ul li ul li {
      margin: 0;
      list-style: none; }
.implementation .orderFlow .lastList {
  text-align: center; }
.implementation .orderFlow .asterList li {
  list-style: none;
  margin-left: 0; }
.implementation .reworkul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 510px;
  margin: 0 auto; }
  .implementation .reworkul li {
    width: calc( 50% - 5px );
    margin: 0 5px 10px 0; }
    .implementation .reworkul li:nth-child(2n) {
      margin: 0 0 10px 5px; }
    .implementation .reworkul li span {
      display: inline-block;
      padding-bottom: 7px;
      font-weight: bold; }
    .implementation .reworkul li img {
      width: 100%; }

.metalmask h2 {
  font-size: 24px; }

.taping .about .price {
  width: 100% !important;
  padding-top: 0 !important; }

@media only screen and (max-width: 767px) {
  .implementation .iframeBox iframe {
    width: 100%;
    height: 250px; }
  .implementation h1 {
    padding: 0 0 2% 0 !important; }
    .implementation h1 span {
      display: block;
      font-size: 75%;
      font-weight: normal;
      color: #fff;
      background: #a2a2a2;
      padding: 4px 0 2px;
      margin-bottom: 10px; }
    .implementation h1.metaflow {
      padding: 20px 0 2% 0 !important; }
  .implementation h2 {
    font-weight: bold; }
    .implementation h2.mer {
      font-size: 120% !important; }
    .implementation h2 span {
      display: block;
      padding: 12px 5px 0px 0px; }
  .implementation h3 {
    padding: 0 2%; }
  .implementation .implementList dl {
    width: 96%;
    margin: 0 auto 10px; }
  .implementation table caption {
    font-size: 14px; }
  .implementation table.impletable {
    width: 98%;
    margin: 0 auto 10px; }
    .implementation table.impletable th.bgGf120 {
      font-size: 100%; }
  .implementation table.factory_tbl {
    width: 98%;
    margin: 0 auto 25px;
    word-break: break-all;
    font-size: 80%; }
    .implementation table.factory_tbl th, .implementation table.factory_tbl td {
      padding: 2px;
      vertical-align: middle;
      min-width: 35px; }
    .implementation table.factory_tbl th {
      font-size: 12px; }
      .implementation table.factory_tbl th:first-child {
        min-width: 90px; }
    .implementation table.factory_tbl td:nth-last-child(2) {
      text-align: center; }
  .implementation table.accuracy {
    width: 96%;
    margin: 0 auto 28px; }
  .implementation table.tblChip {
    word-break: break-all;
    font-size: 10px;
    width: 100%;
    margin: 0 !important; }
    .implementation table.tblChip th, .implementation table.tblChip td {
      padding: 2px;
      text-align: center;
      vertical-align: middle; }
  .implementation .asterList {
    width: 98%;
    margin: 0 auto; }
  .implementation .imgWhide {
    width: 100% !important; }
  .implementation .about {
    margin: 2%; }
    .implementation .about dl dt {
      width: 100%;
      padding: 20px 20px 10px;
      box-sizing: border-box; }
    .implementation .about dl p {
      width: 100% !important;
      margin: 0 !important; }
    .implementation .about .img2017 {
      width: auto;
      float: left !important;
      margin: 0 10px 0 0 !important; }
    .implementation .about ul.price {
      width: 100%; }
      .implementation .about ul.price li {
        padding-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .implementation .about ul.price li span {
          width: 100%;
          font-size: 13px; }
  .implementation .orderFlow {
    margin: 0 2%; }
  .implementation .reworkul {
    width: 96%;
    margin: 0 auto; } }
