/* mobile tab menu fixed */
#jm-tab-menu-wrap.tab-fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/*pc-left-menu style*/

#jm-left-menu {
  width: 70px !important;
  min-height: calc(100vh - 68px);
  padding:60px 0 0 0;
  z-index: 0;
  overflow: hidden;
}

#jm-left-menu #jm-sub .jm-pc-menu-col {
  display: flex;
  align-items:center;
  margin: 0;
  padding: 10px 0 15px 15px;
  height:60px;
  cursor: pointer;
}

#jm-left-menu #jm-sub .jm-pc-menu-col {
  display: flex;
  color: #fff;
}

#jm-sub .jm-pc-menu-col1 {
  width: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

.jm-pc-menu-col2 {
  width: 130px;
  text-align: left;
  font-size: 14px;
}

#icon-yurufuwa {
  height: 22px;
}


#jm-left-menu .jm-pc-menu-col:hover:not(:nth-child(1), :nth-child(8)) {
  border-left: solid 5px #EE6261;
  padding-left: 10px!important;
}

#jm-left-menu .jm-pc-menu-col.selected {
  border-left: solid 5px #EE6261;
  padding-left: 10px!important;
  background-color: #5679B3;
}

/* left-menu burger icon */
#jm-left-menu-burger.jm-pc-menu-col {
  height:60px;
  padding-top:15px;
  background:none!important;
}

#jm-left-menu-burger.jm-pc-menu-col .jm-pc-menu-col1 {
  color: #fff;
  width:40px;
  height:40px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
}

#jm-left-menu-burger.jm-pc-menu-col .jm-pc-menu-col1:hover {
  background-color: #5679B3;
  border-radius: 50%!important;
}

/*notice お知らせ欄*/
.jm-oshirase-bn {
  margin-top:20px;
  margin-bottom: 20px;
}
.jm-pc-menu-info {
  padding-left:20px;
  padding-right:20px;
}

#jm-pc-menu-info-area {
  display: none;
  max-width:190px;
  padding-left: 10px;
  padding-right:20px;
  margin-left: 10px;
  padding-bottom:40px;
}

div#jm-pc-menu-info-area ul li,
div#jm-pc-menu-info-area ul li a{
  width: 100%;
  color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.5rem;
}
div#jm-pc-menu-info-area ul li a:hover{
  cursor: pointer;
  color: #3D97D3;
  text-decoration: underline;
  /* width: 100%;
  color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.5rem; */
}

.jm-pc-menu-open > div > div > div#jm-pc-menu-info-area {
  display: block;
  height:auto;
}
.jm-pc-menu-close > div > div > div#jm-pc-menu-info-area {
  display: none;
}

/* .jm-pc-menu-open > div > div #jm-pc-menu-info-icon {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
} */

.jm-pc-menu-close > div > div > div #jm-pc-menu-info-icon {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
}

.jm-pc-menu-col:nth-child(7) {
  padding-top: 9px !important;
  padding-bottom: 9px;
  margin-top: 30px;
}

.jm-pc-menu-col:nth-child(8) {
  border-bottom-color: #605143;
  border-bottom-style: solid;
  border-bottom-width: thin;
  padding-top: 9px !important;
  padding-bottom: 9px;
  width: 170px;
  flex-flow: column;
}

div#jm-pc-menu-info-area ul li span.notice_mark {
  /* margin-left: 10px; */
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  background-color: #F5554E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.jm-pc-menu-info-new {
  margin-left: 10px;
  color: white;
  font-weight: normal;
  background-color: #F5554E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.jm-pc-menu-info-new::after {
  content: "NEW";
  padding:0 0.5rem;
  line-height:10px;
}

.jm-pc-menu-info-date {
  width: 100%;
  color: white;
  font-weight: lighter;
}

.jm-pc-menu-info-text {
  width: 100%;
  color: #FFF;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 16px;
}

.jm-pc-menu-info-text a {
  color:#77B6E0;
  text-decoration:underline;
}
.jm-pc-menu-info-text a:hover {
  opacity:0.7;
}

/* scrollbar */
#jm-sub {
  position: relative;
  overflow: hidden;
}
/* .ps__rail-x, .ps__rail-y {
  opacity: 0.6!important;
} */
.ps__rail-y {
  width:10px!important;
}
.ps--active-y > .ps__rail-y {
  background-color: #382514!important;
}
.ps__thumb-y {
  width:6px!important;
}

/*pc-menu slide in*/
.slide-inl {
  opacity: 0;
  animation-name: froml;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes froml {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.clr_input {
  cursor: pointer;
  pointer-events: auto!important;
}