/* Our performanceページ
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
#page_title .title_image.licence {
	background-image:url(../img/licence/title_image.jpg);
}

#page_title h1.licence {
	background-image: url(../img/licence/title.png);
	background-position: left center;
	background-size: auto 29px;
}
/* コンテンツ
-----------------------------------------------------------*/
#contents.licence {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
/* ----- コンテンツタイトル ----- */
#contents.licence h1.page_title {
	margin-bottom: 30px;
	padding-bottom: 6px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px solid #ababab;	
}
/* ----- カテゴリタイトル ----- */
#contents.licence h2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 25px;
	height: 34px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	font-weight: bold;
	background-image: url(../img/licence/h2_bg.png);
	background-position: left center;
}
#contents.licence h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background-color: #2259b6
}
/* SAQ AOC認証実績 */
#contents.licence #saq {
	margin-top : -110px;
	padding-top : 110px;
}
/* ----- ロゴリスト ----- */
#contents.licence ul {
	position: relative;
	margin-bottom: 45px;
	font-size: 0;
}
#contents.licence ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 12.5%;
}


/*  デスクトップ&タブレット（741px〜980px）
=========================================================================
=========================================================================*/
@media (max-width:980px) {
	/* タイトル
	-----------------------------------------------------------*/
	#page_title .title_image.licence {
		background-image:url(../img/licence/title_image@2x.jpg);
		background-position: center center;
	}

	#page_title h1.licence {
		background-image: url(../img/licence/title@2x.png);
		background-position: center center;
		background-size: auto 50px;
	}

}		

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {	
	/* コンテンツ
	-----------------------------------------------------------*/
	#contents.licence {
		margin-bottom: 50px;
	}
	/* ----- コンテンツタイトル ----- */
	#contents.licence h1.page_title {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- カテゴリタイトル ----- */
	#contents.licence h2 {
		margin-bottom: 20px;
		padding-left: 15px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		background-image: url(../img/licence/h2_bg.png);
		background-position: left center;
		background-size: auto;
	}
	#contents.licence h2::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background-color: #2259b6
	}
	/* SAQ AOC認証実績 */
	#contents.licence #saq {
		padding-top: 100px;
	}
	/* ----- ロゴリスト ----- */
	#contents.licence ul {
		margin-bottom: 25px;
	}
	#contents.licence ul li {
		width: 25%;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

}


