@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- 製品情報 ページのパーツ
---------------------------------------------------- */
.content__main_box:not(:last-child) {
  margin-bottom: 40px; }

.products_anker_link__box {
  margin-bottom: 24px;
  background: #f2f4f7; }
.products_anker_link__list {
  font-size: 0;
  padding: 8px 16px 8px 16px; }
  @media screen and (max-width: 899px) {
    .products_anker_link__list {
      padding-left: 12px;
      padding-right: 12px; } }
  .products_anker_link__list > li {
    display: inline-block;
    font-size: 13px; }
    @media screen and (max-width: 639px) {
      .products_anker_link__list > li {
        display: block;
        border: solid 1px #c0c2cd;
        font-size: 14px; }
        .products_anker_link__list > li:nth-child(n+2) {
          border-top: none; } }
    .products_anker_link__list > li > a {
      position: relative;
      display: block;
      padding: 12px 0 12px 24px; }
      @media screen and (max-width: 639px) {
        .products_anker_link__list > li > a {
          background: #fff;
          padding: 12px 12px 12px 28px;
          line-height: 1.4; } }
      .products_anker_link__list > li > a::before, .products_anker_link__list > li > a::after {
        display: inline-block;
        content: "";
        vertical-align: top; }
      .products_anker_link__list > li > a::before {
        position: absolute;
        background: url(../images/icon/icon_anker_link.png) no-repeat;
        background-size: 13px 13px;
        width: 13px;
        height: 13px;
        top: 12px;
        left: 6px;
        transition: top 0.1s ease-out; }
        @media screen and (max-width: 639px) {
          .products_anker_link__list > li > a::before {
            top: 16px;
            left: 10px; } }
      .products_anker_link__list > li > a::after {
        width: 1px;
        height: 13px;
        background: #d4d6d9;
        margin: 0 16px 0 20px; }
        @media screen and (max-width: 639px) {
          .products_anker_link__list > li > a::after {
            content: none; } }
      .products_anker_link__list > li > a:hover {
        color: #00469b; }
        .products_anker_link__list > li > a:hover::before {
          top: 16px; }

.products_caption_txt {
  margin-bottom: 40px; }
  .products_caption_txt > .copy {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px; }
    @media screen and (max-width: 899px) {
      .products_caption_txt > .copy {
        font-size: 17px; } }

.products_caption {
  display: flex;
  margin-bottom: 32px; }
  .products_caption .info {
    margin-right: 20px; }
  .products_caption .photo {
    min-width: 190px; }
    .products_caption .photo img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 639px) {
    .products_caption {
      flex-direction: column;
      justify-content: center; }
      .products_caption .info {
        order: 2;
        margin-right: 0px;
        margin-top: 16px; }
      .products_caption .photo {
        order: 1;
        width: 190px;
        min-height: 1px;
        margin: 0 auto; } }

.products_example > ul {
  display: flex;
  justify-content: space-between; }
  .products_example > ul > li {
    width: calc(50% - 10px); }
    .products_example > ul > li > img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 459px) {
    .products_example > ul {
      flex-direction: column; }
      .products_example > ul > li {
        width: 100%;
        min-height: 1px; }
        .products_example > ul > li:first-child {
          margin-bottom: 16px; } }

.brand_maker__box {
  position: relative;
  padding: 17px 32px 17px 32px;
  border-top: solid 3px #838383;
  border-bottom: dotted 1px #c0c2c5; }
  .brand_maker__box::before {
    position: absolute;
    content: '';
    display: block;
    top: -3px;
    left: 0;
    background: #00469b;
    width: 270px;
    height: 3px; }
  @media screen and (max-width: 639px) {
    .brand_maker__box {
      padding: 20px 12px 20px 12px; }
      .brand_maker__box::before {
        width: 50%; } }
.brand_maker__dsce {
  display: flex; }
  @media screen and (max-width: 639px) {
    .brand_maker__dsce {
      flex-direction: column; } }
  .brand_maker__dsce .ttl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 238px;
    padding: 0 18px 0 0; }
    .brand_maker__dsce .ttl::after {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      border-right: 1px solid #cdcdcd;
      top: 0;
      right: 0;
      transform: skewX(-16deg); }
    @media screen and (max-width: 639px) {
      .brand_maker__dsce .ttl {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        .brand_maker__dsce .ttl::after {
          content: none; } }
  .brand_maker__dsce .text {
    display: flex;
    align-items: center;
    width: calc(100% - 238px);
    min-height: 108px;
    padding: 10px 0 10px 50px; }
    @media screen and (max-width: 639px) {
      .brand_maker__dsce .text {
        display: block;
        width: 100%;
        min-height: auto;
        padding: 0; } }
.brand_maker + .brand_maker {
  margin-top: 40px; }
  @media screen and (max-width: 899px) {
    .brand_maker + .brand_maker {
      font-size: 30px; } }

.products_detail {
  background: #f7f9fb;
  padding: 15px 16px 16px 16px; }
  @media screen and (max-width: 899px) {
    .products_detail {
      padding: 6px 6px 6px 6px; } }
  .products_detail__inner {
    background: #fff;
    padding: 16px 16px 32px 16px; }
    @media screen and (max-width: 899px) {
      .products_detail__inner {
        padding: 6px 0 16px 0; } }
    .products_detail__inner > dl + h5 {
      margin-top: 40px; }
      @media screen and (max-width: 899px) {
        .products_detail__inner > dl + h5 {
          margin-top: 32px; } }
    .products_detail__inner > h5 {
      background: #f2f4f7;
      padding: 12px 12px 12px 16px;
      margin-bottom: 8px;
      position: relative;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.2; }
      @media screen and (max-width: 899px) {
        .products_detail__inner > h5 {
          font-size: 15px;
          padding: 10px 10px 10px 12px;
          margin-top: -6px;
          margin-bottom: 6px; } }
      .products_detail__inner > h5::before {
        position: absolute;
        content: '';
        display: block;
        background: #00469b;
        width: 3px;
        height: 100%;
        top: 0px;
        left: 0px; }
  .products_detail__space {
    padding: 0 16px 0 16px; }
    .products_detail__space:not(:last-child) {
      margin-bottom: 20px; }
    @media screen and (max-width: 899px) {
      .products_detail__space {
        padding: 0 12px 0 12px; } }
  .products_detail__lineup {
    font-size: 0; }
    .products_detail__lineup > li {
      display: inline-block;
      vertical-align: top; }
      .products_detail__lineup > li .figure_caption {
        text-align: center;
        font-size: 13px;
        line-height: 1.286;
        margin-top: 6px;
        margin-bottom: -4px; }
        .products_detail__lineup > li .figure_caption > em {
          font-weight: 500;
          font-style: normal;
          display: block;
          margin-bottom: 4px; }
      .products_detail__lineup > li figure {
        width: 100%; }
      .products_detail__lineup > li img {
        width: 100%; }
    .products_detail__lineup.col_3 {
      margin: 0 -9px 0 -9px; }
      .products_detail__lineup.col_3 > li {
        width: 256px;
        margin: 0 9px 0 9px; }
        .products_detail__lineup.col_3 > li:nth-child(n+4) {
          margin-top: 32px; }
    .products_detail__lineup.col_4 {
      margin: 0 -8px 0 -8px; }
      .products_detail__lineup.col_4 > li {
        width: 189px;
        margin: 0 8px 0 8px; }
        .products_detail__lineup.col_4 > li:nth-child(n+5) {
          margin-top: 32px; }
    @media screen and (max-width: 899px) {
      .products_detail__lineup {
        margin: 0 -6px 0 -6px; }
        .products_detail__lineup.col_3 > li {
          width: calc( 100% / 3 - 12px );
          margin: 0 6px 0 6px; }
          .products_detail__lineup.col_3 > li:nth-child(n+4) {
            margin-top: 24px; }
          .ua_edge .products_detail__lineup.col_3 > li:last-child, .ua_ie .products_detail__lineup.col_3 > li:last-child {
            margin-left: 6px;
            margin-right: 5px; }
        .products_detail__lineup.col_4 > li {
          width: calc( 100% / 4 - 12px );
          margin: 0 6px 0 6px; }
          .products_detail__lineup.col_4 > li:nth-child(n+5) {
            margin-top: 24px; }
          .ua_edge .products_detail__lineup.col_4 > li:last-child, .ua_ie .products_detail__lineup.col_4 > li:last-child {
            margin-left: 6px;
            margin-right: 5px; } }
    @media screen and (max-width: 639px) {
      .products_detail__lineup.col_3 > li, .products_detail__lineup.col_4 > li {
        width: calc( 100% / 2 - 12px ); }
        .products_detail__lineup.col_3 > li:nth-child(n+3), .products_detail__lineup.col_4 > li:nth-child(n+3) {
          margin-top: 15px; } }
  .products_detail__lineup_single > figure {
    width: 100%;
    text-align: center; }
    .products_detail__lineup_single > figure > img.w_675 {
      max-width: 675px;
      width: 100%; }
    .products_detail__lineup_single > figure > .figure_caption {
      text-align: center;
      font-size: 13px;
      line-height: 1.286;
      margin-top: 6px;
      margin-bottom: -4px; }
      .products_detail__lineup_single > figure > .figure_caption > em {
        font-weight: 500;
        font-style: normal;
        display: block;
        margin-bottom: 4px; }
  .products_detail__lineup_unique_2col {
    margin-bottom: 24px; }
    .products_detail__lineup_unique_2col_ulst {
      display: flex;
      flex-wrap: wrap; }
      .products_detail__lineup_unique_2col_ulst > li {
        width: calc((100% - 32px)/2); }
        .products_detail__lineup_unique_2col_ulst > li:nth-child(n+3) {
          margin-top: 20px; }
        @media screen and (min-width: 900px), print {
          .products_detail__lineup_unique_2col_ulst > li:nth-child(2n+1) {
            margin-right: 32px; } }
        @media screen and (min-width: 640px) and (max-width: 899px) {
          .products_detail__lineup_unique_2col_ulst > li {
            width: calc((100% - 16px)/2); }
            .products_detail__lineup_unique_2col_ulst > li:nth-child(2n+1) {
              margin-right: 16px; } }
        @media screen and (max-width: 639px) {
          .products_detail__lineup_unique_2col_ulst > li {
            width: 100%; }
            .products_detail__lineup_unique_2col_ulst > li:nth-child(n+2) {
              margin-top: 20px; } }
    .products_detail__lineup_unique_2col_desc > .ttl {
      display: block;
      padding-bottom: 6px;
      margin-bottom: 14px;
      border-bottom: solid 1px #d2d2d2;
      font-size: 15px;
      font-weight: 500; }
      @media screen and (max-width: 899px) {
        .products_detail__lineup_unique_2col_desc > .ttl {
          margin-bottom: 12px; } }
    .products_detail__lineup_unique_2col_desc > .content {
      font-size: 0; }
      .products_detail__lineup_unique_2col_desc > .content > span {
        display: inline-block;
        vertical-align: top; }
      .products_detail__lineup_unique_2col_desc > .content > .image {
        width: 140px;
        margin-right: 14px; }
        @media screen and (max-width: 639px) {
          .products_detail__lineup_unique_2col_desc > .content > .image {
            margin-right: 12px; } }
        .products_detail__lineup_unique_2col_desc > .content > .image > img {
          width: 100%; }
      .products_detail__lineup_unique_2col_desc > .content > .image + .text {
        width: calc(100% - 140px - 14px); }
        @media screen and (max-width: 639px) {
          .products_detail__lineup_unique_2col_desc > .content > .image + .text {
            width: calc(100% - 140px - 12px); } }
      .products_detail__lineup_unique_2col_desc > .content > .text {
        width: 100%; }
        .products_detail__lineup_unique_2col_desc > .content > .text > p {
          margin-top: -2px;
          margin-bottom: 5px;
          font-size: 14px;
          line-height: 1.286; }
  .products_detail__lineup_pdf {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 640px) and (max-width: 799px) {
      .products_detail__lineup_pdf > li {
        width: calc((100% - 16px)/2); }
        .products_detail__lineup_pdf > li:nth-child(2n+2) {
          margin-left: 16px; }
        .products_detail__lineup_pdf > li:nth-child(n+3) {
          margin-top: 16px; } }
    @media screen and (max-width: 639px) {
      .products_detail__lineup_pdf > li {
        width: 100%; }
        .products_detail__lineup_pdf > li:nth-child(n+2) {
          margin-top: 16px; } }
    @media screen and (min-width: 900px), print {
      .products_detail__lineup_pdf.col_3 > li {
        width: 256px;
        height: auto; }
        .products_detail__lineup_pdf.col_3 > li:not(:nth-child(3n+1)) {
          margin-left: 18px; }
        .products_detail__lineup_pdf.col_3 > li:nth-child(n+4) {
          margin-top: 32px; } }
    @media screen and (min-width: 800px) and (max-width: 899px) {
      .products_detail__lineup_pdf.col_3 > li {
        width: calc((100% - 24px)/3); }
        .products_detail__lineup_pdf.col_3 > li:not(:nth-child(3n+1)) {
          margin-left: 12px; }
        .products_detail__lineup_pdf.col_3 > li:nth-child(n+4) {
          margin-top: 24px; } }
    .products_detail__lineup_pdf.col_3 .products_detail__lineup_pdf_item > dt {
      height: calc(100% - 171px); }
      @media screen and (max-width: 899px) {
        .products_detail__lineup_pdf.col_3 .products_detail__lineup_pdf_item > dt {
          /* height: calc( 100% - (( 100vw - 84px ) / 3 * 0.652 )) - 4px ); */
          height: calc( 100% - ( 21.73vw  - 18.25px ) - 4px ); } }
      @media screen and (max-width: 799px) {
        .products_detail__lineup_pdf.col_3 .products_detail__lineup_pdf_item > dt {
          height: auto; } }
    @media screen and (min-width: 900px), print {
      .products_detail__lineup_pdf.col_4 > li {
        width: 189px;
        height: auto; }
        .products_detail__lineup_pdf.col_4 > li:not(:nth-child(4n+1)) {
          margin-left: 16px; }
        .products_detail__lineup_pdf.col_4 > li:nth-child(n+5) {
          margin-top: 32px; } }
    @media screen and (min-width: 800px) and (max-width: 899px) {
      .products_detail__lineup_pdf.col_4 > li {
        width: calc((100% - 36px)/4); }
        .products_detail__lineup_pdf.col_4 > li:not(:nth-child(4n+1)) {
          margin-left: 12px; }
        .products_detail__lineup_pdf.col_4 > li:nth-child(n+5) {
          margin-top: 24px; } }
    .products_detail__lineup_pdf.col_4 .products_detail__lineup_pdf_item > dt {
      height: calc(100% - 144px); }
      @media screen and (max-width: 899px) {
        .products_detail__lineup_pdf.col_4 .products_detail__lineup_pdf_item > dt {
          /* height: calc( 100% - (( 100vw - 80px ) / 4 * 0.75 )) - 4px ); */
          height: calc( 100% - ( 18.5vw  - 17.76px ) - 4px ); } }
    @media screen and (max-width: 799px) {
      .products_detail__lineup_pdf > .target_no_link .products_detail__lineup_pdf_item {
        border-top-color: #9da5a7; } }
    .products_detail__lineup_pdf > .target_no_link .products_detail__lineup_pdf_item > dt {
      border: none; }
    .products_detail__lineup_pdf > .target_no_link .products_detail__lineup_pdf_item > dd {
      border-top-color: #9da5a7; }
    .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_link::after {
      border-bottom-color: #838383; }
    @media screen and (max-width: 799px) {
      .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_item {
        border-top-color: #838383; } }
    .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_item > dt {
      align-items: flex-start; }
      .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_item > dt > .ttl {
        position: relative;
        padding-left: 22px;
        text-align: left; }
        .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_item > dt > .ttl::before {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          content: '\f35d';
          color: #a1a1a1;
          font-family: "FontAwesome";
          font-weight: 900; }
    .products_detail__lineup_pdf > .target_blank .products_detail__lineup_pdf_item > dd {
      border-top-color: #838383; }
    .products_detail__lineup_pdf_item {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: start;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 799px) {
        .products_detail__lineup_pdf_item {
          border: solid 1px #d4d6d9;
          border-top: solid 3px #00469b; } }
      .products_detail__lineup_pdf_item > dt {
        order: 2;
        display: flex;
        flex-grow: 2;
        flex-direction: column;
        width: 100%;
        position: relative;
        min-height: 60px;
        border: solid 1px #d4d6d9;
        border-top: none;
        padding: 10px 15px 15px 15px;
        align-items: center;
        z-index: 10; }
        @media screen and (max-width: 799px) {
          .products_detail__lineup_pdf_item > dt {
            width: calc(100% - 115px);
            height: auto;
            padding: 10px 10px 10px 10px;
            min-height: 86px;
            border: none;
            align-items: flex-start;
            justify-content: center; } }
        @media screen and (max-width: 459px) {
          .products_detail__lineup_pdf_item > dt {
            height: auto; } }
        .products_detail__lineup_pdf_item > dt > .ttl {
          display: block;
          font-size: 14px;
          font-style: normal;
          text-align: center;
          line-height: 1.286;
          width: 100%; }
          .products_detail__lineup_pdf_item > dt > .ttl > span {
            display: inline-block;
            margin: 0 -8px 0 -8px; }
          @media screen and (max-width: 799px) {
            .products_detail__lineup_pdf_item > dt > .ttl {
              text-align: left;
              font-size: 13px; }
              .products_detail__lineup_pdf_item > dt > .ttl > span {
                margin: 0; } }
        .products_detail__lineup_pdf_item > dt > .file_size {
          display: block;
          font-size: 13px;
          margin-top: 7px;
          color: #6f6f6f;
          text-align: center; }
          @media screen and (max-width: 799px) {
            .products_detail__lineup_pdf_item > dt > .file_size {
              text-align: left; } }
          .products_detail__lineup_pdf_item > dt > .file_size::before {
            display: inline-block;
            content: '\f1c1';
            color: #ff3500;
            font-family: "FontAwesome";
            font-size: 15px;
            height: 15px;
            margin: -1px 6px 0 0;
            vertical-align: top; }
      .products_detail__lineup_pdf_item > dd {
        order: 1;
        width: 100%;
        border-top: solid 3px #00469b;
        padding-top: 1px; }
        @media screen and (max-width: 799px) {
          .products_detail__lineup_pdf_item > dd {
            overflow: hidden;
            position: relative;
            width: 115px;
            border-top: none; } }
        .products_detail__lineup_pdf_item > dd > img {
          width: 100%; }
          @media screen and (max-width: 799px) {
            .products_detail__lineup_pdf_item > dd > img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: auto;
              height: 100%; }
              .products_detail__lineup_pdf_item > dd > img.adj_height {
                height: 63%; } }
    .products_detail__lineup_pdf_link {
      display: block;
      position: relative;
      height: 100%; }
      .products_detail__lineup_pdf_link::after {
        position: absolute;
        right: 6px;
        bottom: 6px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #00469b transparent;
        transition: right 0.1s ease-out, bottom 0.1s ease-out;
        z-index: 10; }
      .products_detail__lineup_pdf_link:hover::after {
        right: 4px;
        bottom: 4px; }
  .products_detail__list > li {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin-top: 10.9975px;
    margin-bottom: -5.0025px;
    line-height: 1.667;
    padding-left: 1em; }
    .products_detail__list > li:first-child {
      margin-top: -5.0025px; }
    .products_detail__list > li > em {
      font-style: normal;
      font-weight: 500; }
    @media screen and (max-width: 899px) {
      .products_detail__list > li {
        font-size: 14px;
        margin-top: 11.002px;
        margin-bottom: -4.998px;
        line-height: 1.714; }
        .products_detail__list > li:first-child {
          margin-top: -4.998px; } }
    .products_detail__list > li::before {
      position: absolute;
      font-family: 'FontAwesome';
      display: inline-block;
      content: '\f111';
      font-size: 1em;
      font-weight: 900;
      color: #6594c6;
      top: 0;
      left: 0;
      transform: scale(0.6); }
      @media screen and (max-width: 899px) {
        .products_detail__list > li::before {
          top: 1px; } }
  .products_detail__list.list_column {
    font-size: 0; }
    .products_detail__list.list_column > li {
      width: 53%;
      vertical-align: top; }
      @media screen and (min-width: 900px), print {
        .products_detail__list.list_column > li:nth-child(-n+2) {
          margin-top: -5.0025px; }
        .products_detail__list.list_column > li:nth-child(2n) {
          width: 47%; } }
      @media screen and (max-width: 899px) {
        .products_detail__list.list_column > li {
          width: 100%; } }
      @media screen and (max-width: 639px) {
        .products_detail__list.list_column > li:nth-child(-n+2) {
          margin-top: 11.002px; }
        .products_detail__list.list_column > li:first-child {
          margin-top: -4.998px; } }
  .products_detail__list.list_column_adj {
    font-size: 0; }
    .products_detail__list.list_column_adj > li {
      width: 20%;
      vertical-align: top; }
      .products_detail__list.list_column_adj > li:nth-child(-n+5) {
        margin-top: -5.0025px; }
      @media screen and (max-width: 899px) {
        .products_detail__list.list_column_adj > li {
          width: 25%; }
          .products_detail__list.list_column_adj > li:nth-child(-n+5) {
            margin-top: 10.9975px; }
          .products_detail__list.list_column_adj > li:nth-child(-n+4) {
            margin-top: -5.0025px; } }
      @media screen and (max-width: 639px) {
        .products_detail__list.list_column_adj > li {
          width: 33%; }
          .products_detail__list.list_column_adj > li:nth-child(-n+4) {
            margin-top: 10.9975px; }
          .products_detail__list.list_column_adj > li:nth-child(-n+3) {
            margin-top: -5.0025px; } }
      @media screen and (max-width: 459px) {
        .products_detail__list.list_column_adj > li {
          width: 50%; }
          .products_detail__list.list_column_adj > li:nth-child(-n+3) {
            margin-top: 10.9975px; }
          .products_detail__list.list_column_adj > li:nth-child(-n+2) {
            margin-top: -5.0025px; } }
  .products_detail__list.list_inline {
    font-size: 0; }
    .products_detail__list.list_inline > li {
      vertical-align: top;
      width: auto;
      display: inline-block;
      margin-right: 26px;
      margin-top: -5.0025px; }
      @media screen and (max-width: 899px) {
        .products_detail__list.list_inline > li {
          width: 100%;
          margin-right: 0;
          margin-top: 11.002px; }
          .products_detail__list.list_inline > li:first-child {
            margin-top: -4.998px; } }
  .products_detail__list_img_flex {
    display: flex;
    justify-content: space-between; }
    .products_detail__list_img_flex.adj_bm {
      margin-bottom: 24px; }
      @media screen and (max-width: 899px) {
        .products_detail__list_img_flex.adj_bm {
          margin-bottom: 20px; } }
    .products_detail__list_img_flex .photo {
      display: block; }
      .products_detail__list_img_flex .photo .w_394 {
        max-width: 394px; }
      .products_detail__list_img_flex .photo .w_384 {
        max-width: 384px; }
      .products_detail__list_img_flex .photo .w_275 {
        max-width: 275px; }
      .products_detail__list_img_flex .photo .w_211 {
        max-width: 211px; }
      .products_detail__list_img_flex .photo > img {
        width: 100%; }
      .products_detail__list_img_flex .photo > figure {
        display: inline-block; }
        .products_detail__list_img_flex .photo > figure .figure_caption {
          display: block;
          margin-top: 8px;
          text-align: center;
          font-size: 14px; }
    .products_detail__list_img_flex .text {
      display: block; }
      .products_detail__list_img_flex .text.w_394 {
        width: 394px; }
      .products_detail__list_img_flex .text.w_384 {
        width: calc( 100% - 384px - 20px ); }
      .products_detail__list_img_flex .text.w_275 {
        width: calc( 100% - 275px - 20px ); }
      .products_detail__list_img_flex .text.w_211 {
        width: calc( 100% - 211px - 20px ); }
      @media screen and (max-width: 899px) {
        .products_detail__list_img_flex .text {
          width: 100% !important; } }
    @media screen and (max-width: 899px) {
      .products_detail__list_img_flex {
        display: block; }
        .products_detail__list_img_flex .photo {
          width: 100%;
          margin-top: 20px;
          text-align: center; }
          .products_detail__list_img_flex .photo.adj_half {
            margin: 0 0 20px 0; }
        .products_detail__list_img_flex .text.w_394 {
          width: 100%; } }
  .products_detail__move_box {
    position: relative;
    font-size: 0;
    margin-top: 36px; }
    @media screen and (max-width: 899px) {
      .products_detail__move_box {
        margin-top: 20px; } }
    .products_detail__move_box > .ttl {
      background: #898989;
      color: #fff;
      padding: 7px 0 9px 16px;
      margin-bottom: 20px;
      font-size: 16px;
      font-feature-settings: 'palt';
      font-weight: 500; }
      @media screen and (max-width: 899px) {
        .products_detail__move_box > .ttl {
          padding: 8px 0 10px 11px;
          margin-bottom: 10px;
          font-size: 14px; } }
    .products_detail__move_box > .media {
      width: calc(50% - 8px);
      margin-bottom: 20px; }
      .products_detail__move_box > .media > img {
        width: 100%; }
      .products_detail__move_box > .media.youtube {
        position: absolute;
        top: 52px;
        right: 0; }
        .products_detail__move_box > .media.youtube > .youtube_content {
          position: relative;
          width: 100%;
          padding-bottom: 56.25%;
          height: 0px; }
          .products_detail__move_box > .media.youtube > .youtube_content > iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      @media screen and (max-width: 899px) {
        .products_detail__move_box > .media.youtube {
          top: 42px; } }
      @media screen and (max-width: 639px) {
        .products_detail__move_box > .media {
          width: 100%;
          margin-bottom: 12px; }
          .products_detail__move_box > .media.youtube {
            position: static; } }
    .products_detail__move_box > .olist > ol {
      counter-reset: section; }
      @media screen and (max-width: 899px) {
        .products_detail__move_box > .olist > ol {
          margin-bottom: 20px; } }
      .products_detail__move_box > .olist > ol > li {
        position: relative;
        margin-top: 10.9975px;
        margin-bottom: -5.0025px;
        padding-left: 1.2em;
        font-size: 15px;
        list-style: none;
        line-height: 1.667; }
        .products_detail__move_box > .olist > ol > li:first-child {
          margin-top: -5.0025px; }
        .products_detail__move_box > .olist > ol > li::before {
          position: absolute;
          left: 0;
          display: inline-block;
          content: counter(section) ".";
          counter-increment: section;
          font-size: 1em; }
        @media screen and (max-width: 899px) {
          .products_detail__move_box > .olist > ol > li {
            font-size: 14px;
            margin-top: 11.002px;
            margin-bottom: -4.998px;
            line-height: 1.714; }
            .products_detail__move_box > .olist > ol > li:first-child {
              margin-top: -4.998px; } }
  .products_detail__specification {
    font-size: 0; }
    .products_detail__specification > li {
      margin-bottom: 24px; }
    .products_detail__specification > li.adj_inline-block {
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 899px) {
        .products_detail__specification > li.adj_inline-block {
          display: block; } }
  .products_detail__table_normal > ul {
    background: #f7f9fb; }
    .products_detail__table_normal > ul > li:first-child {
      border-top: solid 1px #ced2d6; }
    .products_detail__table_normal > ul > li {
      width: 100%;
      font-size: 0;
      border-bottom: solid 1px #ced2d6; }
      .products_detail__table_normal > ul > li > * {
        display: inline-block;
        padding: 11px 15px 12px 15px;
        font-size: 14px;
        line-height: 1.571;
        vertical-align: top; }
        @media screen and (max-width: 899px) {
          .products_detail__table_normal > ul > li > * {
            padding: 8px 15px 10px 15px;
            font-size: 13px;
            line-height: 1.462; } }
      .products_detail__table_normal > ul > li > .ttl {
        font-weight: 500;
        font-style: normal; }
      .products_detail__table_normal > ul > li > .txt {
        background: #fff; }
    .table_half .products_detail__table_normal > ul {
      display: inline-block;
      width: 50%; }
    .products_detail__table_normal > ul.w_122 > li > .ttl {
      width: 122px; }
    .products_detail__table_normal > ul.w_122 > li > .txt {
      width: calc(100% - 122px); }
    .products_detail__table_normal > ul.w_136 > li > .ttl {
      width: 136px; }
    .products_detail__table_normal > ul.w_136 > li > .txt {
      width: calc(100% - 136px); }
    @media screen and (max-width: 899px) {
      .products_detail__table_normal > ul > li > .ttl {
        width: 100% !important; }
      .products_detail__table_normal > ul > li > .txt {
        width: 100% !important; }
      .products_detail__table_normal > ul > li:last-child {
        border-bottom: none; }
      .products_detail__table_normal > ul + ul > li:first-child {
        border-top: solid 1px #ced2d6; } }
  .products_detail__table_normal.half {
    font-size: 0; }
    .products_detail__table_normal.half > ul {
      width: 50%;
      display: inline-block; }
      @media screen and (max-width: 899px) {
        .products_detail__table_normal.half > ul {
          width: 100%; } }
  @media screen and (max-width: 899px) {
    .products_detail__table_vertical.half > table > tbody {
      border-top: none;
      border-bottom: solid 1px #ced2d6; } }
  @media screen and (max-width: 899px) {
    .products_detail__table_vertical.half > table > tbody > tr {
      width: 100%;
      display: block;
      border-bottom: none; } }
  @media screen and (max-width: 899px) {
    .products_detail__table_vertical.half > table > tbody > tr > th {
      width: 100%;
      display: block;
      border-top: solid 1px #ced2d6; }
      .products_detail__table_vertical.half > table > tbody > tr > th:empty {
        display: none; } }
  .products_detail__table_vertical.half > table > tbody > tr > th + td {
    width: 280px; }
    @media screen and (max-width: 899px) {
      .products_detail__table_vertical.half > table > tbody > tr > th + td {
        width: 100%; } }
  .products_detail__table_vertical_content {
    width: 100%;
    height: auto; }
    .products_detail__table_vertical_content > tbody {
      border-top: solid 1px #ced2d6; }
      .products_detail__table_vertical_content > tbody > tr {
        border-bottom: solid 1px #ced2d6; }
        .products_detail__table_vertical_content > tbody > tr > th {
          font-size: 14px;
          font-weight: 500;
          font-style: normal;
          line-height: 1.571;
          background: #f7f9fb;
          padding: 11px 15px 12px 15px;
          width: 122px;
          white-space: nowrap;
          text-align: left; }
          @media screen and (max-width: 899px) {
            .products_detail__table_vertical_content > tbody > tr > th {
              display: block;
              width: 100%; }
              .products_detail__table_vertical_content > tbody > tr > th:empty {
                display: none; } }
        .products_detail__table_vertical_content > tbody > tr > td {
          font-size: 14px;
          line-height: 1.571;
          padding: 11px 15px 12px 15px; }
          .products_detail__table_vertical_content > tbody > tr > td .products_detail__list > li {
            margin-top: 4px;
            line-height: 1.3; }
            .products_detail__table_vertical_content > tbody > tr > td .products_detail__list > li:first-child {
              margin-top: -5.0025px; }
          @media screen and (max-width: 899px) {
            .products_detail__table_vertical_content > tbody > tr > td {
              display: block;
              width: 100%; }
              .products_detail__table_vertical_content > tbody > tr > td:empty {
                display: none; } }
  .products_detail__table_scroll.adj_mt {
    margin-top: 22px; }
    @media screen and (max-width: 899px) {
      .products_detail__table_scroll.adj_mt {
        margin-top: 18px; } }
  @media screen and (max-width: 899px) {
    .products_detail__table_scroll::before {
      content: '横にスワイプして閲覧してください';
      display: block;
      max-height: 100%;
      font-size: 12px;
      padding: 0 0 10px 0; } }
  .products_detail__table_scroll th, .products_detail__table_scroll td {
    font-size: 14px;
    line-height: 1.286;
    vertical-align: middle;
    text-align: center;
    padding: 6px 0 8px 0; }
    @media screen and (max-width: 899px) {
      .products_detail__table_scroll th, .products_detail__table_scroll td {
        font-size: 13px;
        line-height: 1.385; } }
  .products_detail__table_scroll th {
    font-weight: 500; }
  @media screen and (max-width: 863px) {
    .products_detail__table_scroll_shadow {
      position: relative;
      overflow-x: auto;
      background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 75%) 100% center;
      background-size: 10px 110%, 10px 110%;
      background-attachment: scroll, scroll;
      background-repeat: no-repeat;
      width: auto;
      margin: 0; } }
  .products_detail__table_scroll_content {
    width: 100%; }
    @media screen and (max-width: 863px) {
      .products_detail__table_scroll_content {
        position: relative;
        background: radial-gradient(ellipse at left, white 30%, rgba(255, 255, 255, 0) 70%) 0 center, radial-gradient(ellipse at right, white 30%, rgba(255, 255, 255, 0) 70%) 100% center;
        background-size: 30px 200%, 30px 200%;
        background-repeat: no-repeat;
        width: 804px;
        margin: 0; } }
  .products_detail__table_scroll_content.normal > thead > tr > th {
    background: rgba(50, 50, 50, 0.6);
    min-height: 48px;
    color: #fff; }
    .products_detail__table_scroll_content.normal > thead > tr > th:not(:first-child) {
      border-left: solid 1px #fff; }
  .products_detail__table_scroll_content.normal > thead > tr.min_h48 th {
    height: 48px; }
  .products_detail__table_scroll_content.normal > tbody > tr:nth-child(even) {
    background: rgba(221, 221, 221, 0.3); }
  .products_detail__table_scroll_content.normal > tbody > tr > * {
    border-bottom: solid 1px #ced2d6;
    border-left: solid 1px #ced2d6; }
  .products_detail__table_scroll_content.normal > tbody > tr > *:first-child {
    border-left: 0; }
  .products_detail__table_scroll_content.normal > tbody > tr.adj_bg_color > * {
    background: #fff6dc; }
  .products_detail__table_scroll_content.normal > tbody > tr > th {
    border-left: none; }
  .products_detail__table_scroll_content.normal > tbody > tr > th.adj_bg_color {
    background: rgba(50, 50, 50, 0.6);
    color: #fff; }
  .products_detail__table_scroll_content.normal > tbody.adj_position > tr > th {
    text-align: left;
    padding-left: 16px; }
  .products_detail__table_scroll_content.normal > tbody.adj_position > tr > td {
    text-align: right;
    padding-right: 24px;
    width: 150px; }
  .products_detail__table_scroll_content.nest {
    position: relative; }
    .products_detail__table_scroll_content.nest > tbody > tr > * {
      text-align: left;
      padding-left: 16px; }
    .products_detail__table_scroll_content.nest > tbody > tr:first-child > th {
      border-top: solid 1px #ced2d6; }
    .products_detail__table_scroll_content.nest > tbody > tr:last-child::after {
      position: absolute;
      content: '';
      display: block;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ced2d6; }
    .products_detail__table_scroll_content.nest > tbody > tr > .ttl_parent {
      width: 108px;
      padding-right: 16px;
      white-space: nowrap;
      background: rgba(50, 50, 50, 0.6);
      border-top: solid 1px #fff;
      color: #fff; }
    .products_detail__table_scroll_content.nest > tbody > tr > .ttl {
      width: 100px;
      white-space: nowrap;
      padding-right: 16px;
      background: rgba(113, 113, 113, 0.3);
      border-top: solid 1px #fff; }
    .products_detail__table_scroll_content.nest > tbody > tr > td {
      border-top: solid 1px #ced2d6; }
  .products_detail__table_scroll_content.simple > thead > tr {
    border-top: solid 1px #ced2d6;
    border-bottom: solid 1px #ced2d6; }
    .products_detail__table_scroll_content.simple > thead > tr > th {
      background: rgba(237, 241, 245, 0.6);
      min-height: 48px;
      text-align: left; }
      .products_detail__table_scroll_content.simple > thead > tr > th:first-child {
        padding-left: 15px; }
      .products_detail__table_scroll_content.simple > thead > tr > th:not(:first-child) {
        border-left: solid 1px #ced2d6;
        text-align: center; }
  .products_detail__table_scroll_content.simple > tbody > tr > * {
    border-bottom: solid 1px #ced2d6;
    border-left: solid 1px #ced2d6; }
  .products_detail__table_scroll_content.simple > tbody > tr.adj_bg_color > * {
    background: #fff6dc; }
  .products_detail__table_scroll_content.simple > tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(237, 241, 245, 0.6);
    border-left: none;
    text-align: left;
    width: 138px;
    white-space: nowrap; }
  .products_detail__table_scroll_content.simple > tbody > tr > td {
    width: 222px;
    text-align: left;
    padding: 12px 0 13px 15px; }
    .products_detail__table_scroll_content.simple > tbody > tr > td > .products_detail__list > li {
      font-size: 14px;
      margin-top: 7px;
      line-height: 1; }
      .products_detail__table_scroll_content.simple > tbody > tr > td > .products_detail__list > li:first-child {
        margin-top: -4px; }
  .products_detail__link_blank {
    display: inline-block; }
    .products_detail__link_blank > a {
      position: relative;
      display: block;
      border: solid 2px #ced2d6;
      padding: 14px 28px 14px 15px;
      transition: color 0.2s ease-out, background 0.2s ease-out; }
      .products_detail__link_blank > a::before, .products_detail__link_blank > a::after {
        display: inline-block;
        font-family: "FontAwesome"; }
      .products_detail__link_blank > a::before {
        content: '\f35d';
        font-size: 14px;
        font-weight: 900;
        vertical-align: top;
        color: #a1a1a1;
        margin-right: 8px;
        transition: color 0.2s ease-out; }
      .products_detail__link_blank > a::after {
        position: absolute;
        font-weight: 400;
        color: #00469b;
        content: "\f054";
        font-weight: 900;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px; }
      .products_detail__link_blank > a:hover {
        background: #f8f9fb;
        color: #00469b; }
        .products_detail__link_blank > a:hover::before {
          color: #00469b; }
  .products_detail__catalog_link {
    font-size: 0; }
    @media screen and (max-width: 899px) {
      .products_detail__catalog_link {
        width: 529px; } }
    @media screen and (max-width: 639px) {
      .products_detail__catalog_link {
        width: 100%; } }
    .products_detail__catalog_link > li {
      display: inline-block;
      margin-left: 15px;
      box-shadow: 1px 1px 0px 0px #ced0d2;
      vertical-align: top; }
      .products_detail__catalog_link > li:nth-child(3n+1) {
        margin-left: 0; }
      .products_detail__catalog_link > li:nth-child(n+4) {
        margin-top: 17px; }
      @media screen and (max-width: 899px) {
        .products_detail__catalog_link > li:nth-child(3n+1) {
          margin-left: 15px; }
        .products_detail__catalog_link > li:nth-child(2n+1) {
          margin-left: 0; }
        .products_detail__catalog_link > li:nth-child(n+3) {
          margin-top: 17px; } }
      @media screen and (max-width: 639px) {
        .products_detail__catalog_link > li {
          display: block;
          margin-left: 0 !important; }
          .products_detail__catalog_link > li:nth-child(n+2) {
            margin-top: 10px !important; } }
      .products_detail__catalog_link > li > a {
        position: relative;
        display: flex;
        align-items: center;
        background: #f2f4f7;
        width: 257px;
        height: 71px;
        padding: 0 32px 0 16px;
        transition: background 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .products_detail__catalog_link > li > a {
            height: 63px; } }
        @media screen and (max-width: 639px) {
          .products_detail__catalog_link > li > a {
            width: 100%; } }
        .products_detail__catalog_link > li > a::after {
          position: absolute;
          top: 50%;
          right: 10px;
          content: '';
          display: block;
          width: 9.906px;
          height: 17.15px;
          background-image: url(../images/icon/icon_arrow_right_catalog.svg);
          transform: translateY(-50%); }
        .products_detail__catalog_link > li > a > span .ttl {
          display: inline;
          margin-right: 0.6em;
          font-style: normal;
          font-size: 15px;
          font-weight: 500;
          line-height: 1.4;
          transition: color 0.2s ease-out; }
          @media screen and (max-width: 899px) {
            .products_detail__catalog_link > li > a > span .ttl {
              font-size: 14px; } }
        .products_detail__catalog_link > li > a > span .capa {
          display: inline-block;
          color: #afafaf;
          font-size: 13px;
          font-weight: lighter;
          font-style: normal;
          line-height: 1.4; }
          @media screen and (max-width: 899px) {
            .products_detail__catalog_link > li > a > span .capa {
              font-size: 12px; } }
          .products_detail__catalog_link > li > a > span .capa::before {
            display: inline-block;
            font-family: 'FontAwesome';
            font-size: 16px;
            content: '\f1c1';
            color: #ff3500;
            margin-right: .2rem; }
            @media screen and (max-width: 899px) {
              .products_detail__catalog_link > li > a > span .capa::before {
                font-size: 15px; } }
        .products_detail__catalog_link > li > a:hover {
          background: #f8f9fb; }
          .products_detail__catalog_link > li > a:hover > span .ttl {
            color: #00469b; }
  .products_detail__battery_flow {
    font-size: 0; }
    .products_detail__battery_flow > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: calc( 100%/3 ); }
      @media screen and (max-width: 639px) {
        .products_detail__battery_flow > li {
          display: block;
          max-width: 268px;
          width: 100%;
          margin: 0 auto; } }
      .products_detail__battery_flow > li::before {
        position: absolute;
        right: 0;
        content: '';
        display: block;
        background: #fff;
        width: 1px;
        height: 100%; }
        @media screen and (max-width: 639px) {
          .products_detail__battery_flow > li::before {
            width: 100%;
            height: 1px;
            bottom: 0; } }
      .products_detail__battery_flow > li::after {
        position: absolute;
        top: calc(50% - 12px);
        left: -13px;
        content: "\f0da";
        font-family: "FontAwesome";
        font-weight: 900;
        display: block;
        background: #6594c6;
        width: 24px;
        height: 24px;
        color: #fff;
        padding: 4px 0 0 10px;
        border-radius: 50%;
        font-size: 16px; }
        @media screen and (max-width: 639px) {
          .products_detail__battery_flow > li::after {
            top: -13px;
            left: calc(50% - 12px);
            content: "\f0d7";
            padding-left: 7px; } }
      .products_detail__battery_flow > li:first-child::after {
        content: none; }
      .products_detail__battery_flow > li:last-child::before {
        content: none; }
      .products_detail__battery_flow > li > img {
        width: 100%; }
      .products_detail__battery_flow > li > span {
        position: absolute;
        top: -10px;
        right: 6px; }
        .products_detail__battery_flow > li > span > img {
          width: 91px; }
          @media screen and (max-width: 899px) {
            .products_detail__battery_flow > li > span > img {
              width: 10.12vw; } }
          @media screen and (max-width: 639px) {
            .products_detail__battery_flow > li > span > img {
              width: 91px; } }
  .products_detail__accessory {
    display: inline-block;
    position: relative;
    margin-left: 33px;
    padding-left: 32px;
    border-left: dotted 1px #ced2d6; }
    @media screen and (max-width: 899px) {
      .products_detail__accessory {
        margin-left: 0;
        padding-left: 0;
        border-left: none; } }
    .products_detail__accessory .list_width {
      width: 380px; }
      @media screen and (max-width: 450px) {
        .products_detail__accessory .list_width {
          width: 100%; } }
    .products_detail__accessory .photo {
      position: absolute;
      right: 0;
      top: 0;
      transform: translateX(65%); }
      .products_detail__accessory .photo > .w_130 {
        width: 130px; }
      @media screen and (max-width: 639px) {
        .products_detail__accessory .photo {
          transform: translateX(0); } }
      @media screen and (max-width: 450px) {
        .products_detail__accessory .photo {
          width: 40%;
          top: inherit;
          bottom: 28px; }
          .products_detail__accessory .photo img {
            width: 100%; } }
  .products_detail__annotation {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
    color: #515151;
    padding-left: 1em; }
    .products_detail__annotation > i {
      font-style: normal;
      position: absolute;
      top: 0;
      left: 0; }

.products_contact {
  margin-top: 50px; }
  @media screen and (max-width: 639px) {
    .products_contact {
      margin-top: 22px; } }
  .products_contact__inner > .ttl {
    padding: 19px 0 19px 0;
    border-top: solid 2px #00469b;
    border-bottom: solid 1px #ced2d6;
    font-size: 17px;
    font-weight: 500;
    font-feature-settings: 'palt';
    text-align: center; }
    @media screen and (max-width: 639px) {
      .products_contact__inner > .ttl {
        font-size: 16px;
        padding: 9px 0 11px 0; } }
  .products_contact__inner > .content {
    background: #f2f4f7;
    padding: 23px 0 24px 0;
    font-size: 0;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .products_contact__inner > .content {
        padding: 16px 0 17px 0; } }
    .products_contact__inner > .content > span {
      display: inline-block;
      vertical-align: top; }
      .products_contact__inner > .content > span:first-child {
        margin-right: 40px; }
      @media screen and (max-width: 639px) {
        .products_contact__inner > .content > span {
          display: block; }
          .products_contact__inner > .content > span:first-child {
            margin-right: 0;
            margin-bottom: 17px; } }
    @media screen and (max-width: 639px) {
      .products_contact__inner > .content .contact_tell {
        width: 190px;
        height: auto; } }
    .products_contact__inner > .content .content_link {
      position: relative;
      display: inline-block;
      background: #fff;
      width: 240px;
      padding: 9px 8px 11px 0;
      border: solid 2px #00469b;
      border-radius: 20px;
      color: #00469b;
      font-feature-settings: 'palt';
      font-size: 16px;
      font-weight: 500;
      transition: background 0.2s ease-out; }
      @media screen and (max-width: 639px) {
        .products_contact__inner > .content .content_link {
          font-size: 17px;
          padding: 10px 8px 12px 0; } }
      .products_contact__inner > .content .content_link::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f054";
        font-size: 14px;
        font-weight: 900;
        transform: translateY(-50%); }
      .products_contact__inner > .content .content_link:hover {
        background: #f8f9fb; }

/*# sourceMappingURL=common_products.css.map */
.products_detail__lineup.col_3 a {
display: block;
}
.products_detail__lineup.col_3 a:hover {
opacity: 0.7;
}
.products_detail__lineup.col_3 span.file_size::before {
display: inline-block;
content: '\f1c1';
color: #ff3500;
font-family: "FontAwesome";
font-size: 15px;
height: 15px;
margin:
-1px 6px 0 0;
vertical-align: top;
}

.products_detail__lineup.col_3 span.file_size {
display: block;
font-size: 13px;
margin-top: 7px;
color: #6f6f6f;
text-align: center;
}