@charset "utf-8";


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

/* ----------------------------------------------------------------------------
  共通
---------------------------------------------------------------------------- */
.cn-freeBlock {
	width: 850px;
	clear: both;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------
  未ログイン ボタン
---------------------------------------------------------------------------- */
.cn-freeBlock .rel {
	position: relative;
}
.cn-freeBlock .link_btn {
	display: flex;
	justify-content: center;
	gap: 38px;
	margin: auto;
	position: absolute;
	top: 172px;
	left: 0;
	right: 0;
}
.cn-freeBlock .link_item {
}