@charset "UTF-8";
#viewnavi_wrap {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  z-index: 2000;
  background-color: var(--jscolor); }
  #viewnavi_wrap table {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    width: 100%; }
    #viewnavi_wrap table td {
      font-weight: 600;
      font-size: 15px;
      color: #FFF;
      margin: 0;
      padding: 8px 0 4px 0;
      width: 14.285%;
      height: 38px;
      border-right: 0px solid #666;
      box-sizing: border-box; }
      #viewnavi_wrap table td i {
        line-height: 42px;
        vertical-align: middle; }
      #viewnavi_wrap table td:last-child {
        border-right: 0; }
      #viewnavi_wrap table td:hover {
        cursor: pointer; }
      #viewnavi_wrap table td a {
        font-size: 15px; }

#left_con {
  top: 0;
  bottom: 0;
  display: none;
  padding: 10px 12px;
  z-index: 1500;
  background-color: #FFF;
  height: calc(100% - 20px); }
  #left_con .left_menu_ubody {
    position: relative;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 210px);
    background-color: #FFF;
    border-right: 0;
    border-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; }
    #left_con .left_menu_ubody > ul {
      width: 100%; }
    #left_con .left_menu_ubody::-webkit-scrollbar {
      width: 2px;
      height: 3px;
      scroll-behavior: smooth; }
    #left_con .left_menu_ubody::-webkit-scrollbar-thumb {
      background: var(--jscolor); }
    #left_con .left_menu_ubody::-webkit-scrollbar-track {
      background-color: #00ff0000; }
    #left_con .left_menu_ubody .left_menu_head {
      margin: 3px 0;
      padding: 0;
      font-size: 16px;
      font-weight: 700;
      color: var(--jscolor); }
      #left_con .left_menu_ubody .left_menu_head::before {
        content: "〉";
        margin-right: 5px; }
    #left_con .left_menu_ubody a.menu_list {
      display: block;
      padding: 0;
      margin-left: 11px;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      line-height: 32px;
      text-overflow: clip;
      white-space: nowrap;
      color: #333;
      border-bottom: 1px solid #DFDFDF;
      overflow: hidden; }
    #left_con .left_menu_ubody .second_ul li:last-child {
      margin-bottom: 15px; }

#dimmed {
  display: none; }
  #dimmed.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s; }
  #dimmed.off {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s;
    pointer-events: none; }

.scrollLock {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none; }

@media all and (max-width: 767px) {
  #viewnavi_wrap {
    display: block; }

  #left_con {
    display: block;
    z-index: 1500; }

  #dimmed {
    display: block; } }
