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

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center;
}

.comBtn a {
	padding: 7px 46px 13px;
	width: 76.3%;
	display: inline-block;
	color: #0097E1;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 25px;
	background: #FFF url(../../img/common/icon03.png) no-repeat right 20px center;
	box-sizing: border-box;
}

.comBtn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 40px !important;
	font-size: 18px !important;
	letter-spacing: 1px;
}

.headLine01 .en {
	margin-right: 8px;
	font-size: 54px;
	font-weight: 900;
	text-transform: uppercase;
}

.headLine01 .ttl {
	margin-top: 2px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

.headLine01 .ttl span {
	padding: 6px 9px 8px 17px;
	display: inline-block;
	background-color: #000;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 0 15px -2px;
}

.headLine02 img {
	max-width: 100%;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 14px;
	color: #0097e1;
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 2px;
	color: #0097e1;
	font-size: 24px;
	letter-spacing: 1px;
}

.headLine04 .note {
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 18px;
	color: #0097e1;
	font-size: 28px;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	.content {
		padding: 0 15px !important;
		max-width: inherit !important;
	}
	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	.comBtn a {
		padding: 3px 46px 6px;
		width: 90%;
		font-size: 14px;
		background-position: right 15px center;
		background-size: 11px auto;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: 19px !important;
		font-size: 14px !important;
	}
	
	.headLine01 .en {
		font-size: 34px !important;
	}
	
	.headLine01 .ttl {
		margin-top: -1px;
		font-size: 11px !important;
		letter-spacing: 1px;
	}
	
	.headLine01 .ttl span {
		padding: 3px 9px 5px !important;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		margin: 0 auto 6px;
	}
	
	.headLine02 img {
		margin: 0 auto;
		width: 100%;
		max-width: 345px;
		
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	.headLine03 {
		margin-bottom: 6px;
		font-size: 18px;
	}

	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	.headLine04 {
		margin-bottom: 15px;
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.headLine04 .note {
		margin-left: 6px;
		font-size: 10px;
		font-weight: 400;
	}

	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	.headLine05 {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.15;
	}
}

@media all and (min-width: 320px) and (max-width: 374px) {
	.headLine01 .ttl {
		font-size: 10px !important;
	}
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 100%;
	margin: 1px 0 100px;
	clear: both;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	background: url(../../img/company/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle .inner {
	display: table-cell;
	vertical-align: middle;
}

.pageTitle h2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 54px;
}

.pageTitle h2 .jp {
	font-size: 18px;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		margin: 0 0 50px;
		width: 100%;
		background: url(../../img/company/sp_page_title_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.pageTitle .inner {
		padding: 5px 15px 17px;
	}
	
	.pageTitle h2 {
		max-width: none;
		padding: 0;
		font-size: 36px;
		font-weight: bold;
	}
	
	.pageTitle h2 .jp {
		margin-top: -9px;
		font-size: 14px;
		display: block;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	width: 78%;
	padding: 24px 5px 25px 15px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

.comTable th {
	padding-left: 21px;
	width: 22%;
}


@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comTableBox
	------------------------------------------------------------*/
	.comTable th,
	.comTable td {
		padding: 10px 5px 12px 0;
		font-size: 12px;
		line-height: 1.5;
		border-bottom: 1px solid #CECECE;
	}	
}
/*------------------------------------------------------------
	.comFaqList
------------------------------------------------------------*/
.comFaqList {
	margin-bottom: 80px;
}

.comFaqList li {
	margin-bottom: 10px;
	padding: 16px 28px 14px;
	border: 2px solid #DEEEF6;
}

.comFaqList li:last-child {
	margin-bottom: 0;
}

.comFaqList li dt {
	padding: 0 2px;
	font-size: 20px;
	overflow: hidden;
	zoom: 1;
	background: url(../../img/common/icon08.png) no-repeat right center;
	background-size: 30px;
	cursor: pointer;
}

.comFaqList li dt.on {
	background-image: url(../../img/common/icon07.png);
}

.comFaqList li dt .num {
	padding: 8px 3px 11px;
	width: 2.6em;
	display: block;
	float: left;
	color: #0097E1;
	font-size: 18px;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 50%;
	box-sizing: border-box;
}

.comFaqList li dt .txt {
	padding: 7px 35px 0 3.1em;
	display: block;
}

.comFaqList li dd {
	margin-top: 15px;
	padding: 15px 70px 6px 0;
	display: none;
	border-top: 1px solid #D7D7D7;
	overflow: hidden;
	zoom: 1;
}

.comFaqList li dd .num {
	padding: 9px 3px 14px 4px;
	width: 2.8em;
	display: block;
	float: left;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #0097E1; 
	border-radius: 50%;
	box-sizing: border-box;
}

.comFaqList li dd .txt {
	padding: 11px 5px 0 4em;
	display: block;
	font-size: 16px;
	font-weight: 300;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comFaqList {
		margin-bottom: 38px;
	}

	.comFaqList li {
		margin-bottom: 5px;
		padding: 12px 10px 13px;
		border-width: 1px;
	}

	.comFaqList li dt {
		padding: 0;
		font-size: 14px;
		background-size: 20px;
	}
	
	.comFaqList li dt .num {
		padding: 5px 3px 7px;
		width: 2.5em;
		font-size: 12px;
	}
	
	.comFaqList li dt .txt {
		padding: 5px 25px 0 2.6em;
		line-height: 1.35;
	}
		
	.comFaqList li dd {
		margin-top: 12px;
		padding: 12px 20px 3px 0;
	}
	
	.comFaqList li dd .num {
		padding: 5px 3px 8px 4px;
		width: 2.5em;
		font-size: 12px;
	}
	
	.comFaqList li dd .txt {
		padding: 4px 5px 0 3.1em;
		font-size: 12px;
		font-weight: 500;
	}
}