@charset "UTF-8";

.img_area {
	border: #07308c 1px solid;
	border-radius: 10px;
	width: auto;
	height: auto;
}

.img_area .-ttl {
	background: #07308c;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	width: 100%;
	height: 56px;
	color: #FFF;
	text-align: center;
	font-size: 1.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_area .-img{
	background: #07308c;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.img_area .-txt{
	background: #FFF;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	width: 100%;
	height: 80px;
	font-size: 0.85em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}

.layout-nottab_content .store_receipt {
	align-items: start;
}

.store_receipt .-img {
	background: #FFF;
	align-items: baseline;
	min-height: 200px;
	height: auto;
	max-height: 270px;
}

.store_receipt .-num {
	margin-right: 10px;
}

.store_receipt .-title {
	font-size: 2.3rem;
}

.store_receipt .-txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.writing {
	margin-top: 20px;
}

.notein_note{
	border: 1px solid #ff0000;
	border-radius: 10px;
	padding: 20px;
}

.notein_note .-title {
	font-weight: bold;
}