@charset "UTF-8";
/* ---------------------- ----------------------
product_item 製品情報一覧用のCSS
---------------------- ---------------------- */
.product_child .l-main__body > .c-postContent {
  margin-top: 1rem;
}

.product_item {
  margin: auto;
  max-width: 1030px;
}
.product_item .wp-block-image, .product_item h2 {
  clear: both;
}
.product_item .c-pageTitle__main {
  color: #0a2d56;
  text-align: center;
  margin-bottom: 3rem;
}
.product_item .c-pageTitle__main::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #f7931c;
}

.product_child h2 {
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #0a2d56 0 10%, #b5b5b5 10%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  color: #323232;
  font-weight: bold;
  font-size: 1.4rem;
}

/*カスタム投稿用テーブル
--------------------------------------------*/
.item_ph_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.item_ph_wrap .item_ph {
  outline: 2px solid #eee;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_ph_wrap .item_ph img {
  width: 100%;
  height: auto;
}

.product_detail_table {
  max-width: 1030px;
  margin: auto;
}
.product_detail_table td:nth-of-type(1) {
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .item_ph_wrap {
    flex-direction: column;
  }
  .item_ph_wrap .item_ph {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.product_pdf::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e2c4";
  color: #0a2d56;
  margin-right: 0.2em;
}

.product_mail::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e158";
  color: #0a2d56;
  margin-right: 0.2em;
}

/*ソリューションアイコン
--------------------------------------------*/
.product_child .ark-block-dl__dt {
  border-left: none;
  font-weight: 700;
  padding-left: 0.75em;
}
.product_child .ark-block-dl__dt::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e0ca";
  color: #0a2d56;
  margin-right: 0.2em;
}
.product_child .ark-block-dl__dd {
  padding: 0 0.5rem 0.6rem 0;
  margin-left: 1.5em;
}
.product_child .ark-block-dl__dd p::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e0f0";
  color: #f7931c;
  margin-right: 0.2em;
}
.product_child .ark-block-dl__dd p {
  padding-left: 1em;
  text-indent: -0.5em;
}

/* 旧サイトテーブルCSS
--------------------------------------------*/
.c-postContent table tr, .c-postContent table th, .c-postContent table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0.5em;
  border-right: none;
  border-left: none;
  white-space: nowrap;
}

.c-postContent .sizefigbox tr:nth-child(1) td {
  border: none;
  background: #eee;
}

.c-postContent .sizefigbox {
  overflow-x: scroll;
}

@media screen and (max-width: 1200px) {
  .sizefigbox::before {
    content: "表右が切れている場合、横スクロールが可能です→";
    font-size: 0.8rem;
  }

  .c-postContent .sizefigbox {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /* スマホでスムーズにスクロールできるように */
    padding: 1rem;
    background: #efefef;
  }
}
.c-postContent .sizefigbox table {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}/*# sourceMappingURL=product_item.css.map */