@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 52px;
	position: relative;
	min-height: 325px;
	background: url(../../img/common/main_visual.jpg) no-repeat left top;
	background-size: cover;
}

.mainVisual h2 {
	padding: 14px 0 10px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2px;
	text-align: center;
	font-size: 5em;
	background: url(../../img/common/h2_bg.png) repeat left top;
	text-shadow: 4px 5px 0 #101903;
}

/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
#main .comTitle {
	margin-bottom: 58px;
	font-weight: bold;
	font-size: 3.6em;
	line-height: 1.8;
}

#main .comTitle span {
	color: #FDD000;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 21px;
	padding: 8px 22px 5px;
	font-size: 3em;
	text-shadow: 2px 4px 0 #101903;
	background: url(../../img/business/h3_bg.png) no-repeat center center;
	background-size: cover;
}
