/* 当社が選ばれる理由ページ
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
#page_title .title_image.iso27001 {
	background-image:url(../img/iso27001/title_image.jpg);
}

#page_title h1.iso27001 {
	background-image: url(../img/iso27001/title.png);
	background-position: left center;
	/*background-size: auto 145px;*/
}
/* コンテンツ
-----------------------------------------------------------*/
#contents.iso27001result {
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
/* ----- コンテンツタイトル ----- */
#contents.iso27001result 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.iso27001result 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/iso27001/h2_bg.png);
	background-position: left center;
}
#contents.iso27001result h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background-color: #2259b6
}
#contents.iso27001result figure {
	margin-bottom: 50px;
}
#contents.iso27001result p.text_link {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents.iso27001result p.text_link a{
    font-size: 32px;
    font-weight: bold;
    color: #008cdd;
}
/*  デスクトップ&タブレット（741px〜980px）
=========================================================================
=========================================================================*/
@media (max-width:980px) {
	/* タイトル
	-----------------------------------------------------------*/
	#page_title .title_image.iso27001 {
		background-image:url(../img/iso27001/title_image@2x.jpg);
		background-position: center center;
	}

	#page_title h1.iso27001 {
		background-image: url(../img/iso27001/title@2x.png);
		background-position: center center;
		background-size: auto 23px;
	}
	
	

}

/*  デスクトップ&タブレット（780px以下）
=========================================================================
=========================================================================*/
@media (max-width:780px) {
	/* コンテンツ
	-----------------------------------------------------------*/
}		

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {	
	/* コンテンツ
	-----------------------------------------------------------*/
	#contents.iso27001 {
		margin-bottom: 50px;
	}
	/* ----- コンテンツタイトル ----- */
	#contents.iso27001result h1.page_title {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- カテゴリタイトル ----- */
	#contents.iso27001result h2 {
		margin-bottom: 20px;
		padding-left: 15px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		background-image: url(../img/iso27001/h2_bg.png);
		background-position: left center;
		background-size: auto;
	}
	#contents.iso27001result h2::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background-color: #2259b6
	}

	#contents.iso27001result figure {
		margin-bottom: 20px;
	}
	#contents.iso27001result .textlinks{
		padding-top: 15px;
		display: block;
		justify-content: space-evenly;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

}


