@charset "UTF-8";

/* モーダルウィンドウ */
#mw+div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	z-index: 50;
}

#mw+div>.content_wrapper {
	background: #ffeaef;
	padding: 65px 20px;
	width: calc(100% - 40px);
}

#mw+div .heading.block_header_4 .h {
	color: var(--i_txt_color);
}