@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		-webkit-justify-content: space-between;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex.left {
	justify-content: flex-start;
		-webkit-justify-content: flex-start;
}
.flex.center {
	justify-content: center;
		-webkit-justify-content: center;
}
.flex.right {
	justify-content: right;
		-webkit-justify-content: right;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 16px;
	padding-top: 53px;
	min-height: 204px;
	background: url(../../img/common/page_title_bg01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.pageTitle h2 {
	color: #FFF;
	font-size: 3.8rem;
	line-height: 72px;
	border-bottom: 1px solid #FFF;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 25px;
	padding: 4px 0 10px 25px;
	position: relative;
	font-size: 2.4rem;
	border-bottom: 1px solid #000;
}
.headLine01:before {
	width: 10px;
	height: calc(100% - 26px);
	position: absolute;
	left: 0;
	top: 10px;
	background: #1B396F;

	content: "";
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-size: 2.1rem;
	font-weight: 500;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 22px;
	padding: 2px 24px;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	background: #EEEEF0;
}
.headLine03:before {
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #1B396F;

	content: "";
}
@media all and (-ms-high-contrast:none){
	.headLine03 {
		padding: 3px 24px 1px;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 40px;
	font-size: 3.2rem;
	text-align: center;
}
.headLine04 a {
	margin-left: 15px;
	display: inline-block;
	vertical-align: -20px;
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox .subPhoBox {
	width: 265px;
	float: left;
}
.comImgBox .subTxtBox {
	padding-left: 296px;
}
.comImgBox .subTxtBox p {
	font-size: 1.7rem;
	line-height: 1.88;
	text-align: justify;
}
/*------------------------------------------------------------
	comGrayBg
------------------------------------------------------------*/
.comGrayBg {
	background: #EEEEF0;
}
/*------------------------------------------------------------
	comAchorUl
------------------------------------------------------------*/
.comAchorUl {
	margin-top: -10px;
}
.comAchorUl li {
	margin-top: 10px;
}
.comAchorUl li:not(:nth-child(4n)) {
	margin-right: 5px;
}
.comAchorUl li img {
	height: 62px;
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 15px 22px;
	width: 25%;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.75;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	box-sizing: border-box;
}
.comTable td {
	width: 75%;
}