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

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#container h2 {
	margin-bottom: 14px;
	text-align: center;
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
#main .comUl li {
	margin-top: 1px;
	padding: 13px 13px 12px;
	font-size: 1.3em;
	zoom: 1;
	background: url(../../../jp/img/common/li_bg.gif) repeat-x left bottom;	
}

#main .comUl span {
	padding: 0 0 4px 10px;
	background: url(../../../jp/img/common/icon/icon04.gif) no-repeat left 6px;
	display: block;
	color: #0d419a;
}

#main .comUl a {
	margin: 0 2px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: none;
}

#main .comUl a:hover {
	text-decoration: underline;
}

#main .comUl .even {
	background: url(../../../jp/img/common/even_bg.gif) no-repeat left bottom;	
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto;
	width: 960px;
	clear: both;
	text-align: right;
	position: relative;
	z-index: 200;
}

.pageTop a {
	background-color: #FFF;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .mailForm {
	margin: 0 10px;	
}

#conts .comTable {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 27px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	text-align: left;
	vertical-align: top;
}

#conts .comTable th {
	padding: 10px 5px 10px 18px;
	font-size: 1.4em;
	background-color: #E4ECF1;
}

#conts .comTable td {
	padding: 13px 5px 10px 16px;
	font-size: 1.3em;
}

#conts .comTable .trBg th {
	height: 1px;
	padding:0;
	background: url(../../../jp/img/common/line01.gif) no-repeat left bottom;
}

#conts .comTable span {
	color: #FF0000;
	font-weight: normal;
}

#conts .comTable th .span01 {
	color: #333;
	font-weight: bold;
}

#conts .comTable th a {
	color: #1f59aa;
} 
/* #conts .comTable th a,#conts .comTable th .span01 {
	padding-left: 23px;
	display: inline-block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(../../img/common/icon/icon07.gif) no-repeat left 3px;
}
*/
#conts .mailForm .submit {
	display: flex;
	justify-content: center;
	text-align: center;
}

#conts .mailForm .submit li {
	margin: 0 10px;
}

#conts .mailForm .submit input {
	padding-top: 2px;
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #0c479d;
	box-sizing: border-box;
}

#conts .mailForm .submit input:hover {
	opacity: 0.7;
}

#conts .mainConts {
	padding: 22px 10px 0;
	zoom: 1;
	background: url(../../../jp/img/company/mainconts_bg.jpg) no-repeat left top;
}

/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#conts .h4Title {
	margin-bottom: 13px;
	padding-bottom: 3px;
	background: url(../../../jp/img/business/h4_bottom.jpg) no-repeat left bottom;
}

#conts .h4Title span,#conts .h4Title a {
	padding: 10px 24px 3px;
	display: block;
	font-size: 1.5em;
	background: url(../../../jp/img/business/h4_top.jpg) no-repeat left top;
}

/*------------------------------------------------------------
	h5
------------------------------------------------------------*/
#conts h5 {
	margin-bottom: 14px;
	padding: 0 0 4px 2px;
	background: url(../../../jp/img/common/h5_bg.gif) repeat-x left bottom;
}

#conts h5 span {
	padding-left: 22px;
	display: block;
	font-size: 1.5em;
	background: url(../../../jp/img/common/h5_span_bg.gif) no-repeat left 2px;
}