@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- 製品情報　ページのパーツ
---------------------------------------------------- */
#products .headline__block::after, #products .headline__item::after {
  position: absolute;
  right: 0;
  display: block;
  width: 61px;
  height: 56px;
  background-image: url("../images/products/bg_icon_pont.png");
  background-size: 61px 56px;
  background-repeat: no-repeat; }
@media screen and (max-width: 899px) {
  #products .headline__item .ttl {
    line-height: 1.467;
    margin-top: -4px;
    padding: 0 0px 0 20px; }
    #products .headline__item .ttl::before {
      position: absolute;
      left: 0;
      margin-top: 5px; } }
#products .headline__block_icon_point::after {
  content: '';
  top: 0; }
  @media screen and (max-width: 899px) {
    #products .headline__block_icon_point::after {
      top: -10px; } }
#products .headline__item_icon_point::after {
  content: '';
  top: -36px; }
  @media screen and (max-width: 899px) {
    #products .headline__item_icon_point::after {
      top: -12px; } }
@media screen and (max-width: 899px) {
  #products .headline__item_icon_point .ttl {
    line-height: 1.467;
    margin-top: -4px;
    padding: 0 72px 0 20px; }
    #products .headline__item_icon_point .ttl::before {
      position: absolute;
      left: 0;
      margin-top: 5px; } }
@media screen and (max-width: 380px) {
  #products .headline__item_icon_point.adj_kaigyou::after {
    top: -16px; } }
@media screen and (max-width: 380px) {
  #products .headline__item_icon_point.adj_kaigyou + .adj_text_pr {
    padding: 0; } }
#products .asnav__menu:last-child > a {
  border-bottom: none; }
@media screen and (max-width: 899px) {
  #products .asnav__menu:last-child.active > a {
    border-bottom: dotted 1px #d4d6d9 !important; } }
@media screen and (max-width: 899px) {
  #products .footer {
    margin-top: 8px;
    border-top: none; } }

.asnav_products_use {
  font-size: 0;
  padding-bottom: 22px;
  margin-top: 32px;
  border: solid 1px #d8dce2;
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (max-width: 899px) {
    .asnav_products_use {
      margin: 24px 12px 0 12px; } }
  .asnav_products_use > li:first-child {
    background: #f1f4f8;
    margin-bottom: 6px;
    border-top: solid 1px #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 17px 0 18px 0; }
  .asnav_products_use > li:not(:first-child) {
    padding: 0 19px; }
    .asnav_products_use > li:not(:first-child) > a {
      position: relative;
      display: block;
      border-bottom: dotted 1px #d8dce2;
      padding: 11px 0 11px 15px;
      font-size: 14px;
      line-height: 1.429;
      transition: color 0.2s ease-out, border 0.2s ease-out; }
      .asnav_products_use > li:not(:first-child) > a::before {
        position: absolute;
        top: 12px;
        left: 0px;
        display: inline-block;
        height: 1em;
        content: "\f0da";
        color: #008cdc;
        font-family: "FontAwesome";
        font-weight: 900;
        font-size: 14px;
        vertical-align: top; }
      .asnav_products_use > li:not(:first-child) > a:hover {
        color: #008cdc;
        border-bottom: dotted 1px #008cdc; }

.category_top_card {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 -15px; }
  @media screen and (max-width: 799px) {
    .category_top_card {
      margin: 0 -10px; } }
  @media screen and (max-width: 699px) {
    .category_top_card {
      margin: 0; } }
  .category_top_card > li {
    display: inline-block;
    vertical-align: top;
    width: calc( 33.33% - 30px );
    margin: 0 15px 0; }
    .category_top_card > li:nth-child(n+4) {
      margin-top: 40px; }
    @media screen and (max-width: 799px) {
      .category_top_card > li {
        width: calc( 50% - 20px );
        margin: 0 10px 0;
        padding: 0 0 20px 0;
        border-bottom: solid 1px #d3d3d3; }
        .category_top_card > li:nth-child(n+3) {
          margin-top: 20px; } }
    @media screen and (max-width: 699px) {
      .category_top_card > li {
        width: 100%;
        margin: 0; }
        .category_top_card > li:nth-child(n+2) {
          margin-top: 20px; } }
  .category_top_card__item {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 799px) {
      .category_top_card__item {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 799px) {
      .category_top_card__item::after {
        position: absolute;
        top: 50%;
        right: 8px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #008cdc;
        content: "\f105";
        font-size: 16px;
        transform: translateY(-50%); } }
    .category_top_card__item > .photo {
      position: relative;
      display: inline-block;
      transition: opacity 0.2s ease-out;
      z-index: 1; }
      @media screen and (max-width: 799px) {
        .category_top_card__item > .photo {
          background: #f5f8fb;
          width: 88px;
          height: 66px; } }
      .link_hover:hover .category_top_card__item > .photo {
        opacity: 0.8; }
      .category_top_card__item > .photo > img {
        width: 100%; }
      .category_top_card__item > .photo::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0px 0px 0px 1px #ddd inset;
        transition: box-shadow 0.2s ease-out;
        z-index: 10; }
        @media screen and (max-width: 799px) {
          .category_top_card__item > .photo::after {
            box-shadow: 0px 0px 0px 0 #ddd inset; } }
        .link_hover:hover .category_top_card__item > .photo::after {
          box-shadow: 0px 0px 0px 1px #008cdc inset; }
    .category_top_card__item > .ttl {
      flex: 1 0 0%; }
      @media screen and (max-width: 799px) {
        .category_top_card__item > .ttl {
          margin-left: 12px;
          padding: 0 28px 0 0; } }
      .category_top_card__item > .ttl > .tag {
        position: absolute;
        top: 0;
        left: 0;
        background: #ea5504;
        padding: 3px 6px 3px 7px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        z-index: 11; }
        @media screen and (max-width: 799px) {
          .category_top_card__item > .ttl > .tag {
            position: relative;
            display: inline-block;
            margin-bottom: 8px;
            font-size: 11px;
            padding: 2px 6px 2px 7px; } }
      .category_top_card__item > .ttl > em {
        display: inline-block;
        margin-top: 13px;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        transition: color 0.2s ease-out;
        line-height: 1.429; }
        @media screen and (max-width: 799px) {
          .category_top_card__item > .ttl > em {
            display: block;
            margin-top: 0;
            font-size: 14px; } }
        .link_hover:hover .category_top_card__item > .ttl > em {
          color: #008cdc; }
      .category_top_card__item > .ttl > p {
        color: #333;
        font-size: 16px;
        line-height: 1.375;
        margin-top: 6px; }
        @media screen and (max-width: 799px) {
          .category_top_card__item > .ttl > p {
            font-size: 14px; } }
      .category_top_card__item > .ttl > .ttl_use {
        margin-top: 12px;
        font-size: 0; }
        @media screen and (max-width: 799px) {
          .category_top_card__item > .ttl > .ttl_use {
            margin-top: 8px;
            padding: 0 14px 0 0px; } }
        .category_top_card__item > .ttl > .ttl_use > li {
          position: relative;
          display: block;
          padding: 0 0 0 18px;
          margin-bottom: 4px;
          line-height: 1.2;
          font-size: 14px;
          font-feature-settings: 'palt'; }
          @media screen and (max-width: 799px) {
            .category_top_card__item > .ttl > .ttl_use > li {
              display: inline;
              margin: 0 6px 0 0;
              padding: 0 0 0 16px;
              font-size: 12px;
              line-height: 1.333; } }
          .category_top_card__item > .ttl > .ttl_use > li::before {
            position: absolute;
            top: 1px;
            left: 2px;
            font-family: 'FontAwesome';
            display: inline-block;
            content: '\f111';
            font-size: 1em;
            font-weight: 900;
            transform: scale(0.5); }
            @media screen and (max-width: 799px) {
              .category_top_card__item > .ttl > .ttl_use > li::before {
                top: 2px; } }

.products_headline {
  position: relative;
  font-size: 0;
  font-feature-settings: 'palt';
  padding: 32px 0 32px 0;
  margin-bottom: 40px;
  border-top: solid 4px #cccccc;
  border-bottom: solid 5px #f7f7f7; }
  @media screen and (max-width: 899px) {
    .products_headline {
      padding: 20px 0 0 0;
      margin-bottom: 0;
      border-bottom: none; } }
  .products_headline::before, .products_headline::after {
    position: absolute;
    content: '';
    display: block;
    left: 0; }
  .products_headline::before {
    top: -4px;
    background: #008cdc;
    width: 90px;
    height: 4px; }
  .products_headline::after {
    bottom: -1px;
    background: #cccccc;
    width: 100%;
    height: 1px; }
    @media screen and (max-width: 899px) {
      .products_headline::after {
        height: 0; } }
  .products_headline__ttl {
    position: relative;
    width: 600px;
    font-weight: 500; }
    @media screen and (max-width: 899px) {
      .products_headline__ttl {
        width: 100%;
        padding: 0 0 16px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 3px #f7f7f7; } }
    @media screen and (max-width: 899px) {
      .products_headline__ttl::after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: -1px;
        background: #cccccc;
        width: 100%;
        height: 1px; } }
    .products_headline__ttl > .cap {
      display: block;
      margin-bottom: 8px; }
      @media screen and (max-width: 899px) {
        .products_headline__ttl > .cap {
          margin-bottom: 5px; } }
      .products_headline__ttl > .cap > .cap_tag {
        display: inline-block;
        background: #ea5504;
        width: 74px;
        padding: 2px 0 4px 0;
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.02em;
        vertical-align: top; }
        @media screen and (max-width: 899px) {
          .products_headline__ttl > .cap > .cap_tag {
            margin-top: -2px; } }
      .products_headline__ttl > .cap > .cap_name {
        font-size: 18px; }
        @media screen and (max-width: 899px) {
          .products_headline__ttl > .cap > .cap_name {
            font-size: 15px; } }
    .products_headline__ttl > .series {
      display: inline-block;
      vertical-align: top;
      margin-right: 18px;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.273; }
      @media screen and (max-width: 899px) {
        .products_headline__ttl > .series {
          font-size: 22px; } }
    .products_headline__ttl > .des {
      display: inline-block;
      vertical-align: top;
      margin-top: 10px; }
      @media screen and (max-width: 899px) {
        .products_headline__ttl > .des {
          margin-top: 8px;
          width: 55%;
          min-width: 296px; } }
      .products_headline__ttl > .des > .des_type {
        display: inline-block;
        vertical-align: top;
        font-size: 16px; }
        @media screen and (max-width: 899px) {
          .products_headline__ttl > .des > .des_type {
            font-size: 14px; } }
      .products_headline__ttl > .des > .des_chemical {
        display: inline-block;
        padding: 3px 0 4px 9px;
        margin: -1px 0 0 10px;
        border-left: solid 1px #ccc;
        vertical-align: top;
        color: #515151;
        font-size: 13px; }
        @media screen and (max-width: 899px) {
          .products_headline__ttl > .des > .des_chemical {
            font-size: 12px;
            margin: -2px 0 0 10px; } }
      .products_headline__ttl > .des > br {
        display: none; }
        @media screen and (max-width: 899px) {
          .products_headline__ttl > .des > br {
            display: inline-block; }
            .products_headline__ttl > .des > br + .des_chemical {
              padding: 0;
              margin: 5px 0 0 0;
              border-left: none; } }
  .products_headline__future {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    max-width: 294px;
    transform: translateY(-50%); }
    @media screen and (max-width: 899px) {
      .products_headline__future {
        position: inherit;
        transform: none;
        margin: -10px -5px 20px -5px !important;
        max-width: none;
        overflow: hidden; } }
    .products_headline__future > li {
      display: inline-flex;
      width: 142px;
      height: 36px;
      border: solid 1px #cfd0cf;
      vertical-align: top;
      text-align: center;
      align-items: center;
      justify-content: center;
      line-height: 1.364;
      font-weight: 500; }
      .products_headline__future > li:nth-child(2n+2) {
        margin-left: 10px; }
      .products_headline__future > li:nth-child(n+3) {
        margin-top: 10px; }
      @media screen and (max-width: 899px) {
        .products_headline__future > li {
          width: 143px;
          margin: 10px 5px 0 5px !important; } }
      .products_headline__future > li.normal {
        font-size: 15px; }
        @media screen and (max-width: 899px) {
          .products_headline__future > li.normal {
            font-size: 12px; } }
      .products_headline__future > li.small {
        font-size: 11px; }

.products_summary {
  display: flex;
  flex-wrap: wrap; }
  .products_summary_detail {
    width: 500px; }
    @media screen and (max-width: 899px) {
      .products_summary_detail {
        width: calc( 59.459vw - 84.54px ); } }
    @media screen and (max-width: 639px) {
      .products_summary_detail {
        order: 2;
        width: 100%; } }
    .products_summary_detail .item_copy {
      margin-bottom: 27px; }
      @media screen and (max-width: 899px) {
        .products_summary_detail .item_copy {
          margin-bottom: 20px; } }
      .products_summary_detail .item_copy > p {
        display: inline-block;
        color: #008cdc;
        font-weight: 500;
        font-feature-settings: 'palt';
        letter-spacing: 0.04em;
        font-size: 24px;
        max-height: 100%;
        margin-top: -6px;
        margin-bottom: -6px;
        line-height: 1.5; }
        @media screen and (max-width: 899px) {
          .products_summary_detail .item_copy > p {
            font-size: 20px;
            max-height: 100%;
            margin-top: -4px;
            margin-bottom: -4px;
            line-height: 1.4; } }
        @media screen and (max-width: 639px) {
          .products_summary_detail .item_copy > p > span {
            display: inline-block; } }
        @media screen and (max-width: 899px) {
          .products_summary_detail .item_copy > p .sp_hidden {
            display: none; } }
        .products_summary_detail .item_copy > p .sp_show {
          display: none; }
          @media screen and (max-width: 899px) {
            .products_summary_detail .item_copy > p .sp_show {
              display: inline; } }
    .products_summary_detail .item_text {
      margin-bottom: 20px; }
      .products_summary_detail .item_text > p {
        font-size: 16px;
        max-height: 100%;
        margin-top: -5px;
        margin-bottom: -5px;
        line-height: 1.625; }
        @media screen and (max-width: 899px) {
          .products_summary_detail .item_text > p {
            font-size: 15px;
            max-height: 100%;
            margin-top: -5.0025px;
            margin-bottom: -5.0025px;
            line-height: 1.667; } }
    .products_summary_detail .item_future_set_circle {
      display: flex;
      width: 500px; }
      @media screen and (max-width: 899px) {
        .products_summary_detail .item_future_set_circle {
          width: auto; } }
      @media screen and (max-width: 899px) {
        .products_summary_detail .item_future_set_circle.trhee_column > li {
          width: 92px;
          height: 92px; }
          .products_summary_detail .item_future_set_circle.trhee_column > li > span {
            font-size: 14px; } }
      @media screen and (max-width: 899px) {
        .products_summary_detail .item_future_set_circle.trhee_column > li:not(:first-child) {
          margin-left: 10px; } }
      .products_summary_detail .item_future_set_circle > li {
        display: flex;
        vertical-align: top;
        width: 116px;
        height: 116px;
        border: solid 1px #ff7d00;
        border-radius: 50%;
        justify-content: center;
        align-items: center; }
        .products_summary_detail .item_future_set_circle > li:not(:first-child) {
          margin-left: 12px; }
          @media screen and (max-width: 899px) {
            .products_summary_detail .item_future_set_circle > li:not(:first-child) {
              margin-left: 6px; } }
        @media screen and (max-width: 899px) {
          .products_summary_detail .item_future_set_circle > li {
            width: 70px;
            height: 70px; } }
        .products_summary_detail .item_future_set_circle > li > span {
          display: inline-block;
          font-weight: 500;
          color: #ff7d00;
          font-size: 17px;
          line-height: 1.294;
          text-align: center;
          transform: translateY(5%); }
          @media screen and (max-width: 899px) {
            .products_summary_detail .item_future_set_circle > li > span {
              font-size: 10px; } }
          @media screen and (max-width: 899px) {
            .products_summary_detail .item_future_set_circle > li > span > sup {
              display: inline-block;
              margin: -2px 0 0 -1px;
              transform: scale(0.7); } }
    .products_summary_detail .item_future_set_annotation {
      margin-top: 12px;
      font-size: 12px; }
      @media screen and (max-width: 639px) {
        .products_summary_detail .item_future_set_annotation {
          width: 296px; } }
  .products_summary_photo {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    margin-left: 40px; }
    @media screen and (max-width: 899px) {
      .products_summary_photo {
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        align-items: flex-start; } }
    @media screen and (max-width: 639px) {
      .products_summary_photo {
        order: 1;
        flex: 1 0 100%;
        margin-left: 0;
        justify-content: center; } }
    .products_summary_photo > img {
      max-width: 360px;
      width: 100%; }
    .products_summary_photo.adj_margin > img {
      margin: -12px 0 -10px 0; }
    .products_summary_photo.adj_half > img {
      max-width: 180px;
      width: 50%; }

.products_contact_block {
  background: #f0f3f5;
  padding: 24px 20px 25px 20px;
  margin-top: 60px;
  border-radius: 4px; }
  @media screen and (max-width: 899px) {
    .products_contact_block {
      margin-top: 36px; } }
  @media screen and (max-width: 639px) {
    .products_contact_block {
      width: 100%;
      padding: 24px 12px 12px 12px; } }
  .products_contact_block > .ttl {
    margin: 0 0 25px 0;
    text-align: center;
    font-feature-settings: 'palt';
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 639px) {
      .products_contact_block > .ttl {
        font-size: 16px; } }
  .products_contact_block__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .products_contact_block__desc_item {
      width: calc(50% - 10px);
      background: #fff;
      border-radius: 4px;
      padding: 16px 10px 16px 10px; }
      @media screen and (max-width: 639px) {
        .products_contact_block__desc_item {
          width: 100%;
          padding: 16px 10px 16px 10px; } }
      @media screen and (max-width: 639px) {
        .products_contact_block__desc_item:first-child {
          margin-bottom: 12px; } }
      .products_contact_block__desc_item > dt {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border-bottom: solid 1px #ccc;
        padding: 0 0 12px 0;
        margin: 0 0 14px 0; }
      .products_contact_block__desc_item > dd.contact {
        text-align: center; }
        .products_contact_block__desc_item > dd.contact > a {
          position: relative;
          display: inline-block;
          background: #008cdc;
          background-size: 200% auto;
          width: 240px;
          padding: 11px 0 8px 0;
          box-shadow: 0px 4px 0px 0px #0079c7;
          border-radius: 6px;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          transition: opacity 0.2s ease-out,letter-spacing 0.2s ease-out;
          letter-spacing: 0.02em;
          overflow: hidden; }
          @media screen and (max-width: 899px) {
            .products_contact_block__desc_item > dd.contact > a {
              width: 200px; } }
          @media screen and (max-width: 639px) {
            .products_contact_block__desc_item > dd.contact > a {
              width: 240px; } }
          .products_contact_block__desc_item > dd.contact > a > span {
            position: relative;
            display: inline-block; }
            .products_contact_block__desc_item > dd.contact > a > span::before {
              display: inline-block;
              font-family: "FontAwesome";
              content: "\f0e0";
              margin-top: 1px;
              margin-right: 7px;
              color: #fff;
              font-weight: 900;
              font-size: 18px;
              z-index: 100;
              height: 1em;
              vertical-align: top; }
          .products_contact_block__desc_item > dd.contact > a:hover {
            opacity: 0.8; }
      .products_contact_block__desc_item > dd.call {
        text-align: center; }
        .products_contact_block__desc_item > dd.call > em {
          display: inline-block;
          padding: 0 32px 0 0px;
          font-family: 'Roboto';
          font-weight: 500;
          font-style: normal;
          font-size: 22px; }
          .products_contact_block__desc_item > dd.call > em::before {
            display: inline-block;
            font-family: "FontAwesome";
            content: "\f095";
            color: #008cdc;
            font-weight: 900;
            font-size: 18px;
            z-index: 100;
            height: 1em;
            vertical-align: top;
            margin-right: 8px; }
        .products_contact_block__desc_item > dd.call > span {
          display: block;
          margin-top: 4px;
          font-size: 13px; }

.products_future.set_normal > li:not(:first-child) {
  margin-top: 40px; }
.products_future.set_etching_controller {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 60px 1fr;
  width: 100%; }
  @media screen and (max-width: 899px) {
    .products_future.set_etching_controller {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 30px 1fr; } }
  @media screen and (max-width: 639px) {
    .products_future.set_etching_controller {
      display: block; } }
  .products_future.set_etching_controller > li:not(:last-child) {
    margin-bottom: 40px; }
    @media screen and (max-width: 639px) {
      .products_future.set_etching_controller > li:not(:last-child) {
        margin-bottom: 24px; } }
  .products_future.set_etching_controller > li:nth-child(1) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
  .products_future.set_etching_controller > li:nth-child(2) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1; }
  .products_future.set_etching_controller > li:nth-child(3) {
    grid-column: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 3 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1; }
  .products_future.set_etching_controller > li:nth-child(4) {
    grid-column: 3 / span 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2; }
  .products_future.set_etching_controller > li:nth-child(5) {
    grid-column: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 4 / span 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1; }
  .products_future.set_etching_controller > li:nth-child(6) {
    grid-column: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 5 / span 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1; }
.products_future.set_arb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 60px 1fr;
  width: 100%; }
  @media screen and (max-width: 899px) {
    .products_future.set_arb {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 30px 1fr; } }
  @media screen and (max-width: 639px) {
    .products_future.set_arb {
      display: block; } }
  .products_future.set_arb > li:not(:last-child) {
    margin-bottom: 20px; }
    @media screen and (max-width: 639px) {
      .products_future.set_arb > li:not(:last-child) {
        margin-bottom: 24px; } }
  .products_future.set_arb > li:nth-child(1) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
  .products_future.set_arb > li:nth-child(2) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1; }
  .products_future.set_arb > li:nth-child(3) {
    grid-column: 3 / span 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2; }
.products_future.set_aqua-x {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 60px 1fr;
  width: 100%; }
  @media screen and (max-width: 899px) {
    .products_future.set_aqua-x {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 30px 1fr; } }
  @media screen and (max-width: 639px) {
    .products_future.set_aqua-x {
      display: block; } }
  .products_future.set_aqua-x > li:not(:last-child) {
    margin-bottom: 20px; }
    @media screen and (max-width: 639px) {
      .products_future.set_aqua-x > li:not(:last-child) {
        margin-bottom: 24px; } }
  .products_future.set_aqua-x > li:nth-child(1) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
  .products_future.set_aqua-x > li:nth-child(2) {
    grid-column: 3 / span 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
.products_future__detail .detail_text {
  margin-bottom: 24px; }
  .products_future__detail .detail_text > p {
    font-size: 16px;
    max-height: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
    line-height: 1.625; }
    @media screen and (max-width: 899px) {
      .products_future__detail .detail_text > p {
        font-size: 15px;
        max-height: 100%;
        margin-top: -5.0025px;
        margin-bottom: -5.0025px;
        line-height: 1.667; } }
    .products_future__detail .detail_text > p .text_point {
      color: #ff7d00; }
    .products_future__detail .detail_text > p > sup {
      display: inline-block;
      margin-top: 4px; }
.products_future__detail .detail_annotation {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-feature-settings: 'palt';
  line-height: 1.538; }
.products_future__detail .detail_separate {
  display: flex;
  flex-wrap: wrap; }
  .products_future__detail .detail_separate > .separate_left {
    width: 50%; }
    @media screen and (max-width: 639px) {
      .products_future__detail .detail_separate > .separate_left {
        width: 100%; } }
    .products_future__detail .detail_separate > .separate_left.left_adj_pl30 {
      padding-right: 30px; }
      @media screen and (max-width: 899px) {
        .products_future__detail .detail_separate > .separate_left.left_adj_pl30 {
          padding-right: 20px; } }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_left.left_adj_pl30 {
          padding: 0; } }
    .products_future__detail .detail_separate > .separate_left.adj_w36 {
      width: 36%; }
      @media screen and (max-width: 799px) {
        .products_future__detail .detail_separate > .separate_left.adj_w36 {
          width: 50%; } }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_left.adj_w36 {
          width: 100%; } }
  .products_future__detail .detail_separate > .separate_right {
    width: 50%; }
    @media screen and (max-width: 639px) {
      .products_future__detail .detail_separate > .separate_right {
        width: 100%; } }
    .products_future__detail .detail_separate > .separate_right.right_adj_pl30 {
      padding-left: 30px; }
      @media screen and (max-width: 899px) {
        .products_future__detail .detail_separate > .separate_right.right_adj_pl30 {
          padding-left: 20px; } }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_right.right_adj_pl30 {
          padding: 0; } }
    .products_future__detail .detail_separate > .separate_right.right_adj_pl20 {
      padding-left: 20px; }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_right.right_adj_pl20 {
          padding: 0; } }
    .products_future__detail .detail_separate > .separate_right.adj_w64 {
      padding-left: 12px;
      width: 64%; }
      @media screen and (max-width: 899px) {
        .products_future__detail .detail_separate > .separate_right.adj_w64 {
          padding-left: 20px; } }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_right.adj_w64 {
          padding: 0; } }
      @media screen and (max-width: 799px) {
        .products_future__detail .detail_separate > .separate_right.adj_w64 {
          width: 50%; } }
      @media screen and (max-width: 639px) {
        .products_future__detail .detail_separate > .separate_right.adj_w64 {
          width: 100%; } }
.products_future__detail .detail_item__fine_pattern {
  font-size: 0;
  width: 100%;
  max-width: 420px;
  margin: 0 auto; }
  .products_future__detail .detail_item__fine_pattern > li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px); }
    .products_future__detail .detail_item__fine_pattern > li:first-child {
      margin-right: 10px; }
    .products_future__detail .detail_item__fine_pattern > li > figure > img {
      width: 100%; }
    .products_future__detail .detail_item__fine_pattern > li > figure > figcaption {
      margin-top: 10px;
      text-align: center;
      font-size: 13px; }
.products_future__detail .detail_item__original_point {
  background: #fffde8;
  border-top: 3px solid #008cdc;
  width: 100%;
  max-width: 420px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 640px) and (max-width: 899px) {
    .products_future__detail .detail_item__original_point {
      max-width: 320px; } }
  @media screen and (min-width: 320px) and (max-width: 419px) {
    .products_future__detail .detail_item__original_point {
      max-width: 320px; } }
  .products_future__detail .detail_item__original_point .ttl {
    position: relative;
    left: -20px;
    width: 185px;
    padding: 7px 0 10px 18px; }
    .products_future__detail .detail_item__original_point .ttl::before {
      position: absolute;
      content: '';
      display: block;
      top: -3px;
      left: 0;
      width: 100%;
      height: 0;
      border-top: 36px solid #008cdc;
      border-right: 20px solid transparent;
      z-index: 10; }
    .products_future__detail .detail_item__original_point .ttl > span {
      position: relative;
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      z-index: 11; }
  .products_future__detail .detail_item__original_point .desc {
    display: inline-block;
    width: 50%;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 640px) and (max-width: 899px) {
      .products_future__detail .detail_item__original_point .desc {
        width: 100%; } }
    @media screen and (min-width: 320px) and (max-width: 419px) {
      .products_future__detail .detail_item__original_point .desc {
        width: 100%; } }
    .products_future__detail .detail_item__original_point .desc > dt {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 12px; }
    .products_future__detail .detail_item__original_point .desc > dd {
      display: inline-block;
      position: relative;
      font-size: 14px;
      padding-left: 20px;
      line-height: 1.2; }
      .products_future__detail .detail_item__original_point .desc > dd:not(:last-child) {
        margin-bottom: 6px; }
      .products_future__detail .detail_item__original_point .desc > dd::before {
        position: absolute;
        font-family: 'FontAwesome';
        display: inline-block;
        content: '\f111';
        font-size: 1em;
        font-weight: 900;
        top: 0;
        left: 2px;
        transform: scale(0.5); }
  .products_future__detail .detail_item__original_point .photo {
    float: right;
    margin-top: -8px; }
    @media screen and (min-width: 640px) and (max-width: 899px) {
      .products_future__detail .detail_item__original_point .photo {
        float: none;
        margin-top: 16px;
        text-align: center; } }
    @media screen and (min-width: 320px) and (max-width: 419px) {
      .products_future__detail .detail_item__original_point .photo {
        float: none;
        margin-top: 16px;
        text-align: center; } }
    .products_future__detail .detail_item__original_point .photo > img {
      width: 172px; }
.products_future__detail .detail_item__icon_point > dt {
  position: relative;
  padding: 0 72px 0 0; }
  .products_future__detail .detail_item__icon_point > dt::after {
    position: absolute;
    content: '';
    top: calc(50% - 28px);
    right: 0;
    display: block;
    width: 61px;
    height: 56px;
    background-image: url(../images/products/bg_icon_pont.png);
    background-size: 61px 56px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 639px) {
      .products_future__detail .detail_item__icon_point > dt::after {
        top: calc(50% - 36px); } }
.products_future__detail .detail_item__stability {
  text-align: center;
  margin-bottom: 32px; }
  .products_future__detail .detail_item__stability > span {
    display: inline-block;
    width: 100%;
    max-width: 297px; }
    .products_future__detail .detail_item__stability > span > img {
      width: 100%; }
.products_future__detail .detail_item__plot_graf {
  text-align: center;
  margin-bottom: 32px; }
  .products_future__detail .detail_item__plot_graf > figure > img {
    width: 100%;
    max-width: 286px; }
  .products_future__detail .detail_item__plot_graf > figure > figcaption {
    margin-top: 10px;
    text-align: center;
    font-size: 13px; }
@media screen and (max-width: 579px) {
  .products_future__detail .detail_item__scrol_img {
    position: relative;
    margin: 0 -12px; }
    .products_future__detail .detail_item__scrol_img::before {
      position: relative;
      content: '※横にスワイプして閲覧してください';
      display: block;
      max-height: 100%;
      padding: 0 0 0 12px;
      font-size: 12px;
      text-align: left; }
    .products_future__detail .detail_item__scrol_img::after {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      display: block;
      background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 75%) 100% center;
      background-size: 10px 100%, 10px 100%;
      background-attachment: scroll, scroll;
      background-repeat: no-repeat;
      width: 100%;
      height: 140px;
      margin: 0;
      z-index: 11; }
    .products_future__detail .detail_item__scrol_img_shadow {
      overflow-x: auto;
      overflow-y: hidden; }
    .products_future__detail .detail_item__scrol_img_shadow_cont {
      position: relative;
      display: inline-block;
      min-width: 100%;
      padding: 10px 24px; }
      .products_future__detail .detail_item__scrol_img_shadow_cont::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: radial-gradient(ellipse at left, white 20%, rgba(255, 255, 255, 0) 70%) 0 center, radial-gradient(ellipse at right, white 20%, rgba(255, 255, 255, 0) 70%) 100% center;
        background-size: 30px 200%, 30px 200%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 12; } }
.products_future__detail .detail_item__connect_flow {
  text-align: center; }
  .products_future__detail .detail_item__connect_flow .connect_flow__set_img {
    display: inline-block;
    width: 100%;
    max-width: 650px; }
    @media screen and (max-width: 579px) {
      .products_future__detail .detail_item__connect_flow .connect_flow__set_img {
        width: 690px;
        max-width: none; } }
    .products_future__detail .detail_item__connect_flow .connect_flow__set_img > img {
      position: relative;
      width: 100%; }
.products_future__detail .detail_item__connect_measure_flow {
  text-align: center;
  margin-right: 16px; }
  @media screen and (max-width: 639px) {
    .products_future__detail .detail_item__connect_measure_flow {
      margin-bottom: 20px; } }
  .products_future__detail .detail_item__connect_measure_flow > span {
    display: inline-block;
    width: 100%;
    max-width: 388px; }
    .products_future__detail .detail_item__connect_measure_flow > span > img {
      width: 100%; }
.products_future__detail .detail_item__comparison > .comparison_text {
  margin-bottom: 32px; }
  @media screen and (max-width: 899px) {
    .products_future__detail .detail_item__comparison > .comparison_text.adj_text_pr {
      padding-right: 80px; } }
.products_future__detail .detail_item__comparison > .comparison_graf {
  text-align: center; }
  .products_future__detail .detail_item__comparison > .comparison_graf > span {
    display: inline-block;
    width: 100%;
    max-width: 366px; }
    .products_future__detail .detail_item__comparison > .comparison_graf > span > img {
      width: 100%; }
.products_future__detail .detail_item__comparison > .comparison_graf_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  margin: 0 auto; }
  @media screen and (min-width: 640px) and (max-width: 899px) {
    .products_future__detail .detail_item__comparison > .comparison_graf_separate {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 639px) {
    .products_future__detail .detail_item__comparison > .comparison_graf_separate {
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .products_future__detail .detail_item__comparison > .comparison_graf_separate {
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 640px) and (max-width: 899px) {
    .products_future__detail .detail_item__comparison > .comparison_graf_separate > div:first-child {
      margin-bottom: 20px; } }
  @media screen and (max-width: 479px) {
    .products_future__detail .detail_item__comparison > .comparison_graf_separate > div:first-child {
      margin-bottom: 20px; } }
  .products_future__detail .detail_item__comparison > .comparison_graf_separate > div > dt {
    font-size: 15px;
    font-weight: 500;
    font-feature-settings: 'palt';
    margin-bottom: 8px;
    text-align: left; }
  .products_future__detail .detail_item__comparison > .comparison_graf_separate > div > dd {
    width: 100%;
    max-width: 202px; }
    .products_future__detail .detail_item__comparison > .comparison_graf_separate > div > dd > img {
      width: 100%; }
@media screen and (max-width: 899px) {
  .products_future__detail .detail_item__comparison > .comparison_graf_figure {
    text-align: center; } }
.products_future__detail .detail_item__comparison > .comparison_graf_figure > figure {
  display: inline-block; }
  .products_future__detail .detail_item__comparison > .comparison_graf_figure > figure > figcaption {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left; }
  .products_future__detail .detail_item__comparison > .comparison_graf_figure > figure > img {
    width: 100%;
    max-width: 318px; }
.products_future__detail .detail_item__comparison_lineup > dt {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.586; }
  @media screen and (max-width: 899px) {
    .products_future__detail .detail_item__comparison_lineup > dt {
      font-size: 14px; } }
  .products_future__detail .detail_item__comparison_lineup > dt br.sp_show {
    display: none; }
    @media screen and (max-width: 419px) {
      .products_future__detail .detail_item__comparison_lineup > dt br.sp_show {
        display: inherit; } }
.products_future__detail .detail_item__comparison_lineup > dd {
  text-align: center; }
  .products_future__detail .detail_item__comparison_lineup > dd > img {
    width: 100%;
    max-width: 420px; }
.products_future__detail .detail_item__comparison_chemical > dt {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.586; }
  @media screen and (max-width: 899px) {
    .products_future__detail .detail_item__comparison_chemical > dt {
      font-size: 14px; } }
  .products_future__detail .detail_item__comparison_chemical > dt br.sp_show {
    display: none; }
    @media screen and (max-width: 419px) {
      .products_future__detail .detail_item__comparison_chemical > dt br.sp_show {
        display: inherit; } }
.products_future__detail .detail_item__comparison_chemical > dd {
  text-align: center; }
  .products_future__detail .detail_item__comparison_chemical > dd > img {
    width: 100%;
    max-width: 430px; }
@media screen and (max-width: 639px) {
  .products_future__detail .detail_item__comparison_chemical_figur {
    margin: 0;
    text-align: center;
    margin-bottom: 18px; } }
.products_future__detail .detail_item__comparison_chemical_figur > img {
  width: 100%;
  max-width: 430px; }
.products_future__detail .detail_item__comparison_chemical_figur > figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.385;
  text-align: center; }
  .products_future__detail .detail_item__comparison_chemical_figur > figcaption > br {
    display: none; }
    @media screen and (max-width: 899px) {
      .products_future__detail .detail_item__comparison_chemical_figur > figcaption > br {
        display: inline-block; } }
.products_future__detail .detail_item__confirmation {
  text-align: center;
  padding-right: 20px; }
  @media screen and (max-width: 639px) {
    .products_future__detail .detail_item__confirmation {
      padding: 0;
      margin-bottom: 20px; } }
  .products_future__detail .detail_item__confirmation > span {
    display: inline-block;
    width: 100%;
    max-width: 424px; }
    .products_future__detail .detail_item__confirmation > span > img {
      width: 100%; }
.products_future__detail .detail_item__construct {
  display: flex;
  flex-wrap: wrap; }
  .products_future__detail .detail_item__construct > ol {
    flex: 1 0 0%; }
    @media screen and (max-width: 759px) {
      .products_future__detail .detail_item__construct > ol {
        width: 100%;
        flex: 1 0 auto; } }
  .products_future__detail .detail_item__construct > span {
    display: inline-block;
    padding: 0 0 0 20px;
    text-align: center; }
    @media screen and (max-width: 759px) {
      .products_future__detail .detail_item__construct > span {
        width: 100%;
        margin: 12px 0 0 0;
        padding: 0 0 0 0; } }
    .products_future__detail .detail_item__construct > span > img {
      max-width: 116px;
      width: 100%; }
      @media screen and (max-width: 759px) {
        .products_future__detail .detail_item__construct > span > img {
          max-width: 116px; } }
.products_future__detail .detail_item__mold_control {
  font-size: 0;
  width: 100%;
  max-width: 420px;
  margin: 0 auto; }
  .products_future__detail .detail_item__mold_control > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(50% - 10px); }
    @media screen and (max-width: 459px) {
      .products_future__detail .detail_item__mold_control > li {
        width: 100%; } }
    .products_future__detail .detail_item__mold_control > li:first-child {
      margin-right: 20px; }
      @media screen and (max-width: 459px) {
        .products_future__detail .detail_item__mold_control > li:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }
    .products_future__detail .detail_item__mold_control > li > em {
      display: block;
      max-width: 200px;
      width: 100%;
      margin: 0 auto 10px;
      font-size: 15px;
      font-weight: 500;
      font-style: normal;
      text-align: left; }
      @media screen and (max-width: 899px) {
        .products_future__detail .detail_item__mold_control > li > em {
          font-size: 14px;
          margin-bottom: 8px; } }
    .products_future__detail .detail_item__mold_control > li > figure > img {
      max-width: 200px;
      width: 100%; }
    .products_future__detail .detail_item__mold_control > li > figure > figcaption {
      margin-top: 8px;
      text-align: center;
      font-size: 13px;
      line-height: 1.2; }
      .products_future__detail .detail_item__mold_control > li > figure > figcaption > br {
        display: none; }
        @media screen and (min-width: 640px) and (max-width: 899px) {
          .products_future__detail .detail_item__mold_control > li > figure > figcaption > br {
            display: inline-block; } }
@media screen and (max-width: 639px) {
  .products_future__detail .detail_item__suppression {
    margin-bottom: 24px; } }
.products_future__detail .detail_item__suppression > li {
  padding-left: 40px; }
  @media screen and (max-width: 899px) {
    .products_future__detail .detail_item__suppression > li {
      padding-left: 36px; } }
  .products_future__detail .detail_item__suppression > li:not(:first-child) {
    margin-top: 20px; }
  .products_future__detail .detail_item__suppression > li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px; }
  .products_future__detail .detail_item__suppression > li:nth-child(1)::after {
    background-image: url("../images/products/ags/icon_suppression_nashi.png"); }
  .products_future__detail .detail_item__suppression > li:nth-child(2)::after {
    background-image: url("../images/products/ags/icon_suppression_ari.png"); }
.products_future__detail .detail_item__suppression_ex {
  font-size: 0;
  max-width: 576px;
  width: 100%;
  margin: 0 auto; }
  .products_future__detail .detail_item__suppression_ex > li {
    display: inline-block;
    width: calc(50% - 12px);
    text-align: center; }
    @media screen and (max-width: 799px) {
      .products_future__detail .detail_item__suppression_ex > li {
        width: 100%; } }
    .products_future__detail .detail_item__suppression_ex > li:first-child {
      margin-right: 24px; }
      @media screen and (max-width: 799px) {
        .products_future__detail .detail_item__suppression_ex > li:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }
    .products_future__detail .detail_item__suppression_ex > li > figure > img {
      max-width: 270px;
      width: 100%; }
    .products_future__detail .detail_item__suppression_ex > li > figure > figcaption {
      margin-top: 8px;
      text-align: center;
      font-size: 13px;
      line-height: 1.2; }
.products_future__detail .detail_item__running_cost {
  text-align: center; }
  .products_future__detail .detail_item__running_cost > img {
    max-width: 420px;
    width: 100%; }
.products_future__detail .detail_item__realtime_confirmation > figure > img {
  max-width: 420px;
  width: 100%; }
.products_future__detail .detail_item__realtime_confirmation > figure > figcaption {
  margin-top: 8px;
  text-align: right;
  font-size: 13px;
  line-height: 1.2; }
.products_future__detail .detail_item__original_point_list > .ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px; }
.products_future__detail .detail_item__original_point_list > ul > li {
  font-size: 15px;
  max-height: 100%;
  margin-top: 3.5px;
  margin-bottom: -4.5px;
  line-height: 1.6; }
  .products_future__detail .detail_item__original_point_list > ul > li:first-child {
    margin-top: -4.5px; }
  .products_future__detail .detail_item__original_point_list > ul > li::before {
    top: 1px;
    left: -2px;
    transform: scale(0.4); }

.products_specification:not(:first-child) {
  margin-top: 30px; }
  @media screen and (max-width: 899px) {
    .products_specification:not(:first-child) {
      margin-top: 20px; } }
@media screen and (max-width: 899px) {
  .products_specification__scroll_table {
    margin: 0 -24px; } }
@media screen and (max-width: 639px) {
  .products_specification__scroll_table {
    margin: 0 -12px; } }
@media screen and (max-width: 899px) {
  .products_specification__scroll_table {
    position: relative; }
    .products_specification__scroll_table::before {
      position: relative;
      content: '※横にスワイプして閲覧してください';
      display: block;
      max-height: 100%;
      font-size: 12px;
      text-align: left; } }
    @media screen and (max-width: 899px) and (max-width: 899px) {
      .products_specification__scroll_table::before {
        padding: 0 0 10px 24px; } }
    @media screen and (max-width: 899px) and (max-width: 639px) {
      .products_specification__scroll_table::before {
        padding: 0 0 10px 12px; } }
@media screen and (max-width: 899px) {
    .products_specification__scroll_table::after {
      content: '';
      position: absolute;
      top: 22px;
      left: 0;
      display: inline-block;
      background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 75%) 100% center;
      background-size: 8px 100%, 8px 100%;
      background-attachment: scroll, scroll;
      background-repeat: no-repeat;
      width: 100%;
      height: calc( 100% - 40px );
      margin: 0;
      z-index: 12; }
    .products_specification__scroll_table_shadow {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden; }
      .products_specification__scroll_table_shadow::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
    .products_specification__scroll_table_shadow_cont {
      position: relative;
      display: inline-block;
      min-width: 100%; } }
    @media screen and (max-width: 899px) and (max-width: 899px) {
      .products_specification__scroll_table_shadow_cont {
        padding: 0 24px; } }
    @media screen and (max-width: 899px) and (max-width: 639px) {
      .products_specification__scroll_table_shadow_cont {
        padding: 0 12px; } }
@media screen and (max-width: 899px) {
      .products_specification__scroll_table_shadow_cont::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: radial-gradient(ellipse at left, white 20%, rgba(255, 255, 255, 0) 70%) 0 center, radial-gradient(ellipse at right, white 20%, rgba(255, 255, 255, 0) 70%) 100% center;
        background-size: 20px 180%, 20px 180%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 13; } }
.products_specification__table {
  width: 900px;
  /*table-layout: fixed;*/
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc; }
  .products_specification__table_colgroup > .adj_w32 {
    width: 32px; }
  .products_specification__table_colgroup > .adj_w45 {
    width: 45px; }
  .products_specification__table_colgroup > .adj_w88 {
    width: 88px; }
  .products_specification__table_colgroup > .adj_w102 {
    width: 102px; }
  .products_specification__table_colgroup > .adj_w134 {
    width: 134px; }
  .products_specification__table_colgroup > .adj_w170 {
    width: 170px; }
  .products_specification__table_colgroup > .adj_w180 {
    width: 180px; }
  .products_specification__table_colgroup > .adj_w200 {
    width: 200px; }
  .products_specification__table_colgroup > .adj_w225 {
    width: 225px; }
  .products_specification__table_caption {
    text-align: left; }
  .products_specification__table_thead > tr {
    background: #f5f4eb; }
    .products_specification__table_thead > tr > th {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.538;
      padding: 5px 8px 5px 8px;
      border-bottom: solid 1px #cccccc; }
      .products_specification__table_thead > tr > th:not(:first-child) {
        border-left: solid 1px #cccccc; }
    .products_specification__table_thead > tr.adj_color {
      background: #b8b8b8; }
      .products_specification__table_thead > tr.adj_color > th {
        color: #fff; }
        .products_specification__table_thead > tr.adj_color > th:not(:first-child) {
          border-left: solid 1px #fff; }
  .adj_odd .products_specification__table_tbody > tr:nth-child(2n+1) {
    background: #f5f4eb; }
  .adj_even .products_specification__table_tbody > tr:nth-child(2n+2) {
    background: #f5f4eb; }
  .products_specification__table_tbody > tr.adj_border_top {
    border-top: solid 1px #cccccc; }
  .products_specification__table_tbody > tr > th,
  .products_specification__table_tbody > tr > td {
    vertical-align: middle;
    text-align: left;
    padding: 6px 8px 6px 8px;
    font-size: 15px;
    white-space: nowrap; }
    .products_specification__table_tbody > tr > th.num,
    .products_specification__table_tbody > tr > td.num {
      text-align: center; }
    .products_specification__table_tbody > tr > th.center,
    .products_specification__table_tbody > tr > td.center {
      text-align: center; }
    .products_specification__table_tbody > tr > th.adj_bg_beige,
    .products_specification__table_tbody > tr > td.adj_bg_beige {
      background: #f5f4eb; }
    .products_specification__table_tbody > tr > th.adj_bg_white,
    .products_specification__table_tbody > tr > td.adj_bg_white {
      background: #fff; }
    .products_specification__table_tbody > tr > th.chemical,
    .products_specification__table_tbody > tr > td.chemical {
      font-feature-settings: 'palt'; }
    .products_specification__table_tbody > tr > th.adj_border_right,
    .products_specification__table_tbody > tr > td.adj_border_right {
      border-right: solid 1px #cccccc; }
    .products_specification__table_tbody > tr > th.adj_wsn,
    .products_specification__table_tbody > tr > td.adj_wsn {
      white-space: normal; }
    .products_specification__table_tbody > tr > th.adj_ffp,
    .products_specification__table_tbody > tr > td.adj_ffp {
      font-feature-settings: 'palt'; }
  .products_specification__table_tbody > tr > th {
    font-weight: 500;
    line-height: 1.538;
    padding: 5px 8px 5px 8px; }
    .products_specification__table_tbody > tr > th + th {
      border-left: solid 1px #cccccc; }
  .products_specification__table_tbody > tr > td {
    border-left: solid 1px #cccccc;
    line-height: 1.6; }
  .products_specification__table_tbody > tr > .adj_tategaki {
    padding: 0 0 0 0;
    border-right: solid 1px #cccccc;
    text-align: center; }
    .products_specification__table_tbody > tr > .adj_tategaki > span {
      display: inline-block;
      width: 1em;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      white-space: nowrap;
      line-height: 1em;
      text-orientation: upright; }
  .products_specification__table_tbody.adj_fs_small > tr > th {
    font-size: 13px; }
  .products_specification__table_tbody.adj_fs_small > tr > td {
    font-size: 12.5px; }
.products_specification__annotation {
  margin-top: 11px;
  font-size: 13px;
  text-align: right; }

/*# sourceMappingURL=common_products.css.map */
