#quotation_pdf_btn/* =====================
base
===================== */

h1{
    color: #00479d;
    font-size: 160% !important;
    text-align: center;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    border-bottom: 0px solid #38a1db !important;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}


h2{
    color: #00479d;
    font-size: 160% !important;
    text-align: center;
    margin: 20px !important;
    padding: 0 !important;
}

.fs-c-documentArticle__heading{
    color: #000;
    background: #efefef;
    font-size: 110% !important;
    text-align: left;
    margin: 20px 0 !important;
    padding: 15px 30px !important;
}

.fs-c-documentColumn__heading {
    color: #38a1db;
    border: #38a1db;
    border-style: solid;
    border-width: 0 0 0 2px;
    font-weight: 500;
    font-size: 110%;
    padding: 0 0 0 20px;
    margin: 30px 0 15px 0;
}

.fs-c-documentColumn__heading_sub{
    color: #000;
    font-weight: bold;
    font-size: 100%;
    padding: 0;
    margin: 15px 0 5px 0;
}

.fs-c-documentColumn__heading_sub::before{content: "[ ";}
.fs-c-documentColumn__heading_sub::after{content: " ]";}

span.txt_small{
    display: block;
    font-size: 50%;
    color: #666;
    padding: 8px;
}

a:visited{color: #000;}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    FONT-WEIGHT: 500;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    background: #f8f8f8;
}

.fs-c-modal__title{
    color: #00479d;
    font-size: 130% !important;
    text-align: center;
    margin: 20px !important;
    padding: 0 !important;
}


.fs-c-dropdown__menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #f8f8f8;
    color: #333333;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.fs-c-modal__close {
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px;
    font-size: 300%;
}


.fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* =====================
PC設定
===================== */


/* == header設定 == */
.fs-l-header {
    display: block;
    padding:0 0 20px 0;
}

#cleverin_header{
    width:100%;
    margin:0 auto;
    padding:0;
    overflow: hidden;
    z-index: 999;
}

.hMenu_upper{
    background: #00479d;
    color: #fff;
    overflow: hidden;
    padding:5px 0;
    font-size: 90%;
}

.hMenu_upper a{
    color: #fff;
    text-decoration: underline;
}

.hMenu_upper a:hover{
    color: #54c3f1;
}

.header_wrap{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0;}

.hMenu_left{float: left; line-height: 100%;}
.hMenu_right{float: right; line-height: 100%;}

.fs-clientInfo{padding: 5px 0;}
.fs-client-cart-count{display: inline-block;}
.insideCart{display: inline-block; line-height: 100%; margin:0 10px; padding: 5px; vertical-align: top;}
.insideCart span{color: #ffe200; font-size: 120%; font-weight: bold; padding:0 3px;}
.hMenu_upper_menu{display: inline-block;}
.hMenu_upper_menu ul{padding: 0; margin: auto; overflow: hidden;}
.hMenu_upper_menu li{float: left; padding:5px 0;}
.hMenu_upper_menu li a{
    line-height: 100%;
    color: #fff;
    padding: 0px 15px;
    margin: 0 2px;
    border: 1px solid #80a3ce;
    text-decoration: none;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    }
.hMenu_upper_menu li a:hover{
    color: #00479d;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
}


.hMenu_lower{
    background: #fff;
    color: #00479d;
    overflow: hidden;
    padding:0;
    font-size: 100%;
}

.hMenu_lower_logout{
    background: #fff;
    color: #00479d;
    overflow: hidden;
    padding:20px 0;
    font-size: 100%;
}

.site_logo{
    width: 100%;
    max-width: 350px;
    margin: 8px 0;
}

#gnav > ul {
    display: table;
    border-left: 1px solid #e5e5e5;
  }
  #gnav > ul > li {
    display: table-cell;
    border-right: 1px solid #e5e5e5;
    width: 130px;
    text-align: center;
  }
  #gnav > ul > li:hover {
    color: #fff;
    background-color: #00479d;
  }
  #gnav > ul > li:hover > a {
    color: #fff;
    text-decoration: none;
  }

  #gnav > ul > li.firstMenu {
    background:#00479d url(https://cleverin.itembox.design/item/common/img/icn_arrow_wht_d.png) center bottom no-repeat;
    background-size: 20px;
  }

  #gnav > ul > li.firstMenu a{
      color: #fff;
  }

  #gnav > ul > li.firstMenu a:hover{
    text-decoration: underline;
}

  #gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }
  #gnav > ul > li > a {
    display: block;
    padding: 35px 0;
    transition: all .2s ease-in;
    color:#00479d;
  }
  #gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #00479d;
    z-index: 999;
  }
  #gnav > ul .menu .menu_inner {
      width: 100%;
      max-width: 1000px;
    padding: 30px 0 40px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #gnav > ul .menu .menu_inner li {
    margin: 0 0 5px 0;
    line-height: 120%;
  }
  #gnav > ul .menu a {
    color: #fff;
  }

  #gnav .mega_inbox{float: left; width: auto; margin-right:30px;}
  #gnav .mega_inbox_left{float: left;}
  #gnav .mega_inbox_right{float: right;}
  #gnav .mega_inbox_right ul{position: relative; top:90px;}
  #gnav .mega_inbox_right li{text-align: left; font-size:90%;}
  #gnav .mega_inbox_right li a{text-decoration: underline;}
  #gnav .mega_inbox_right li a:hover{text-decoration: none;}
  #gnav h4.ttl_megaItem{
    color: #ffe200;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 10px 0px 30px 5px;;
    padding: 0 0 15px;
    min-width: 120px;
    max-width: 100%;
    border: solid 1px #ffe200;
    box-sizing: border-box;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    }

    #gnav h4.ttl_megaItem:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -13px;
        border: 10px solid transparent;
        border-top: 10px solid #00479d;
        z-index: 2;
      }

      #gnav h4.ttl_megaItem:after {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -14px;
        border: 11px solid transparent;
        border-top: 11px solid #ffe200;
        z-index: 1;
      }

  #gnav img.mega_itemimg{height: 90px; margin:0 auto;}
  
  #gnav_logout > ul {
    display: table;
    border-left: 1px solid #e5e5e5;
    margin-top:30px;
  }
  #gnav_logout > ul > li {
    display: table-cell;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 0 30px;
  }
  #gnav_logout > ul > li:hover {
    color: #38a1db;
    background-color: none;
    text-decoration: underline;
  }
  #gnav_logout > ul > li:hover > a {
    color: #38a1db;
    text-decoration: underline;
}

  #gnav_logout > ul > li > a {
    display: block;
    padding: 5px 0;
    transition: all .2s ease-in;
    color:#00479d;
  }




/* == NEWSお知らせ設定 == */

  .ptsCommon_news{
      line-height: 100%;
      padding: 3px 0 20px 0;
      margin: 0;
      width: 100%;
      background:#efefef;
  }

  .ptsCommon_news ul::before{
      content: "NEWS";
      color: #38a1db;
      position: relative;
     top: 16px;
     font-size: 90%;
    padding-left: 14px;
  }

  .ptsCommon_news ul{
      width: 95%;
      max-width: 1200px;
      margin:0 auto
  }
  .ptsCommon_news li{
    background: url(https://cleverin.itembox.design/item/common/img/icn_arrow_s_lbl_r.png) center left no-repeat;
    background-size: 10px;
    background-position: 70px;
    color: #000;
    font-size: 90%;
    padding-left: 90px;
  }

  .ptsCommon_news li a{
      text-decoration: underline;
      color: #000;
    }
  .ptsCommon_news li a:hover{
      color: #38a1db;
  }

  /* == メインビジュアル設定 == */
  .common_mainvisual{
    margin: 30px auto 60px auto;
  }
  .common_mainvisual_wrap{}
  .kv_img{
    width: 100%;
    max-width: 514px;
    margin: 0 auto;
  }


  /* == 製品一覧設定 == */
.common_itemlist{
    width: 100%;
    background: url(https://cleverin.itembox.design/item/common/img/bg_check.gif) center center;
    color: #000;
    margin:0;
    padding: 40px 0;
    overflow: hidden;
}
.common_itemlist_wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.common_itemlist_wrap ul{
    overflow: hidden;
}
.common_itemlist_wrap li{
    width: 21%;
    text-align: center;
    float: left;
    margin:2%;
    line-height: 130%;
}
.common_itemlist_wrap li a{
    color: #000;
    text-decoration: underline;
    
}
.common_itemlist_wrap li a:hover{
    color: #00479d;
    text-decoration: none;
}
.common_itemlist_wrap .itemlist_img{
    margin:0 auto 10px auto; width: 100%; max-width: 220px;
border: 1px solid #00479d;}


  /* == ブランドコンテンツ設定 == */
.common_brandbanner{
    overflow: hidden;
}
.common_brandbanner_wrap{}
.ptsCommon_brandbanner{}

 .fs-pt-column {
    flex-direction: unset;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: inherit;
}

.common_brandbanner .fs-pt-column__item{
    color: inherit;
    display: -ms-grid;
    display: inline-block;
    -ms-grid-columns: 1fr;
    grid-template-columns: none;
    -ms-grid-rows: auto;
    grid-template-rows: none;
    padding: 8px;
    text-decoration: none;
    width: 33.1%;
}

  /* == パンくず設定 == */

.fs-c-breadcrumb{
    font-size: 80%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 100%;
}

.fs-c-breadcrumb__list{padding:3px;}



  /* == 商品詳細ページ設定 == */
.fs-l-productLayout {
    display: block;
    grid-row-gap: 0;
}
.itemPG_left{width: 40%; float: left;}
.itemPG_right{width: 55%; float: right;}

.fs-p-productDescription{overflow: hidden; clear: both;}

.itemPg_spectable{border-collapse: collapse; border:1px solid #b4b4b4; padding: 0; margin:10px 0; font-size: 90%; width:100%;}
.itemPg_spectable th{border-collapse: collapse; border:1px solid #b4b4b4; background: #f6f6f6; text-align: left; font-weight: bold; padding: 3px 10px; width: 30%;}
.itemPg_spectable td{border-collapse: collapse; border:1px solid #b4b4b4; padding: 3px 10px; text-align: left; width: 70%;}

.itemPg_caution{background: #fff; margin:10px 0; padding: 0px; font-size: 90%; line-height: 150%; color:#b71313;}

.fs-c-productPrices{
    border-top: 1px solid #ccc;
    margin: 40px 0 10px 0;
    padding: 30px 0 5px 0;
}
.fs-c-price{font-size: 100% !important;}

@media screen and (min-width:768px) {
.fs-c-price__currencyMark{color:#000; font-weight: 900; font-size: 110%;}
.fs-c-price__value{color:#000; font-weight: 900; font-size: 110%;}
}
@media screen and (max-width:767px) {
.fs-c-price__currencyMark{color:#000; font-weight: 900; font-size: 75%;}
.fs-c-price__value{color:#000; font-weight: 900; font-size: 75%;}
.fs-c-priceDisplay__memberPrice__label{font-size: 0.9rem;}
}

.fs-c-productPrice__addon{font-size: 100%;}
.fs-c-productPrice__addon__label{}

.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail{font-size: 90% !important;}
.fs-c-returnedSpecialContract, .fs-c-buttonContainer{font-size:90%;}

.fs-body-product .fs-c-quantity::before {
    content: "数量";
    display: inline-block;
    font-size: 13px;
}

.fs-c-productQuantityAndWishlist select.fs-c-quantity__select.fs-system-quantity-list {
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    float: left;
    position: relative;
    /* display: inline-block; */
    top: -35px;
    left: 35px;
    background-image: url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_d.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 6px center;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
}

span.fs-c-quantity__message {
    margin-left: 35px;
}

.fs-c-button--primary {
    margin: 0;
    border: 1px solid #00479d;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 40%;
    background-image: #00479d url(https://cleverin.itembox.design/item/common/img/icn_arrow_wht_r.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right center;
}

.fs-c-button--standard {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 2px #b2b2b2;
    margin-left: 5px;
}

.fs-c-button--secondary {
    background: #38a1db;
    border: 1px solid #38a1db;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

.fs-c-buttonContainer {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
}

.fs-c-checkout-addressee__data__name {
    font-size: 130%;
    font-weight: bold;
    min-width: 144px;
}

.textR{
  text-align:right;
}

.p-info{
  width:80%;
  font-size:20px;
  font-weight:bold;
  border-bottom:solid 2px #666;
  margin-bottom:20px;
}

.itemPG_corp{}

.itemPG_corp h4 {
    line-height: 135%;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.itemPG_corp h4.line {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #222;
}

.itemPG_corp section.section {
    margin-top: 60px;
}

.itemPG_corp h3 {
    line-height: 135%;
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 14px 12px 12px;
}

.itemPG_corp h3.normal {
    background: #efefef;
}

.itemPG_corp .col {
    display: block;
    margin: 0;
}

.itemPG_corp .col > .col2 {
    width: 20%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}

.itemPG_corp .col > .col3 {
    width: 25%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}

.itemPG_corp .col > .col4 {
    width: 33.33333%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}

.itemPG_corp .col > .col6 {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}


.itemPG_corp .col > .col8 {
    width: 66.66667%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
}

.itemPG_corp .col > .col9 {
    width: 75%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
}


.itemPG_corp .leadWrap {
    margin: 40px 0;
    position: relative;
    border: 1px dashed #cecece;
    padding: 0 20px;
}

.itemPG_corp .leadWrap h2 {
    padding: 20px 0;
    color: #b71313;
    font-size: 120% !important;
    line-height: 135%;
}

.itemPG_corp .leadWrap p {
    margin: 0 0 20px 0;
}


.itemPG_corp ul.disc {
    line-height: 140%;
}

.itemPG_corp ul.disc > li {
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em;
}

.itemPG_corp ul.disc > li:before {
    content: "・";
}


.itemPG_corp .noticeWrap {
    margin-bottom: 20px;
    padding: 0 20px 15px 20px;
    border: 1px dashed #cecece;
}

.itemPG_corp h4.bgColorRed {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    background: #b71313;
    color: #FFF;
    padding: 8px 10px 6px;
}

.itemPG_corp .noticeWrap .bgColorRed {
    margin-bottom: 10px;
}

.itemPG_corp .textRed {
    color: #ea0a0a !important;
}



.itemPG_corp figure{display: block;}
.itemPG_corp figure img{margin:0 auto;}
.itemPG_corp .col:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 0;
}

.itemPG_corp table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
}

.itemPG_corp table.around th {
    border: 1px solid #cecece;
    font-weight: bold;
    background: #f6f6f6;
    width: 20%;
}

.itemPG_corp table.around td {
    border: 1px solid #cecece;
    font-size: 90%;
    padding: 15px;
}

.itemPG_corp ol {
    line-height: 140%;
    list-style-type: decimal;
}

.itemPG_corp ol > li {
    margin-left: 1.7em;
    margin-bottom: 5px;
    list-style-type: decimal;
}



.fs-p-productDescription--short{
    font-size: 210%;
    border-bottom: 1px solid;
    margin: 0 0 20px 0;
}

.fs-c-productMarks{margin:0 0 20px 0;}
.fs-c-productMark__mark{
    border-radius: 0;
    padding: 10px 15px;
    font-size: 90%;
}

.itemPG_corp .floatTtl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px dashed #cecece;
    padding: 10px 0;
}

.itemPG_corp .floatTtl .ttl {
    font-size: 13px;
    text-align: center;
    background: #222;
    color: #FFF;
    padding: 5px 0px 6px;
    margin:0;
}

.itemPG_corp .floatTtl .lead {
    width: 88%;
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}




.icn_tag_type
{background: #00479d; color:#fff; border:1px solid #00479d;}
.icn_tag_muryo{background: #ffe200; color:#000; border:1px solid #ffe200;}
.icn_tag_new{background: #fff; color:#b71313; border:1px solid #b71313;}

.fs-c-productNameHeading{
    color: #000;
    font-size: 100% !important;
    font-weight: 300;
    margin: 0 0 5px 0 !important;
    text-align: left;
}
.fs-c-productNameHeading::before{content: "製品名: ";}
.fs-c-productNumber::before{content: "製品コード: ";}
.fs-c-productNumber__label{display: none;}
.fs-c-productNameHeading{font-size: 100%;}
.fs-c-productNameHeading__name{font-size: 100%;}

.fs-c-productNumber {
    border: 0px solid currentColor;
    display: inline-block;
    font-size: 100%;
    padding: 0;
    margin:0 0 5px 0;
}

.fs-c-productNumber__label{}
.fs-c-productNumber__label::after{content: ":";}
.fs-c-productNumber__number{font-weight: 300;}


  /* == footer設定 == */
.footerPageTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#cleverin_footer{
    background: #005aa9;
    width: 100%;
    margin:0;
    padding: 30px 0;
}

.footer_wrap{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    overflow: hidden;
}

.fMenu_logo{text-align: center;}
.fMenu_logo_img{width:100%; max-width: 230px; margin:0 auto;}
.fMenu_menu{margin:40px auto; padding: 0; overflow: hidden;}
.fMenu_menu_inbox{
    display:inline-block;
    float: left;
    margin:0 80px 0 0;
    padding: 20px 0 0 0;
    border-top:1px solid #337bba;
}

h4.ttl_fMenu_menu{
    text-align: left;
    font-size: 110%;
    color: #fff;
    margin: 0 0 20px 0;
}
.fmenulist{overflow: hidden; padding: 0; margin:0 30px 0 0; color: #fff;}
.fmenulist_ttl{padding:0 0 10px 2px !important;}
.fmenulist li{font-size: 90%; padding:0 0 0 20px; line-height: 160%;}
.fmenulist li.logout{font-size: 90%; padding:0; line-height: 160%;}
.fmenulist li a{color:#fff; text-decoration: underline;}
.fmenulist li a:hover{text-decoration: none;}
img.another_w_wht_after{
    display: inline-block;
    width: 13px;
    position: relative;
    top: 2px;
    /* left: 0px; */
    margin-left: 5px;
}


#cleverin_copyright{
    background: #00479d;
    width: 100%;
    margin:0;
    padding: 30px 0;
}

.copyright_wrap{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    overflow: hidden;
}

.fMenu_copyright{
    line-height: 180%;
    font-size: 70%;
    text-align: right;
    color: #a3b3d2;
}

/* == ページ設定 == */

.tbl_normal{
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    padding: 0;
    margin: 10px 0;
    font-size: 100%;
    width: 100%;
}
.tbl_normal th{
        border-collapse: collapse;
        border: 1px solid #b4b4b4;
        background: #f6f6f6;
        text-align: left;
        font-weight: bold;
        padding: 10px 20px;
        width: 30%;
}
.tbl_normal td{
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    padding: 10px 20px;
    text-align: left;
    width: 70%;
}


.fs-c-cartTableContainer {
    border: 0px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
    background: #f8f8f8;
}

.fs-c-cartTable__headerCell {
    word-break: keep-all;
    background: #005aa9;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
}

.fs-c-cartTable {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

.fs-c-cartTable__product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 150px 1fr;
    grid-gap: 8px;
}

.fs-l-cart__contentsArea .fs-c-listedProductName__name{text-decoration: underline;}


.fs-c-cartTable__actionButton__container > button {
    font-size: 80%;
    color: #333;
    background: #ddd;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
}

.fs-body-cart .fs-l-cart__sideColumn {
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background: #f8f8f8;
    padding: 16px;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border: none;
    border-top: 1px solid #ccc;
    padding: 10px !important;
}

.fs-c-string--label{font-size: 90%;}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 24px;
    font-size: 100%;
}

.fs-l-cart .fs-c-button--primary {
    background: #38a1db;
    border: 1px solid #38a1db;
    border-radius: 3px;
    color: #ffffff;
    font-size: 110%;
    padding: 20px;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 70%;
}


.fs-l-product .fs-c-button--primary {
    background: #38a1db;
    border: 1px solid #38a1db;
    border-radius: 3px;
    color: #ffffff;
    font-size: 110%;
    padding: 20px;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 70%;
    /*float:left;*/
}

.fs-c-button--plain {
    padding: 0px;
    float: left;
    font-size: 90%;
}

.fs-c-continueShopping .fs-c-button--standard {
    background: none;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #ccc;
}

.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: 0px solid #b2b2b2;
    border-radius: 0;
    border-width: 1px 0 0 0;
    margin-top: 8px;
    padding-top: 8px;
}

.fs-c-checkout-preview__title {
    border-bottom: 1px solid #01479d;
    font-size: 110% !important;
    line-height: 1;
    margin: 8px 0 15px !important;
    padding: 0 0 10px !important;
    text-align: center;
}

.fs-c-checkout-preview {
    border: 0px solid #e5e5e5;
    border-radius: 3px;
    padding: 20px;
    background: #f8f8f8;
    color: #333333;
}

.fs-c-checkout-customerInfo__name {
    font-size: 150%;
    font-weight: bold;
}


.fs-l-checkout .fs-c-button--standard {
    background: #ccc;
    border: 0px solid #ebebeb;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 2.6em 0.8em;
    box-shadow: 0;
}


.fs-l-checkout .fs-c-button--secondary {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0px;
    min-width: 240px;
}

.fs-c-checkout-addDestinationButton {
    margin: -15px 0 40px;
}

.fs-c-checkout-multiDestination__title {
    background: none;
    color: #38a1db;
    font-size: 110%;
    padding: 0 4px;
    text-align: left;
    border-left: 2px solid #38a1db;
    margin: 30px 0 0 0;
}

.fs-c-checkout-multiDestination__info__name {
    font-size: 130%;
    font-weight: bold;
}

.fs-c-checkout-multiDestination__subtitle {
    border-left: 0px solid #999999;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    padding-left: 0;
    margin: 10px 0;
}

.fs-c-checkout-delivery__method {
    background: none;
    padding: 0;
}

.fs-c-checkout-delivery__method__title {
    font-size: 130%;
    margin: 0;
    font-weight: bold;
}

.fs-c-checkout-multiDestination__subtitle::before{content: "[ ";}
.fs-c-checkout-multiDestination__subtitle::after{content: " ]";}

.fs-c-productList__list .fs-c-price__currencyMark,
.fs-c-checkout-productQuantityWarning .fs-c-price__currencyMark,
.fs-c-checkout-deliveryInfo .fs-c-price__currencyMark,
.fs-l-cart__contentsArea .fs-c-price__currencyMark,
.fs-l-checkout .fs-c-price__currencyMark {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.fs-c-productList__list .fs-c-price__value,
.fs-c-checkout-productQuantityWarning .fs-c-price__value,
.fs-c-checkout-deliveryInfo .fs-c-price__value,
.fs-l-cart__contentsArea .fs-c-price__value,
.fs-l-checkout .fs-c-price__value {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.fs-c-productList__list .fs-c-productPrice__main__label {
    margin-right: 4px;
    font-size: 90%;
}

.fs-c-productList__list .fs-c-productPrices {
    margin: 5px 0 10px 0;
    padding: 5px 0 10px 0;
}

.fs-c-history .fs-c-price__currencyMark {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.fs-c-history .fs-c-price__value {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.fs-c-checkout-paymentMethod.is-active {
    border: 1px solid #666666;
    background: #fff;
}

.fs-l-checkout .fs-c-button--primary {
    background: #38a1db;
    border: 1px solid #38a1db;
    border-radius: 3px;
    color: #ffffff;
    font-size: 120% !important;
    padding: 20px;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 70%;
}

.fs-c-checkout-checkoutMethod.is-active {
    border: 1px solid #666666;
    background: #fff49b;
}

.fs-c-checkout-deliveryMethod.is-active {
    border: 1px solid #666666;
}

.fs-c-checkout-deliveryInfo .fs-c-quantity::before {
    content: "数量";
    display: inline-block;
    font-size: 13px;
}

.fs-c-checkout-deliveryInfo select.fs-c-quantity__select.fs-system-quantity-list {
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    float: left;
    position: relative;
    /* display: inline-block; */
    top: -35px;
    left: 35px;
    background-image: url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_d.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 6px center;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
}

.fs-c-checkout-productAllocation__productQuantity {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    padding: 8px;
    width: 110px;
    margin-right: 100px;
    align-self: center;
    flex: auto;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #38a1db;
    font-size: 33px;
    line-height: 1.2;
    margin: 8px auto 0;
    width: 50px;
    height: 40px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 100%;
}


.btn_logout {
    text-align: right;
    margin: 5% 0 2% 0;
}

.btn_logout a {
    background: #fff;
    padding: 2%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 80%;
}

.fs-c-accountService__page {
    flex-basis: 200px;
    display: flex;
    align-items: stretch;
    height: 128px;
    margin: 8px;
}

.fs-c-accountService__page--accountDelete {
    width: 100%;
}

.fs-c-accountService__page--accountDelete {
    align-items: flex-start;
    flex-basis: 100%;
}

.fs-body-my-top .fs-p-accountInfo {
    padding: 20px;
    margin-bottom: 24px;
}

.fs-c-history__term {
    color: #38a1db;
    font-weight: 300;
    font-size: 90%;
}

.fs-c-inputTable{
    border-collapse: collapse;
    padding: 0; margin:10px 0;
    font-size: 100%; width:100%;
}
.fs-c-inputTable th{
    border-collapse: collapse;
    border-top: 0px dotted #ccc;
    background: #f6f6f6;
    text-align: left;
    font-weight: bold;
    padding: 3px 10px;
    width: 100%;
    font-size: 90% !important;
}
.fs-c-inputTable td{
    border-collapse: collapse;
    border: 0px solid #b4b4b4;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.fs-c-inputInformation__field {
    margin: 24px auto;
    max-width: 850px;
}

.fs-c-subSection__title {
    border-bottom: 0px solid currentColor;
    color: #000;
    font-size: 1.8rem;
    font-size: 110% !important;
    background: #eee;
    padding: 15px !important;
}

/* == Gページ設定 == */
.fs-c-productList .fs-c-productListItem{position: relative;}
.fs-c-productListItem__viewMoreImageButton{
    position: absolute;
    font-size: 180%;
    top: 15px;
    left: 15px;
    padding: 0;
}

.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 8px 0;
    font-size: 90% !important;
    text-align: left !important;
    /* padding: 10px !important; */
    margin: 5px !important;
}

.fs-c-productList .fs-c-productMark__mark {
    border-radius: 0;
    padding: 3px 5px;
    font-size: 80%;
}

.fs-c-sortItems {
    border: 1px solid currentColor;
    display: flex;
    align-items: stretch;
    font-size: 80%;
}

.fs-c-listControl{
    font-size: 80%;
}

.fs-c-sortItems__label {
    border: 0px solid currentColor;
    background: #eee;
}

.fs-c-productPrices {
    border-top: 1px solid #ccc;
    margin: 5px 0 10px 0;
    padding: 5px 0 10px 0;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    background: transparent;
    border: 0px solid;
    background: #eee;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
}

/* == エントリーページ設定 == */
.btn_area{width: 100%; text-align: center; margin:20px 0 30px 0;}
.btn_white{margin:0 auto;}
.btn_white a{
    display: inline-block;
    margin:0 5px;
    padding:20px 50px;
    border: 1px solid #01479d;
    color: #01479d;
    background:#fff url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_d.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 16px center;
    text-align: center;
    min-width: 300px ;
}
.btn_white a:hover{
    background:#efefef url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_d.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 16px center;
    text-decoration: none;

}

h2.freepage_ttl{
    background: #efefef;
    margin:0 0 20px 0 !important;
    padding:15px 20px !important;
    font-size: 110% !important;
    color: #000 !important;
    text-align: left !important;
}
.img_entry_flow{margin:30px auto; width: 100%; max-width: 1000px;}

.btn_blu{margin:0 auto;}
.btn_blu a{
    display: inline-block;
    margin:0 5px;
    padding:20px 50px;
    border: 1px solid #01479d;
    color: #fff;
    background:#01479d url(https://cleverin.itembox.design/item/common/img/icn_arrow_wht_r.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 16px center;
    text-align: center;
    min-width: 400px ;
    box-shadow: 1px 2px #ccc;
}
.btn_blu a:hover{
    border: 1px solid #38a1db;
    background:#38a1db url(https://cleverin.itembox.design/item/common/img/icn_arrow_wht_r.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 16px center;
    text-decoration: none;
}




/* == お問合せページ設定 == */
/* == 会員申請ページ設定 == */
.cleverin_form{
    width: 100%;
    max-width:1200px;
    margin:0 auto;

}

.formH_registry{height:1680px;}
.formH_contact{height:1060px;}

.cleverin_form p{width: 98%;}





/* =====================
Tablet設定
===================== */
@media (min-width: 500px) and (max-width: 896px){





}

/* =====================
スマホ設定
===================== */
@media (min-width: 1px) and (max-width: 499px) {


    /* == common == */

    h1 {
        color: #00479d;
        font-size: 160% !important;
        text-align: center;
        margin: 0 0 5% 0 !important;
        padding: 0 !important;
        border-bottom: 0px solid #38a1db !important;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }

    h2 {
        font-size: 130% !important;
        font-weight: bold;
        margin: 7% auto 5% auto !important;
    }

    .btn_blu a{
        min-width: 360px ;
    }


    /* == HEADER == */

    .site_logo {
        width: 100%;
        max-width: auto;
        margin: 8px;
        height: 45px;
    }

    .site_logo img{
        width: 230px;
    }


    .hMenu_left {
        float: left;
        line-height: 100%;
        width: 80%;
        margin: 0 auto;
    }

    #gnav{display: none;}

    .insideCart {
        display: block;
        line-height: 100%;
        margin: 0 auto;
        padding: 5px;
        vertical-align: top;
        text-align: center;
    }

    .hMenu_upper_menu{display: none;}

    .ptsCommon_news ul::before {
        content: none;
    }

    .ptsCommon_news li {
        background-position: 0px;
        padding-left: 20px;
        margin-bottom: 3%;
    }

    .ptsCommon_news {
        line-height: 100%;
        padding: 4% 0 2% 0;
        margin: 0;
        width: 100%;
        background: #efefef;
    }

    #cleverin_header {
        position: fixed;
        top:0;
    }

    .fs-l-page{position: relative; top: 95px;}

    .hMenu_lower_logout {
        padding: 10px 0;
    }

  #gnav_logout{display: none;}

    /* == スマホドロワー == */
    #drawer-checkbox {
        display: none;
      }
      #drawer-icon {
          cursor: pointer;
          display: inline-block;
          height: 50px;
          position: fixed;
          width: 50px;
          padding: 0px;
          top: 36px;
          right: 10px;
          z-index: 99999;
      }
      #drawer-icon span {
          background: #00479d;
          border-radius: 4px;
          display: block;
          height: 4%;
          left: 50%;
          margin: -8% 0 0 -30%;
          position: absolute;
          top: 65%;
          transition: all 0.3s ease-in-out;
          width: 62%;
      }
      #drawer-icon span::before,
      #drawer-icon span::after {
          -webkit-transform: rotate(0);
          background: #00479d;
          border-radius: 4px;
          content: "";
          display: block;
          height: 100%;
          left: 50%;
          margin: -8% 0 0 -50%;
          position: absolute;
          top: 153%;
          transform: rotate(0);
          transition: all 0.3s ease-in-out;
          width: 100%;
      }
      #drawer-icon span::before {
        margin-top: -38%;
      }
      #drawer-icon span::after {
        margin-top: 19%;
      }
      #drawer-checkbox:checked ~ #drawer-icon span {
        background: rgba(51, 51, 51, 0);
      }
      #drawer-checkbox:checked ~ #drawer-icon span::before,
      #drawer-checkbox:checked ~ #drawer-icon span::after {
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin: -8% 0 0 -42%;
        position: absolute;
        top: 50%;
        width: 100%;
      }
      #drawer-checkbox:checked ~ #drawer-icon span::before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
      #drawer-checkbox:checked ~ #drawer-icon span::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      #drawer-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #fff;
        transition: all 0.3s ease-in-out 0s;
        transform: translateX(-100%);
      }
      #drawer-checkbox:checked ~ #drawer-content {
        transform: translateX(0);
        background: #00479d;
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
      }
      
      #drawer-close {
        display: none;
        position: fixed;
        z-index: 39;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
      }
      #drawer-checkbox:checked ~ #drawer-close {
        display: block;
        opacity: 0.3;
      }


    .drawer-content_wrap{padding: 110px 8% 0 8%;}
    .drawer-mainmenu ul{overflow: hidden;}
    .drawer-mainmenu li{
        float: left;
    width: 48%;
    text-align: center;
    margin: 3% 1%;
    background:url(https://cleverin.itembox.design/item/common/img/icn_arrow_wht_r.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 5px center;
}
    .drawer-mainmenu li a{
        display: block;
        color: #fff;
        border: 1px solid #fff;
        padding: 8% 0;
    }

    .drawer-submenu{

    }
    .drawer-submenu ul{
        overflow: hidden;
    }
    .drawer-submenu li{
        color: #00479d;
        padding: 15px 25px 10px 25px;
        border: 3px solid #00479d;
        text-align: center;
        background:#fff url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_r.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 16px center;
    }
    .drawer-submenu li p{
        display: inline-block;
        line-height: 60px;
        vertical-align: top;
        font-size: 130%;
        font-weight: bold;
    }
    .drawer-submenu li img{height:60px; display: inline-block; margin-right:20px;}
    .drawer-submenu li a{
        color: #00479d;
        border: 1px dotted #00479d;
        padding: 8% 0;
        
    }

    /* == スマホドロワー ログアウト時 == */
    #drawer-checkbox2 {
        display: none;
      }
      #drawer-icon2 {
          cursor: pointer;
          display: inline-block;
          height: 50px;
          position: fixed;
          width: 50px;
          padding: 0px;
          top: 10px;
          right: 10px;
          z-index: 99999;
      }
      #drawer-icon2 span {
          background: #00479d;
          border-radius: 4px;
          display: block;
          height: 4%;
          left: 50%;
          margin: -8% 0 0 -30%;
          position: absolute;
          top: 65%;
          transition: all 0.3s ease-in-out;
          width: 62%;
      }
      #drawer-icon2 span::before,
      #drawer-icon2 span::after {
          -webkit-transform: rotate(0);
          background: #00479d;
          border-radius: 4px;
          content: "";
          display: block;
          height: 100%;
          left: 50%;
          margin: -8% 0 0 -50%;
          position: absolute;
          top: 153%;
          transform: rotate(0);
          transition: all 0.3s ease-in-out;
          width: 100%;
      }
      #drawer-icon2 span::before {
        margin-top: -38%;
      }
      #drawer-icon2 span::after {
        margin-top: 19%;
      }
      #drawer-checkbox2:checked ~ #drawer-icon2 span {
        background: rgba(51, 51, 51, 0);
      }
      #drawer-checkbox2:checked ~ #drawer-icon2 span::before,
      #drawer-checkbox2:checked ~ #drawer-icon2 span::after {
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin: -8% 0 0 -42%;
        position: absolute;
        top: 50%;
        width: 100%;
      }
      #drawer-checkbox2:checked ~ #drawer-icon2 span::before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
      #drawer-checkbox2:checked ~ #drawer-icon2 span::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      #drawer-content2 {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #fff;
        transition: all 0.3s ease-in-out 0s;
        transform: translateX(-100%);
      }
      #drawer-checkbox2:checked ~ #drawer-content2 {
        transform: translateX(0);
        background: #00479d;
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
      }
      
      #drawer-close2 {
        display: none;
        position: fixed;
        z-index: 39;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
      }
      #drawer-checkbox2:checked ~ #drawer-close2 {
        display: block;
        opacity: 0.3;
      }





    /* == TOP KV == */
    .common_mainvisual {
        margin: 3% auto 7% auto;
    }

    .kv_img {
        width: 90%;
    }

    /* == 商品一覧 == */
    .common_itemlist {
        margin: 0;
        padding: 3% 0 5% 0;
        overflow: hidden;
    }

    .common_itemlist_wrap li {
        width: 46%;
        margin: 2% 2% 3% 2%;
        line-height: 130%;
        font-size: 80%;
    }

    .common_itemlist_wrap .itemlist_img {
        margin: 0 auto 1% auto;
    }

    .common_itemlist_wrap {
        width: 95%;
    }

    .fs-c-productList__list__item {
        border-bottom: 1px solid #b2b2b2;
        padding: 1%;
    }

    .fs-c-productList__list .fs-c-productMarks {
        margin: 0 0 2% 0;
    }

    .fs-c-productList__list .fs-c-productPrices {
        border-top: 0px solid #ccc;
    margin: 2%;
    padding: 0%;
    }

    .fs-c-productList__list__item {
        border-bottom: 0px solid #b2b2b2;
        padding: 1%;
    }

    .fs-c-productListItem__viewMoreImageButton {
        position: absolute;
        font-size: 180%;
        top: 0px;
        left: 5px;
        padding: 0;
    }

    .fs-c-productList__list .fs-c-productPrice__main__label {
        margin-right: 4px;
        font-size: 80%;
    }

    .fs-c-productList__list .fs-c-productPrice__addon {
        font-size: 80%;
    }

    .fs-c-productList__list .fs-c-price__currencyMark {
        color: #000;
        font-weight: 300;
        font-size: 14px;
    }

    .fs-c-productList__list .fs-c-price__value {
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }

    .fs-c-productListItem__notice {
        background: #e5e5e5;
        font-size: 80%;
        line-height: 1;
        margin: 8px 0;
        padding: 4px 4px;
        text-align: center;
    }

    .fs-c-productList__list .fs-c-buttonContainer {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 2%;
        overflow: hidden;
        text-align: center;
    }

    /* == コーポレートコンテンツ == */
    .common_brandbanner_wrap{
        width: 95%;
    margin: 0 auto;
    }

    .common_brandbanner .fs-pt-column__item {
        padding: 1%;
        width: 49%;
    }

    /* == 商品ページ == */
    .fs-p-productDescription--short {
        font-size: 160%;
        margin: 0 0 5% 0;
    }

    .itemPG_left {
        width: 100%;
        float: none;
    }

    .itemPG_right {
        width: 100%;
    float: none;
    margin-top: 3%;
    }

    .fs-c-productMainImage__expandButton {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .fs-c-productMainImage{position: relative;}

    .fs-c-productThumbnail__image {
        margin: 0.5%;
        flex-basis: 19%;
        min-width: auto;
    }

    .itemPG_corp .col > .col4 {
        width: 49%;
        margin-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
        float: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .itemPG_corp .col > .col6 {
        width: 49%;
        margin-bottom: 10%;
        padding-left: 1%;
        padding-right: 1%;
        float: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .itemPG_corp .col > .col8 {
        width: 100%;
        margin-bottom: 5%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        float: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .itemPG_corp .col > .col3 {
        width: 49%;
        margin-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
        float: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .itemPG_corp .col > .col9 {
        width: 100%;
        margin-bottom: 1%;
        padding-left: 1%;
        padding-right: 1%;
        float: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .itemPG_corp table {
        width: 100%;
    }

    .itemPG_corp .floatTtl .lead {
        width: 70%;
    }

    .itemPG_corp section.section {
        margin-top: 5%;
    }


    .fs-l-product .fs-c-button--primary {
        animation: none;
        background: #38a1db;
        border: 1px solid #38a1db;
        border-radius: 3px;
        color: #ffffff;
        font-size: 110%;
        padding: 20px;
        box-shadow: 0 0 2px #b2b2b2;
        min-width: 240px;
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    /* == CART == */
    .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
        border: 0px solid #b2b2b2;
        border-radius: 0;
        border-width: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
        border: 0px solid #ccc;
        padding: 2%;
        vertical-align: middle;
    }

    .fs-c-cartTable {
        border-collapse: collapse;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-bottom:0px;
    }

    .fs-c-continueShopping{
        width: 60%;
    margin: 0 auto;
    }

    .fs-l-main {
        margin: 3% auto;
        padding: 2%;
    }

    .fs-c-cartTable__actionButton {
        padding: 2%;
    }

    .fs-c-cartTable__actionButton__container > button {
        padding: 3%;
    }

    .fs-c-cartTable__dataCell--quantity{
        padding-right:20px;
    }

    .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice{
        padding-right:5%;
    }

     /* == マイページ == */
    .fs-c-accountService__page {
        flex-basis: 48%;
        display: flex;
        align-items: stretch;
        height: 128px;
        margin: 1%;
    }

    .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
        font-size: 100%;
        min-width: auto;
        padding: 5% 10%;
        margin: 2%;
    }
.fs-c-accountService__page--accountDelete {
    height: 30px !important;
}

    .fs-c-button--primary {
        margin: 2% auto;
    }

    .fs-c-button--standard {
        margin: 2%;
    }

    .fs-c-cartTableContainer {
        border: 0px solid #e5e5e5;
        border-radius: 3px;
        padding: 3%;
        background: #f8f8f8;
    }
    
    .fs-l-checkout .fs-c-button--standard {
        padding: 0.5em 1em 0.5em 1em;
    }

    .fs-c-checkout-preview {
        padding: 4%;
    }


 /* == 商品グループ == */
    .fs-c-sortItems {
        border: 1px solid #ccc;
        font-size: 80%;
    }

    .fs-c-sortItems__list {
        border-left: 1px solid #ccc;
    }

    .fs-c-listControl__status{font-size: 80%;}

 /* == エントリーページ == */
    .btn_white a {
        display: inline-block;
        margin: 2%;
        padding: 20px 50px;
        border: 1px solid #01479d;
        color: #01479d;
        background: #fff url(https://cleverin.itembox.design/item/common/img/icn_arrow_blu_d.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: right 16px center;
        text-align: center;
        min-width: 300px;
    }

    .img_entry_flow{margin:0px auto; width: 100%; max-width: 800px;}


    /* == FOOTER == */
<!--
    .fs-l-footer {
        margin-top: 10%;
    }
-->

    #cleverin_footer {
        padding: 8% 0;
    }

    .fMenu_menu {
        margin: 5% auto;
    }

    .fMenu_menu_inbox {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 5% 0 0 0;
        width: 90%;
        overflow: hidden;
        clear: both;
        border:0px;
    }

    .fmenulist {
        margin: 0 0 5% 0 !important;
        float: none !important;
        clear: both;
        border-bottom:1px dotted #77a9d4;
    }

    .fmenulist li {
        border-top: 1px dotted #77a9d4;
        border-right: 1px dotted #77a9d4;
        border-left: 1px dotted #77a9d4;
        padding:0;
    }

    .fmenulist li a {
        text-decoration: none;
        display: block;
        padding: 3%;
    }

    .fmenulist li.fmenulist_ttl {
        border: 0px dotted #77a9d4;
        font-weight: bold;
        padding-left:1%;
    }

    h4.ttl_fMenu_menu {
        margin: 0 0 5% 0;
        border-left: 3px solid #fff;
        padding: 0 0 0 3%;
    }


    #cleverin_copyright {
        padding: 5% 0 30% 0;
    }
    
    .copyright_wrap {
        width: 95%;
    }

    .fMenu_copyright {
        font-size: 70%;
        text-align: center;
    }

    .footerPageTop {
        position: fixed;
        right: 5%;
        bottom: 2%;
        width: 15%;
    }

    /* == お問合せページ設定 == */
/* == 会員申請ページ設定 == */
.cleverin_form{
    width: 100%;
    /*max-width:375px;*/
    margin:0 auto;

}

.formH_registry{height:2100px;}
.formH_contact{height:1420px;}

.cleverin_form p{width: 98%;}


}

/* 追記20210512 */
.icn_tag_gyomu{
	border: 1px solid #39bddb;
}
.common_itemlist_wrap ul{
	display: flex;
	flex-wrap: wrap;
}
.common_itemlist_wrap li{
	float: none;
}
@media screen and (min-width:415px) and (max-width:768px){
	.header_wrap,
	.common_brandbanner,
	.footer_wrap{
		margin: 0 auto;
		width: 95%;
	}
	.fs-pt-column{
		margin: 0 auto;
		width: 98%;
		display: flex;
	}
	.fmenulist{
		margin: 0 15px 0 0;
	}
	.copyright_wrap{
		margin: 0 auto;
		width: 95%;
	}
}
/* 追記-トップ製品一覧 */
.common_itemlist .common_itemlist_wrap{
	max-width: 1030px;
}
.common_itemlist .list-title{
	margin: 30px 0;
	border-left: 10px solid #00479d;
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  letter-spacing: 1px;
  color: #00479d;
}
.common_itemlist a:hover{
	text-decoration: none !important;
}
.common_itemlist .fs-c-productListCarousel{
	justify-content: flex-start;
	align-items: flex-start;
}
.common_itemlist .slick-track{
	width: 100% !important;
	transform: none !important;
	display: flex;
	flex-wrap: wrap;
}
.common_itemlist .fs-c-productListCarousel__list,
.common_itemlist .fs-c-productListCarousel__list__itemTrack{
	width: 100% !important;
}
.common_itemlist .slick-slide{
	margin: 0 4% 4% 0;
	width: 22%;
  text-align: center;
  line-height: 130%;
	float: none;
}
.common_itemlist .slick-slide:nth-of-type(4n){
	margin-right: 0;
}
@media screen and (max-width:499px){
	.common_itemlist .slick-slide{
		width: 48%;
    line-height: 130%;
	}
	.common_itemlist .slick-slide:nth-of-type(2n){
		margin: 0 0 4% 0;
	}	
}
.common_itemlist .slick-slide .fs-c-productListItem__image__image{
	margin: 0 auto 10px auto;
  width: 100%;
  max-width: inherit;
  border: 1px solid #00479d;
}
.common_itemlist .slick-slide .fs-c-productListItem__productName .fs-c-productName__name{
	margin-top: 10px !important;
	font-size: 15px !important;
	line-height: 1.4;
	text-decoration: underline;
}
@media screen and (max-width:499px){
	.common_itemlist .slick-slide .fs-c-productListItem__productName .fs-c-productName__name{
		margin-top: 0 !important;
		font-size: 14px !important;
	}
}
.common_itemlist .fs-c-productListCarousel__list__item.fs-c-productListItem{
	margin: 0;
	flex-basis: inherit;
	max-width: inherit;
	min-width: inherit;	
}
.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	line-height: 1.5
}
.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__currencyMark,
.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__value{
	font-size: 18px;
	display: inline-block;
}
@media screen and (max-width:499px){
	.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__currencyMark,
	.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__value{
		font-size: 16px;
	}
}
.common_itemlist .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main{
	margin-right: 3px;	
}
.common_itemlist .fs-c-productListCarousel__list__item.fs-c-productListItem:hover .fs-c-productName__name,
.common_itemlist .slick-slide .fs-c-productListItem__productName .fs-c-productName__name:hover{
	color: #00479d !important;
  text-decoration: none !important;
}
.common_itemlist .fs-c-productMarks,
.common_itemlist .fs-c-productListItem__control,
.common_itemlist .fs-c-productListCarousel__ctrl{
	display: none !important;
}
.common_itemlist .fs-c-button--carousel--prev::before,
.common_itemlist .fs-c-button--carousel--next::before{
	content: none !important;
}
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__currencyMark,
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value{
	font-size: 15px !important;
}
@media screen and (max-width:499px){
	.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__currencyMark,
	.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value{
		font-size: 13px !important;
	}
}
/* ヘッダー */
#gnav .first-cate{
	display: flex;
	flex-wrap: wrap;
}
#gnav .mega_inbox{
	margin: 0 2% 2% 0;
	float: none;
	width: 49%;
	display: flex;
}
#gnav .mega_inbox:nth-of-type(2n){
	margin-right: 0;
}
#gnav .mega_inbox_left,
#gnav .mega_inbox_right{
	float: none;
}
#gnav .mega_inbox_right{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#gnav .mega_inbox_right ul{
	top: 25px;
}
@media screen and (max-width:499px){
	#drawer-content .drawer-submenu li img{
		width: 70px;
	}
}
dl.fs-c-salesPeriod__date{
	font-size: 15px;
}
.fs-body-category-Original-Set .fs-c-productListItem__viewMoreImageButton{
	display: none;
}
#gnav .mega_inbox_right{
	flex: 1;
}



.fs-l-cart .button01{
	border-top: 1px solid #d4d4d4;
	margin-top: 30px;
	padding-top: 30px;
}
#quotation_pdf_btn{
	text-align: center;
display: block;
	color: #fff;
	margin: 15px auto 50px;
	padding: 18px 0 16px;
	border-radius: 5px;
}
#delivery_pdf_btn{
	text-align: center;
display: block;
	margin: 40px auto 50px;
	padding: 24px 0 22px;
	border-radius: 0px;
}


@media screen and (min-width:768px) {
  #quotation_pdf_btn{
  	width: 350px;
  	background: #38a1db;
  }
  #delivery_pdf_btn{
  	width: 350px;
  	border:1px solid #000;
  	color: #000;
  }
}
@media screen and (max-width:767px) {
  #quotation_pdf_btn{
  	width: 70%;
  	background: #00479d;
  }
  #delivery_pdf_btn{
  	width: 70%;
  	background: #38a1db;
  	color: #fff;
  }
}



.pdfdlbtn a{
    text-align: center;
    display: block;
    color: #fff;
    margin: 40px auto 50px;
    padding: 18px 0 16px;
    border-radius: 5px;
}

.downloadlink a{
text-align: center;
display: block;
margin: 60px auto 50px;
padding: 18px 0 16px;
background: #38a1db;
color: #fff;
border-radius: 5px;
}



@media screen and (min-width:768px) {
.pdfdlbtn a{
width: 350px;
background: #38a1db;
}
.downloadlink a{
width:350px;
}
.downloadlink a:hover{
background: #005aa9;
}
}
@media screen and (max-width:767px) {
.taC.spleft{text-align: left !important;}
.pdfdlbtn a{
	width: 70%;
	background: #00479d;
}
.downloadlink a{
width:80%;
}
}


.logout.my-false { display: none; }
.login.my-true { display: none; }

nav#gnav .fs-clientInfo {
    padding: 0;
}
nav#gnav .logout.my-false {
    display: none;
}