body {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	transition: opacity 1s;
	color: #24231f;
	font-family: 'Kosugi Maru', sans-serif;
}

/* SafariはKosugi Maruがレイアウト崩れを起こすため使用しない */
_:lang(x)+_:-webkit-full-screen-document, body {
	font-family: 'Hiragino Maru Gothic Pro' !important;
}

.text-focused {
	color: #fd5f00 !important;
	font-weight: bold !important;
}

.text-normal {
	color: #24231f;
}

.button-icon {
	color: gray;
	font-size: 1.2rem;
}

.required {
}

.required:after {
	content: " *";
	color: #E00;
}

.rsep {
	border-right: 1px solid #ddd;
}

.bsep--strong {
	border-bottom: 1px solid #bbb;
}

.body-container {
	padding: 0rem 1rem 1rem;
	height: 100%;
	background-color: #f6f6e9;
}

.logo {
	max-width: 600px;
}

.breadcrumb {
	padding: 0.25rem 1rem !important;
	margin: 0 !important;
	background-color: #f6f6e9;
}

.module-container {
	background-color: #fff;
	padding: 0.5rem 0.5rem;
}

.module-title {
	font-size: 1.1rem;
	color: #888;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	padding-left: 0.5rem;
}

.empty-image-frame {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	color: #e0e0e0;
	border: #eeeeee solid 1.0rem;
	width: 8.0rem;
	height: 9.5rem;
	cursor: pointer;
}

.image-frame {
	max-width: 8.0rem;
	height: 9.5rem;
	position: relative;
}

.image-attached {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.popup-background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #000;
	opacity: 0.60;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

.popup-item {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 10001;
}

.note {
	font-size: 75%;
	color: #888888;
}

.help {
	font-size: 80%;
	color: #444444;
}

.avatar {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
}

.btn-disabled, .btn-disabled:hover {
	color: #ccc;
}

.scrollable, .scrollable-1 {
	overflow-y: scroll;
	overflow-x: hidden;
}

.scrollable-1 {
	height: 1px;
}

.form-label {
	font-weight: bold;
}

.clickable, .clickable-highlight {
	cursor: pointer;
}

.clickable-highlight:hover {
	text-decoration: underline;
}

.reorder-item {
	cursor: grab;
}

.noscroll {
	overflow-y: hidden;
}

.w-10 {
	width:10% !important;
}

.w-15 {
	width:15% !important;
}

.w-20 {
	width:20% !important;
}

.w-30 {
	width:30% !important;
}

.w-40 {
	width:40% !important;
}

.max-vh-50 {
	max-height: 50vh !important;
}

.max-vh-75 {
	max-height: 75vh !important;
}

.no-margin {
	margin: 0px;
}

.right-upper {
	position: absolute;
	top: 0px;
	left: 0px;
}

.absolute-max {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: inherit;
}

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

.notification-badge {
	position: relative;
	font-size: 50%;
	padding: 2px;
	margin: 0 0.15rem;
	border-radius: 50%;
	background-color: red;
	color: #fff;
	top:-8px;
}
