@charset "UTF-8";
/* CSS Document */
/* ========================= [ #dmm_sp ] */

@media screen and (max-width:768px){
    .dmm__header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 101;
    }
    #dmm_sp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        border-bottom: 1px solid #ccc;
        font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
        background: #fff;
    }
    
    #dmm_sp a {
        text-decoration: none;
        margin: 8px 0;
        color: #333;
    }
    
    .ntg-top {
        background: url(../images/bg_bt_olgtop.gif) no-repeat left center;
        background-size: 14px 13px;
        padding-left: 17px;
        font-size: 14px;
    }
    
    .navi-right {
        margin: 8px 0;
    }
    
    .arrow {
        font-size: 11px;
        text-decoration: underline;
        position: relative;
    }
    
    .arrow::before {
        content: '';
        position: absolute;
        top: 4px;
        left: -10px;
        width: 5px;
        height: 10px;
        background: url(../images/arrow_common.gif) no-repeat;
        background-size: 100% 100%;
    }    
}

@media screen and (min-width: 769px) {
    #dmm_sp {
      display: none;
    }
  }

