@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: 15px !important;
	font-weight: bold;
}
.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
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 28px;
	min-height: 200px;
	background: #DDEFFB url(../../img/index/h2_img_bg.jpg) no-repeat center center;
}

.mainVisual h2 {
	margin: auto;
	padding: 79px 0 0 62px;
	width: 833px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin: 0 4px 17px 0;
	padding: 0 0 8px 3px;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.15;
	border-bottom: 6px solid #305D9E;
}

#main .headLine02 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
    color: #2F5FA4;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin-bottom: 57px;
	background: url(../../img/common/icon01.gif) no-repeat 1px 6px;
}

#main .comLink a {
	padding-left: 20px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .tabBox .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .tabBox .comTable th,
#main .tabBox .comTable td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #999;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 16px;
		min-height: inherit !important;
		background-size: cover;
	}
	
	.mainVisual h2 {
		padding: 20px 20px;
		width: auto;
	}
	
	.mainVisual h2 img {
		height: 30px;
	}
	
	#conts .headLine01 {
		margin: 0 4px 17px 0;
		padding: 0 0 3px 3px;
		font-size: 20px;
		border-bottom: 3px solid #305D9E;
	}
	
	#conts .headLine02 {
		font-size: 14px;
		line-height: 1.5;
	}
	
	#conts .comLink {
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../img/common/icon01.gif);
	background-size: 7px 8px;
	height: 20px;
	clear: both;
	width: 500px;
	}
	
	#conts .comLink a {
		padding-left: 15px;
	}
	

}
