@charset "utf-8";


/* ////////////////////////////////////////////////////////////////////////////
	html_style.css（静的ページ共通css）
//////////////////////////////////////////////////////////////////////////// */

/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.cn-freeBlock {
	width: 850px;
}

.cn-freeBlock img {
	width: 100%;
}

.cn-freeBlock .relative {
	position: relative;
}

.cn-freeBlock .offer {
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	gap: 37px;
	position: relative;
}

.cn-freeBlock .offer a {
	display: inline-block;
}

.cn-freeBlock .offer p {
	width: 233px;
	position: absolute;
	top: 14px;
	left: 582px;
}
