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

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

p {
	font-size: 1.4em;
	margin-bottom: 7px;
}
/* fixArea */
.fixArea {
	padding: 15px 0 18px;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(26,105,168,.86);
}
.fixArea .ttl {
	margin-bottom: 15px;
	padding: 0 !important;
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.fixArea .webLink {
	margin: 0 !important;
    padding: 0 !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fixArea li {
	margin: 0 15px;
	width: 226px;
}
.fixArea li a {
	padding: 11px 0 !important;
	display: block !important;
	line-height: 0;
	border: 2px solid #1A69A8;
	border-radius: 2px;
	background: #fff;
}
.fixArea li a img {
	margin: 0 auto;
	width: 165px !important;
	vertical-align: top;
}
.fixArea li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixArea {
		padding: 10px 0 13px;
	}	
	.fixArea .ttl {
		margin-bottom: 10px;
		font-size: min(12px,3.2vw);
	}
	.fixArea li {
		margin: 0 10px;
		width: 145px;
	}
	.fixArea li a {
		padding: 8px 0 !important;
		border-width: 1px;
		display: block;
		text-align: center;
		background-color: #FFF;
	}	
	.fixArea li a img {
		width: 114px !important;
	}
	.fixArea li a:hover {
		opacity: 1;
	}
}