#flashMessage {
	color: #c13615;
	background-color: #f7ebe8;
	border-radius: 9999px;
	font-weight: 700;
	padding: 15px 40px;
	margin-bottom: 10px;
}

.app-header-left img {
	max-width: 200px;
	max-height: 48px;
}

.app-footer img {
	max-width: 100px;
	max-height: 24px;
}

.app-sticky-navi-item.search,
.app-sticky-navi-item.bookmark,
.app-sticky-navi-item.login {
	color: #242424;
}

.icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cosume-date {
	font-weight: bold;
	color: #BF1E33;
	padding: 4px 8px;
	border: 2px solid #BF1E33;
}

.app-complete-text .breakdown {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.app-complete-text .breakdown b {
	white-space: nowrap;
}

.app-signup-dialog .signup .catch {
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 9999px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	margin-bottom: 20px;
	position: relative;
	padding: 6px;
}

.app-signup-dialog .signup .catch svg {
	margin-right: 10px;
}

.app-signup-dialog .signup .catch .num {
	font-size: 22px;
	margin-left: 0.25em;
}

.app-signup-dialog .signup .catch .unit {
	font-size: 14px;
}

.app-login-dialog .contents {
	height: initial;
}

.app-login-dialog .signup .catch {
	flex-wrap: wrap;
	line-height: 1.5;
	padding: 6px;
	min-width: initial;
	height: initial;
}

.app-new .more svg {
	margin: 7px;
}

.button-1 {
	padding: 10px;
}

select {
	color: #242424;
}

@supports (-webkit-touch-callout: none) {
	.app-search-dialog .contents {
		height: -webkit-fill-available;
	}
}

.app-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.app-dialog {
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.app-dialog.show {
	visibility: visible;
	opacity: 1;
}

.overlay {
	z-index: 2;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.overlay.show {
	visibility: visible;
	opacity: 1;
}
