@charset "utf-8";


/**
 * Products Common Style
 * ================================================================================
 * Table of Contents:
 *
 * Module Settings
 * ================================================================================
 */





/**
 * ================================================================================
 * Module Settings
 * ================================================================================
 */


/**
 * Product Item Lists Overview Area
 * -------------------------------
 */

.m-productItemListsOverviewArea { display: flex; }


  /* -- .m-productItemListsOverviewTitle -- */
  .m-productItemListsOverviewArea .m-productItemListsOverviewTitle {
    width: 48%;
    padding-top: 15px;
    padding-right: 35px;
    }


  /* -- .m-productItemListsOverviewDetail -- */
  .m-productItemListsOverviewArea .m-productItemListsOverviewDetail {
    width: 52%;
    padding: 0 35px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    }

    .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 {
      margin-top: -15px;
      list-style: none;
      }

      .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li {
        display: flex;
        align-items: center;
        margin-left: -5px;
        margin-top: 15px;
        font-size: 1.6rem;
        }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span {
          display: inline-block;
          margin: 0 5px;
          text-align: center;
          }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(1),
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(3) {
          width: 130px;
          padding: 7px 0;
          font-size: 1.8rem;
          border: 2px solid #0e3290;
          border-radius: 3px;
          }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(1) {
          background-color: #0e3290;
          color: #FFF;
          }
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(2) {
          color: #0e3290;
          font-size: 2.4rem;
          font-weight: bold;
          }
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(3) { color: #0e3290; }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li:nth-of-type(2) > span:nth-of-type(2) { color: #4d4d4d; }
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li:nth-of-type(2) > span:nth-of-type(3) {
          border: 2px solid #4d4d4d;
          color: #4d4d4d;
          }

    .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .cautionText {
      margin-top: 20px;
      font-size: 1.5rem;
      }



/**
 * Product Item Lists Main Area
 * -------------------------------
 */

.m-productItemListsMainArea { background-color: #f2f2f2; }

  .m-productItemListsMainArea .p-h2ContentTitle0101 {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: none;
    position: relative;
    }

    .m-productItemListsMainArea .p-h2ContentTitle0101:before,
    .m-productItemListsMainArea .p-h2ContentTitle0101:after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 1;
      }

    .m-productItemListsMainArea .p-h2ContentTitle0101:before {
      background-color: #FFF;
      width: calc(100% + 20px);
      left: 0;
      }

    .m-productItemListsMainArea .p-h2ContentTitle0101:after {
      background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
      width: 25px;
      right: -45px;
      }

    .m-productItemListsMainArea .p-h2ContentTitle0101 > span {
      position: relative;
      z-index: 2;
      }

  .m-productItemListsMainArea .m-productItemListsArea { padding: 0 25px 25px 30px; }

    .m-productItemListsMainArea .m-productItemListsArea .m-productItemListsInner > dd > .top { margin-top: -40px; }

    .m-productItemListsMainArea .m-productItemListsArea .m-productItemListsInner > dd > .bottom .cautionText {
      padding-top: 15px;
      color: #FF0000;
      font-size: 1.9rem;
      }

      .m-productItemListsMainArea .m-productItemListsArea .m-productItemListsInner > dd > .bottom .cautionText a {
        color: #FF0000;
        text-decoration: underline;
        }



/**
 * Product Item Lists Area
 * -------------------------------
 */

/* -- .m-productItemListsArea -- */
.m-productItemListsArea {}

  .m-productItemListsArea > ul {
    margin-top: -45px;
    list-style: none;
    }

    .m-productItemListsArea > ul > li { padding-top: 45px; }

      .m-productItemListsArea > ul > li > a {
        display: block;
        color: #222;
        text-decoration: none;
        }

      .m-productItemListsArea > ul > li .m-productItemListsInner { display: flex; }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsImg,
        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsImg { padding-right: 15px; }

          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsImg .m-productItemListsImgInner {
            display: flex;
            align-items: center;
            }

            .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsImg img { width: 100%; }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt { padding-left: 15px; }

          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop {
            width: 100%;
            align-self: flex-start;
            }

            .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName { line-height: 1.4; }

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain,
              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameSub {
                display: block;
                font-weight: bold
                }

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain { font-size: 2.5rem; }
              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameSub { font-size: 1.9rem; }

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain.withIcon {
                display: flex;
                align-items: center;
                }

                .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain.withIcon > span { display: block; }

                  .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain.withIcon > .icon img { width: 100%; }

            .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .labels {
              padding-top: 15px;
              margin: -15px 0 0 -15px;
              list-style: none;
              letter-spacing: -.40em;
              }

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .labels > li {
                padding: 15px 0 0 15px;
                display: inline-block;
                letter-spacing: normal;
                vertical-align: top;
                }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntBottom {
          width: 100%;
          align-self: flex-end;
          }

          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntBottom .productDetail01 {}

            .explanationBox02 .productDetail01 li.btn {
              margin-top: 0;
              top: auto;
              bottom: 0;
              }



/**
 * Product Item Banner Area
 * -------------------------------
 */

.m-productItemBannerArea {}
  
  .m-productItemBannerArea > ul {
    margin-top: -35px;
    list-style: none;
    }

    .m-productItemBannerArea > ul > li {
      display: table;
      width: 100%;
      height: 140px;
      margin-top: 35px;
      }

      .m-productItemBannerArea > ul > li a {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 30px;
        border: 3px solid #0185e0;
        position: relative;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        }
      .m-productItemBannerArea > ul > li a.gray { border: 3px solid #666666; }

        .m-productItemBannerArea > ul > li a:before,
        .m-productItemBannerArea > ul > li a:after {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          }

        .m-productItemBannerArea > ul > li a:after {
          width: 20px;
          height: 20px;
          margin-top: 15px;
          border-top: 3px solid #0185e0;
          border-right: 3px solid #0185e0;
          right: 45px;
          }
        .m-productItemBannerArea > ul > li a.gray:after {
          border-top: 3px solid #4d4d4d;
          border-right: 3px solid #4d4d4d;
          }

        .m-productItemBannerArea > ul > li .m-productItemBannerTitle { color: #4d4d4d; }

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle > span { display: block; }

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle .main {
            font-size: 3.0rem;
            font-weight: bold;
            }

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle .sub {
            margin-top: 2px;
            font-size: 2.5rem;
            }

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle .blue { color: #0185e0; }

      .m-productItemBannerArea > ul > li .m-productItemBannerRelease {
        background-image: url(/files/cdb/ZZ/products/common/zzproducts_common_productitembanner-release.png);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 167px;
        height: 42px;
        position: absolute;
        top: 0;
        right: 0;
        }

        .m-productItemBannerArea > ul > li .m-productItemBannerRelease > span {
          display: inline-block;
          margin-left: 20px;
          margin-top: -5px;
          color: #0185e0;
          font-size: 1.8rem;
          }



/**
 * Product Overview Area
 * -------------------------------
 */
  
.m-productOverviewArea {
  display: flex;
  align-items: flex-start;
  }

  
  /* -- .m-productOverviewMain -- */
  .m-productOverviewArea .m-productOverviewMain { width: 63%; }

    .m-productOverviewArea .m-productOverviewMain .h1title01 {
      margin-top: 0;
      font-size: 3.0rem;
      }

    .m-productOverviewArea .m-productOverviewMain .compatibleText,
    .m-productOverviewArea .m-productOverviewMain .leadText,
    .m-productOverviewArea .m-productOverviewMain .cautionText {
      margin-top: 10px;
      color: #464646;
      font-size: 1.2rem;
      }

    .m-productOverviewArea .m-productOverviewMain .compatibleText { font-weight: bold; }

    .m-productOverviewArea .m-productOverviewMain .leadText {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid #464646;
      line-height: 1.6;
      }

    .m-productOverviewArea .m-productOverviewMain .cautionText { color: #FF0000; }

    .m-productOverviewArea .m-productOverviewMain .logoList01 { margin-top: 15px; }


  /* -- .m-productOverviewImg -- */
  .m-productOverviewArea .m-productOverviewImg {
    width: 37%;
    padding-left: 30px;
    }

    .m-productOverviewArea .m-productOverviewImg > dl > dt { display: block; }

    .m-productOverviewArea .m-productOverviewImg > dl > dd { margin-top: 15px; }

      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.btnType07 { vertical-align: top; }

        .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.btnType07 img { width: auto; }

      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.btn {
        float: none;
        margin-top: 0;
        border-radius: 0;
        }
      
      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.link {
        float: right;
        border: 1px solid #A6A6A6;
        border-radius: 5px;
        }

        .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.link a { padding: 5px 15px 6px; }

          .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.link a:before {
            margin-top: -5px;
            top: 50%;
            }



/**
 * Product Tab Area
 * -------------------------------
 */

 .m-productTabArea > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  }

  .m-productTabArea > ul > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    }

  .m-productTabArea > ul > li > a:hover { opacity: 1; }

  .m-productTabArea > ul.column01 > li { width: 100% !important; }
  .m-productTabArea > ul.column02 > li { width: 50% !important; }
  .m-productTabArea > ul.column03 > li { width: 33.3333% !important; }
  .m-productTabArea > ul.column04 > li { width: 25% !important; }
  .m-productTabArea > ul.column05 > li { width: 20% !important; }
  .m-productTabArea > ul.column06 > li { width: 16.6666% !important; }

  .m-productTabArea > ul > li.column01 { width: 100% !important; }
  .m-productTabArea > ul > li.column02 { width: 50% !important; }
  .m-productTabArea > ul > li.column03 { width: 33.3333% !important; }
  .m-productTabArea > ul > li.column04 { width: 25% !important; }
  .m-productTabArea > ul > li.column05 { width: 20% !important; }
  .m-productTabArea > ul > li.column06 { width: 16.6666% !important; }



/**
 * Tab Menu Area
 * -------------------------------
 */
  
.m-tabMenuArea { margin-top: 60px; }

  .m-tabMenuArea > ul {
    list-style: none;
    letter-spacing: -.40em;
    margin-left: -10px;
    }

    .m-tabMenuArea > ul > li {
      display: inline-table;
      height: 80px;
      padding-left: 10px;
      letter-spacing: normal;
      vertical-align: top;
      }

      .m-tabMenuArea > ul > li > a {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        line-height: 1.4;
        text-decoration: none;
        }



/**
 * Tab Content Area
 * -------------------------------
 */

.m-tabContentArea { display: none; }
.m-tabContentArea.current { display: block; }



/**
 * Key Visual Area
 * -------------------------------
 */

.m-keyVisualArea { position: relative; }


  /* -- .m-keyVisualInner -- */
  .m-keyVisualArea .m-keyVisualInner {
    margin-left: calc(1080px / -2);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    }


  /* -- .m-keyVisualBg -- */
  .m-keyVisualArea .m-keyVisualBg {
    position: relative;
    top: 1;
    z-index: 1;
    }

    .m-keyVisualArea .m-keyVisualBg .m-keyVisualBgImg {
      position: relative;
      z-index: -1;
      }

      .m-keyVisualArea .m-keyVisualBg .m-keyVisualBgImg img { width: 100%; }














@media only screen and (min-width: 0px) and (max-width: 767px) {
  
  









/**
 * ================================================================================
 * Module Settings
 * ================================================================================
 */
  
  
/**
 * Product Item Lists Overview Area
 * -------------------------------
 */

.m-productItemListsOverviewArea { display: block; }


  /* -- .m-productItemListsOverviewTitle -- */
  .m-productItemListsOverviewArea .m-productItemListsOverviewTitle {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    }


  /* -- .m-productItemListsOverviewDetail -- */
  .m-productItemListsOverviewArea .m-productItemListsOverviewDetail {
    width: 100%;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    }

    .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 { margin-top: -5px; }

      .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li {
        display: flex;
        align-items: center;
        margin-left: -2px;
        margin-top: 5px;
        font-size: 1.2rem;
        }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span { margin: 0 2px; }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(1),
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(3) {
          width: 90px;
          padding: 5px 0;
          font-size: 1.2rem;
          border: 2px solid #0e3290;
          border-radius: 3px;
          }
        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(1) { width: 65px; }

        .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .attachmentList01 > li > span:nth-of-type(2) { font-size: 1.4rem; }

    .m-productItemListsOverviewArea .m-productItemListsOverviewDetail .cautionText {
      margin-top: 10px;
      font-size: 1.0rem;
      }



/**
 * Product Item Lists Main Area
 * -------------------------------
 */

.m-productItemListsMainArea {}

  .m-productItemListsMainArea .p-h2ContentTitle0101 { margin-bottom: 15px; }

    .m-productItemListsMainArea .p-h2ContentTitle0101:before,
    .m-productItemListsMainArea .p-h2ContentTitle0101:after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 1;
      }

    .m-productItemListsMainArea .p-h2ContentTitle0101:before { width: calc(100% + 10px); }

    .m-productItemListsMainArea .p-h2ContentTitle0101:after {
      width: 15px;
      right: -25px;
      }

  .m-productItemListsMainArea .m-productItemListsArea { padding: 0 10px 10px 10px; }

    .m-productItemListsMainArea .m-productItemListsArea .m-productItemListsInner > dd > .top { margin-top: -25px; }

    .m-productItemListsMainArea .m-productItemListsArea .m-productItemListsInner > dd > .bottom .cautionText {
      padding-top: 10px;
      border-top: 1px dotted #c8c8c8;
      font-size: 1.1rem;
      }

  

/**
 * Product Item Lists Area
 * -------------------------------
 */

.m-productItemListsArea {}

  .m-productItemListsArea > ul {
    margin-top: -20px;
    list-style: none;
    }

    .m-productItemListsArea > ul > li { padding-top: 20px; }

      .m-productItemListsArea > ul > li .m-productItemListsInner {}

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsImg { padding-right: 10px; }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt { padding-left: 10px; }

          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop {}

            .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName {}

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain,
              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameSub {}

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain { font-size: 1.3rem; }
              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameSub { font-size: 1.1rem; }
  
            .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain.withIcon {
              display: flex;
              align-items: center;
              }

              .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .m-productItemListsCntTopName .m-productItemListsCntTopNameMain.withIcon > span {}

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .labels {
          margin: -5px 0 0 -5px;
          padding-top: 10px;
          }

          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .m-productItemListsCntTop .labels > li { padding: 5px 0 0 5px; }

        .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .productItemListsCntBottom {
          padding-bottom: 5px;
          font-size: 1.0rem;
          }
  
          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .productItemListsCntBottom .productDetail01 {
            padding-bottom: 10px;
            margin-top: 10px;
            border-bottom: 1px dotted #c8c8c8;
            }
          .m-productItemListsArea > ul > li .m-productItemListsInner .m-productItemListsCnt .productItemListsCntBottom .productDetail01:nth-last-of-type(1) { border-bottom: none; }

            .explanationBox02 .productDetail01 li.btn {
              display: block;
              margin-top: 5px;
              position: static;
              text-align: center;
              }
  
              .explanationBox02 .productDetail01 li.btn .btnInner {
                padding: 5px 10px;
                font-size: 1.1rem;
                }

  
  
 /**
 * Product Item Banner Area
 * -------------------------------
 */

.m-productItemBannerArea {}
  
  .m-productItemBannerArea > ul { margin-top: -15px; }

    .m-productItemBannerArea > ul > li {
      height: 130px;
      margin-top: 15px;
      }

      .m-productItemBannerArea > ul > li a {
        border: 2px solid #0185e0;
        padding: 10px 30px;
        border-radius: 5px;
        }
      .m-productItemBannerArea > ul > li a.gray { border: 2px solid #666666; }

        .m-productItemBannerArea > ul > li a:after {
          width: 10px;
          height: 10px;
          margin-top: 5px;
          border-top: 2px solid #0185e0;
          border-right: 2px solid #0185e0;
          right: 10px;
          }
        .m-productItemBannerArea > ul > li a.gray:after {
          border-top: 2px solid #4d4d4d;
          border-right: 2px solid #4d4d4d;
          }

        .m-productItemBannerArea > ul > li .m-productItemBannerTitle {}

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle .main { font-size: 1.5rem; }

          .m-productItemBannerArea > ul > li .m-productItemBannerTitle .sub {
            margin-top: 1px;
            font-size: 1.3rem;
            }

      .m-productItemBannerArea > ul > li .m-productItemBannerRelease {
        width: calc(167px * 0.5);
        height: calc(42px * 0.5);
        }

        .m-productItemBannerArea > ul > li .m-productItemBannerRelease > span {
          margin-left: 10px;
          margin-top: -3px;
          font-size: 1.0rem;
          } 

  
  
/**
 * Product Overview Area
 * -------------------------------
 */
  
.m-productOverviewArea { display: block; }

  
  /* -- .m-productOverviewMain -- */
  .m-productOverviewArea .m-productOverviewMain { width: 100%; }
  
    .m-productOverviewArea .m-productOverviewMain .h1title01 { font-size: 1.7rem; }
  
      .m-productOverviewArea .m-productOverviewMain .h1title01 span { font-weight: bold; }

    .m-productOverviewArea .m-productOverviewMain .compatibleText,
    .m-productOverviewArea .m-productOverviewMain .leadText,
    .m-productOverviewArea .m-productOverviewMain .cautionText {
      margin-top: 10px;
      font-size: 1.2rem;
      }

    .m-productOverviewArea .m-productOverviewMain .leadText {
      padding-top: 10px;
      margin-top: 10px;
      }

    .m-productOverviewArea .m-productOverviewMain .logoList01 { margin-top: 10px; }
  
    .m-productOverviewArea .m-productOverviewMain .productDetail01 .product { font-size: 1.5rem; }


  /* -- .m-productOverviewImg -- */
  .m-productOverviewArea .m-productOverviewImg {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    }

    .m-productOverviewArea .m-productOverviewImg > dl > dt {}

    .m-productOverviewArea .m-productOverviewImg > dl > dd { margin-top: 15px; }
  
      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.btn,
      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.link {
        width: 100%;
        margin-top: 8px;
        text-align: center;
        }
      .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li:nth-of-type(1) { margin-top: 0; }

        .m-productOverviewArea .m-productOverviewImg > dl > dd.explanationBox01 .productDetail01 li.link a:before { margin-top: -4px; }



/**
 * Product Tab Area
 * -------------------------------
 */

.m-productTabArea > ul {
  width: calc(100% + 1px) !important;
  margin-top: 1px !important;
  }

  .m-productTabArea > ul > li {
    margin-top: -1px !important;
    margin-left: -1px !important;
    border: 1px solid #414345 !important;
    }

    .m-productTabArea > ul > li > a { border: none !important; }

.m-productTabArea > ul.column01SP > li { width: calc(100% + 1px) !important; }
.m-productTabArea > ul.column02SP > li { width: calc(50% + 1px) !important; }
.m-productTabArea > ul.column03SP > li { width: calc(33.3333% + 1px) !important; }
.m-productTabArea > ul.column04SP > li { width: calc(25% + 1px) !important; }
.m-productTabArea > ul.column05SP > li { width: calc(20% + 1px) !important; }
.m-productTabArea > ul.column06SP > li { width: calc(16.6666% + 1px) !important; }

.m-productTabArea > ul > li.column01SP { width: calc(100% + 1px) !important; }
.m-productTabArea > ul > li.column02SP { width: calc(50% + 1px) !important; }
.m-productTabArea > ul > li.column03SP { width: calc(33.3333% + 1px) !important; }
.m-productTabArea > ul > li.column04SP { width: calc(25% + 1px) !important; }
.m-productTabArea > ul > li.column05SP { width: calc(20% + 1px) !important; }
.m-productTabArea > ul > li.column06SP { width: calc(16.6666% + 1px) !important; }

  
  
/**
 * Tab Menu Area
 * -------------------------------
 */
  
.m-tabMenuArea { margin-top: 30px; }

  .m-tabMenuArea > ul { margin-left: -5px; }

    .m-tabMenuArea > ul > li {
      height: 40px;
      padding-left: 5px;
      }

      .m-tabMenuArea > ul > li > a {}



/**
 * Key Visual Area
 * -------------------------------
 */

.m-keyVisualArea {}


  /* -- .m-keyVisualInner -- */
  .m-keyVisualArea .m-keyVisualInner {
    margin-left: 0;
    position: static;
    }


  /* -- .m-keyVisualBg -- */
  .m-keyVisualArea .m-keyVisualBg {}
    



}