/* メニューの幅を100%に */
html,
body,
#home {
  height: 100vh;
  overflow: visible;
  margin: 0;
}
.width1024px {
  width: 100% !important;
  overflow: hidden;
}
main.main-content {
  margin-left: 250px;
  padding: 12px 24px;
  background-color: rgb(249, 249, 249);
  height: 100%;
  overflow: hidden;
}
main.no-sidemenu-content {
  height: calc(100% - 200px);
  margin-left: 0;
  padding: 24px;
  background-color: rgb(249, 249, 249);
  overflow-y: auto;
}
.no-sidemenu-header{
  margin-left: 24px;
}
.sidemenu-header{
  margin-left: 262px;
  background-color: rgb(249, 249, 249);
  overflow-y: auto;
  height: calc(100% - 200px);
}
.content-header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-area {
  height: calc(100% - 350px);
  position: absolute;
  right: 24px;
  left: 274px;
  margin-top: 4px;
  overflow-y: auto;
}
.tab-contents {
  height: calc(100% - 232px);
  position: absolute;
  right: 24px;
  left: 274px;
  margin-top: 4px;
  overflow-y: auto;
}
.sm-caption {
  font-size: 13px;
  font-weight: bold;
}
.sortable_handle {
  cursor: pointer;
}
.attention {
  font-size: 12px;
}
.caption-title {
  font-size: 16px;
  font-weight: bold;
}
.caption-content {
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.heading {
  background-color: #007db3 !important;
  color: white;
}
.slider-width {
  max-width: 300px;
  min-width: 300px;
}
.header-child {
  background-color: rgb(64, 78, 96);
  width: 32%;
  padding: 4px 0;
  text-align: center;
  border-radius: 4px;
}
.header-child-label {
  width: 32%;
  padding: 4px 0;
  text-align: center;
}
.header-child:hover {
  background-color: rgb(213, 215, 220);
  color: rgb(44, 59, 79);
}
.hover-tr {
  cursor: pointer;
}
.hover-tr:hover {
  background-color: rgb(212, 231, 241) !important;
}

.d-flex {
  display: flex;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.logo {
  width: 134.72px;
  height: 60px;
}

