@charset "UTF-8";
/* CSS Document */
/*----CSS image gallery---------*/
.gallery img {
  max-width: 100%;
  vertical-align: top; }

.h42 {
  padding-top: 65.625%; }

.h45 {
  padding-top: 70.3125%; }

.gallery {
  display: flex;
  margin: 10px 0;
  max-width: 640px;
  position: relative;
  /*padding-top: $max-img-height42/$max-img-width  100%;*/ }
  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0%);
    transition: opacity 0.3s ease-in-out; }
  .gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block; }
  .gallery__selector {
    position: absolute;
    filter: opacity(0%);
    visibility: hidden; }
    .gallery__selector:checked + .gallery__img {
      filter: opacity(100%); }
    .gallery__selector:checked ~ .gallery__thumb > img {
      box-shadow: 0 0 0 2px #0066CC; }

@media (min-width: 640px) {
  .h42 {
    padding-top: 420px; }

  .h45 {
    padding-top: 450px; } }
/*-------------*/
/*select menu*/
.menu_select {
  margin-bottom: 10px; }
  .menu_select select {
    border: 1px solid #999;
    background: #FFF;
    font-size: 1rem;
    padding: 5px; }
  .menu_select option[disabled] {
    display: none; }

/*---------------------------*/
/*製品機能のタグ表示　ul*/
.products_tags {
  list-style: none;
  display: flow-root;
  margin: 0 0 10px 0;
  font-size: 0.8rem; }
  .products_tags li {
    float: left;
    margin: 0; }
    .products_tags li a {
      display: block;
      margin: 0 5px 5px 0;
      padding: 5px 10px;
      background: #666;
      color: #FFF; }
    .products_tags li a:hover {
      background: #F90; }

/*---------------------------*/
/*　製品案内のアイコン　　　*/
span.icon {
  font-size: 0.8rem;
  font-weight: normal;
  white-space: nowrap;
  padding: 2px 4px;
  margin: 0 2px;
  border-radius: 2px;
  color: #FFF; }

span.endsales, span.endproduct {
  background: #666; }

span.previous {
  background: #FF9A18; }

/*---------------------------*/
/*　一覧のリストページ　　　*/
/*---------------------------*/
/*カテゴリー別*/
ul.category_list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0; }
  ul.category_list li {
    margin: 0 0 10px 0;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC; }
    ul.category_list li h2 {
      margin: 0 0 10px 0;
      padding: 0;
      border: none;
      border-bottom: 1px solid #174E9D; }
      ul.category_list li h2 img {
        vertical-align: middle;
        padding-left: 3px; }
    ul.category_list li div.f_container > div:first-child {
      text-align: center; }
      ul.category_list li div.f_container > div:first-child img {
        vertical-align: bottom;
        width: 100%;
        max-width: 300px;
        padding-bottom: 10px; }
    ul.category_list li div.f_container > div:last-child h3, ul.category_list li div.f_container > div:last-child p {
      margin: 0 0 10px 0;
      padding: 0;
      border: none;
      font-weight: normal;
      color: #333;
      font-size: 1rem; }
    ul.category_list li div.f_container > div:last-child dl {
      margin: 0; }
  ul.category_list li a {
    display: block; }
    ul.category_list li a h3, ul.category_list li a p, ul.category_list li a dl {
      color: #333; }
  ul.category_list li a:hover h3, ul.category_list li a:hover p, ul.category_list li a:hover dl {
    color: #333; }
  ul.category_list li a:hover h2 {
    border-bottom-color: #CC0066; }
  ul.category_list li:hover {
    border: 1px solid #CC0066; }
  ul.category_list li.endsales,
  ul.category_list li.endsales:hover,
  ul.category_list li.nolink,
  ul.category_list li.nolink:hover {
    border: 1px solid #CCC; }

@media screen and (min-width: 640px) {
  ul.category_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px; }
    ul.category_list li {
      margin: 0; }
    ul.category_list li:nth-child(5n-4) {
      grid-column: 1 / 3; }
      ul.category_list li:nth-child(5n-4) .f_container {
        display: flex; }
        ul.category_list li:nth-child(5n-4) .f_container > div:first-child {
          width: 40%; }
          ul.category_list li:nth-child(5n-4) .f_container > div:first-child img {
            padding-bottom: 0; }
        ul.category_list li:nth-child(5n-4) .f_container > div:last-child {
          width: calc(60% - 10px);
          margin-left: 10px; }

  ul.endsales li:nth-child(5n-4) {
    grid-column: auto; }
    ul.endsales li:nth-child(5n-4) .f_container {
      display: block; }
      ul.endsales li:nth-child(5n-4) .f_container > div:first-child,
      ul.endsales li:nth-child(5n-4) .f_container > div:last-child {
        width: 100%; } }
@media screen and (min-width: 1025px) {
  ul.category_list {
    grid-template-columns: repeat(3, 1fr); }
    ul.category_list li:nth-child(5n-4) {
      grid-column: auto; }
      ul.category_list li:nth-child(5n-4) .f_container {
        display: block; }
        ul.category_list li:nth-child(5n-4) .f_container > div:first-child,
        ul.category_list li:nth-child(5n-4) .f_container > div:last-child {
          width: 100%;
          margin-left: 0; }
    ul.category_list li:nth-child(7n-6) {
      grid-column: 1 / 4; }
      ul.category_list li:nth-child(7n-6) .f_container {
        display: flex;
        padding: 0 80px; }
        ul.category_list li:nth-child(7n-6) .f_container > div:first-child {
          width: 40%; }
          ul.category_list li:nth-child(7n-6) .f_container > div:first-child img {
            padding-bottom: 0; }
        ul.category_list li:nth-child(7n-6) .f_container > div:last-child {
          width: calc(60% - 10px);
          margin-left: 10px; }

  ul.endsales li:nth-child(7n-6) {
    grid-column: auto; }
    ul.endsales li:nth-child(7n-6) .f_container {
      display: block;
      padding: 0; }
      ul.endsales li:nth-child(7n-6) .f_container > div:first-child,
      ul.endsales li:nth-child(7n-6) .f_container > div:last-child {
        width: 100%; } }
/*enページカテゴリートップ*/
.width_en {
  max-width: 1024px;
  margin: 0 auto; }

.category_en li {
  text-align: center; }
  .category_en li a span {
    display: block;
    background-color: #333;
    color: #FFF;
    margin: 15px -15px -15px -15px;
    padding: 5px; }
  .category_en li a:hover span {
    background-color: #F30; }
    .category_en li a:hover span img {
      filter: alpha(opacity=100);
      opacity: 1; }

/*---------------------*/
/*全商品一覧、検索結果ページネイト*/
.paginate,
.ajaxSearch_paging {
  text-align: center;
  margin: 15px 0;
  padding: 4px 0;
  font-size: 0.8rem;
  line-height: 2;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }
  .paginate a,
  .paginate .ditto_currentpage,
  .paginate .ajaxSearch_currentPage,
  .ajaxSearch_paging a,
  .ajaxSearch_paging .ditto_currentpage,
  .ajaxSearch_paging .ajaxSearch_currentPage {
    font-size: 0.8rem;
    text-decoration: none;
    padding: 3px 0.5em;
    margin: 0 2px;
    border-radius: 1em;
    background: #CCC;
    color: #666; }
  .paginate a:hover,
  .paginate .ditto_currentpage,
  .paginate .ajaxSearch_currentPage,
  .ajaxSearch_paging a:hover,
  .ajaxSearch_paging .ditto_currentpage,
  .ajaxSearch_paging .ajaxSearch_currentPage {
    background: #174E9D;
    color: #FFF; }

.ajaxSearch_paging {
  display: block;
  text-align: left;
  font-size: 1rem; }

/*------------------------------------
製品ページ　ProductsBox.css
------------------------------------*/
/*製品名(pagetitle) ヘッドコピー(introtext p)*/
#ProductsBox {
  border: 1px solid #DDD;
  background: #FFF;
  margin: 0;
  padding: 20px;
  position: relative;
  /*バナー表示*/ }
  #ProductsBox hgroup {
    display: block; }
  #ProductsBox h1 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-left: none;
    border-bottom: 1px solid #174E9D; }
    #ProductsBox h1 img {
      vertical-align: middle; }
  #ProductsBox > p {
    margin: 0 0 10px 0; }
  #ProductsBox .page {
    margin: 0 0 0 -20px;
    display: flex; }
    #ProductsBox .page > nav.products_pagemenu {
      width: 38px; }
      #ProductsBox .page > nav.products_pagemenu ul {
        position: sticky;
        top: 30px;
        left: 0;
        list-style: none;
        margin: 0 0 20px 0; }
        #ProductsBox .page > nav.products_pagemenu ul li {
          margin: 0 0 5px 0; }
          #ProductsBox .page > nav.products_pagemenu ul li a {
            display: block;
            background: #0066CC;
            color: #FFF;
            padding: 0.5em;
            width: 2em;
            line-height: 1;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px; }
          #ProductsBox .page > nav.products_pagemenu ul li a:hover {
            background: #F90; }
    #ProductsBox .page > div {
      width: calc(100% - 38px); }
  #ProductsBox .banner,
  #ProductsBox .cflist .banner {
    text-align: center; }
    #ProductsBox .banner img,
    #ProductsBox .cflist .banner img {
      padding: 0 2px; }

/*--------------------------------------*/
/*写真エリア maxigallery.css*/
#products_photos {
  margin-bottom: 10px;
  position: relative; }

/*対応バナースペース*/
.taiou_mini_banner {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 15%;
  max-width: 80px;
  z-index: 2; }
  .taiou_mini_banner p {
    margin: 0;
    padding: 0; }
  .taiou_mini_banner img {
    padding-bottom: 4px;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom; }

/*--------------------------------------*/
/*JANと型番 section*/
#JANcode > div:first-child {
  flex-grow: 2;
  margin: 0 0 20px 0;
  padding: 15px;
  border: 2px solid #CCC; }
  #JANcode > div:first-child h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    margin: 0 0 0.5em 0;
    border: none;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #CCC; }
  #JANcode > div:first-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    overflow: hidden;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  #JANcode > div:first-child li {
    margin: 0;
    padding: 0; }
    #JANcode > div:first-child li dl {
      margin: 0; }
    #JANcode > div:first-child li .jan dt,
    #JANcode > div:first-child li .productcode dt {
      width: 4em;
      min-width: 4em; }

/*発売日　価格　JAN　カラー　対応 アイコン dl div*/
.ProductsDate,
.ProductsPrice,
.color,
.ProductsHard,
.jan,
.productcode {
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 2px; }
  .ProductsDate dt,
  .ProductsPrice dt,
  .color dt,
  .ProductsHard dt,
  .jan dt,
  .productcode dt {
    font-size: 0.7rem;
    min-width: 7em;
    font-weight: normal;
    margin: 0 5px 0 0; }
    .ProductsDate dt > span,
    .ProductsPrice dt > span,
    .color dt > span,
    .ProductsHard dt > span,
    .jan dt > span,
    .productcode dt > span {
      display: block;
      text-align: center;
      border: 1px solid #DDD;
      border-radius: 3px;
      white-space: nowrap;
      background: #FFF; }
  .ProductsDate dd,
  .ProductsPrice dd,
  .color dd,
  .ProductsHard dd,
  .jan dd,
  .productcode dd {
    margin: 0; }

.jan dd,
.productcode dd {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.95rem; }

#JANcode .color {
  display: block; }
  #JANcode .color span {
    font-size: 0.7rem; }

/*サポートページヘのリンク　ライセンス表示など*/
@media screen and (min-width: 1025px) {
  #JANcode {
    display: flex; }
    #JANcode > div.spec_add {
      width: 35%;
      padding-left: 20px; } }
.spec_add {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 0.9rem; }
  .spec_add img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .spec_add p, .spec_add .strongstrong {
    margin: 0 0 0.5em 0; }
  .spec_add p.copy {
    margin-bottom: 2em; }
  .spec_add .SupportLink + p.copy {
    margin-top: 9px;
    padding: 9px 0 0 0;
    border-top: 1px dashed #BBB; }

/*サポート取説リンク　spec_add内*/
.SupportLink {
  line-height: 1.2; }
  .SupportLink a {
    display: block;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    background-color: #DDD;
    background-image: url("linkbg_support.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
    min-height: 40px;
    color: #000; }
  .SupportLink a:hover {
    background-color: #F90;
    text-decoration: none;
    color: #FFF; }

.manual a, .manual a:hover {
  background-image: url("/assets/images/icon/icon_pdf_b.svg"), url("linkbg_manual.svg");
  background-repeat: no-repeat;
  background-position: 5px center, right bottom;
  background-size: 40px,200px;
  padding-left: 50px; }

/*製品スペックsection*/
#products_spec {
  padding: 20px;
  background: #F6F6F6;
  border-radius: 10px; }
  #products_spec h2 {
    font-size: 1.2rem; }
  #products_spec dl {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
    margin: 0; }
  #products_spec dt {
    background: #999;
    color: #FFF;
    margin: 0;
    padding: 2px 10px;
    font-weight: 400; }
  #products_spec dd {
    margin: 0 0 0.5em 0;
    padding: 5px 10px;
    background: #FFF; }
    #products_spec dd ul {
      list-style: square;
      margin: 0 0 0 1em;
      padding: 0; }
    #products_spec dd ul ul,
    #products_spec dd ul.ProductsDateList {
      list-style: circle; }
    #products_spec dd ol {
      margin: 0 0 0 2em;
      padding: 0; }
    #products_spec dd ol + p {
      margin-top: 0.5em; }
    #products_spec dd li {
      padding: 0;
      margin: 0; }
    #products_spec dd ul.note {
      list-style: none;
      margin: 5px 0 0.5em 0;
      padding: 8px 8px 4px 8px; }
      #products_spec dd ul.note li {
        padding: 0 0 0 1em;
        text-indent: -1em;
        margin: 0 0 4px 0; }
    #products_spec dd div.note {
      margin: 5px 0 2em 0;
      padding: 10px 10px 5px 10px;
      background: #F6F6F6;
      border: 1px dashed #8BA6CE; }
      #products_spec dd div.note p {
        margin: 0 0 10px 0; }
      #products_spec dd div.note h5 {
        margin: 0 0 5px 0; }
      #products_spec dd div.note ul.notes {
        margin: 0; }
    #products_spec dd ul.notes {
      list-style: none;
      margin: 5px 0 1em 0; }
      #products_spec dd ul.notes li {
        padding: 0 0 0 1em;
        text-indent: -1em; }
    #products_spec dd h4 {
      margin: 10px 0 5px 0;
      padding: 0 10px 0 5px;
      background-color: transparent;
      border-left: 8px solid #999; }
  #products_spec dd:last-child {
    margin: 0; }
  #products_spec p {
    margin: 0 0 1em 0; }
  #products_spec .strongstrong {
    margin: 1em 0; }
    #products_spec .strongstrong p {
      margin-bottom: 0; }
  #products_spec b, #products_spec i, #products_spec em, #products_spec strong {
    color: #F00;
    text-decoration: none;
    font-style: normal;
    font-size: 1rem; }

@media screen and (min-width: 640px) {
  #products_spec dl {
    grid-template-columns: 7.5em auto;
    gap: 3px; }
  #products_spec dt, #products_spec dd {
    padding: 10px; }
  #products_spec dd {
    margin: 0; } }
/*--------------------------------------*/
/*動画　バナーエリア*/
.Productsbanner {
  margin: 0 0 15px 0;
  padding: 0; }
  .Productsbanner p.banner {
    background: #EEE;
    margin: 0;
    padding: 0; }
  .Productsbanner img {
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%; }

/*----------------------------------*/
/*製品説明エリア section*/
/*-----------------------------------*/
#products_text {
  margin: 0;
  padding: 0; }
  #products_text h3 {
    background: #DDD;
    padding: 3px 10px;
    color: #000;
    border: none; }
  #products_text h3.h3img {
    background: #FFF;
    margin-top: 30px; }
    #products_text h3.h3img img {
      max-width: 100%;
      height: auto; }
  #products_text h3 + h2 {
    margin: 0 0 10px 0; }
  #products_text h2 {
    background: #FFF;
    margin: 60px 0 10px 0;
    border-left: 8px solid #DDD;
    padding: 0 0 0 8px; }
    #products_text h2 img {
      max-width: 100%;
      height: auto; }
  #products_text .image_frame {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #products_text .image_frame img {
      vertical-align: bottom;
      border: 1px solid #CCC; }
  #products_text p img {
    max-width: 100%;
    width: auto;
    height: auto; }

/*画像とキャプション ul */
.cap {
  list-style: none;
  margin: 0 0 1.5em 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px; }
  .cap li {
    text-align: center;
    font-size: 0.8rem; }
  .cap img {
    display: block;
    width: 100%;
    max-width: 370px; }

/*箇条書きui*/
ul.point {
  margin: 0 0 1.5em 2em; }

/*項目をコラム表示*/
ul.columnlist {
  padding: 0 0 0 0.5em;
  column-gap: 30px; }
  ul.columnlist li {
    margin: 0; }
  ul.columnlist li:last-child {
    list-style: none; }

@media screen and (min-width: 640px) {
  ul.columnlist {
    column-count: 3; } }
/*関連商品の表示 ul li a img*/
.thumblist {
  list-style: none;
  margin: 0 0 1.5em 0;
  display: flex;
  flex-wrap: wrap; }
  .thumblist * {
    display: block; }
  .thumblist li {
    margin: 0 4px 4px 0;
    padding: 0;
    width: 100px; }
    .thumblist li a {
      border: 1px solid #CCC; }
    .thumblist li a:hover {
      border-color: #CC0066; }
    .thumblist li img {
      width: 100%; }

p + .thumblist {
  margin-top: -0.5em; }

/*特徴リスト　各項目にリンクつき CFPSP*/
.checkpoint {
  list-style: none; }
  .checkpoint li {
    margin: 0;
    padding: 0; }
    .checkpoint li a {
      display: block;
      text-align: center;
      margin: 7px 0;
      padding: 8px 3px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold; }
    .checkpoint li a:link,
    .checkpoint li a:visited {
      border: 3px solid #FFF;
      background: #EFEFEF; }
    .checkpoint li a:active,
    .checkpoint li a:hover {
      border: 3px solid #DDD;
      background: #EFEFEFF; }

/*特徴リスト retrofreak製品ページ専用*/
.retrofreak_tipslink {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 8px;
  margin: 0 0 2em 0; }
  .retrofreak_tipslink br {
    display: none; }
  .retrofreak_tipslink strong {
    color: #C00; }
  .retrofreak_tipslink li {
    margin: 0; }
    .retrofreak_tipslink li a {
      display: block;
      padding: 15px;
      color: #000;
      font-size: 1.2rem;
      background: #FFFFFF;
      height: 100%;
      border: 1px solid #CCC;
      border-radius: 5px;
      box-shadow: #CCC 0px 2px 2px; }
    .retrofreak_tipslink li a:hover {
      background-image: linear-gradient(#FFFFFF 0%, #99FFFF 100%); }

/*--------------------------------------*/
/*製品比較などのテーブル*/
/*対応表　仕様 スクロール無し*/
.products_table_spec {
  margin: 10px 0 2em 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #CCC;
  border-width: 1px 0 0 0;
  background: #FFF; }
  .products_table_spec caption {
    text-align: left;
    font-weight: bold;
    padding: 0 0 5px 0;
    background: none;
    color: #000; }
    .products_table_spec caption span {
      font-weight: normal;
      padding: 0 0 0 5px;
      font-size: 0.9rem; }
  .products_table_spec tr th:first-child {
    border-left: solid 1px #CCC; }
  .products_table_spec th, .products_table_spec td {
    padding: 5px;
    border: solid 1px #CCC;
    border-width: 0 1px 1px 0; }
  .products_table_spec tbody th {
    background: #EFEFEF;
    font-weight: normal; }
  .products_table_spec tbody tr:nth-child(even) {
    background: #F4FAFF; }
    .products_table_spec tbody tr:nth-child(even) th {
      background: #DDD; }
  .products_table_spec thead th,
  .products_table_spec .tbody_header,
  .products_table_spec tr:nth-child(even) .tbody_header {
    background: #444;
    color: #FFF;
    font-weight: bold; }
  .products_table_spec tfoot td:first-child {
    border: none;
    padding: 5px 0;
    font-size: 0.9rem;
    text-align: left; }

.tdcenter td {
  text-align: center; }

.tbodythl tbody th {
  font-size: 1.5rem;
  padding: 10px; }
.tbodythl thead th, .tbodythl tbody td {
  font-size: 0.9rem; }

/*横ヘッダ2で固定*/
.scrollth2 {
  display: grid;
  grid-template-columns: 1.5em auto;
  margin-bottom: 3em; }
  .scrollth2 > div:first-child {
    background: #444;
    color: #FFF;
    writing-mode: vertical-rl;
    display: grid;
    place-items: center;
    margin-top: 10px;
    border: 1px solid #DDD;
    border-right: none; }
  .scrollth2 .scroll {
    margin-bottom: 0; }

.tbodythl2 thead.bigger th {
  font-size: 1.5rem; }
.tbodythl2 tbody th {
  font-size: 0.9rem;
  padding: 0; }

.tbodythg tbody tr:nth-child(2n) th {
  background: #EFEFEF; }

/*製品比較table スクロールあり*/
.products_table {
  border-collapse: separate;
  border-spacing: 0;
  white-space: nowrap;
  margin: 10px 0 3em 0;
  padding: 0;
  border: none;
  border: 1px solid #CCC;
  border-width: 0 1px 1px 0; }
  .products_table td, .products_table th {
    padding: 5px;
    border: solid 1px #CCC;
    min-width: 200px;
    text-align: center;
    border: 1px solid #CCC;
    border-width: 1px 0 0 1px; }
  .products_table caption {
    text-align: left;
    font-weight: bold;
    background: #333;
    color: #FFF; }
  .products_table colgroup.body col:nth-child(even) {
    background: #F4FAFF; }
  .products_table tr th:first-child {
    background: #666;
    color: #FFF;
    min-width: auto;
    font-weight: normal;
    white-space: normal;
    font-size: 0.8rem; }
  .products_table thead {
    font-size: 0.8rem; }
    .products_table thead tr {
      background: #EFEFEF;
      color: #333; }
      .products_table thead tr th:first-child,
      .products_table thead tr td {
        background: #EFEFEF;
        color: #333; }
    .products_table thead tr.head th, .products_table thead tr.head td {
      background: #666;
      color: #FFF;
      font-size: 0.9rem; }
    .products_table thead tr.product_img td {
      background: #FFF;
      vertical-align: top; }
      .products_table thead tr.product_img td img {
        max-width: 180px; }
  .products_table tfoot td {
    text-align: left; }

.con_assist thead tr.product_img td img {
  max-width: inherit;
  height: 150px;
  width: auto; }

.colx2 tr th:first-child,
.colx2 tr th.th2 {
  background: #666;
  color: #FFF;
  min-width: 100px;
  font-weight: normal;
  white-space: normal;
  font-size: 0.8rem; }
.colx2 tbody tr .th2 {
  background: #999; }
.colx2 tbody tr:nth-child(even) .th2 {
  background: #777; }
.colx2 thead th.th2 {
  background: #EFEFEF;
  color: #333; }

/*左ヘッダ固定*/
.scroll table.tbodythl tr th:first-child {
  position: sticky;
  left: 0;
  white-space: nowrap; }
  .scroll table.tbodythl tr th:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #CCC; }

@media screen and (min-width: 640px) {
  .scroll table tr th:first-child {
    position: sticky;
    left: 0;
    white-space: nowrap; }
    .scroll table tr th:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      right: -1px;
      width: 100%;
      height: 100%;
      border-right: 1px solid #CCC; }

  .scroll table.thlink tr th:first-child:before {
    position: relative;
    border-right: none; }

  .scroll table.colx2 tr th:first-child,
  .scroll table.colx2 tr th.th2 {
    min-width: 150px;
    position: sticky;
    white-space: nowrap; }
    .scroll table.colx2 tr th:first-child:before,
    .scroll table.colx2 tr th.th2:before {
      content: "";
      position: absolute;
      top: 0;
      right: -1px;
      width: 100%;
      height: 100%;
      border-right: 1px solid #CCC; }
  .scroll table.colx2 tr th:first-child {
    left: 0; }
  .scroll table.colx2 tr th.th2 {
    left: 150px; } }
/*横スクロールつけ　div*/
.scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 3em;
  padding-bottom: 5px; }
  .scroll table {
    margin-bottom: 0; }

.scroll + .foot, .scrollth2 + .foot {
  margin-top: -2.5em; }

.foot {
  font-size: 0.9rem; }

/*PS4SE ライセンス　青かこみ 赤囲み--＞　common.css*/
.strongs {
  border: 1px solid #174E9D;
  padding: 15px; }
  .strongs h3 {
    background: #174E9D;
    color: #FFF;
    margin: -15px -15px 15px -15px;
    border: none; }

/*SIAAマーク*/
.siaa_mark {
  border: 1px solid #DDD;
  margin-bottom: 2em;
  padding: 10px; }
  .siaa_mark p {
    margin: 0 0 10px 0; }
  .siaa_mark p:first-child {
    display: block;
    padding: 0 10px 5px 0;
    margin: 0;
    float: left; }
  .siaa_mark .note {
    clear: both;
    font-size: 0.9rem;
    background: #EEE;
    border: none;
    margin: 0; }

/*--------------------------------------*/
/*JSカート*/
/*--------------------------------------*/
.cartBox {
  display: grid;
  gap: 10px;
  margin: 1em 0 2em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  /*カート追加テキスト*/ }
  .cartBox .cartBox_text_single,
  .cartBox .cartBox_text {
    display: block;
    font-size: 0.8rem;
    padding: 3px; }
  .cartBox .cartBox_text_single {
    background: #EEE;
    margin-left: 20px;
    border: 1px solid #174E9D;
    border-bottom: none; }
  .cartBox .cartBox_text {
    background: #174E9D;
    margin: -20px 0 20px 20px;
    color: #FFF; }
    .cartBox .cartBox_text strong {
      font-weight: normal; }

/*カラーミータグ　pc div|スマホ　article*/
.cartjs_box {
  padding: 10px;
  border: 1px solid #174E9D !important; }
  .cartjs_box .cartjs_product_img img {
    width: 100%; }
  .cartjs_box table, .cartjs_box tbody, .cartjs_box tr {
    display: inline; }
  .cartjs_box table {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%; }
  .cartjs_box th, .cartjs_box td {
    display: block;
    margin: 0 0 3px 0;
    font-weight: normal;
    color: #000;
    text-align: center; }
  .cartjs_box th {
    padding: 1px 3px;
    background: #CCC;
    font-size: 0.9rem; }
  .cartjs_box td {
    padding: 3px;
    background: #FFF; }
  .cartjs_box .cartjs_product_num input, .cartjs_box .cartjs_option select {
    margin: 0 5px;
    padding: 5px;
    width: 3em;
    background: #FFF;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 4px; }
  .cartjs_box .cartjs_option select {
    margin: 0;
    width: 100%; }
  .cartjs_box .cartjs_product_num input:hover, .cartjs_box .cartjs_option select:hover {
    background: #FFC; }
  .cartjs_box strong.cartjs_product_name {
    display: block; }
  .cartjs_box strong.cartjs_product_name + br {
    display: none; }
  .cartjs_box .cartjs_cart_in input {
    margin: 3px 0 0 0;
    padding: 10px 3px;
    color: #FFF;
    font-size: 1rem;
    width: 100%;
    background: linear-gradient(#BBC9E0 0%, #4066AA 100%);
    border-radius: 4px;
    border: none; }
  .cartjs_box .cartjs_cart_in input:hover {
    background: #EB1C00; }

/*スマホ用cartjsに勝手に入るタグ用 article.cartjs_box*/
article.cartjs_box .cartjs_header {
  background-color: transparent !important;
  border-bottom: none !important;
  margin-bottom: 10px; }
  article.cartjs_box .cartjs_header h2 {
    border: none;
    margin: 0; }
  article.cartjs_box .cartjs_header p {
    padding: 0 !important;
    margin: 0; }
article.cartjs_box .cartjs_block {
  padding: 0 !important; }
  article.cartjs_box .cartjs_block table {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    background: #ccc; }
  article.cartjs_box .cartjs_block table, article.cartjs_box .cartjs_block tbody, article.cartjs_box .cartjs_block tr {
    display: inline !important; }
  article.cartjs_box .cartjs_block th, article.cartjs_box .cartjs_block td {
    display: block !important;
    width: auto !important;
    margin: 0 0 3px 0;
    font-weight: normal;
    color: #000;
    text-align: center !important; }
  article.cartjs_box .cartjs_block th {
    padding: 1px 3px !important;
    background: #CCC;
    font-size: 0.9rem; }
  article.cartjs_box .cartjs_block td {
    padding: 3px;
    background: #FFF; }
    article.cartjs_box .cartjs_block td p {
      margin: 0; }
article.cartjs_box .cartjs_buy input {
  width: 100% !important;
  margin: 0 0 10px 0 !important;
  padding: 5px 5px !important;
  height: auto !important; }

/*英語カート用は別ファイル*/
/*---------------------------*/
/*内臓コードタイトル　一覧*/
/*---------------------------*/
/*全製品の内蔵コード　タイトルページヘのリンク*/
ul.code_productlink {
  list-style: none;
  margin: 0 0 3em 0;
  padding: 0; }
  ul.code_productlink li {
    padding: 15px;
    margin: 0 0 5px 0;
    background: #FFF;
    border: 1px solid #CCC; }
    ul.code_productlink li a {
      display: flex;
      align-items: center; }
    ul.code_productlink li img {
      display: block;
      margin-right: 10px;
      max-width: 180px; }
  ul.code_productlink li:hover {
    border-color: #CC0066; }
  ul.code_productlink li.twoitem {
    width: 420px; }

@media screen and (min-width: 640px) {
  ul.code_productlink {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    ul.code_productlink li {
      margin: 0; }
      ul.code_productlink li a {
        display: block; }
        ul.code_productlink li a img {
          vertical-align: bottom;
          width: 100%;
          max-width: none; } }
.cflist {
  margin: 0 0 10px 0;
  padding: 25px;
  border: 1px solid #DDD;
  background: #FFF; }
  .cflist > dl {
    margin-left: 0; }
    .cflist > dl dt {
      margin: 0 0 0.2em 0;
      padding: 0 0 0 1em;
      text-indent: -1em;
      color: #005CA5; }
    .cflist > dl span {
      color: #C33; }
    .cflist > dl dd {
      margin: 0 0 0.5em 0;
      padding: 0 0 0 1em; }
      .cflist > dl dd > ul {
        list-style: none;
        margin: 0;
        font-weight: normal; }
      .cflist > dl dd > li {
        margin: 0; }
  .cflist > dl.tokuten span {
    color: #666; }
  .cflist > ul {
    line-height: 1.5; }
    .cflist > ul > li {
      margin: 0 0 0.2em 0; }
  .cflist h5 {
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: bold; }
  .cflist table h5 {
    margin-top: 5px; }
  .cflist table ul + h5 {
    margin-top: 15px; }

/*製品ページ 内臓コードリスト*/
#products_text .cflist {
  margin: 0 0 1.5em 0;
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 5px; }
