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

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	width: 950px;
	margin: 0 auto;
}

.leadBox {
	margin: 0 82px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

.headLine01 .jp {
	margin-left: -1px;
	display: block;
}

.headLine01 .en {
	padding: 0 24px 9px 0;
	display: inline-block;
	color: #40a9df;
	font-size: 13px;
	vertical-align: top;
	background: url(../../img/common/line02.png) no-repeat right bottom;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	width: 280px;
	margin: 0 auto;
	padding: 15px 5px 17px;
	display: block;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #40A9DF;
}

.comLink a:hover {
	opacity: 0.7;
}


/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	.content {
		width: auto;
		padding: 0 15px;
	}
	
	.leadBox {
		margin: 0;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.headLine01 .jp {
		margin-left: 0;
	}
	
	.headLine01 .en {
		padding: 0 10px 8px 0 !important;
		font-size: 12px;
		background: url(../../img/common/line02.png) no-repeat right bottom;
		background-size: auto 4px;
	}
	
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	.comLink a {
		width: 260px;
		padding: 10px 5px;
		font-size: 13px;
	}
	
	
	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		right: 10px;
		bottom: 10px;
	}
	
	.pageTop img {
		width: 25px;
	}
}