.header-top-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.left-align-1 {
	margin-left: -34px;
}

.header-navi {
	padding: 10px 18px;
	position: fixed;
	width: 100%;
	opacity: 1.0;
	z-index: 100;
	top: 0px;
}

.navi-line {
	//border-bottom: 1px solid #f9f9f9;
	//background-color: #f9f9f9;
	//opacity: 0.4;
}

.content {
	//
	margin-top: 78px; //
	height: calc(100vh - 133px);
	overflow-y: auto;
	border-radius: 15pt;
}

.search-title {
	font-size: 30px;
	font-weight: 700;
}

.search-icon {
	width: 24px;
	height: 24px;
}

a img:hover {
	opacity: 0.5;
	transition: 0.1s;
}

a:hover {
	color: #fff;
	color: #f9f9f9;
	opacity: 0.5;
	transition: 0.1s;
	text-decoration: none
}

a {
	color: #212529;
}

.a-color {
	color: #212529!important;
}

p {
	margin: 0px;
}

button:hover {
	opacity: 0.5;
	transition: 0.1s;
}

.footer-menu {
	stroke-width: 1px;
	stroke: #E7E7E4;
	filter: blur(0px);
	border: 1px solid #f9f9f9;
	background: #f9f9f9;
	margin: 0px 10px;
	border-radius: 50px;
	padding: 4px 14px 4px 4px;
	bottom: 3px;
	bottom: 0px;
	position: fixed;
	width: calc(100% - 20px);
}

.footer-menu .notice {
	color: #F30B0B;
	font-size: 12px;
	right: 2px;
	top:-4px;
}

::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	border-radius: 25px;
}

.footer-menu-item {
	text-align: center;
}

.footer-menu-item img {
	height: 38px;
}

.backlay {
	position: relative;
}

.overlay {
	position: absolute;
}

.avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.main {
	margin-top: 75px;
	margin-bottom: 100px;
}

.page-column {
	margin-top: 75px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.content-container {
	margin-top: 50px;
	margin-bottom: 70px;
}

.left-align-title {
	margin-right: 34px;
}

.global-explain {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border-radius: 2px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.borderActive {
	border: 2px solid #856404 !important;
}

.alarm {
	color: orangered;
	font-size: 12px;
}


.fullscreen {
	padding-left: 0px;
	padding-right: 0px;
}

.underline {
	text-decoration: underline;
	color: #000;
}

.suguai-logo {
	height: 40px;
	width: 113px
}

img {
	object-fit: cover;
	object-position: top center;
}

.word-break {
	word-break: break-all!important;
}

.suguai-explain {
	background-color: #f5f5f5;
	padding: 30px 10px;
	border-radius: 10px;
}

.paint {
	background: linear-gradient(to top, #FFF, #FFC778, transparent 62%);
}

.sub-footer-fix-navi {
	width: 100%;
	bottom: 77px;
	position: fixed;
	text-align: center;
}