*********/

/*
**** メニューバー関連
*/

.wrapper {
	padding-top: 70px !important;
}


@media (max-width: 991px){
	
	.wrapper {
		padding-top: 75px !important;
	}
	
}


/*---------------------
  ロゴの定義
*/

/* ここにSP向けのCSS指定 */
@media screen and (max-width:767.98px) {
	.topbar .topbar-left {
		height: auto;
	}
}
/* ここにPC向けのCSS指定 */
@media screen and (min-width:768px) {
	.topbar .topbar-left {
		height: auto;
	}
	.button-menu-mobile {
		display: none !important;
	}
	/* ロゴ画像のサムネイル*/
	#logo {
		width: 250px;
		height: 250px;
	}
	.img_550-250 {
		width: 300px;
		height: 200px;
	}
}

/*---------------------
  メニュー関連の定義
*/
.sidemenu-logo {
	background-color: #e9e9e9;
}

.sidemenu-logo-sm {
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e9e9e9;
}

#sidebar-menu .menu-title {
	color: #3D8BC8 !important;
	font-size: 1rem;
	font-weight: bold;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.side-menu {
	background-color: #e9e9e9 !important;
	font-weight: bold;
}

#sidebar-menu>ul>li>a {
	color: #333 !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#sidebar-menu .submenu>li>a {
	color: #333 !important;
}

#sidebar-menu li a:hover {
	background-color: #F5C700;
	color: #fff !important;
}

#sidebar-menu .submenu li a:hover {
	background-color: #F5C700;
	color: #fff !important;
}

#sidebar-menu .submenu li.mm-active>a {
	background-color: #F5C700;
	color: #fff !important;
}

#sidebar-menu>ul>li>a.mm-active {
	background-color: #F5C700;
	color: #fff !important;
}

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

/* サムネイルの定義*/
#logo {
	width: 350px;
	height: 350px;
}

.logo {
	width: 250px;
	height: 250px;
}

.img_550-250 {
	width: 550px;
	height: 250px;
}

#staff-img {
	width: 250px;
	height: 250px;
}

.thumb {
	width: 200px;
	height: 125px;
}

.input-renge-space {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0, 5rem;
}

/* Radioボックスの定義 */
.input-radio {
	font-size: 2rem;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0.1rem;
}

.input-radio-label {
	font-size: 1rem;
	margin-top: auto;
	margin-bottom: auto;
}

/* Googleマテリアルアイコンの調整*/
.material-symbols-outlined {
	display: inline-flex;
	vertical-align: middle;
	margin-right: 0.5rem;
}

/*
body {
	overflow-y: scroll;
}
*/

/* モーダルCSS */
.modal {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	position: absolute;
	width: 100%;
}

.modal-content-fixed {
	background: #fff;
	left: 50%;
	height: auto;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 45%;
	border-radius: 5px;
}

.modal-content-relative {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

/* */
table th {
	background-color: #239DD7;
	/*
	background-color: #3D8BC8;
	*/
	color: #fff;
}

/* ページコンテンツの上下の調整 */
.mb-10 {
	margin-bottom: 6rem;
}

.contentsModal {
	overflow-y: scroll;
	width: 70%;
	height: 85%;
}

.documentTab {
	padding-bottom: 1rem !important;
	margin-bottom: 1rem !important;
}

.zoneTab {
	background-color: #f9f9f9 !important;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.drop-area img{
	cursor: pointer;
	border: 2px dashed rgba(0, 0, 0, 0.3);
}

/* すべて選択をホバー時 */
#check-all:hover , #check-box:hover{
  cursor:pointer !important;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
	.modal-content-relative {
		width: 50%;
	}
 }
 
@media all and (min-width: 768px) and (max-width: 1024px) { 
	.modal-content-relative {
		width: 60%;
	}
}
 
@media all and (min-width: 480px) and (max-width: 768px) { 
	.modal-content-relative {
		width: 90%;
	}
}
 
@media all and (max-width: 480px) { 
	.modal-content-relative {
		width: 90%;
	}
}