@media screen and (max-width: 640px) {

  body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* スクロールバーの形を設定する */
  body::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
  }
  /* スクロールバーの色を設定する */
  body::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: royalblue;
  }


.csv-download{
  position:absolute;
  top:1590px;
  left:10px;

}
.csv-import{
  position:absolute;
  top:1640px;
  left:10px;
}


  .ques000{
  position: relative;
  top:-23px;
}



.サインアップ{
  position:absolute;
  top:450px !important;
  left:50% !important;
  width:96% !important;
}
.サインアップ input{
  width:90% !important;
}


.container{
  padding: 15px;
}
.flash,.alert,#error_explanation{
  z-index: 2000 !important;
}

.題名Feee{
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.サブメニュー{
    z-index: 1001;
    overflow-y: scroll;
  }

.メニューヘッダーsp{
  background-color:#666;
  position: fixed !important;
  top:0px !important;
  left: 0px !important;
  width: 100%;
  height: 50px;
  z-index: 1000;
}


body{
  overflow-y: scroll !important;
  height: auto;
  padding-bottom: 270vh;
}


input[type=submit]  {
  position: relative;
  top:10px;
  left:0px;
}

#csv-file {
  display: block;    
  margin-top: 15px;  
}




.form-input｜削除{
  position: absolute;
  top:220px !important;
  left:200px;
}

.form-input select{
  background-color:white;
}



.サブメニュー空白{
  height: 30px;
}
.サブメニュー｜container{
  pointer-events: relative;
  top:120px;
}



/*モーダルを閉じるボタンの指定*/
.modal-content button{
  width:115px !important;
}
.modal-close{
  position: absolute;
  left: 160px !important;
  width: 85px !important;
}




/* ハンバーガーメニュー */
.menu-checkbox {
  display: none;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0; /* 右から左に変更 */
  height: 100%;
  width: 200px;
  transform: translateX(-150%); /* 右から左に変更 */
  transition: all 0.5s ease-in-out 0s;
  background-color: #3584BB;
  z-index: 1020;
}

.drawer-menu-list {
  margin-top: 100px;
}

.drawer-menu-item-link {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

.drawer-icon {
  cursor: pointer;
  position: fixed;
  top: 7px;
  left: 15px; /* 左から右に変更 */
  justify-content: center;
  align-items: center;
  z-index: 1030;
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background-color: #3584bb;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
}

.drawer-icon span::after {
  top: 12px;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #3584bb;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.drawer-icon img{
  width: 80px;
  height:40px;
  object-fit: cover; 
  position:relative;
  top:-2px;
  }
  



.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:black;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1015;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.5;
}








}
