@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
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	max-width: 750px;
}

.headLine01 {
	padding-left: 5px;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.65;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.headLine01 span {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headLine01 img {
	margin-bottom: 42px;
	text-align: center;
}

.headLine02 span {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 16px;
	font-weight: bold;
}

.headLine02 img {
	margin-bottom: 34px;
}

.headLine03 {
	margin-bottom: 10px;
	padding: 0 0 4px 0;
	font-size: 36.5px;
	text-align: left;
	line-height: 1.3;
	letter-spacing: -2px;
	border-bottom: 1px dotted #6C7877;
}

.headLine03 span {
	margin: 0 0 4px 0;
	font-size: 15px;
	line-height: 1.0;
	letter-spacing: 1px;
}

@media all and (-ms-high-contrast:none){
	.headLine03 {
		padding-bottom: 0;
		line-height: 1.1;
		letter-spacing: -2.5px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		font-size: 19px;
	}
	
	.headLine01 img {
		margin-bottom: 22px;
		width: 80px;
	}
	
	.headLine01 span {
		margin-top: 6px;
		font-size: 7px;
	}
	
	#main .mainBox {
		width: auto;
	}
	
	.headLine03 {
		margin-bottom: 5px;
		padding-bottom: 2px;
	}
}

.comLink {
	margin: 0 auto;
	width: 255px;
}

.comLink a {
	padding: 8px 10px 6px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16.59px;
	font-weight: bold;
	letter-spacing: 2.5px;
	background-color: #F0B515;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.comLink a img {
	margin: 3px 7px 0 0;
}

.comLink a:hover {
	opacity: 0.7;
}

.comBox {
	padding: 35px 0 37px;
	background-color: #E8ECF1;
}

.comBox .lBox {
	padding: 5px 0 0 5px;
	float: left;
	width: 185px;
	text-align: center;
	box-sizing: border-box;
}

.comBox .h3Ttl {
	font-size: 26.3px;
	line-height: 1.3;
	letter-spacing: -1px;
}

.comBox .h3Ttl img {
	margin-bottom: 14px;
}

.comBox .rBox {
	padding-left: 30px;
	width: 560px;
	float: right;
	border-left: 1px dotted #CCC;
	box-sizing: border-box;
}

.comBox .rBox .scrollBox {
	height: 115px;
	overflow-y: scroll;
}

.comBox01 {
	padding-bottom: 15px;
}

.comBox01 .rBox {
	margin: -8px 0 0 0;
}

.comBox01 .rBox p {
	margin: -7px 15px 0 0;
	line-height: 1.95;
	letter-spacing: 2px;
}

.comBox01 .rBox p span {
	font-weight: bold;
}

.comBox .policyUl li {
	padding-left: 0.9em;
	text-indent: -0.9em;
	line-height: 1.92;
}

.pageTop {
	margin-top: 45px;
	text-align: center;
}

.pageTop a:hover {
	opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	.comLink a {
		padding: 10px 10px 5px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comLink {
		width: 127px;
	}
	
	.comLink a {
		padding: 3px 5px 3px;
		font-size: 8.5px;
	}
	
	.comLink a img {
		margin: 2px 4px 0 0;
		width: 11px;
	}
	
	.comBox {
		padding: 18px 0 16px;
	}
	
	.comBox .lBox {
		padding: 0 0 0 5px;
		width: 25%;
	}
	
	.comBox .h3Ttl {
		font-size: 13px;
	}
	
	.comBox .h3Ttl img {
		margin-bottom: 6px;
		width: 60px;
	}

	.comBox .lBox01 .h3Ttl {
		letter-spacing: 3px;
	}

	.comBox .lBox01 .h3Ttl img {
		margin-bottom: 0px;
		width: 42px;
	}
	
	.comBox .rBox {
		padding-left: 16px;
		width: 75%;
	}
	
	.comBox .rBox .scrollBox {
		height: 60px;
	}
	
	.comBox01 .rBox p {
		margin: 0 15px 0 0;
		line-height: 1.9;
	}
	
	.comBox01 {
		padding-bottom: 8px;
	}
	
	.pageTop {
		margin-top: 24px;
	}
	
	.pageTop img {
		width: 51px;
	}
}