@charset "utf-8";

/* ------------------------------
 調達情報（PC）
------------------------------ */
.procurement-img {
	float: left;
	width: 68px;
	margin-right: 30px;
}
.procurement-img + .cms_pdf {
	padding-top: 20px;
}
.contents .pop-content table tbody tr td:not(:last-child) {
    border-right: 1px dotted #b7c0ca;
}
.contents .pop-content table tbody tr td:first-child {
	width: 40%;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 調達情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.procurement-img + .cms_pdf {
		float: left;
		width: calc(100% - 98px);
		padding-top: 5px;
	}
	.contents .pop-content table {
		margin-top: 10px;
	}
}
/* ------------------------------
 モーダル（PC）
------------------------------ */
/* モーダルコンテンツ */
.pop-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.pop-content > .cms_text > p {
	margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
	/* モーダルコンテンツ */
	.pop-content {
		width: 1040px;
		max-height: calc(100vh - 120px);
		padding: 50px;
		background-color: #fff;
	}
}
/* ------------------------------
 モーダル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* モーダルコンテンツ */
	.pop-content {
		width: 100vw;
		height: 100vh;
		padding: 50px 5% 100px;
		background-color: rgba(255,255,255,.95);
	}
}