@charset "utf-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}


#flashMessage {
	position: fixed;
	line-height: 32px;
	font-size: 16px;
	z-index: 9999;
	/* border: solid 1px #ccc; */
	color: white;
	/* width: 100%;
	max-width: 380px; */
	text-align: center;
	margin: auto;
	cursor: pointer;
	word-wrap: break-word;
	white-space: pre-wrap;

	margin-left: 0;
	top: 0;
	min-height: 35px;
	height: auto;
	width: 100%;
	min-width: 100%;
	left: 0;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

/* 保存の際のflashメッセージ */
.success {
	background: #25ff80 !important;
	text-decoration: none !important;
	-webkit-transition: background 1.2s;
	-moz-transition: background 1.2s;
	-ms-transition: background 1.2s;
	-o-transition: background 1.2s;
	transition: background 1.2s;
}


.error {
	background: #BA3234 !important;
	text-decoration: none !important;
	-webkit-transition: background 1.2s;
	-moz-transition: background 1.2s;
	-ms-transition: background 1.2s;
	-o-transition: background 1.2s;
	transition: background 1.2s;
}


.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body {
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #333;
	min-width: 1000px;
}

.no-scroll {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.btn_in_modal button {
	width: 120px;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.display-inline {
	display: inline;
}

.display-none {
	display: none;
}

.display_block {
	display: block !important;
}

.m-t-mini {
	margin-top: 10px;
}

.m-b-mini {
	margin-bottom: 10px;
}

.m-t-small {
	margin-top: 15px !important;
}

.m-b-small {
	margin-bottom: 15px !important;
}

.color-white {
	color: white !important;
}

.color-black {
	color: black !important;
}

.bg-white {
	background: white !important;
}

.bg-black {
	background: black !important;
}

.cursor-pointer {
	cursor: pointer;
}




#main_contents {
	opacity: 0;
	transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 100;
}

.pagetop a {
	display: block;
	background-color: #ff0000;
	text-align: center;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#content {
	/* background: #fcfcfc; */
}

.ngBindHtml {
	word-wrap: break-word;
	white-space: pre-wrap;
}

a {
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
}

a:not(.btn),
a:not(.btn):hover,
a:not(.btn):visited,
a:not(.btn):link,
a:not(.btn):active {
	color: inherit;
}

.wrapper {
	background: #fff;
	padding-bottom: 0;
}

.wrapper {
	box-sizing: border-box;
	padding-top: 29px;
	padding-left: 170px;
}

.header_inner {
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 0;
	z-index: 5001;
	position: fixed;
	top: 0;
	right: 1px;
	box-shadow: 2px 1.5px 3px rgba(0, 0, 0, 0.3);
}

.header_inner .wrapGlobalSearch {
	/* background: #2b2b2b; */
	background: #000000;
	display: block;
	padding: 8px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.wrapGlobalSearch input {
	width: -webkit-calc(100% - 147px);
	width: calc(100% - 147px);
}

.wrapGlobalSearch .btn-search {
	width: 100px;
}

.sidebar_inner {
	width: 170px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 0 20px 0;
	/* border-right: solid 1px #a9a9a9; */
	box-shadow: 0px 2px 10px rgba(62, 62, 62, 0.5);
	z-index: 5000;
	background: #930000;
	/* background: linear-gradient(-45deg, #ff2d2d,5%, #930000); */
	background: linear-gradient(-45deg, #d62323, 5%, #901515);
	background: linear-gradient(-45deg, #b82424, 5%, #900000);
}

.sidebar_menu {
	width: 100%;
}

.sidebar_menu li {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}



.sidebar_menu li a {
	display: block;
	padding: 10px 0 10px 25px;
	/* 文字選択を不可能に */
	-ms-user-select: none;
	/* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* select2選択肢部分のz-indexを修正 */
.select2-container--open {
	z-index: 9500;
}

/* select2選択肢部分の、選択済み項目をリスト内で非表示に */
.select2-results__option[aria-selected=true] {
	display: none;
}

/* select2レスポンシブ化 */
.select2-container {
	width: 100% !important;
}

.search_closeButton {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	width: 60px;
	height: 30px;
	line-height: 15px;
}

/*タグ関係　ここから*/

.row_tagBlue {
	background: #2a5e8b;
}

.row_tagGreen {
	background: #00b247;
}

.row_tagRed {
	background: #a32525;
}

.row_tagOrange {
	background: #ef924e;
}

.row_tagLightGreen {
	background: #3bb914;
}

.row_tagLightBlue {
	background: #1d9dab;
}

.row_tagMidori {
	background: #259f3d;
}

.row_tagBlack {
	background: #535353;
}

/*タグ関係　ここまで*/


.grayBack {
	display: none;
}

.modal {
	z-index: 5001;
}

.wraploader {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.06);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	display: none;
}

.loader {
	margin: 0 auto 0 auto;
	top: 35%;
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

@keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

.sidebar_menu .active {
	color: #971616;
	background: #f5f5f5;
	font-weight: 550;
}

.sidebar_menu .no-hover {
	padding: 10px 15px 5px 10px;
	text-align: left;
}

.fontsize16px{
	font-size:16px !important;
}

@media screen and (min-width: 680px) and (orientation: portrait),
screen and (min-width: 737px) and (orientation: landscape) {

	.sidebar_menu li:hover {
		color: #971616;
		background: #f5f5f5;
		font-weight: 550;
	}

	.sidebar_menu .no-hover:hover {
		color: #fff;
		background: none;
	}


	.sidebar_menu li a:hover {
		text-decoration: none;
		opacity: 1;
	}
}



.wrapGlobalSearch a,
.wrapGlobalSearch button {
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}


.loadingIcon {
    color: #d4d4d4;
    font-size: 10px;
    margin: 100px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0)scale(0.8);
    -ms-transform: translateZ(0)scale(0.8);
    transform: translateZ(0)scale(0.8);
    display: block;
  }
  @-webkit-keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
  @keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }



.sp-block,
.sp-inline,
.sp-inline-block {
	display: none !important;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
	.sp-block {
		display: block !important;
	}

	.sp-inline {
		display: inline !important;
	}

	.sp-inline-block {
		display: inline-block !important;
	}

	.sp-none {
		display: none !important;
	}

	body {
		min-width: 0;
		width: 100%;
	}

	.header_inner {
		background: #000000;
	}

	.wrapper {
		padding-left: 0;
	}


	.grayBack {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5000;
		background: rgba(0, 0, 0, 0.6);
	}

	.sidebar_inner {
		z-index: 5001;
		width: 80%;
		height: 100vh;
		position: fixed;
		top: 0;
		padding: 50px 0 0 0;
		left: -80%;
		-webkit-transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
		-o-transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
		transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
	}

	.sidebar_inner_active {
		left: 0% !important;
	}

	.spPageTitle {
		color: white;
		display: inline-block;
		position: relative;
		top: 6px;
		font-weight: bold;
		letter-spacing: 0.05em;
		left: 12px;
		max-width: -webkit-calc(100% - 120px);
		max-width: calc(100% - 120px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.header_inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
		top: 0;
		right: 0;
		z-index: 5002;
	}

	.wrapGlobalSearch {
		overflow: hidden;
		display: block;
		position: relative;
		text-align: center;
	}

	.wrapGlobalSearch .btn-search {
		width: auto;
		float: right;
	}

	.wrapGlobalSearch .btn {
		width: 40px;
		outline: none;
		background: #fff !important;
	}

	.wrapGlobalSearch input {
		width: -webkit-calc(100% - 48px);
		width: calc(100% - 48px);
	}

	.wrapGlobalSearch .btn-menu {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50px;
		border-radius: 0;
		height: 50px;
		padding: 6px;
		background: #f5f5f5 !important;
		border: none;
		color: #101c3e;
		font-size: 22px;
		line-height: 1.2;
	}

	.header_inner .wrapGlobalSearch {
		padding: 8px 10px;
		background: #264084 !important;
	}

	.wrapGlobalSearchPc {
		border-bottom: solid 1px #fff;
	}

	.wrapGlobalSearchPc {
		border-bottom: solid 1px #fff;
		position: fixed;
		top: -60px;
		left: 0;
		width: 100%;
		height: 0px;
		-webkit-transition: all 200ms cubic-bezier(0.320, 0.625, 0.580, 1.000);
		-moz-transition: all 200ms cubic-bezier(0.320, 0.625, 0.580, 1.000);
		-ms-transition: all 200ms cubic-bezier(0.320, 0.625, 0.580, 1.000);
		-o-transition: all 200ms cubic-bezier(0.320, 0.625, 0.580, 1.000);
		transition: all 200ms cubic-bezier(0.320, 0.625, 0.580, 1.000);
	}

	.wrapGlobalSearchPcActive {
		position: relative;
		top: 0;
		left: 0;
		height: 51px;
	}

	.header_inner .wrapGlobalSearchPc {
		background: #101c3e !important;
	}

	.wrapGlobalSearchSp .fa-angle-double-up {
		display: none;
	}

	.wrapGlobalSearchSp--ShowUp .fa-search {
		display: none;
	}

	.wrapGlobalSearchSp--ShowUp .fa-angle-double-up {
		display: inline-block !important;
		font-size: 19px;
	}

	.sidebar_menu li img {
		width: 150px;
		height: auto;
	}

	a:hover,
	button:hover {
		-moz-opacity: 1;
		opacity: 1;
	}
}



@media screen and (min-width: 680px),
screen and (min-width: 737px) {
	::-webkit-scrollbar {
		width: 12px;
		height: 15px;
	}

	::-webkit-scrollbar-track {
		border-radius: 0;
		box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
	}

	::-webkit-scrollbar-thumb {
		/* background-color: rgb(157, 24, 24); */
		background-color: rgb(0, 0, 0);
		border-radius: 2px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
	}

}
