/*　システムページ用
---------------------------------------*/

  .mtzNone #_fs_uk_elm_37704,
  .mtzNone #_fs_uk_elm_37344,
  .mtzNone #_fs_uk_elm_37725{
    display: none;
  }
  #InvoiceDate{
    display: none;
  }
  #InvoiceDate div.arrow_box{
    position: relative;
    padding: 16px;
    text-align: center;
    border: 2px solid #FF0000;
    color: #666666;
    border-radius: 10px;
    width: 78%;
    margin: 0 auto;
    background: #fdf5f5;
  }
  #InvoiceDate div.arrow_box::before,
  #InvoiceDate div.arrow_box::after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 49%;
  }
  #InvoiceDate div.arrow_box::before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    margin-bottom: 2px;
    border-bottom-color: #FF0000;
  }
  #InvoiceDate div.arrow_box::after{
    border-color: rgba(247, 247, 247, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 6px;
    border-right-width: 6px;
    margin-left: -6px;
    border-bottom-color: #F7F7F7;
  }
  #InvoiceDate div.arrow_box .note{
    margin: 3px 0;
    line-height: 3px;
  }
  
  
  #InvoiceBox{
    display: none;
    width: 940px;
    margin: 20px auto;
  }
  #InvoiceBox h3{
    background: #FFECED;
    color: #333;
    text-align: center;
    text-indent: -30px;
    padding: 0.5rem 0;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #InvoiceBox h3::before,
  #InvoiceBox h3::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #333;
    content: "";
    transition: all 0.3s;
  }
  #InvoiceBox h3::after{
    transform: rotate(90deg);
  }
  #InvoiceBox h3.open::after{
    transform: rotate(0);
  }
  #InvoiceBox div.invBox{
    background: #F6F6F6;
    display: none;
    margin: auto;
    padding: 30px;
    color: #333;
    
    font-size: 13px;
    line-height: 21px;
  }
  #InvoiceBox div.invBox>div{
    margin-top: 2.0em;
  }
  #InvoiceBox h4{
    font-size: 15px;
    color: #ff0000;
  }

/*　商品ページ立札用
---------------------------------------*/

  .mtzNone #_fs_uk_elm_50417{
    display: none;
  }
  #cardModal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #cardModal>div{
    background: #fff;
    position: relative;
    width: calc(100% - 10px);
    max-width: 350px;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  #cardModal figure img{
    width: 100%;
  }
  #cardModal .cardModalClose{
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 3px solid #e8e8e8;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  #cardModal .cardModalClose::before,
  #cardModal .cardModalClose::after{
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: '';
    width: 14px;
    height: 1px;
    background: #aaa;
    transform: translate(50%, -50%) rotate(45deg);
  }
  #cardModal .cardModalClose::after{
    transform: translate(50%, -50%) rotate(-45deg);
  }
  
  #_fs_uk_elm_50417{
/*    display: none;*/
  }
  
  #mtzCardBox{
    width: 100%;
    max-width: 1060px;
    margin: 30px auto;
    position: relative;
  }
  #mtzCardBox div.cardBoxWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 128px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #aaa;
    transition: 1s;
  }
  #mtzCardBox div.cardBoxWrap.open{
    max-height: 824px;
    padding: 0 0 20px;
  }
  #mtzCardBox div.cardBoxWrap>div{
    width: 300px;
  }
  
  
  #mtzCardBox div.cardBox{
    padding: 10px;
    background: #FAF7F0;
    border-radius: 10px;
    margin: 5px;
  }
  #mtzCardBox div.cardBox h3{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 5px 0 5px 10px;
    color: #BB924A;
  }
  #mtzCardBox div.cardBox h3::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #BB924A;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #mtzCardBox div.cardBox h3+p{
    line-height: 1.7;
  }
  #mtzCardBox div.cardBox ul{
    display: flex;
    justify-content: center;
    gap:15px
  }
  #mtzCardBox div.cardBox ul li{
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 10px 0 0;
    line-height: 18px;
    text-align: center;
  }
  #mtzCardBox div.cardBox ul li figure{
    cursor: pointer;
  }
  #mtzCardBox div.cardBox ul li figure img{
    width: 100px;
    margin-bottom: 5px;
  }
  
  #mtzCardBox div.noteBox{
    color: #333;
    line-height: 25px;
    font-size: 13px;
    width: 43%;
    margin: 15px;
  }
  #mtzCardBox div.noteBox span{
    color: #f00;
  }
  #mtzCardBox div.noteBox ul li{
    text-indent: -1.0em;
    margin-left: 1.0em;
  }
  #mtzCardBox div.noteBox ul li::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    margin-right: 0.7em;
  }
  
  #mtzCardBox .btnToggle a{
    display: block;
    font-size: 14px;
    padding: 0.4em 90px;
    background: #ff2456;
    color: white;
    z-index: 999;
    cursor: pointer;
    text-transform: uppercase;
    width: 300px;
    animation: pulse 2s infinite;
    transition: .2s ease-in-out;
    margin: -15px auto 0;
    text-align: center;
  }
  
  #mtzCardBox .btnToggle span:last-child{
    display: none;
  }
  #mtzCardBox .btnToggle.open span:first-child{
    display: none;
  }
  #mtzCardBox .btnToggle.open span:last-child{
    display: inline;
  }



