@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////
	hteeHtmlEdit {}ml_style.css（静的ページ共通css）
//////////////////////////////////////////////////////////////////////////// */

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

/* ボタン配置 */
.top-btnset{
	display: flex;
	flex-wrap:wrap;
	text-align: center;
	padding:20px 80px 47px 80px;
}
.top-btnset li {
	width: calc(100%/3);/*←ボタンを横に3つ並べる*/
	padding:0 0px;/*←ボタンに余白を入れる*/
	box-sizing:border-box;
}
.top-btnset li img {
	max-width:100%; /*ボタン画像のはみだしを防ぐ*/
	height: auto; /*ボタン画像の縦横比を維持 */
	border-style: none;
}
.section1 {
	bottom: 0;
}