@charset "utf-8";


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

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

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

/* --------------------------------------------------------------------------------
	リンクボタン
-------------------------------------------------------------------------------- */
.cn-freeBlock .link_list {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.cn-freeBlock .link_item {
}
.cn-freeBlock .link_item a {
  display: inline-block;
}