@media screen and (min-width: 768px) {
  #text-reference {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  #text-reference {
    width: 500px;
  }
}
h2 {
  border-bottom: 3px solid #555;
  margin-bottom: 15px;
}
button#button-upload {
  margin-right: 10px;
}
table thead tr {
  background-color: #ddd;
}
.wrapper {
  margin-top: 15px;
  max-width: 1150px;
}
.table-hover tr td:hover {
  background-color: #cde;
}
/* 全画面ローディング */
.loadingwrap-all {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  display: none;
  background: #fff;
  opacity: 0.7;
}
/* ヘッダ以外ローディング */
.loadingwrap-no-header {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 9997;
  display: none;
  background: #fff;
  opacity: 0.7;
}
/* ヘッダとサイドバー以外ローディング */
.loadingwrap-no-header-sidebar {
  width: calc(100% - 241px);
  height: calc(100% - 51px);
  position: fixed;
  top: 56px;
  left: 241px;
  z-index: 9997;
  display: none;
  background: #fff;
  opacity: 0.7;
  text-align: center;
  vertical-align: middle;
}
/* テーブルローディング */
.loadingwrap-tb {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 9997;
}
.indicator {
  position: fixed;
  z-index: 99999;
  width: 100px;
  top: calc(30%);
  left: calc(50% - 50px);
}
.indicator-tb {
  margin-top: 30px;
  opacity: 0.7;
}
/* 対象機種ローディング */
.select-model {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
