.menuLink{
  color: #333;
  text-decoration: none;
}

.menuLink:hover{
  color: #CCC;
}

nav{
  width: 100%;
  height: 0px;
  position: relative;
  background: white;
}

.drawer{
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* height: 70px; */
  padding: 0 1em;
  margin-top: 30px;
  z-index: 50;
}

.navbar_toggle{
  z-index:9999;
  margin-top: 10px;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  opacity: 0.98;
  background-color: white;
  position: relative;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  /* z-index:2147483647; */
}

.menu ul li{
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

#listClass ul li{
  display: inline;
}

#listClass{
/* background-color: #444; */
padding: 3px;
}


#listClass ul{
  padding: 0px;
  margin: 0px;
}


#listClass ul li {
  display: inline;
  margin-right: 1em;
}

.header_inner  {
  display: flex;
  justify-content: space-between;
}


/*���X�|���V�u�Ή�*/
@media screen and (min-width: 992px) {
  nav{
    /* display: flex; */
    flex-direction: row;
  }
  .navbar_toggle{
    display: none;
  }

  /* ハンバーガー変更 */
  .menu{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    right: 50px;
  }

  .menu-home{
    width: 620px !important;
  }

  .menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .menu ul li{
    padding: 0 1em;
    border-bottom: none;
  }
  .hide-1{
    display: none !important;
  }
  .appear-1{
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .hide-2{
    display: none;
  }
}

@media screen and(max-width: 725px){
  .hide-2{
    display: none !important;
  }
  .appear-2{
    display: block !important;
  }
}

@media screen and(max-width: 996px){
  .drawer{
    height: 10px
  }
}

.navbar_toggle > .navbar_toggle_icon{
  margin-left: auto;
}

/* ハンバーガー変更 */
.alertBlock{
  width: 250px !important;
  position: relative;
}

@media screen and (min-width:320px) {
  .alertBlock {
    right: 170px;
  }
  .drawer-home{
    right: 240px;
  }
}
@media screen and (min-width:360px) {
  .alertBlock {
    right: 150px;
  }
  .drawer-home{
    right: 200px;
  }
}
@media screen and (min-width:375px) {
  .alertBlock {
    /* 画面サイズ変更 */
    /* right: 140px; */
    right: 165px;
    width: 300px !important;
  }
  .drawer-home{
    /* 画面サイズ変更 */
    /* right: 190px; */
    right: 240px;
    bottom: 10px;
  }
}
@media screen and (min-width:411px) {
  .alertBlock {
    right: 145px;
  }
  .drawer-home{
    /* 画面サイズ変更 */
    /* right: 150px; */
    right: 205px;
  }
}

@media screen and (min-width:540px) and ( max-width:767px) {
  /*　画面サイズが540pxから767pxまではここを読み込む　*/
  .drawer-home {
    right: 20px;
  }

  .alertBlock {
    right: 60px;
  }
}

@media screen and (min-width:514px) and ( max-width:539px) {
  /*　画面サイズが514pxから539pxまではここを読み込む　*/
  .drawer-home {
    right: 40px;
  }

  .alertBlock {
    /* right: 53px; */
  }
}

@media screen and (min-width:768px) {
  /*　画面サイズが768pxまではここを読み込む　*/
  .alertBlock {
    position: relative;
    right: 55px;
  }
  .drawer-home{
    right: 30px;
  }
}

@media screen and (min-width:998px) {
    /*　画面サイズが998pxからはここを読み込む　*/
  .alertBlock {
    position: relative;
    /* left: 230px; */
    /* 画像サイズ変更 */
    /* right: 60px; */
    right: 90px;
    width: 700px !important;
  }
}

.pointex-logo{
  position: relative;
  bottom: 30px;
}

.fixed-nav{
  position: fixed !important;
  width: 100% !important;
}

.nav-top{
  top: 7px !important;
}

#bodyfooter{
  transform: none !important;
}

.tgl{
  margin-right: 15px;
}

.mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.emptyclass{

}