@charset "utf-8";

/* ------------------------------
 品質への取り組み（PC）
------------------------------ */
.heading-icon {
	font-size: 2.5rem;
}
/* テーブル調整 */
.contents table th {
	width: 25%;
	padding-left: 30px;
	text-align: left;
	vertical-align: middle;
}
.contents table tr:first-child th {
	padding-left: 0;
	text-align: center;
}
.contents table tr:nth-child(2) th:first-child {
	border-right: 1px dotted #b7c0ca;
}
.contents table td {
	text-align: center;
}
/* テーブル実線 */
.contents .sl table tr:not(:last-child) {
	border-bottom: 1px solid #b7c0ca;
}
.contents .sl table tr:nth-child(2) th:first-child {
	border-right: 1px solid #b7c0ca;
}
/* テーブル色変更 必要なくなったけれど念のため残しておく*/
.contents table tr.dark th {
	color: #fff;
	background-color: #0c2d53;
}
.contents table tr.dark th:first-child {
	background-color: #0a2649;
}
.contents table tr.over th {
	background-color: #e2e9f2;
}
.contents table tr.over td {
	background-color: #e8eef5;
}
/* 具体的な取り組み */
.qualityBox img {
	display: block;
}
.qualityBox .cms_caption_b {
	background-color: rgba(0,61,145,.05);
	margin: 0;
}
@media print, screen and (min-width: 768px) {
	/* 考え方の図 */
	.think img {
		width: 490px;
		height: 453px;
	}
	/* 具体的な取り組み */
	.qualityBox {
		display: flex;
	}
	.qualityBox img {
		width: 745px;
		height: 350px;
	}
	.qualityBox .cms_caption_b {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 395px;
	}
	.qualityBox .cms_caption_b > div {
		width: 295px;
	}
	.qualityBox.reversal .cms_caption_b {
		order: 1;
	}
	.qualityBox.reversal img {
		order: 2;
	}
}
/* ------------------------------
 品質への取り組み（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading-icon {
		font-size: 2.3rem;
	}
	/* テーブル調整 */
	.cms_text.scroller table {
		width: 880px !important;
	}
	/* 具体的な取り組み */
	.qualityBox .cms_caption_b {
		padding: 20px 30px;
	}
}