/*************************/
/* 戻るボタン             */
/*************************/
.lesson-back-button {
  background: #928f8f;
  border: none;
  color: #ffffff;
}
.lesson-back-button:hover {
  background: rgb(126, 123, 123);
}

/*************************/
/* 添付ファイル           */
/*************************/
.custom-file-input {
  cursor: pointer;
  z-index: 4;
  }

.custom-file-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*************************/
/* メッセージ           */
/*************************/
.message-icon {
  border: 1px solid #c4c4c4;
  padding: 10px 30px;
}
.message-icon p{
  padding-top: 0.5vw;
  margin-left: 1vw;
}

/***************/
/* タブ切り替え */
/**************/
#panel .tabs{ display:none; }