@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
#main .comBtn a {
	width: 600px;
	margin: 0 auto;
	padding: 14px 62px 14px 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	/*font-family: 'Hiragino Kaku Gothic ProN'; */
	font-family: "I-OTF-UDゴ表示Pro B";
	background: #EA5404 url(../../img/common/icon01.png) no-repeat right 35px center;
	border-radius: 60px;
	box-sizing: border-box;
}

#main .comBtn a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main .comBtn a {
		width: 77%;
		text-align: left;
		padding: 9px 20px 9px 16px;
		font-size: 2.4rem;
		background-position: right 8px center;
		background-size: 9px 12px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .comBtn a {
		padding: 17px 62px 11px 5px;
	}
}