@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
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1000px;
}

.headLine01 {
	margin-bottom: 47px;
	color: #000e57;
	font-size: 38px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1.5px;
}

.headLine01 .en {
	margin-top: -10px;
	letter-spacing: 0.5px;
	display: block;
}

.headLine01 .en span {
	color: #929bca;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	display: inline-block;
	position: relative;
}

.headLine01 .en span:before,
.headLine01 .en span:after {
	width: 19px;
	height: 1px;
	position: absolute;
	top: 6px;
	left: -25px;
	background-color: #929bca;
	content: "";
}

.headLine01 .en span:after {
	left: auto;
	right: -25px;
}

.centerTxt {
	color: #fff;
	font-size: 15px;
	line-height: 1.95;
	text-align: center;
}

.comBtn a {
	margin: 0 auto;
	padding: 11px 8px 13px;
	width: 230px;
	color: #1e34a4;
	display: block;
	font-size: 15px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	border: 1px solid #1e34a4;
	box-sizing: border-box;
	background: url(../../images/common/icon02.png) no-repeat right 6px center;
}

.comBtn a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 29px;
		font-size: 23px;
	}
	
	.headLine01 .en span {
		font-size: 8px;
	}
	
	.headLine01 .en {
		margin-top: -7px
	}
	
	.headLine01 .en span:before {
		top: 4px;
		left: -17px;
	}
	
	.headLine01 .en span:after {
		top: 4px;
		right: -17px;
	}
	
	.headLine01 .en span:before,
	.headLine01 .en span:after {
		width: 13px;
	}
	
	.comBtn a {
		padding: 4px 8px 4px;
		width: auto;
		max-width: 400px;
		font-size: 13px;
		background-position: right 8px center;
		background-size: 6px auto;
	}
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
}

.page-top a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.page-top a:hover {
		opacity: 1;
	}
}