/* SAQ(自己問診票)とはページ
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
#page_title .title_image.pcidssprogram {
	background-image:url(../img/pcidssprogram/title_image.jpg);
}

#page_title h1.pcidssprogram {
	background-image: url(../img/pcidssprogram/title.png);
	background-position: left center;
	background-size: auto 95px;
}
/* コンテンツ
-----------------------------------------------------------*/
#contents.pcidssprogram {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
/* ----- コンテンツタイトル ----- */
#contents.pcidssprogram 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.pcidssprogram 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/pcidssprogram/h2_bg.png);
	background-position: left center;
}
#contents.pcidssprogram h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background-color: #2259b6
}
#contents.pcidssprogram h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#contents.pcidssprogram p {
	margin-bottom: 30px;
}
#contents.pcidssprogram a {
	color: #008cdd;
}

#contents.pcidssprogram p.text_link {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
}


/* テーブル
-----------------------------------------------------------*/
#contents.pcidssprogram .table_widget {
	overflow: hidden;
	position: relative;
	padding: 1px;
}
.table_widget table {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	border-collapse: collapse;
}
.table_widget table th {
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #e2e2ec;
	border-right: 1px solid #FFF;
}
.table_widget table th:first-child {
	text-align: center;
	white-space: nowrap;
}
.table_widget table th:last-child {
	width: 17%;
	border-right: 1px solid #e2e2ec;
}
.table_widget table td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #e2e2ec;
}
.table_widget table td:first-child {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #f6f6f6;
}
.table_widget table th:nth-child(2) {
	width: 30%;
}
.table_widget table th:nth-child(3) {
	width: 30%;
}
.table_widget table td:last-child {
	width: 30%;
	border-right: 1px solid #e2e2ec;
}
.table_widget table td.center {
	text-align: center;
}
.table_widget table td.name {
	text-align: left;
}
/* 注釈 */
#contents.pcidssprogram .table_note {
	margin-bottom: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

/*  デスクトップ&タブレット（741px〜980px）
=========================================================================
=========================================================================*/
@media (max-width:980px) {
	/* タイトル
	-----------------------------------------------------------*/
	#page_title .title_image.pcidssprogram {
		background-image:url(../img/pcidssprogram/title_image@2x.jpg);
		background-position: center center;
	}

	#page_title h1.pcidssprogram {
		background-image: url(../img/pcidssprogram/title@2x.png);
		background-position: center center;
		background-size: auto 50px;
	}

}		

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {	
	/* コンテンツ
	-----------------------------------------------------------*/
	#contents.pcidssprogram {
		margin-bottom: 50px;
	}
	/* ----- コンテンツタイトル ----- */
	#contents.pcidssprogram h1.page_title {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- カテゴリタイトル ----- */
	#contents.pcidssprogram h2 {
		margin-bottom: 20px;
		padding-left: 15px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		background-image: url(../img/pcidssprogram/h2_bg.png);
		background-position: left center;
		background-size: auto;
	}
	#contents.pcidssprogram h2::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background-color: #2259b6
	}
	#contents.pcidssprogram h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#contents.pcidssprogram p.banner_pcidssprogramresult {
		width: 100%;
		margin: 0 auto 20px;
	}
	/* テーブル
	-----------------------------------------------------------*/
	#contents.pcidssprogram .table_widget {
		width: 100%;
		overflow-x: scroll;
	}
	/*スクロールバー表示させる*/
	.table_widget::-webkit-scrollbar{height: 5px;}/*バーの太さ*/
	.table_widget::-webkit-scrollbar-track{background: #eeeef4;}/*バーの背景色*/
	.table_widget::-webkit-scrollbar-thumb{background: #2259b6;}/*バーの色*/
	.table_widget table {
		width: 700px;
	}
	.table_widget table th {
		padding: 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.table_widget table td {
		padding: 5px 10px;
	}
	/* 注釈 */
	#contents.pcidssprogram .table_note {
		margin: 20px 0;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {
	

}


