@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

/*査定書・相場資料閲覧編集ページ*/
.bukken-icon:before {
    font-size: 15px;
}
.mapcontent {
	padding-bottom: 0;
	height: 100%;
}
.mapcontent iframe {
	display: block;
}
.mapcontent p{
	margin-top: 10px;
}
.TopPict {
	height: 150px;
}
.TopPict::before {
	right: 30px;
}
img.report.salesPerson {
	width: 100px;
    height: 100px;
}
div.tab-wrapper.report ul li {
	margin: 0 80px 15px;
}
.report .icon-down-arrow-af::after {
	padding-left: 10px;
}
.upload .button-more {
	width: 300px;
}
table.closing.mp,
	.mp dl.detail-open dt,
	.mp dl.detail-open dd {
		font-size: 14px;
	}
	table.closing.mp th {
		padding: 0 25px 10px 0;
	}
	table.closing.mp th:first-child,
	table.closing.mp td:first-child {
		width: 37%;
	}
	table.closing.mp.edit th:first-child,
	table.closing.mp.edit td:first-child {
		width: 8%;
	}
	table.closing.mp.edit th:nth-child(2),
	table.closing.mp.edit td:nth-child(2) {
		width: 35%;
	}
	table.closing.mp.edit th:nth-child(3),
	table.closing.mp.edit td:nth-child(3) {
		width: 12%;
	}
	table.closing.mp.edit th:nth-child(4),
	table.closing.mp.edit td:nth-child(4) {
		width: 20%;
	}
	table.closing.mp.edit th:last-child,
	table.closing.mp.edit td:last-child {
		width: 25%;
	}
	.mp + .mp.dl-open .detail-open {
		width: 63%;
	}
	.mp + .mp.dl-open dl.detail-open dt {
		width: 20.63%;
	}
	.mp.edit + .mp.dl-open .detail-open {
		width: 57%;
	}
	.mp.edit + .mp.dl-open dl.detail-open dt {
		width: calc(21% + 1px);
	}
	table.closing.mp.done td.first:after {
		top: 14px;
	}
	table.closing.mp.done.edit td.first:after {
		left: -1px;
	}
	table.closing.mp.done.edit td.first:before {
		margin-left: .3em;
	}
/*pdf表示*/
.pdfTopBar p{
	padding: 0 30px;
	width: auto;
}
.pdfTopBar i {
	right: 30px;
}
.innerpdf {
	padding: 0 30px;
	height: calc(100vh - 105px);
}
.pdfBottomBar .button-contact {
	width: 255px;
}
.pdfBottomBar .button-contact button {
	font-size: 14px;
}
/*価格推移グラフ*/
.note:before {
	width: 35px;
}
.note.jireiNum {
	padding: 0 45px;
}
.kakakuGraph::before {
    width: 35px;
}
.kakakuGraph::after {
    left: 14px;
}
/*簡易査定・余白の調整*/
.Assessment {
	margin: 160px 0 0;
}
.ONECLM.reason {
	margin-top: 160px;
}
/*相場資料のカード*/
.sobaCardWrapper {
	padding: 25px 0;
}
.sobaCard {
	width: calc( 100% - 20px );
	border: 2px solid #FFF;
}
.sobaCard.active {
	border: 2px solid var(--color-pict_pink);
}
.pdfFile {
	padding: 15px;
}
.pdfFile .thumnail {
	float: left;
	margin-right: 15px;
	width: 150px;
}
.pdfFile .thumnail:hover {
	opacity: .8;
}
.pdfFile .thumnail::before {
	background: linear-gradient( rgba(0,0,0,0.4), rgba(0,0,0,0) 40%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pdfFile .update {
	color: #ffffff;
	top: 5px;
	left: 5px;
}
.pdfFile .texts .title {
	padding-top: 0;
	padding-bottom: 15px;
}
/*1200以上の場合========================================================================*/
@media screen and (min-width: 1200px){

	/*査定書・相場資料閲覧編集ページ*/
	.TopPict::before {
		font-size: 180px;
		bottom: 65px;
		right: calc((100% - 1100px)/2);
	}
	/*相場資料*/
	/*pdf表示*/
	.pdfTopBar p{
		padding: 0 calc((100% - 1100px)/2);
	}
	.pdfTopBar i {
		right: calc((100% - 1100px)/2);
	}
	.innerpdf {
		padding: 0 calc((100% - 1100px)/2);
	}
}