/*--------------------------------------------------------------

Bootstrapクラスのカスタマイズ

--------------------------------------------------------------*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 @media (max-width: 767px) {
  .breadcrumb{
    padding: 0.75rem 0;
  }
}
.navbar--extend {
  padding: 0.5rem 0;
}

.breadcrumb--extend {
  background-color: #FFF;
  font-size: 0.875rem;
}

.breadcrumb-item--extend + .breadcrumb-item--extend::before {
  content: " > ";
}

.table--extend th,
.table--extend td {
  vertical-align: middle;
}

.table--extend th {
  background-color: #f2f2f2;
  color: #49473c;
  /* background-color: #28a745; */
  /* color: #FFF; */
}

.table--extend th {
  background-color: #f2f2f2;
  color: #49473c;
  /* background-color: #28a745; */
  /* color: #FFF; */
}

.table-success th {
  background-color: #f0f0f0;
  /* background-color: #eceae4; */
  color: #49473c;
}

.table--extend.dataTable{
  font-size: 0.75rem;
}

/* ラジオボタン表示列 */
/* チェックボックス表示列 */
/* ×ボタン表示列 */
.table--extend td.col-radio,
.table--extend th.col-radio,
.table--extend td.col-check,
.table--extend th.col-check,
.table--extend th.col-close,
.table--extend td.col-close {
  width: 50px;
}

.table--extend th.col-sub {
  width: 48px;
}

.table--extend td.col-radio,
.table--extend td.col-check,
.table--extend td.col-close,
.table--extend th.col-sub {
  text-align: center;
}

.table--extend td.col-break-word {
  word-break: break-all;
}

.layout-fixed {
  table-layout:fixed;
}

/* ×ボタンクリック時の枠線無効 */
button.close--extend:focus {
  outline: none;
}

/*--------------------------------------------------------------

追加クラス　共通部品

--------------------------------------------------------------*/

/*-------------------------------

サイドバー

-------------------------------*/
.sidebar{
  position: fixed;
  height: 100%;
}
.row.over-sidebar > nav#sidebarMenu {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.row.over-sidebar > nav#sidebarMenu::-webkit-scrollbar {
  display: none;
}

/*-------------------------------

ログイン画面

-------------------------------*/
/* ページ見出し */
div.page-title.login {
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* padding-left: 1rem; */
  padding-left: 0;
  font-weight: 700;
  font-size: 1.75rem;
}

button.login {
  line-height: 2.5;
  white-space: nowrap !important;
}

/* 項目見出し */
label.item-title.login {
  padding: 0.25rem 0.75rem;
  border-bottom: 0;
  margin-right: 1rem;
  color: #212529;
  background-color: #f8f9fa;
  border: solid 2px #6c757d;
  text-align: center;
  line-height: 2.5;
  border-radius: 0.75rem;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (max-width: 767px) {  
  button.login {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
@media (max-width: 340px) {  
  div.page-title.login {
    font-size: 1.2rem;
  }
  button.login {
    font-size: 0.8rem;
    line-height: 1.8;
  }
  label.item-title.login {
    font-size: 0.3rem;
  }
  a.item-explanation{
    font-size: 0.78rem;
  }
}

/* 調整用クラス */
/* --- width --- */
.w-3  { width:  3% !important; }
.w-5  { width:  5% !important; }
.w-8  { width:  8% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
/* --- height --- */
.h-3  { height:  3% !important; }
.h-5  { height:  5% !important; }
.h-8  { height:  8% !important; }
.h-10 { height: 10% !important; }
.h-15 { height: 15% !important; }
.h-20 { height: 20% !important; }
.h-30 { height: 30% !important; }
.h-35 { height: 35% !important; }
.h-40 { height: 40% !important; }
.h-45 { height: 45% !important; }
.h-55 { height: 55% !important; }
.h-60 { height: 60% !important; }
.h-65 { height: 65% !important; }
.h-70 { height: 70% !important; }
.h-80 { height: 80% !important; }
.h-85 { height: 85% !important; }
.h-90 { height: 90% !important; }
.h-95 { height: 95% !important; }
/* --- width --- */
.width-80px  { width:  80px !important; }
.width-100px { width: 100px !important; }
.width-120px { width: 120px !important; }
.width-150px { width: 150px !important; }
.width-180px { width: 180px !important; }
.width-200px { width: 200px !important; }
.width-230px { width: 230px !important; }
.width-250px { width: 250px !important; }
.width-300px { width: 300px !important; }
/* --- height --- */
.height-80px  { height:  80px !important; }
.height-100px { height: 100px !important; }
.height-120px { height: 120px !important; }
.height-150px { height: 150px !important; }
.height-180px { height: 180px !important; }
.height-200px { height: 200px !important; }
.height-230px { height: 230px !important; }
.height-250px { height: 250px !important; }
.height-300px { height: 300px !important; }
/* --- min-width --- */
.minWidth-80px  { min-width:  80px !important; }
.minWidth-100px { min-width: 100px !important; }
.minWidth-120px { min-width: 120px !important; }
.minWidth-150px { min-width: 150px !important; }
.minWidth-180px { min-width: 180px !important; }
.minWidth-200px { min-width: 200px !important; }
.minWidth-230px { min-width: 230px !important; }
.minWidth-250px { min-width: 250px !important; }
.minWidth-300px { min-width: 300px !important; }
/* --- min-height --- */
.minHeight-80px  { min-height:  80px !important; }
.minHeight-100px { min-height: 100px !important; }
.minHeight-120px { min-height: 120px !important; }
.minHeight-150px { min-height: 150px !important; }
.minHeight-180px { min-height: 180px !important; }
.minHeight-200px { min-height: 200px !important; }
.minHeight-230px { min-height: 230px !important; }
.minHeight-250px { min-height: 250px !important; }
.minHeight-300px { min-height: 300px !important; }

/* 進捗モーダル */
#ImageInsertProgressModal .modal-content .modal-body, 
#MovieInsertProgressModal .modal-content .modal-body {
  overflow: auto;
}
#ImageInsertProgressthumnails table tr td img {
  width: 100px;
} 

/*-------------------------------

パスワード変更画面

-------------------------------*/
/* ページ見出し */
div.page-title.password {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

/* パスワードのアイコン */
input.form-login-password[type=checkbox] {
  /* //チェックボックスとしての機能 */
  cursor: pointer;
   /* //機能だけでいいので透明に */
  opacity: 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
/*-------------------------------

ヘッダー・メニュー

-------------------------------*/
.header-wrapper{
  background-color: #fff;
}
.row .common-header{
  color: #FFF;
  margin: 0;
  padding: 0 1rem;
}

.common-header a{
  text-decoration: none;
  color: #000;
}
.header-title{
  padding: -2px 0px 20px 10px;
  /* border-bottom: 2px solid rgba(155, 187, 89, 0.75); */
  border-bottom: 2px solid #ff7d80;
}
.header-title a{
  font-size: medium;
}
.header-right{
  padding: 7px 10px 20px 0;
  display: inline-block;
  text-align: right;
  font-size: 95%;
  /* border-bottom: 2px solid rgba(155, 187, 89, 0.75); */
  border-bottom: 2px solid #ff7d80;
}
.btn-exclamation{
  transition : 0.4s;
}
.btn-exclamation:hover{
  box-shadow: 0px 0px 12px #c3dae1;
}
#memberDropdownMenuButton p{
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #facilityDropdownMenuButton p{
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #facilityDropdownMenuButton{
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.dropdown-toggle-facility::after {
  position: absolute;
  top: 40px;
  left: 25px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media (max-width: 767px) {
  .common-header .dropdown .dropdown-toggle::after {
    margin-top: 0.5rem;
    margin-right: 0.8rem;
    display: block;
    margin-left: 1.0em;
    content: "";
    border-top: 0.45em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
  }
}
#memberDropdownMenuButton{
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #facilityDropdownMenuButton{
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  #facilityDropdownMenuButton,
  #memberDropdownMenuButton {
    max-width: 215px;
  }
}
@media (max-width: 430px) {
  #facilityDropdownMenuButton p{
    max-width: 80px;
  }
  #memberDropdownMenuButton p{
    max-width: 95px;
  }
}
/*-------------------------------
スマホメニュー
-------------------------------*/
/* modal-sp */
.modal.left.fade .modal-dialog {
  transform: translate(-25%,0);
}
.modal.left.show .modal-dialog {
  transform: translate(0,0);
}
#modal-sp .modal-dialog {
  max-width: 325px;
  margin: 0;
  height: 100%;
}
#modal-sp .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}
#modal-sp .modal-header {
  display: block;
}
#modal-sp .modal-title {
  display: inline-block;
}
#modal-sp .modal-body {
  overflow-x: clip;
  overflow-y: scroll;
  margin-left: -17px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-body::-webkit-scrollbar {
  display: none;
}

.sp-global-menu{
  background-color: #e95464;
  width: auto;
}
div.super-user-function,
li.sp-global-menu.super-user-function,
li.sp-global-menu.super-user-function a{
  background-color: #f9a000;
}
.sp-global-menu a {
  color: #fff;
  padding-left: 2rem;
}
ul.sp-global-menu{
  position: relative;
  padding: 0;
  width:106%;
}
li.sp-global-menu,
li.sp-global-menu-collapse1,
li.sp-global-menu-collapse2 {
  width: auto;
  list-style-type: none !important;
}
li.sp-global-menu {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
a.nav-link.sp-global-menu{
  padding: 1.0rem 1.12rem 1.0rem 2rem;
}
li.sp-global-menu-collapse1 {
  width: auto;
  line-height: 2.5;
  padding-left: 25px;
  margin-left:-25px;
  font-size: 0.875rem;
  transition: .5s;
}
li.sp-global-menu-collapse1:hover {
  background-color: #ffe1e1;
}
.super-user-function + div ul li.sp-global-menu-collapse1:hover {
  background-color: #fff1c2;
}
div.sp-global-menu-collapse2 {
  width: auto;
  line-height: 1;
  padding: 0;
  margin-left: 1.5rem;
  font-size: 0.875rem;
}
li.sp-global-menu-collapse1 a,
li.sp-global-menu-collapse2 a{
  color: #343a40;
  width: 100% !important;
}
li.sp-global-menu-collapse1 a + svg{ 
  margin-right: 1.15rem;
}
.nav-link.sp-global-menu-collapse1{
  display: inline-block;
}
.sp-global-menu div.expanded{
  width: 100%;
  background-color: #fff;
  padding-left: 10px;
}
.name-phone-adj{
  margin-left: 1.0rem !important;
}
.info-phone-adj{
  margin-left: 1.5rem !important;
}
@media (max-width: 480px) {
  .name-phone-adj{
    margin-left: 0.5rem !important;
  }
  .info-phone-adj{
    margin-left: 1.0rem !important;
  }
}
@media (max-width: 290px) {
  .name-phone-adj{
    margin-left: 0 !important;
  }
  .info-phone-adj{
    margin-left: 0 !important;
  }
}
/*-------------------------------
PCメニュー
-------------------------------*/
.pc-global-menu,
.pc-global-menu-collapse1,
.pc-global-menu-collapse2 {
  /* background-color: #ff7d80; */
  background-color: #e95464;
  width: auto;
  width: 100%;
}
.pc-global-menu.super-user-function a{
  background-color: #f9a000;
}

.pc-global-menu a {
  color: #FFF;
}

ul.pc-global-menu{
  position: relative;
  padding: 0;
}

li.pc-global-menu,
li.pc-global-menu-collapse1,
li.pc-global-menu-collapse2 {
  margin: 0 !important;
  width: 100%;
  list-style-type: none !important;
}
.pc-global-menu-collapse1 {
  display: block;
  background-color: #FFF;
}
li.pc-global-menu-collapse1:hover {
  background-color: #ffe1e1;
}
.super-user-function + div ul li.pc-global-menu-collapse1:hover {
  background-color: #fff1c2;
}

li.pc-global-menu {
  line-height: 1;
  margin-top: 1rem;
  font-size: 0.875rem;
}

li.pc-global-menu-collapse1 {
  line-height: 0.75;
  padding: 0.125rem 0;
  margin-left: 0;
  font-size: 0.875rem;
}

a.pc-global-menu-collapse1 {
    color: #343a40;
}

li.pc-global-menu-collapse2 {
  line-height: 0.75;
  padding: 0;
  margin-left: 2.0rem;
  font-size: 0.875rem; 
  background-color: #FFF;
}

a.pc-global-menu-collapse2 {
  margin-left: 1.5rem;
  border-left: 3px solid pink; 
  background-color: #FFF;
  color: #343a40;
}

.nav-link.pc-global-menu-collapse1{
  display: inline-block;
  background: rgba(0,0,0,0);
  line-height: 1rem;
}

/* 折り畳みアイコン（クローズ時） */
/* 1個目の表示で右向きの矢印作成*/
div.collapse_icon{
  content: '';
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="white" d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" /></svg>');
  transition:  0.2s;
}

/* 折り畳みアイコン（オープン時） */
/* 2個目の表示で下向きの矢印作成*/
.collapse_icon_down{
  content: '';
  transform: rotateX(180deg);
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="white" d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" /></svg>');
  transition:  0.2s;
}

.collapse_icon2{
  content: '';
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="pink" d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>');
  transition:  0.2s;
  margin-top: -3px;
}


/*-------------------------------
メガメニュー
-------------------------------*/
.mega-dropdown {
  position: static;
}

.dropdown-menu.mega-dropdown-menu.show {
  width: 100%;
  margin-left: -0.5625rem !important;
}

.dropdown-menu a{
  color: currentColor;
}

.row.mega-dropdown-menu {
  padding: 15px 15px 15px 15px;
}

.mega-dropdown-menu .title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  /* color: #4F6228; */
  color: #472525;
}

a.mega-dropdown-menu1,
span.mega-dropdown-menu1 {
  font-weight: bolder;
}

ul.mega-dropdown-menu2 {
  padding: 0.5rem;
  column-count: 2;
}

.nav > li.nav-link {
  /* border-bottom: 1px solid rgba(155, 187, 89, 0.75) */
  border-bottom: 1px solid #ffaeb0
}

.mega-dropdown-menu2 > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}

/* スーパーユーザー機能 */
.super-user-global-menu{
  background-color: #f9a000;
}
.super-user-global-menu a{
  background-color: #e58500 !important;
  border-top: 2px solid #e58500;
  border-bottom: 2px solid #e58500;
}
.super-user-triangle {
  position: relative;
}
.super-user-triangle::before {
  content: '';
  position: absolute;
  top: -1.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #e58500 transparent transparent transparent;
  left: 8%;
  transform: translateX(-50%) translateY(100%);
  z-index: 2;
}
.super-user-triangle + li a{
  padding-top: 0.8rem;
}

/* 子メニューが無い時の矢印 */
.menu-arrow{
	position:relative;
}
.menu-arrow:before, .menu-arrow:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
  bottom: 11.5px;
  right: 17.5px;
}
.menu-arrow:before{
  width: 16px;
  height: 2px;
  background: #fff;
}
.menu-arrow:after{
  width: 3.5px;
  height: 7px;
  background: #fff;
}
.sp-global-menu .menu-arrow:before,
.sp-global-menu .menu-arrow:after{
  bottom: 19px;
  margin-right: 2.5px;
}

/* メニューのホバー */
a.nav-link.sp-global-menu:hover,
a.pc-global-menu:hover,
.selected-pc-global-menu{
  background-color: #c94a57 !important;
}
.selected-pc-global-menu{
  color: #ffdcdf !important;
}
.super-user-function a.nav-link.sp-global-menu:hover,
li.super-user-function a:hover,
.selected-super-user-function{
  background-color: #c9790b !important;
}
.selected-super-user-function{
  color: #f1d6b1 !important;
}

/*-------------------------------

その他部品

-------------------------------*/
/* ページ見出し */
div.page-title {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  div.page-title {
    padding-left: 0;
  }
}

/* ページ見出し */
span.page-title {
  padding: 0.5rem 1.5rem 1rem 0;
  /* border-top: 5px solid #77933C; */
  border-top: 5px solid #d13b4f;  
  line-height: 3rem;  
  word-break: break-all;
  white-space: initial;
}
@media (max-width: 767px) {
  div.page-title {
    margin-top: 0.1rem;
    font-size: 1.2rem;
  }
  span.page-title {
    padding: 0.1rem 0rem;
    line-height: 2.2rem;
  }
}

/* 項目見出し */
.item-title {
  padding: 0.25rem 0.75rem;
  /* border-bottom: 3px dotted #acce8a; */
  border-bottom: 3px dotted #ffafbc;
}

/* 項目見出し - 必須マーク */
.item-title.required::after {
  content: "　※";
  color: red;
  font-size: 0.875rem;
}

/* 項目説明 */
p.item-explanation {
  font-size: 0.75rem;
  margin: 0.25rem 0 0.5rem;
}

/* 赤字注釈 */
p.annotation {
  color: red;
  font-weight: bold;
}
.red{
  color: red;
}

/* グループ選択 */
.group-select {
  font-size: 0.875rem;
}

/* ラジオボタンで選択するメニュー */
.radio-menu {
  margin-bottom: -1px;
  margin-left: 1rem;
  padding: 0.375rem 2rem;
  /* border: 1px solid #77933C; */
  border: 1px solid #ffafbc;
}

td > .form-control-md {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #49473c;
  /* border: 2px solid #3b6740; */
  border-radius: 0.25rem;
}

td > .form-control-sm {
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #49473c;
  /* border: 2px solid #3b6740; */
  border-radius: 0.25rem;
}

/* 削除ボタン */
button.btn-delete{
  color: #fff;
  background-color: #c93412;
  border-color: #c93412;
}
button.btn-delete:hover{
  color: #fff;
  background-color: #a1280d;
  border-color: #a1280d;
}
button.btn-delete:focus{
  box-shadow: 0px 0px 0px 3px rgba(232, 62, 23, 0.4);
  color: #fff;
  background-color: #c93412;
  border-color: #c93412;
}
button.btn-delete:active{
  color: #fff;
  background-color: #a1280d;
  border-color: #a1280d;
}
/* サムネイル */
img.thumbnail {
  height: 60px;
}
/* ボタン全般 */
.form-group button.btn {
  margin: 0 0.15rem 0.3rem 0.15rem;
}
/* 操作履歴 */
.operation-log-style {
  min-width: 300px;
  overflow-x: hidden; 
  overflow-y: scroll;
}

/*-------------------------------
個別メニューのトップ（○○管理）
-------------------------------*/
.menu-list-l {
  width: 180px;
}

.menu-list-l,
.menu-list-r {
  margin-bottom: 1rem;
  padding: 0 0 0 1.75rem;
}

/* ↓ドロップダウンリスト */
.dropdown-outline{
  margin-left: 0.4%;
  width: 90%;
  margin-top: 12px;
  margin-bottom: 30px;
}

.questionnaire-dropdown{
  width:370px;
  margin-left: 0;
  margin-bottom: 30px;
}

/*-------------------------------

トップ

-------------------------------*/
/* もっと見る */
.btn-more {
  text-decoration: none;
  border-color: transparent;
  background-color: transparent;
  font-weight: bold;
  color: #0078BA;
  text-decoration: underline;
}

/*-------------------------------

会員新規登録画面

-------------------------------*/
/* テーブル列調整 */
@media screen and (max-width:767px) {
  .adj-info-td{
    width: 15%;
  }
}
/* 電話番号 */
input.form-phoneNumber{
  width: 20%;
  display: inline-block;
}
/* パスワード */
input.form-password,
input.form-member-password,
input.form-admin-password{
  width: 65%;
  display: inline-block;
  padding-right: 3.1rem;
}
input#password,
input#passwordCheck,
input#passwordConfirmation{
  padding-right: 3.1rem;
}

/* パスワードのアイコン */
input.form-password[type=checkbox] {
  /* //チェックボックスとしての機能 */
      cursor: pointer;
       /* //機能だけでいいので透明に */
      opacity: 0;
      position: absolute;
      right: 5px;
      width: 25px;
      height: 25px;
      margin: 7px 31.5% 0px 0px;
}
input.form-member-password[type=checkbox],
input.form-admin-password[type=checkbox] {
  /* //チェックボックスとしての機能 */
      cursor: pointer;
       /* //機能だけでいいので透明に */
      opacity: 0;
      position: absolute;
      width: 25px;
      height: 25px;
      margin-top: 7px;
      margin-left: -3rem;
}
/* //アイコンの表示 */
span.iconEye{
      background-size: contain;
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url("../pic/psw_icon.png");
      pointer-events: none;
      margin: 0px 0px -6px -3.8%;
}
@media screen and (max-width:1600px) {
  span.iconEye{
    margin: 0px 0px -6px -4.9%;
  }
}
@media screen and (max-width:1200px) {
  span.iconEye{
    margin: 0px 0px -6px -3.5vw;
  }
}
@media screen and (max-width:950px) {
  span.iconEye{
    margin: 0px 0px -6px -35px;
  }
}
@media screen and (max-width:767px) {
  span.iconEye{
    margin: 0px 0px -6px -40px;
  }
}
@media screen and (max-width:570px) {
  span.iconEye{
    margin: 0px 0px -6px -45px;
  }
}
/* Edgeで規定パスワードが表示されるのを防ぐ */
::-ms-reveal {
  display: none;
}

/* 登録できないメールアドレスの注釈 */
.unusable-mail-wrapper{
  font-size: 0.75rem;
  margin: 0 -0.95rem;
  padding: 0.4rem 1rem;
  background: #FCE4D6;
}

/*-------------------------------

管理者新規作成画面　1/14高木追記

-------------------------------*/
/* //入力フォームの幅を調整 */
input.input-form{
  width: 80%;
  display: inline-block;
}
.form-select-td{
  width:320px;
  min-width:160px;
}

/*-------------------------------

配布物詳細画面

-------------------------------*/
.document-filename{
  font-size: 1.1rem;
  font-weight: bold;
}

/*-------------------------------

連絡一覧画面　1/19高木追記

-------------------------------*/
/* //数字の表示列 */
.table--extend td.col-number {
  text-align: right;
  width: 50px;
}

/* //一覧の表示列 */
.table--extend td.col-all {
  text-align: center;
  width: 70px;
}

.question-explanation{
  display: none;
  position: absolute;  
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #d34d5b; 
  z-index: 2;
  left: 10rem;
  margin-top: -65px;
  font-size: 0.75rem;
  box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.6);
}
@media (max-width: 991px) {
  .question-explanation{
    left: 2.5rem;
    margin-top: 4px;
    font-size: 0.68rem;
  }
}
@media (max-width: 350px) {
  .question-explanation{
    width: 200px;
    font-size: 0.6rem;
  }
}

.question-explanation-td1, 
.question-explanation-td2, 
.question-explanation-td3 {
  display: inline-block;
  padding: 2px 4px;
}

.question-explanation-td1{
  width: 110px;
}
@media (max-width: 450px) {
  .question-explanation-td1{
    display: block !important;
  }
}

.question-explanation-td3{
  word-break: break-all;
}

.question-explanation-table, 
.question-explanation-td1, 
.question-explanation-td2, 
.question-explanation-td3 {
  vertical-align: top;
  display: table-cell;
}
/* グループ選択モーダル */
.modal-content,
.modal-dialog{
  z-index: 1100;
}
/*-------------------------------

問い合わせ編集画面　1/27高木追記

-------------------------------*/
/* 並び替えアイコン */
a.sort-link{
  color: gray;
}

a.sort-link:hover{
  color: black;
}

.form-row input[type="radio"]{
  margin: 0.3rem;
}

/*-------------------------------

2/1高木追記

-------------------------------*/

/* 数値の入力フォーム */
input.input-number {
  text-align: left;
  width: 15%
}

/*-------------------------------

2/3高木追記 アンケート編集画面

-------------------------------*/
/*　フォームのオプションのプルダウン */
select.form-option{
  background-color: transparent !important;
  border: none !important;
}

select.form-option:focus{
  box-shadow:none !important;
  border-color: transparent !important;
}

/*　×ボタンのfloatを解除 */
button.close-custom{
  float:none !important
}

/*　グラフの表示 */
.result-chart{
  margin: auto;
  /* border: 1px solid darkseagreen; */
  border: 1px solid #cf939b;
  width: 60%;
 }

 /*　合計の行 */
 td.td-total{
   text-align: right;
   font-weight: bold;
   /* border: 1px solid darkseagreen; */
   background-color:#cf939b;
 }

 /* 一覧　管理者メールアドレス */
 .each-admin-mail-wrapper{
   display: block;
   border:1.5px solid rgb(156, 156, 156);
   border-radius: 4px;
   width: 100%;
   padding: 5px 0 5px 12px;
   max-height: 180px;
   overflow-y: scroll;
   overflow-x: hidden;
 }
 .each-admin-mail{
  display:block;
  margin-left: -5px;
  padding-bottom: 5px;
  padding-top: 5px;
 } 
 .admin-left-line{
  border-left: #ada79b 3px solid;
  margin-left: 3px;
 }

 /*-------------------------------

メール配信画面

-------------------------------*/
.send-mail{
  text-align: center;
  border: 2px solid #00998c;
  background: #dcfff9;
  top: -10px;
  bottom: 20px;
}
.send-mail p{
  color: #00655c;
  font-size: 110%;
  font-weight: 500;
  margin: 20px 0;
}

 /*-------------------------------

詳細設定画面

-------------------------------*/

/* チェックボックス表示列の設定 */
.table--extend td.modal-col-check,
.table--extend th.modal-col-check {
  padding-left: 0.75rem;
}

/* 全選択チェックボックス行を一番上に固定 */
#detailList tr th{
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/*-------------------------------

バナー管理画面

-------------------------------*/
/* 画像の表示列 */
.table--extend td.col-image {
  text-align: center;
  width: 25%;
}

/*-------------------------------

テーマ選択画面

-------------------------------*/
/* 画像の表示列 */
.card--extend {
  width: 15%;
  min-width: 9em;
  border: 0;
  margin: 0 0 0.5rem 1rem;
  font-size: 0.875rem;
}

/*-------------------------------

デートピッカー対応

-------------------------------*/
.bootstrap-datetimepicker-widget th{
  border: none;
  background-color: #fff;
}
.bootstrap-datetimepicker-widget td{
  border-right: none;
  border-left: none;
  border-top: 1px solid #e7e7e7;
  border-bottom: none;
  background-color: #fff;
}
.datetimepicker-wrapper-basic-width {
  width: auto !important;
}
.datetimepicker-date-basic-width {
  width: 200px;
}
.datetimepicker-time-basic-width {
  width: 150px;
}
@media (max-width: 575px) {
  .datetimepicker-wrapper-basic-width {
    width: 100% !important;
  }
  .datetimepicker-date-basic-width {
    width: 60%;
  }
  .datetimepicker-time-basic-width {
    width: 40%;
  }
}

/*-------------------------------

記事　一覧 SNSシェア

- 注意：利用規約に反しないサイズにすること
-- アイコン全般：色の変更、回転、比率変更、アウトライン追加等しないこと
-- Twitter：32px×32px以上、他の素材との間がロゴ幅の150％以上
-- LINE：20px×20px以上、十分な可読性を確保できるサイズで表示、視認性を低下させる背景の仕様は禁止
-- facebook：背景は白や薄い色

-------------------------------*/
.sns-icon{
  display: table;
  margin-left: 6px;
  margin-top: 2px;
  pointer-events: none;
  cursor: auto;
}
.sns-icon a{
  text-decoration: none;
  margin: 7px;
  padding: 7px;
  display: inline-block;
  pointer-events: auto;
}
.sns-icon img{
  width: 38px;
}
.sns-icon-step{  
  cursor: auto;
  pointer-events: none;
  cursor: auto;
}

/* 吹き出し関係 */
.balloonoya {
  position   : relative;
  text-align: center;
  margin: 0 auto;
  font-size: 0.7rem;
  padding: 4.5px 2.5px;
}
@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.balloon1 {
  display: none;
}
  /* 吹き出し */
  .balloon {
    display: block;
    animation: show 0.15s linear 0s;
    position: absolute;
    display: inline;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.96);
    width: 222px;
    height: 76px;
    border-radius: 7px;
    top: -11px;
    margin-left: 19px;
    border: 2px solid #00736a;
    box-shadow: 5px 6px 16px rgb(0 0 0 / 30%);
    pointer-events: none;
    cursor: auto;
  }
  .balloon:after{
    border-right: 16px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11px;
    content: "";
    position: absolute;             
  }
  .balloon:before{
    border-right: 15px solid #00736a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -15px;
    top: 11.1px;
    content: "";
    position: absolute;            
  }


/*-------------------------------

記事　位置情報

-------------------------------*/
.location-map{
  height: 56vh;
  width: 100%;
  margin: 5px 0;
}
@media (max-height: 800px) {
  .location-map{
    height: 57vh;
  }
}
@media (max-height: 600px) {
  .location-map{
    height: 20rem;
  }
}

/*-------------------------------

エラーメッセージ

-------------------------------*/
/* 上部エラーメッセージ */
.top-error{
  text-align: center;
  background: #ffc8d7;
  border: 2px solid red;
  top: -10px;
  bottom: 20px;
}
.top-error p{
  color: red;
  font-size: 110%;
  font-weight: 500;
  margin: 20px 0;
}
.each-error-wrapper{  
  width: 100%;
  padding: 5px 6px;
  margin: 7px 0;
  box-shadow: #ff90a3 0px 0px 4px 4px;
  border-radius: 5px;
}
.each-error-message{  
  color:red;
  margin: 2px 0 2px 10px;
  font-size: 93%;
  width: max-content;
}
.form-row .each-error-wrapper{ 
  margin: 7px 0 7px 15.7%;
}
.form-row .each-error-message{ 
  margin: 2px 0 2px 15.7%;
}
.date-error-message{ 
  margin-top: -15px;
}
@media screen and (min-width:768px) {
  .end-date-error-message{
    margin-top: -20px;
  }
}
/* button.btn-error{
  box-shadow: #ff5d79 0px 0px 11px 4px;
  border-color: #ff5370;
  background: #ff516f;
} */

/* CKエディタの高さ */
.ck-editor__editable_inline {
  min-height: 120px;
}

/* CKエディタのデフォルトフォント */
.ck.ck-editor__main{
  font-size: 1rem;
}

.font-1rem{
  font-size: 1rem;
}
.each-message{  
  margin: 2px 0 2px 10px;
  font-size: 93%;
  width: max-content;
}
.each-error-wrapper.each-error-wrapper-file-padding {
  padding: 8px 6px 12px;
}
/*-------------------------------

一覧（幅定義）
lxx　　xx:全角文字数
-------------------------------*/
.th-width-l01{
  width: 16px;
}
.th-width-l02{
  width: 24px;
}
.th-width-l03{
  width: 32px;
}
.th-width-l04{
  width: 40px;
}
.th-width-l05{
  width: 48px;
}
.th-width-l06{
  width: 56px;
}
.th-width-l07{
  width: 64px;
}
.th-width-l08{
  width: 72px;
}
.th-width-l09{
  width: 80px;
}
.th-width-l10{
  width: 88px;
}
.th-width-l11{
  width: 96px;
}
.th-width-l12{
  width: 104px;
}
.th-width-l13{
  width: 112px;
}
.th-width-l14{
  width: 120px;
}
.th-width-l15{
  width: 128px;
}
.th-width-l16{
  width: 136px;
}
.th-width-l17{
  width: 144px;
}
.th-width-l18{
  width: 152px;
}
.th-width-l19{
  width: 160px;
}
.th-width-l20{
  width: 168px;
}

/*-------------------------------

一覧（◯◯を利用して作成）
-------------------------------*/
.item-margin-l{
  margin-left: 0.75rem !important;
}

/*-------------------------------

一覧（セルの枠線を非表示）　2022.02.09 追加　中島
-------------------------------*/
.hide-border-right{
  border-right-style : none !important;
}
/*-------------------------------

施設

-------------------------------*/
/* .facility-table tbody{
  display: table;
  width: 100%;
}
.facility-table{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.facility-table::-webkit-scrollbar{
  display: none;;
}
.facility-head tbody{  
  border-bottom: 2px solid #726e65;
} */
.facility-img img{
  width:7rem; 
}
/* .facility-choice-margin{
  margin: -7px 0px;
} */

/*-------------------------------

プレースホルダー

-------------------------------*/
::placeholder {
  color: #b8b8b8 !important;
}
/* IE */
:-ms-input-placeholder {
  color: #b8b8b8 !important;
}
/* Edge */
::-ms-input-placeholder {
  color: #b8b8b8 !important;
}
@media (max-width: 942px) {
  ::placeholder {
    font-size: 0.75rem;
    position: absolute;
    top: 0.25rem;
  }
  /* IE */
  :-ms-input-placeholder {
    font-size: 0.75rem;
    position: absolute;
    top: 0.25rem;
  }
  /* Edge */
  ::-ms-input-placeholder {
    font-size: 0.75rem;
    position: absolute;
    top: 0.25rem;
  }
}
@media (max-width: 767px) {
  ::placeholder {
    font-size: 0.78rem;
    position: absolute;
    top: 0.31rem;
  }
  /* IE */
  :-ms-input-placeholder {
    font-size: 0.78rem;
    position: absolute;
    top: 0.31rem;
  }
  /* Edge */
  ::-ms-input-placeholder {
    font-size: 0.78rem;
    position: absolute;
    top: 0.31rem;
  }
}

/*-------------------------------

施設選択モーダル

-------------------------------*/

#facilityChoiceModal div .modal-content{
  width: 130%;
}
@media (max-width: 1200px) {
  #facilityChoiceModal div .modal-content{
    width: 115%;
  }
}
@media (max-width: 991px) {
  #facilityChoiceModal div .modal-content{
    width: 145%;
  }
}
@media (max-width: 767px) {
  #facilityChoiceModal div .modal-content{
    width: 114%;
  }
}
@media (max-width: 575px) {
  #facilityChoiceModal div .modal-content{
    width: 100%;
  }
}

/* 施設クリア */
.btn-clear{
  display: inline-block;
  background-color: rgb(210 210 210);
  font-size: 0.7rem;
  padding: 4px 11px;
  margin-top: 2px;
  margin-left: 10px;
  display: none;
}
.btn-clear:hover{
  background-color: rgb(191, 191, 191);
}
.btn-clear:focus, .btn-clear.focus {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}
.btn-clear:active {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.btn-clear:not(:disabled):not(.disabled):active:focus, .btn-clear:not(:disabled):not(.disabled).active:focus,
.show > .btn-clear.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}

.btn-clear:not(:disabled):not(.disabled):active:focus, .btn-clear:not(:disabled):not(.disabled).active:focus,
.show > .btn-clear.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}

/* はてなマーク */
.question-mark{
  margin-left: 12px;
}
.fill-question-path{
  color: #e95464;
  fill: #e95464;
}
.question-path{
  color: #fff;
  fill: #fff;
}
.question-flex{
  display: flex;  
  margin-bottom: -1px;
}

/* 施設基本情報 */
.top-img{
  display: flex;
  flex-direction: column;
}
.top-imglist{
  display: flex;
  flex-wrap: wrap;
}
.top-imglist img{
  width: 12rem;
}

/*-------------------------------

IE抑制画面

-------------------------------*/
.ie-back{
  background-color: #F8F7F6;
  padding: 5.5% 1.0rem 2.0rem 1.0rem;
}
.ie-font{
  color: #333333;
  font-size: 1.2rem;
}
.ie-img div img{
  margin: 0.8rem;
  height: 75px;
  width: 75px;
}
.browser-arrow {
  position:relative;
  height:30px;
  width:28px;
  background-color:#A6A6A6;
  transform:rotate(90deg);
}
.browser-arrow::before {
  position:absolute;
  content:"";
  border:solid 25px transparent;
  border-left:solid 28px #A6A6A6;
  top:-10px;
  left:28px;
}

/*-------------------------------

入力フォーム

-------------------------------*/
#sortable table {
  table-layout: auto;
}
.table-input-form-left{
  width: auto;
  text-align: center;
  background-color: #5f5b54;
  padding: 0 !important;
  color: #fff;
  font-size: 1.7rem;
  cursor: default;
}
.table-input-form-left:not(.sortable_no .table-input-form-left):hover{
  cursor: move;
}
.table-input-form-frame{
  outline: auto #ffafbc;
}
.table-input-form-placeholder{
  border-top: 4px dashed #726e65;
  display: block;
  width: 100%;
  margin-bottom: 1.0rem;
}
.ui-selected tbody{
  outline: auto #726e65 !important;
}
.ui-selectee tbody{
  outline: none;
}

/*-------------------------------

一斉送信メール

-------------------------------*/
/* 施設選択 */
.broadcast-facility-choice-wrapper{
  max-height: 450px;
  padding-bottom: 10px;
}
.not-exist-level2{
  margin-left: 30px;
}

/* 施設選択トグル */
.toggle_contents {
  margin-bottom: 0;
}
.toggle_title {
	position: relative;
  font-weight: normal;
  padding-right: 0.6rem;
}
.toggle_contents,
.toggle_title{
	padding-left: 0.8rem;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #249ddf;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
  cursor: pointer;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 8px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 8px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	padding-left: 0.45rem;
}
.broadcast-facility-left{
  padding-left: 1.4rem;
}
.toggle_contents div.selected .toggle_btn:before {
	content: normal;
}
.level1-toggle{
  background-color: #00998c;
  right: -1px;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.4);
}
#loading .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading .spinner {
    width: 90px;
    height: 90px;
    border: 5px #ddd solid;
    border-top: 5px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
#loading.hide{
    display: none;
}
.browsing{
    margin-right:-35px;
}

/*-------------------------------

施設基本情報設定　個人情報取得設定　改ページ

-------------------------------*/
table.newpage-table,
table.newpage-table tbody,
table.newpage-table td,
table.newpage-table tr {
  background: #fff !important;
  border: none !important;
}
table.newpage-table.ui-selected tbody {
  outline: none !important;
}
table.newpage-table.ui-selected .div-newpage-separate {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.div-newpage-separate{
  width: 40%;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  min-width: 170px;
}
.div-newpage-separate::before,
.div-newpage-separate::after{
  content: '';
  display: flex;
  position: absolute;
  border: 4px;
  border-style: dotted none none none;
  color: #343a40;
  top: 45%;
  width: 25%;
}
.div-newpage-separate::before{
  left: 2%;
}
.div-newpage-separate::after{
  right: 2%;
}
.col-newpage-separate{
  display: table;
  margin-left: 3.5rem;
}
@media (max-width: 992px) {
  .div-newpage-separate{
    padding-left: 5px;
    padding-right: 5px;
  }
  .div-newpage-separate::before,
  .div-newpage-separate::after{
    width: 26%;
  }
}
@media (max-width: 575px) {
  .div-newpage-separate{
    width: 50%;
  }
  .div-newpage-separate::before,
  .div-newpage-separate::after{
    width: 17%;
  }
}
@media (max-width: 425px) {
  .div-newpage-separate::before,
  .div-newpage-separate::after{
    width: 12%;
  }
}

/*-------------------------------

eラーニング　テキスト登録

-------------------------------*/
/*コンテンツの 画像 */
#e-learning_contentsText .col-image img,
table.contents-text-confirm img {
  max-width: 70%;
  max-height: 70%;
}

/*-------------------------------

eラーニング　テスト進捗

-------------------------------*/
/* 結果の○× */
.test_result_correct {
  color: #ec0000;
  font-weight: bold;
  font-size: 1.0rem;
}
.test_result_wrong {
  color: #004ea2;
  font-weight: bold;
  font-size: 1.2rem;
}

/*-------------------------------

eラーニング 動画登録
（jquery-uiのサジェスト）

-------------------------------*/
/* autocompleteで出てきてしまうヘルパーメッセージを非表示 */
.video-select.ui-helper-hidden-accessible{
  display:none;
}

/* リスト hover 時のカラー */
.video-select .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* 各リスト項目の・を消す */
.video-select.ui-menu {
  list-style: none;
  padding-left: 0;
}

/* 各リスト項目のパディング設定 */
.video-select.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* リスト全体の背景 */
.video-select.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #ffffff;
  color: #333333;
  z-index: 99;
  width: fit-content;
}

/*-------------------------------

eラーニング　テスト登録

-------------------------------*/
#test-confirm-table{
  min-width:550px;
}

.terms-box{
  overflow-y: scroll;
  max-height: 200px;
  border: 1px solid #333333;
  background-color: white;
}
/*-------------------------------

アルバム

-------------------------------*/
/* 画像停止 */
.album-thumbnail-wrap-stopped {
  background-color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.album-thumbnail-img-stopped {
  display: unset;
  opacity: 0.3;
}
.img-stop-text-stopped {
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  transform: translate(-50%,-50%);
}
.img-stop-text {
  display: none;
}

/* 写真・動画販売用 */
.sale-wrapper {
  height: auto;
  min-height: 200px;
  max-height: 600px;
  overflow: auto;
  background-color: #fff;
  padding: 0.5rem 1.5rem 0.5rem 0;
  margin: 0.4rem 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sale-wrapper {
    max-height: 500px;
  }
}
.sale-wrapper img {
  width: 10rem;
}
@media (max-width: 1772px) {
  .sale-wrapper img {
    width: 8.5rem;
  }
}
@media (max-width: 1541px) {
  .sale-wrapper img {
    width: 8.0rem;
  }
}
@media (max-width: 991px) {
  .sale-wrapper img {
    width: 6.5rem;
  }
}
#imageSaleForm .dummy-text{
  margin: auto;
}
.sale-wrapper-confirm{
  background-color: inherit;  /* 背景色を親要素にそろえる */
  max-height: 300px !important;  
}
@media (max-width: 767px) {
  .sale-wrapper-confirm {
    max-height: 220px !important;  
  }
}
#formImageDisplay table,
#formVideoDisplay table {
  height: -webkit-fill-available;
  width: auto;
}

/* 画像周りの調整 */
.sale-wrapper :where(.tr_close-area,.tr_id-area,.tr_img-area, .tr_stop-area) {
  background-color: #fff !important;
}
.sale-wrapper :where(.tr_close-area td) {
  padding: 0 !important;
}
.sale-wrapper :where(.tr_id-area td,.tr_img-area td, .tr_stop-area td) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sale-wrapper .tr_close-area .nothing-area {
  color: #fff !important;
  opacity: 0 !important; 
  font-size:1.5rem !important;
}
.sale-wrapper .tr_id-area {
  height: 1.0rem !important;
}
.sale-wrapper .tr_img-area td {
  position: relative !important;
  padding: 2px 0;
}
.sale-wrapper .tr_stop-area {
  height: 1.5rem !important;
}

#dispGroupParent{
  max-height:200px;
  overflow: auto;
}

.groupSetting{
  max-height:200px;
  overflow: auto;
}

/*-------------------------------

顔検索

-------------------------------*/
.face-search-possibility {
  width: 100%;
  text-align: center;
  margin: 1px 0 0 0;
  padding: 2px 6px;
  font-size: 0.8em;
  border: 1px solid;
  border-color: #ababab;
  color: #8f8f8f;
  letter-spacing: 0.075em;
  white-space: nowrap
}
.face-search-possible{
  border-color: #00a497;
  color: #00a497;
}

/* イベント登録画面　文字左寄せのツールチップ */
#event-registration .tooltip-inner {
  text-align: left;
  max-width: 400px;
}