/* 監査プログラムページ
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
#page_title .title_image.p2pe {
	background-image:url(../img/p2pe/title_image.jpg);
}

#page_title h1.p2pe {
	background-image: url(../img/p2pe/title.png);
	background-position: left center;
	background-size: auto 95px;
}
/* コンテンツ
-----------------------------------------------------------*/
#contents.p2pe {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
/* ----- コンテンツタイトル ----- */
#contents.p2pe 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.p2pe 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/p2pe/h2_bg.png);
	background-position: left center;
}
#contents.p2pe h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background-color: #2259b6
}
#contents.p2pe h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#contents.p2pe figure.fig01 {
	margin: 0 auto 30px;
	width: 910px;
}
#contents.p2pe figure,
#contents.p2pe p {
	margin-bottom: 30px;
}
#contents.p2pe a {
	color: #008cdd;
}
#contents.p2pe figure.mark {
	float: right;
	margin: 0 0 30px 30px;
	width: 250px;
}

/*  デスクトップ&タブレット（741px〜980px）
=========================================================================
=========================================================================*/
@media (max-width:980px) {
	/* タイトル
	-----------------------------------------------------------*/
	#page_title .title_image.p2pe {
		background-image:url(../img/p2pe/title_image@2x.jpg);
		background-position: center center;
	}

	#page_title h1.p2pe {
		background-image: url(../img/p2pe/title@2x.png);
		background-position: center center;
		background-size: auto 50px;
	}

}		

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {	
	/* コンテンツ
	-----------------------------------------------------------*/
	#contents.p2pe {
		margin-bottom: 50px;
	}
	/* ----- コンテンツタイトル ----- */
	#contents.p2pe h1.page_title {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- カテゴリタイトル ----- */
	#contents.p2pe h2 {
		margin-bottom: 20px;
		padding-left: 15px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		background-image: url(../img/p2pe/h2_bg.png);
		background-position: left center;
		background-size: auto;
	}
	#contents.p2pe h2::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background-color: #2259b6
	}
	#contents.p2pe h3 {
	margin-bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	font-weight: bold;
	}
	#contents.p2pe figure.fig01 {
		width: 100%;
	}
	#contents.p2pe figure,
	#contents.p2pe p {
		margin-bottom: 15px;
	}
	#contents.p2pe figure.mark {
		margin: 0 0 15px 15px;
		width: 200px;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

}


