@charset "utf-8";

/* contents
----------------------------------------------------------- */
body {
	position: relative;
}
.yakan {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 50%;
	transform: translateX(-210px);
	width: 500px;
	display: flex;
	border: 3px solid red;
	> .title {
		padding: 0.5em;
		background-color: red;
		color: white;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		line-height: 1.5em;
		white-space: nowrap;
	}
	> .text {
		padding: 0.5em;
		font-size: 14px;
		line-height: 1.5em:
		text-align: center;
	}
	h3, h4 {
		background: none !important;
	}
	h3 {
		margin: 0;
		padding: 0;
		color: red;
		font-weight: bold;
		font-size: 0.95em;
	}
	strong {
		padding: 0 0.5em;
		font-size: 1.4em;
		font-weight: 800;
	}
	p {
		margin: 0.5em 0 0 0;
		font-size: 0.8em;
	}
}
