@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;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 25px 23px 16px;
	color: #fff;
	font-weight: normal;
	font-size: 2.52rem;
	background-color: #1DAA39;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
}


@media all and (max-width: 767px) {
	.headLine01 {
		font-size: 1.267rem;
		padding: 13px 14px 9px;
 	}
}

