@charset "utf-8";

/*login
---------------------------*/
.login-content {
  display: flex;
  width: 100%;
  min-height: 100vh;
}
.login-content .left-content,
.login-content .right-content {
  display: flex;
  width: 50%;
  padding: 20px;
  background: #F2F2F2;
  align-items: center;
  justify-content: center;
}
.login-content .left-content > div {
  width: 100%;
  text-align: center;
}
.login-content .right-content {
	background: #fff;
}
.login-sub {
  margin-top: 40px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
  letter-spacing: 4px;
	color: #444;
}
.login-main {
  width: 100%;
}
.account-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border: 6px solid #F5F6FA;
  border-radius: 50%;
  overflow: hidden;
}
.login-title {
  margin-bottom: 40px;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 500;
  text-align: center;
}
.login-title span {
  font-weight: 600;
}
.login-form {
  max-width: 360px;
  margin: 0 auto;
}
.login-form .form-dlarea {
  margin-bottom: 40px;
}
.form-note {
  margin-top: 15px;
  text-align: center;
  color: #4DABFF;
  font-weight: bold;
}
.form-btns {
  display: flex;
  justify-content: center;
}
.form-btn {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 52px;
  padding-bottom: 1px;
  margin: 0 auto;
  color: #fff;
  background: #4DABFF;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.footer-login {
  margin-top: -60px;
  pointer-events: none;
}
.footer-login .copyright {
  width: 50%;
  padding: 24px 15px;
  font-size: 12px;
  line-height: 1;
  color: #444;
  font-weight: 300;
  background: #F2F2F2;
}

.client-logos {
  display: flex;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.client-logos > div {
  display: flex;
  height: 180px;
  align-items: center;
}
.client-logos .login-logo {
  max-width: 180px;
}
.login-and {
  margin: 0 40px;
}
.login-logo-client {
  border: 3px solid #4A4A4A;
  border-radius: 8px;
  overflow: hidden;
}
.logo-client {
  width: 112px;
  height: 112px;
  border: 3px solid #4A4A4A;
  border-radius: 8px;
}
.form-invitation {
  max-width: none;
}
.invitation-adr {
  display: flex;
  margin-bottom: 68px;
  align-items: center;
  justify-content: center;
}
.invitation-adr p {
  white-space: nowrap;
}
.invitation-adr input {
  max-width: 240px;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .login-content {
    display: block;
    background: #eee;
  }
  .login-content .left-content,
  .login-content .right-content {
    width: 100%;
    padding: 14px 10px;
  }
  .login-content .left-content {
    padding: 0 6px;
    background: #fff;
  }
  .login-content .right-content {
    background: #eee;
  }
  .login-main {
    display: block;
    padding: 20px;
    background: #fff;
    /*border: 1px solid #aaa;*/
    box-shadow: 2px 2px 0 #ddd;
    overflow: hidden;
  }
  .login-logo {
    max-width: 80px;
    margin: 0 auto;
    font-size: 0;
  }
  .login-sub {
    display: none;
    margin-top: 6px;
    font-size: 14px;
  }
  .account-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .login-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form-note {
    font-size: 12px;
  }
  .form-btn {
    max-width: 200px;
    height: 40px;
    border-radius: 4px;
  }

  .footer-login {
    margin-top: -20px;
  }
  .footer-login .copyright {
    width: 100%;
    padding: 5px 10px;
    font-size: 10px;
    text-align: center;
    background: #fff;
  }

  .client-logos {
    max-width: 200px;
  }
  .client-logos > div {
    display: none;
    height: auto;
  }
  .login-logo,
  .client-logos .login-logo {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 43px;
    margin: 0 auto;
    background: url(../images/sp_headerlogo.png) 50% 50% / contain no-repeat;
  }
  .login-logo img {
    display: none;
  }
  .login-and {
    margin: 0 20px;
  }
  .login-and img {
    width: 20px;
  }
  .login-logo-client {
    border-width: 1px;
    border-radius: 4px;
  }
  .logo-client {
    margin-top: 6px;
    margin-bottom: 16px;
    border-width: 1px;
  }
}

/*メインコンテンツ
-----------------------------*/
.main {
  display: flex;
  min-height: 100vh;
  background: #F2F2F2;
}
.sitebar {
  width: 220px;
  background: #444;
  transition: 0.2s ease-out;
}
.logo-admin {
  margin: 20px 22px 32px;
  text-align: center;
}
.close-logo {
  display: none;
}
.sitebar-item {
  position: relative;
}
.sitebar-item a {
  position: relative;
  display: flex;
  padding: 12px 10px 12px 18px;
  font-size: 13px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.sitebar-item a span {
  display: flex;
  width: 18px;
  padding-top: 1px;
  margin-right: 16px;
  align-items: center;
  justify-content: center;
}
.sitebar-item .sub-open {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
.sitebar-item .sub-open:hover {
  background: #4dabff;
}
.sitebar.close .sub-open {
  display: none;
}
.sub-menu {
  display: none;
}
.sitebar-item .sub-menu a {
  padding: 10px 10px 10px 32px;
  /*font-size: 12px;*/
  /*color: #4DABFF;*/
  /*background: #FFF;*/
}
.sitebar-item .sub-menu a span {
  margin-right: 16px;
}
.nuc.sitebar-active,
.sitebar-item a:hover,
.sitebar-item .sub-menu .sitebar-active {
  color: #fff;
  background: #4DABFF;
  opacity: 1;
}
.sitebar-item a:hover path,
.nuc.sitebar-active path,
.sitebar-item .sub-menu .sitebar-active path {
  fill: #fff;
  stroke: #fff;
}
.sitebar-item .sitebar-active + .sub-menu {
  display: block;
}
.sitebar-item .sub-open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%)rotate(-45deg);
}
.sitebar-item .nuc + .sub-menu + .sub-open::after,
.sitebar-item .sub-menu a::after {
  content: none;
}
.sitebar-item .sub-open.active::after {
  transform: translateY(-50%)rotate(45deg);
}


.page-main {
  width: calc(100% - 220px);
  transition: 0.2s ease-out;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header {
  display: flex;
  padding: 8px 15px;
  border-bottom: 1px solid #D1D1D1;
  align-items: center;
  justify-content: space-between;
}
.main-header-left {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.menu-control {
  display: flex;
  margin-right: 30px;
  font-size: 0;
  align-items: center;
  cursor: pointer;
}
.menu-arw {
  margin-right: 10px;
}
.hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 1000;
}
.hamburger span {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #B2B2B2;
  border-radius: 6px;
  transition: 0.2s;
}
.hamburger span:first-child {
  top: 2px;
}
.hamburger span:last-child {
  top: 20px;
}
.main-header-box {
  display: flex;
  width: 186px;
  height: 40px;
  padding: 3px 12px 3px 3px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 3px 4px 0 rgba(136,136,136,0.16);
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
.main-header-icon {
  display: flex;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-right: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(108 108 108 / 16%);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main-header-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.main-header-name span {
  margin-left: 10px;
}
.main-header-client,
.main-header-user {
  position: relative;
  cursor: pointer;
}
.user-menu {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 3px 4px 0 rgba(136,136,136,0.16);
  transform: translateY(100%);
  z-index: 10;
}
.user-menu a {
  display: flex;
  padding: 5px 34px 5px 15px;
  align-items: center;
  justify-content: space-between;
}
.user-menu a:last-child {
  margin-bottom: 0;
}
.user-menu a:hover {
  color: #FFF;
  background: #4DABFF;
  opacity: 1;
}
.user-menu a:first-child:hover path {
  fill: #fff;
}
.user-menu a:last-child:hover path {
  stroke: #fff;
}
.user-menu a:hover line {
  stroke: #fff;
}
.user-menu a span {
  display: block;
  width: 14px;
  margin-right: 20px;
  font-size: 0;
}
.user-menu .logout {
  color: #F76464;
}
.main-header-client.js-open .user-menu,
.main-header-user.js-open .user-menu {
  display: block;
}
.main-header-right {
  display: flex;
  align-items: center;
}
.user-menu a .cc-icon {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.user-menu a .cc-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-checkout {
  max-height: 160px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.client-checkout::-webkit-scrollbar {
    display:none;
}
.client-checkout a {
  justify-content: flex-start;
}
.client-checkout .btn {
  width: 100%;
  padding: 2px 8px 4px;
  margin: 0 auto;
  justify-content: center;
}
.client-checkout .btn-green-highlight:hover {
  background: #AEDA49;
  opacity: 0.8;
}
.main-wrap {
  padding: 0 15px 15px;
}
.management-control {
  display: flex;
  min-height: 44px;
  padding: 4px 0;
  align-items: center;
  justify-content: space-between;
}
.management-control > div {
  display: flex;
}
.management-control .btn {
  width: 126px;
}
.search-wrap {
  margin-right: 20px;
}
.search-wrap > form {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}
.title-area {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
  justify-content: space-between;
}
.management-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.management-box {
  height: calc(100vh - 130px);
  min-height: calc(100vh - 130px);
  /*padding: 32px 24px 24px;*/
  padding: 24px;
  background: #fff;
  border-top: 10px solid #4DABFF;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgb(78 78 78 / 16%);
  overflow: hidden;
  /*overflow-y: auto;*/
}
.table-area {
  /*height: 100%;*/
  max-height: calc(100vh - 330px);
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: auto;
}
.scroll-note {
  margin-bottom: 8px;
  font-size: 10px;
  color: #777;
}
.general-table {
  width: 100%;
  min-width: 900px;
}
.general-table th {
  height: 35px;
  padding: 2px 10px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background: #4A4A4A;
}
.general-table td {
  height: 54px;
  padding: 4px 10px;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  border-bottom: 1px solid #DDD;
}
.gen-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  overflow: hidden;
}

.pagenation ul {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  justify-content: center;
}
.pagenation li:not(:last-child) {
  margin-right: 16px;
}
.pagenation a,
.pagenation span {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  z-index:10;
}
.pagenation a:hover,
.pagenation span{
  color: #4DABFF;
  font-weight: 400;
  border-color: #4DABFF;
  opacity: 1;
}
.pagenation .active {
  pointer-events: none;
}
.pagenation .lock {
  color: #DDD;
  pointer-events: none;
}

.sitebar.close {
  width: 50px;
}
.sitebar.close .logo-admin {
  margin: 20px 4px 32px;
}
.sitebar.close .normal-logo {
  display: none;
}
.sitebar.close .close-logo {
  display: block;
  width: 36px;
  margin: 0 auto;
}
.sitebar.close .sitebar-item a,
.sitebar.close .sitebar-item .sub-menu a {
  font-size: 0;
}
.sitebar.close .sitebar-item .sub-menu a {
  padding-left: 20px;
}
.sitebar.close .sitebar-item a::after {
  display: none;
}
.sitebar.close + .page-main {
  width: calc(100% - 50px);
}
.menu-control.close .menu-arw {
  transform: rotate(180deg);
}

.modal-deleted {
  display: none;
  height: 169px;
  padding: 40px 20px 20px;
  align-items: center;
}
.modal.js-sure .modal-innerbox {
  display: none;
}
.modal.js-sure .modal-deleted {
  display: flex;
}

@media screen and (max-width: 940px) {
  .sitebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    overflow: hidden;
    z-index: 100;
  }
  .sitebar.close {
    width: 100%;
  }
  .logo-admin,
  .sitebar.close .logo-admin {
    display: none;
  }
  .menu-arw {
    display: none;
  }
  .main-header-left .sp .menu-arw {
    display: flex;
    width: 5px;
    margin: 1px -4px 0 8px;
  }
  .page-main,
  .sitebar.close + .page-main {
    width: 100%;
  }
  .sitebar-item a::after,
  .sitebar-item .sitebar-active + .sub-menu {
    display: none;
  }
  .sitebar-menu {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  .sitebar-item {
    width: 100%;
    text-align: center;
  }
  .sitebar-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 1px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .sitebar-item:last-child a {
    border-right: none;
  }
  .sitebar-item  a path {
    fill: #fff;
  }
  .sitebar.close .sitebar-item a,
  .sitebar.close .sitebar-item .sub-menu a {
    font-size: 12px;
    line-height: 1.2;
  }
  .sitebar-item a span {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0 auto 6px;
    align-items: center;
    justify-content: center;
  }
  .sitebar-item a span svg {
    width: auto;
    height: 100%;
  }

  .sub-menu {
    display: none !important;
  }
  .sitebar-item .sub-open {
    display: none;
  }

  .menu-control {
    display: none;
    margin-right: 15px;
    z-index: 100;
  }
  .menu-control.open .hamburger span:nth-child(2),
  .manual-hamburger.open .hamburger span:nth-child(2) {
    height: 0;
  }
  .menu-control.open .hamburger span:first-child,
  .manual-hamburger.open .hamburger span:first-child {
    top: 11px;
    transform: rotate(45deg);
  }
  .menu-control.open .hamburger span:last-child,
  .manual-hamburger.open .hamburger span:last-child {
    top: 11px;
    transform: rotate(-45deg);
  }

  .main-header {
    padding: 4px 10px;
    background: #fff;
    border: none;
  }
  .main-header-box {
    width: 40px;
    min-width: 40px;
    box-shadow: 2px 2px 0 rgba(136,136,136,0.16);
  }
  .main-header-name {
    font-size: 0;
  }
  .main-header-name span {
    display: none;
  }
  .user-menu {
    left: auto;
    right: 0;
    width: 150px;
  }
  .client-checkout {
    left: -10px;
    right: 0;
    bottom: -5px;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-radius: 0;
  }
  .user-menu a {
    padding: 5px 15px;
  }
  .main-wrap {
    padding: 0 15px 15px;
  }
  .management-control {
    min-height: 40px;
  }
  .management-control .btn {
    width: 80px;
  }
  .management-box {
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    padding: 28px 15px;
    border-width: 5px;
    border-radius: 5px;
  }
  .table-area {
    margin-bottom: 20px;
  }
  .general-table th {
    height: 28px;
    font-size: 12px;
  }
  .general-table td {
    height: 48px;
  }
  .general-table th[width="146"] {
    width: 120px;
  }

  .pagenation li:not(:last-child) {
    margin-right: 12px;
  }
  .pagenation a,
  .pagenation span {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sitebar.close .sitebar-item a,
  .sitebar.close .sitebar-item .sub-menu a {
    font-size: 10px;
    line-height: 1.2;
  }
  .sitebar-item a p {
    font-size: 10px;
  }
}

/*新規登録
-----------------------------*/
.editor-note {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
.editor-area form {
  max-width: 380px;
  margin: 0 auto;
}
.editor-note span {
  color: #F65161;
}
.input-file {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.input-file input {
  display: none;
}
.input-file span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_file.png) 50% 50% / 100% 100% no-repeat;
  border-radius: 50%;
}
.input-file span.load {
  background: #FFF;
  border: 1px solid #DDD;
  overflow: hidden;
}
.input-file span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-area .form-btns {
  margin-top: 40px;
}
input[type="submit"].btn-green {
  background: #AEDA49;
}
@media screen and (max-width: 940px) {
  .editor-note {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .input-file {
    width: 110px;
    height: 110px;
  }
  .input-file span {
    background-image: url(../images/bg_file_sp.png);
  }
}

/*詳細
-----------------------------*/
.page-name h1 {
  margin-left: 48px;
  font-size: 14px;
  color: #9B9B9B;
}
.detail-table {
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
}
.detail-table th,
.detail-table td {
  padding-bottom: 24px;
  text-align: left;
  font-size: 14px;
}
.detail-table td {
  padding-left: 54px;
}
.detail-logo {
  max-width: 358px;
  margin: 0 auto 40px;
  font-size: 14px;
}
.detail-logo .input-file span {
  background: #fff;
  border: 1px solid #DDD;
}
.btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-name h1 {
    margin-left: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .detail-table th,
  .detail-table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .detail-table th {
    padding-bottom: 10px;
  }
}

/*スタッフグループ
-----------------------------*/
.short-table .general-table {
  width: 100%;
  min-width: 100%;
}
.editor-area .form-table {
  width: 100%;
  max-width: 100%;
}
.form-title {
  max-width: 480px;
  margin-bottom: 24px;
}
.staff-data {
  display: flex;
  align-items: center;
}
.staff-icon {
  margin-right: 20px;
}
.addition {
  position: relative;
  display: flex;
  height: 54px;
  padding: 10px;
  margin-top: -61px;
  background: #fff;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  align-items: center;
}
.addition .staff-search {
  width: 100%;
}
.addition .search-newuser-list {
  top: 0;
  bottom: auto;
  transform: translateY(-100%);
}
.addition .search-searchlist {
  max-height: 60px;
}
.addition input {
  max-width: 300px;
  margin-right: 40px;
}.crl-flex {
  display: flex;
}
.crl-flex .btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 767px) {
  .staff-icon {
    margin-right: 10px;
  }
  .staff-name {
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
  .addition {
    display: block;
    height: auto;
    padding: 8px 10px;
  }
  .addition .btn {
    margin: 0 0 0 auto;
  }
  .addition input {
    max-width: 100%;
    margin: 0 0 6px;
  }
  .crl-flex .btn:not(:last-child) {
    margin-right: 15px;
  }
}

/*チェックシート
-----------------------------*/
.box-tags {
  display: flex;
  max-width: 580px;
  margin-bottom: -4px;
  font-size: 14px;
  font-weight: bold;
  color: #9B9B9B;
  /*flex-wrap: wrap;*/
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.box-tags::-webkit-scrollbar {
  display:none;
}
.box-tags li {
  padding: 0 10px 1px;
  margin-right: 10px;
  margin-bottom: 4px;
  border-bottom: 3px solid #D1D1D1;
  white-space: nowrap;
  cursor: pointer;
}
.box-tags li.js-active {
  border-color: #4DABFF;
}
.management-box .management-control {
  /*margin-top: -32px;*/
  /*margin-bottom: 20px;*/
}
.management-box .management-control:empty {
  min-height: 24px;
}
.box-tagtarget {
  display: none;
}
.box-tagtarget.js-active {
  display: block;
}

@media screen and (max-width: 940px) {
  .management-box .management-control {
    /*margin-top: -28px;*/
    /*margin-bottom: 4px;*/
  }
  .page-attribute {
    margin-bottom: 8px;
  }
  .deformation-table {
    border-top: 1px solid #DDD;
  }
  .deformation-table tr {
    border-bottom: 1px solid #DDD;
  }
  .deformation-table th {
    display: none;
  }
  .deformation-table .general-table {
    width: 100%;
    min-width: 100%;
  }
  .deformation-table td {
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 10px;
    border: none;
  }
  .deformation-table td:first-child {
    padding-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-tags {
    width: 60vw;
  }
}

/*チェックシート 詳細
-----------------------------*/
.datafile-name {
  font-size: 12px;
  color: #9B9B9B;
}
.dot-list {
  border-top: 1px solid #DDD;
}
.dot-list li {
  position: relative;
  display: flex;
  min-height: 56px;
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #DDD;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  overflow: hidden;
}
.dot-list li.del {
  opacity: 0;
  height: 0;
  padding: 0 10px;
  min-height: 0;
}
/*.dot-list li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3394BF;
  border-radius: 50%;
  transform: translateY(-50%);
}*/
@media screen and (max-width: 480px) {
  .dot-list li {
    min-height: 40px;
    padding: 6px 10px 8px 16px;
    font-size: 14px;
  }
  .dot-list li::before {
    width: 6px;
    height: 6px;
  }
}

/*チェックシート 新規
-----------------------------*/
.dot-list input {
  /*max-width: 400px;*/
}
.checknameinput {
  width: 400px;
}
.list-del {
  cursor: pointer;
}
.list-addition {
  display: flex;
  min-height: 56px;
  font-size: 0;
  border-bottom: 1px solid #DDD;
  align-items: center;
  justify-content: center;
}
.add-list {
  display: flex;
  width: 100%;
  height: 56px;
  background: transparent;
  transition: 0.2s ease-out;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.add-list:hover {
  background: rgba(174,218,73,.2);
}
.list-area {
  max-height: calc(100vh - 330px);
  margin-bottom: 40px;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 940px) {
  .dot-list li {
    display: block;
  }
  .dot-list li::before {
    top: 18px;
  }
  .list-btns {
    max-width: 320px;
    margin-top: 4px;
    margin-left: auto;
  }
  .list-del + .checkbtn {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .checknameinput {
    width: 260px;
  }
  .list-addition {
    min-height: 40px;
  }
  .add-list {
    padding: 10px;
  }
}

.list-btns {
  display: flex;
  width: 100%;
  max-width: 420px;
  justify-content: space-between;
}
.list-btns .btn:not(:last-child) {
  margin-right: 4px;
}
.modal-template,
.modal-template-list
/*.modal-share*/ {
  display: none;
}
.modal.js-check .modal-innerbox,
.modal.js-tplist .modal-innerbox
/*.modal.js-share .modal-innerbox*/ {
  display: none;
}
.modal.js-check .modal-template,
.modal.js-tplist .modal-template-list
/*.modal.js-share .modal-share*/ {
  display: block;
}
.modal .modal-share {
  transition: 0.3s ease-out;
}
.staff-search {
  display: flex;
  align-items: center;
}
.staff-search input {
  max-width: 380px;
  margin-right: 24px;
}
.search-newuser-list {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 460px;
  max-height: 220px;
  padding: 4px 24px 24px;
  background: #f6f6f6;
  border-radius: 6px;
  box-shadow: 4px 3px 0 rgb(0 0 0 / 10%);
  transform: translateY(100%);
}
.ser-close {
  display: flex;
  width: 24px;
  padding: 7px;
  margin-left: auto;
  margin-right: -20px;
  cursor: pointer;
}
.search-searchlist {
  max-height: 140px;
  margin-top: 4px;
  border-top: 1px solid #ddd;
  overflow-y: auto;
}
.search-searchlist li {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.search-searchlist li:hover {
  color: #fff;
  background: #4DABFF;
}
.search-searchlist li:hover * {
  color: #fff;
}
.search-searchlist .staff-infor .staff-icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.search-searchlist .staff-infor .staff-name {
  font-size: 13px;
  line-height: 1.3;
}
.staff-list {
  border-top: 1px solid #DDD;
}
.staff-list li {
  display: flex;
  min-height: 60px;
  padding: 4px 24px 4px 8px;
  border-bottom: 1px solid #DDD;
  align-items: center;
  justify-content: space-between;
}
.staff-infor {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  align-items: center;
}
.staff-name span {
  display: flex;
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 300;
}
.staff-infor .staff-icon {
  width: 45px;
  height: 45px;
}
.staff-authority {
  width: 50%;
  max-width: 230px;
  font-size: 14px;
}
.staff-owner {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #9B9B9B;
}
.template-btns .btn {
  margin: 0 auto 24px;
}
.template-btns {
  padding: 80px 0 60px;
}
.template-btns .btn:last-child {
  margin-bottom: 0;
}
.templatetags {
  display: flex;
  margin-bottom: -4px;
  flex-wrap: wrap;
}
.templatetag {
  display: flex;
  width: 126px;
  height: 30px;
  padding: 0 10px 2px;
  margin-right: 15px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #DDD;
  border: 1px solid #DDD;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.templatetags .templatetag.js-active {
  color: #4DABFF;
  border: 1px solid #4DABFF;
}
.scolcontent-tagtarget {
  display: none;
}
.scolcontent-tagtarget.js-active {
  display: block;
}
.templatelist {
  border-top: 1px solid #DDD;
}
.templatelist li {
  display: flex;
  min-height: 50px;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #DDD;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .staff-list li {
    display: block;
    padding: 4px 10px;
  }
  .staff-infor {
    width: 100%;
    margin-bottom: 4px;
  }
  .staff-authority {
    width: 100%;
    margin-left: auto;
    font-size: 12px;
  }
  .staff-infor .staff-icon {
    width: 32px;
    height: 32px;
  }
  .staff-owner {
    font-size: 12px;
  }
  .staff-search input {
    margin-right: 10px;
  }
  .templatetag {
    width: 31%;
    margin-right: 2%;
    border-radius: 4px;
  }
  .templatelist li {
    min-height: 46px;
    font-size: 12px;
  }
}

/*チェックシート チェック
-----------------------------*/
.checkbtn {
  width: 126px;
}
.dot-list .done p,
.dot-list .done::before {
  opacity: 0.5;
}
.dot-listbtns {
  display: flex;
  min-width: 200px;
  align-items: center;
  justify-content: flex-end;
}
.list-del:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .checkbtn {
    width: 100px;
    margin-left: auto;
  }
  .dot-listbtns {
    margin-top: 4px;
  }
}

/*アカウント設定
-----------------------------*/
.editor-area .dw-area {
  max-width: 628px;
  margin: 0 auto;
}
.form-l-logo {
  margin-right: 88px;
}
.form-dw {
  display: flex;
  max-height: calc( 100vh - 360px );
  overflow: hidden;
}
.form-l-logo + div {
  width: calc(100% - 248px);
  padding: 0 10px 0 0;
  overflow-y: auto;
}
input[type="submit"].btn-pink {
  background: #FC78B9;
}
@media screen and (max-width: 767px) {
  .form-l-logo {
    margin-right: 32px;
  }
  .form-l-logo + div {
    width: calc( 100% - 142px );
  }
}
@media screen and (max-width: 480px) {
  .form-dw {
    flex-wrap: wrap;
  }
  .form-l-logo {
    width: 100%;
    order: 1;
    margin: 0;
  }
  .form-l-logo + div {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*マニュアル
-----------------------------*/
.logo-admin.user-logo img {
  max-width: 88px;
  height: 88px;
  margin: 0 auto;
  border: 2px solid #DDD;
  border-radius: 8px;
}
.sitebar.close .logo-admin.user-logo img {
  width: 40px;
  height: 40px;
}
.line-up {
  display: flex;
  font-size: 0;
  align-items: center;
}
.line-up li > svg {
  width: 24px;
}
.line-column {
  /*margin-right: 16px;*/
  margin-right: 10px;
  pointer-events: none;
}
.line-list {
  cursor: pointer;
}

.manual-wrap {
  height: 100%;
  max-height: calc(100% - 70px);
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
.manual-column {
  display: flex;
  margin-right: -24px;
  margin-bottom: -40px;
  flex-wrap: wrap;
}
.manual-column li {
  /*width: 200px;*/
  width: 180px;
  margin-right: 24px;
  /*margin-bottom: 40px;*/
  margin-bottom: 32px;
  font-size: 13px;
  text-align: center;
}
.manual-column .manual-img {
  width: 100%;
  max-width: 200px;
  /*height: 255px;*/
  height: 220px;
  margin: 0 auto 10px;
  border: 1px solid #DDD;
  border-radius: 8px;
  overflow: hidden;
}
.manual-column .manual-img img {
  width: 100%;
}
.manual-column .manual-title {
  margin-bottom: 12px;
  font-weight: 300;
}
.manual-listbtn {
  display: flex;
  align-items: center;
}
.manual-column .btn {
  margin: 0 auto;
}
.manual-column .manual-listbtn a {
  margin-right: 10px;
}
.manual-list.dot-list {
  /*margin-bottom: 40px;*/
}
.dot-list .manual-img {
  display: none;
}
.dot-list .manual-listbtn {
  display: flex;
  width: 274px;
  justify-content: flex-end;
}
.dot-list .manual-listbtn a {
  display: flex;
  margin-right: 10px;
}
.js-change .line-column {
  pointer-events: inherit;
  cursor: pointer;
}
.js-change .line-column rect {
  fill: #d1d1d1;
}
.js-change .line-list {
  pointer-events: none;
}
.js-change .line-list rect {
  fill: #4a4a4a;
}

.share-column {
  display: flex;
  max-width: 100%;
  min-height: calc(100vh - 186px);
  overflow-x: auto;
}
.share-column li {
  width: 290px;
  min-width: 290px;
  padding: 15px;
  margin-right: 15px;
  background: #F2F2F2;
  border-radius: 8px;
}
.share-staff {
  padding: 0 4px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.share-staff-icon {
  width: 57px;
  height: 57px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.t-manual {
  min-height: 88px;
  padding: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 3px 0 rgba(0,0,0,.1);
}
.t-manual:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .manual-column {
    margin-right: 0;
    margin-bottom: -20px;
    justify-content: space-between;
  }
  .manual-column li {
    width: 32%;
    margin: 0 0 20px;
  }
  .manual-column .manual-title {
    margin-bottom: 10px;
  }
  .manual-column .manual-img {
    height: 36vw;
    max-height: 255px;
  }
  .manual-list.dot-list .manual-listbtn {
    width: 100%;
    justify-content: flex-end;
  }

  .share-column li {
    width: 210px;
    min-width: 210px;
    padding: 10px;
    margin-right: 10px;
  }
  .share-staff-icon {
    margin-bottom: 16px;
  }
  .t-manual {
    min-height: 72px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 480px) {
  .manual-column li {
    width: 48%;
  }
  .manual-column .manual-img {
    height: 48vw;
    max-height: 255px;
    margin-bottom: 10px;
  }
  .line-column {
    margin-right: 10px;
  }
  .manual-column .manual-title {
    font-size: 12px;
  }
  .line-column svg,
  .line-list svg {
    width: 20px;
  }
}

/*マニュアル詳細
-----------------------------*/
.back-btn {
  /*margin-left: 42px;*/
  margin-left: 24px;
}
.management-manual {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.manual-detailsite {
  width: 400px;
  max-height: calc(100vh - 130px);
  padding: 24px;
  font-size: 14px;
  background: #fff;
  border-radius: 6px;
  transition: 0.2s;
  overflow: hidden;
}
.management-manual .management-box {
  width: calc(100% - 420px);
  background: #fff;
}
.management-manual .manual-wrap {
  height: auto;
  max-height: none;
}
.manual-detailsite-arw {
  text-align: right;
}
.manual-detailsite-arw svg {
  cursor: pointer;
}
.sitelist li {
  position: relative;
  margin-bottom: 12px;
  font-weight: 600;
  color: #666;
}
.sub-sitelist {
  padding-left: 12px;
  margin-top: 12px;
}
.sub-sitelist li {
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 12px;
}
.sub-sitelist li::before {
  content: "ー";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  line-height: 1;
  color: #4DABFF;
  transform: translateY(-50%);
}
.manual-detailbox .manual-title,
.manual-detailbox .manual-detail-title {
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
  color: #4DABFF;
  border-bottom: 2px solid #9B9B9B;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.manual-detail-titlebox {
  height: 46px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #9B9B9B;
}
.manual-detail-title {
  font-size: 22px;
  font-weight: 600;
  color: #4DABFF;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.manual-mv {
  position: relative;
  /*margin-bottom: 24px;*/
  text-align: center;
}
.manual-mv-imgarea {
  position: relative;
  display: block;
  /*width: 480px;*/
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.manual-mv img {
  display: block;
  width: 100%;
}
.manual-mv-box img {
  height: auto;
}
.manual-mv-areabox {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 140px;
  height: 100px;
  background: #4dabff;
  opacity: 0.5;
  transform: translate(-50%,-50%)scale(0,0);
  pointer-events: none;
}
.manual-mv-box {
  position: absolute;
  display: none;
  top: 20px;
  left: 60%;
  width: 300px;
  height: 195px;
  font-size: 0;
  background: #EFEFEF;
  border: 4px solid #4DABFF;
  border-radius: 5px;
  box-shadow: 4px 3px 0 rgb(0 0 0 / 10%);
  transform: scale(0,0);
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.manual-mv-imgarea:hover .manual-mv-areabox {
  transform: translate(-50%,-50%)scale(1,1);
}
.manual-mv-imgarea:hover + .manual-mv-box {
  transform: scale(1,1);
}
.manual-mv-box img {
  position: absolute;
  width: 760px;
  max-width: none;
  height: auto;
  max-height: none;
}
.manual-sclcontent {
  /*max-height: 388px;*/
  /*max-height: 280px;*/
  padding: 16px 24px 16px 8px;
  margin-bottom: 57px;
  border-radius: 8px;
  overflow-y: auto;
}
form .manual-sclcontent {
  border: 1px solid #F2F2F2;
}
.manual-detailbtns {
  display: flex;
  max-width: 303px;
  /*height: 68px;*/
  height: 52px;
  /*margin: 0 auto 140px;*/
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.manual-prev,
.manual-next {
  width: 48%;
  max-width: 120px;
  font-size: 12px;
}
.btn.btn-page {
  padding-bottom: 2px;
  color: #444;
  background: #FDD853;
}
.btn.btn-page span {
  width: 5px;
  padding-top: 3px;
  font-size: 0;
}
.manual-prev .btn-page span {
  margin-right: 12px;
}
.manual-next .btn-page span {
  margin-left: 12px;
}
.management-manual.js-active .manual-sitearea .manual-detailsite {
  width: 40px;
}
.management-manual.js-active .manual-sitearea .sitelist {
  display: none;
}
.management-manual.js-active .manual-detailsite-arw svg {
  transform: rotate(180deg);
}
.management-manual.js-active .management-box {
  width: calc(100% - 60px);
}

.manual-sclwrap {
  display: none;
}
.management-manual-list > .management-box,
.management-manual-list .manual-sitearea {
  display: none;
}
.management-manual-list .manual-sclwrap {
  position: relative;
  display: flex;
  max-width: 100%;
  height: calc(100vh - 130px);
  overflow: hidden;
}
.manual-sclwrap .management-box {
  display: none;
  width: 49.5%;
  min-width: 49.5%;
  max-height: 100%;
  padding: 24px;
  margin: 0 1% 0 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.manual-sclwrap .management-box::-webkit-scrollbar {
  display:none;
}
.manual-sclwrap .management-box.active {
  display: block;
}
.manual-clt {
  display: flex;
}
.manual-data {
  width: 50%;
  padding: 0 16px 24px 0;
  border-right: 1px dotted #707070;
}
.manual-txt {
  width: 50%;
  padding: 0 0 24px 16px;
}
.manual-sclwrap .manual-title {
  margin-bottom: 14px;
  font-size: 12px;
}
.manual-txt .manual-title {
  visibility: hidden;
}
.manual-img {
  cursor: pointer;
}
.manual-sclarea {
  max-height: 226px;
  padding: 8px;
  font-size: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  overflow-y: auto;
}

.slider-arw {
  position: absolute;
  display: flex;
  top: 50%;
  left: 0;
  width: 20px;
  height: 120px;
  background: #4dabff;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
.slider-arw:hover {
  border-radius: 0 50% 50% 0;
}
.slider-next {
  left: auto;
  right: 0;
}
.slider-next:hover {
  border-radius: 50% 0 0 50%;
}
.slider-arw p {
  font-weight: bold;
  color: #fff;
  transform: scale(1,1.5);
}
.slider-arw.off {
  background: #eee;
  pointer-events: none;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
           background: #fff; }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); 
           background: #4DABFF; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
           background: #fff; }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); 
           background: #4DABFF; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); }
}
.square-spin>div {
  width: 50px;
  height: 50px;
  background: #444;
  -webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
}
.loading {
  display: none;
  width: 100%;
  height: calc(100vh - 240px);
  align-items: center;
  justify-content: center;
}
.management-manual.is-load .management-box,
.management-manual.is-load .manual-sitearea {
  display: none;
}
.manual-list.is-load,
.pagenation.is-load {
  display: none;
}
.management-manual.is-load .loading,
.manual-list.is-load + .loading {
  display: flex;
}

@media screen and (max-width: 767px) {
  .manual-sclarea {
    border-radius: 4px;
  }
  .management-manual .management-box {
    width: 100%;
  }
  .manual-sitearea {
    position: fixed;
    display: flex;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 10px;
    background: rgba(0,0,0,.4);
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .manual-sitearea.open {
    display: flex;
  }
  .manual-detailsite-arw {
    display: none;
  }
  .area-close {
    font-size: 12px;
    text-align: right;
    color: #4DABFF;
  }
  .manual-hamburger {
    margin-right: 10px;
  }
  .manual-hamburger.open .hamburger span {
    background: #fff;
  }
  .manual-data {
    padding: 0 10px 10px 0;
  }
  .manual-txt {
    padding: 0 0 10px 10px;
  }
  .manual-sclwrap .management-box {
    padding: 15px 10px;
    margin: 0;
  }
  .management-manual-list .manual-sclwrap {
    display: none;
  }
  .management-manual-list > .management-box {
    display: block;
  }
  .line-column,
  .line-list {
    display: none;
  }
  .slider-arw {
    width: 24px;
    height: 24px;
  }
  .slider-arw svg {
    width: 100%;
  }
  .back-btn {
    margin-left: 12px;
  }

  .management-manual .management-box {
    height: calc(100vh - 180px);
    min-height: calc(100vh - 180px);
    padding: 12px 10px;
  }
  .manual-detailbox .manual-title,
  .manual-detailbox .manual-detail-title {
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .manual-detail-titlebox {
    padding-bottom: 4px;
    margin-bottom: 15px;
  }
  .manual-detail-title {
    font-size: 12px;
  }
  .manual-mv {
    margin-bottom: 15px;
  }
  .manual-sclcontent {
    height: auto;
    /*max-height: none;*/
    max-height: 30vh;
    padding: 0;
    margin-bottom: 24px;
    font-size: 14px;
    border: none;
    /*overflow: inherit;*/
  }
  .manual-prev,
  .manual-next {
    width: 30px;
  }
  .manual-prev .btn,
  .manual-next .btn {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .manual-prev .btn-page span,
  .manual-next .btn-page span {
    margin: 0;
  }
  .manual-detailbtns {
    margin-bottom: 24px;
  }
  .manual-detailbtns .back-btn {
    width: 100px;
    margin: 0;
  }
}

/*マニュアル編集
-----------------------------*/
.manual-detailbox {
  /*height: calc(100% - 114px);*/
  height: calc(100vh - 320px);
  /*overflow: hidden;*/
}
.form-title.manuel-title {
  width: 100%;
}
.page-attribute {
  display: flex;
  align-items: center;
}
.page-attribute p {
  margin-right: 10px;
}
.manual-mv.manual-mvfile {
  max-width: 880px;
  height: 16vw;
  /*max-height: 396px;*/
  max-height: 200px;
  margin: 0 auto 40px;
}
.manual-mvfile label {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #efefef;
  border-radius: 0;
}
.manual-mvfile .input-file span {
  background: url(../images/bg_file_mv.png) 50% 50% / cover no-repeat;
  border: none;
  border-radius: 0;
}
.manual-mvfile .input-file span.load {
  background: transparent;
}
.manual-mvfile .input-file span img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.manual-detailbox textarea {
  max-height: 160px;
  /*margin-bottom: 32px;*/
  font-size: 14px;
}
.manualnameinput {
  width: 100%;
  max-width: 1000px;
}
.index-tag {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ddd;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.det-manual-list li:hover {
  padding-left: 64px;
}
.det-manual-list li:hover .index-tag {
  width: 32px;
}
.det-manual-list li::before {
  content: none;
}
.det-manual-list .last-add:hover {
  padding-left: 28px;
}
.det-manual-list .list-manual-title span {
  padding: 4px 10px;
  margin-left: -20px;
  margin-right: 20px;
  opacity: 0.8;
  cursor: move;
}
.det-manual-list .list-manual-title {
    position: relative;
}
.det-manual-list .sub-li .list-manual-title .t-txt {
  position: relative;
  padding-left: 24px;
  margin-left: 0;
  font-size: 13px;
}
.det-manual-list .sub-li .list-manual-title .t-txt::before {
  content: "ー";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  color: #4DABFF;
  transform: translateY(-50%);
}
.sub-li .index-tag svg {
  transform: rotate(180deg);
}

.checkbox-area {
  display: flex;
  min-height: 56px;
  padding: 8px 26px;
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #DDD;
  align-items: center;
  flex-wrap: wrap;
}
.checkbox-area label {
  margin: 4px 16px 4px 0;
  cursor: pointer;
}
.checkbox-area label span {
  position: relative;
  padding-left: 20px;
  padding-bottom: 2px;
}
.checkbox-area label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #DDD;
  transform: translateY(-50%);
}
.checkbox-area label span::after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 3px;
  height: 7px;
  border: solid #4DABFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-area label input:checked + span::after {
  display: block;
}

@media screen and (max-width: 767px) {
  .manual-mv.manual-mvfile {
    margin-bottom: 10px;
    /*height: 200px;*/
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }
  .manual-detailbox textarea {
    height: 200px;
    margin-bottom: 24px;
    font-size: 12px;
    border-radius: 4px;
  }

  .det-manual-list .sub-li .list-manual-title .t-txt {
    padding-left: 18px;
  }
  .det-manual-list .sub-li .list-manual-title .t-txt::before {
    font-size: 14px;
  }
  .det-manual-list .list-manual-title span {
    margin-right: 10px;
  }

  .det-manual-list li {
    padding-left: 32px;
  }
  .index-tag {
    width: 18px;
    height: calc(100% + 1px);
    padding: 4px;
    border-bottom: 1px solid #fff;
  }
  .det-manual-list li:nth-last-child(2) .index-tag {
    border: none;
  }
}
.call-modal {
    cursor: pointer;
}

.management-control .search-wrap form {
  display: flex;
  align-items: center;
}
.management-control .search-wrap input[type="text"] {
  max-width: 200px;
  height: 32px;
  padding-bottom: 2px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
}
.main-footer {
  padding: 0 20px;
  margin-top: -8px;
  text-align: right;
  font-size: 10px;
  color: #afafaf;
}
.gen-icon img,
.account-icon img,
.login-logo-client img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-logos > .login-logo-client {
  display: flex;
  width: 180px;
  min-width: 180px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .client-logos > .login-logo-client {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer {
    margin-top: -9px;
  }
  .management-control .search-wrap {
    margin-right: 10px;
  }
}

.management-manual-list .manual-sclwrap {
  width: 100%;
}
.is-load .slider-arw {
  display: none;
}
.management-manual-list.is-load .manual-sclwrap {
  display: none;
}
.management-manual-list .manual-sclwrap + .loading {
  height: calc(100vh - 130px);
}

.management-manual-list .management-box {
  position: relative;
}
.management-manual-list .management-box::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  border-right: 1px dotted #707070;
}
.management-manual-list .manual-data {
  /*border: none;*/
}
.management-content.management-manual .management-box {
  overflow-y: auto;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .manual-sclwrap .management-box.active {
    
  }
  .manual-sclwrap .management-box.active:first-of-type {
    display: block;
  }
  .manual-detailsite {
    width: 300px;
  }
  .management-manual .management-box {
    width: calc(100% - 320px);
  }
  .management-manual-list .management-box {
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
  }
  .manual-txt {
    height: 30vh;
    max-height: 30vh;
  }
}
.management-manual .management-box .manual-wrap {
  display: none;
  margin-bottom: 0;
}
.sitelist li.active {
  color: #4dabff;
}
.management-manual .management-box .manual-wrap:first-child .manual-prev a,
.management-manual .management-box .manual-wrap:last-child .manual-next a {
  background: #ddd;
  opacity: 0.5;
  pointer-events: none;
}
.management-manual .management-box .manual-wrap:first-child .manual-prev,
.management-manual .management-box .manual-wrap:last-child .manual-next {
  pointer-events: none;
}
.manual-prev a,
.manual-next a,
.sitelist li a {
  pointer-events: none;
}
.manual-prev,
.manual-next,
.sitelist li {
  cursor: pointer;
}

.manual-maincontent {
  display: block;
  height: 100%;
}

.manual-mv,
.manual-sclcontent {
  display: block;
  height: 50%;
}

.manual-mv-imgarea {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.manual-mv img {
  width: auto;
  height: 100%;
}

.manual-mv-box img {
  height: auto;
}

.manual-sclcontent {
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .manual-mv-imgarea {
    width: 100%;
  }
  .manual-mv img {
    object-fit: contain;
  }
}

.manual-detailbox.scl-y {
  overflow-y: auto;
}

.manual-taglist,
.page-scl-taglist {
  width: calc(100% - 240px);
}
.box-tags {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .manual-taglist,
  .page-scl-taglist {
    width: calc(100% - 100px);
  }
}