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

/*査定書・相場資料閲覧編集ページ*/
div.TOP_AREA_noimg.report {
	height: 340px;
	background-color: var(--color-gray_subbg);
}
.TopPict {
	height: 140px;
}
.TopPict picture {
	position: absolute;
	bottom: 0;
	right: 0;
}
 img.report.salesPerson {
	border-radius: 50%;
	float: left;
    position: relative;
    width: 70px;
    height: 70px;
    transform: translateY(-75%);
    z-index: 1;
}
.chargewrap {
	height: 0;
}
.charge {
	float: left;
	bottom: 45px;
	padding-left: 20px;
}
.data img.shape {
    width: 22px;
    position: absolute;
    padding-left: 5px;
}
.data dt,.data dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 1px solid rgba(181,181,182,1);
}
.data dt {
	padding: 5px 0;
    position: relative;
    margin-right: 5px;
	width: 110px;
	border-top: 1px solid rgba(181,181,182,.7);
	background-clip: padding-box;
}
.data dd {
	width: calc(100% - 115px);
	padding: 5px 0;
}
.data dt:last-of-type {
	border-bottom: 1px solid rgba(181,181,182,.7);
	background-clip: padding-box;
}
.data dd:last-of-type {
	border-bottom: 1px solid rgba(181,181,182,1);
}
.bukken-icon:before {
	background: #c30d23;
    color: #fff;
    font-size: 6vw;
    margin-right: 10px;
}
.upload, .view {
	border: 1px solid var(--color-pict_pink);
	padding: 40px 10px;
}
.upload .title, .view .title{
	padding-bottom: 25px;
}
.upload .exists {
	margin-top: 40px;
	display: block;
}
.PDFDelete {
	padding-top: 10px;
    display: block;
}
.upload .button-more {
	width: 21em;
}
.upload .button-more, .view .button-more {
	margin-top: 60px;
	border: none;
    background: var(--color-buttom_red);
    color: #fff;
    opacity: 1;
}
.view.after3Month .button-more {
	margin-top: 60px;
	color: #666;
	background: var(--color-white);
    border: 1px solid #b5b5b6;
    border-radius: 10px;
	opacity: 0.85;
	margin-bottom: 40px;

}
.view .button-more:hover {
	opacity: 0.8;
}
.rereppoprt {
	border-top: 1px dotted var(--color-gray_text);
	padding-top: 40px;
	margin: 0 20px;
	display: none;
}
.after3Month .rereppoprt {
	display: block;
}
.rereppoprt .button-contact {
	width: 255px;
	margin-top: 35px;
}
.note:before {
	bottom: auto;
	left: 0; 
	width: 30px;
	height: 1.6em;
}
.note.jireiNum {
	padding: 0 20px 0 40px;
}
.kakakuGraph {
	position: relative;
}
.kakakuGraph::before {
    content: "";
    height: 3px;
    width: 30px;
    background: var(--color-buttom_red);
    display: inline-block;
    vertical-align: middle;
	margin: 0 10px 2px 0;
}
.kakakuGraph::after {
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-buttom_red);
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 2px;
}
.mapwrapper:before {
	content: "";
    display: block;
}
.mapcontent {
	padding-bottom: 70px;
	height: 260px;
}
.mapcontent iframe {
	width: 100%;
	height: 100%;
}
.mapcontent p{
	margin-top: :0 ;
}
/*相場資料*/
canvas.p_b {
	padding-top: 0;
}
iframe.sobaMap {
	border: none;
	width: 100vw;
	height: 740px;
}
.sobaCardWrapper {
	padding: 10px 0 5px;
	background-color: var(--color-WTgray_bg);
}
.sobaCard {
	background-color: var(--color-white);
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
	padding: 15px;
	width: calc( 100% - 20px );
	margin-left: 10px;
    transition: all 0 .2s ease-in-out;
}
.keijou {
	display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
.exclusion {
	padding-bottom: 15px;
}
.exclusion .icon-close::after,
.edit .icon-close::after {
	font-size: 15px;
    font-weight: bold;
}
.bknName {
	height: 3.6em;
}
.bknName::before {
	content: '' ;
	color: var(--color-buttom_red);
	width: 45px;
	height: 42px;
  	background-size: cover;
  	margin: 0 10px 0 0;
    float: left;
}
/*相場カード下のピクトも合わせて書いています*/
.house.jireiPict::before,
.house .bknName::before {
	background-image: url(/img/sell/uriHouse.png);
}
.mansion.jireiPict::before,
.mansion .bknName::before {
	background-image: url(/img/sell/uriMansion.png);
}
.land.jireiPict::before,
.land .bknName::before {
	background-image: url(/img/sell/uriLand.png);
}
.house.closing.jireiPict::before,
.house .closing .bknName::before {
	background-image: url(/img/sell/sumiHouse.png);
}
.mansion.closing.jireiPict::before,
.mansion .closing .bknName::before {
	background-image: url(/img/sell/sumiMansion.png);
}
.land.closing.jireiPict::before,
.land .closing .bknName::before {
	background-image: url(/img/sell/sumiLand.png);
}
.bknName span {
	line-height: 1.5em;
    display: block;
    padding-top: 4px;
}
.sobaCard dt,.sobaCard dd {
	padding: 5px 0;
}
.sobaCard dt {
	border-top: 1px solid rgb(181,181,182,.7);
	margin-right: 5px;
	width: 6em;
}
.sobaCard dd {
	border-top: var(--color-gray_border_set);
	width: calc(100% - 5px - 6em);
}
.closing.sobaCard dd:nth-of-type(2) {
	color: var(--color-buttom_red);
}
.sobaCard dd:nth-of-type(2) {
	color: #000000;
}
.excluded {
	text-decoration: line-through;
}
table.closing.mp td:first-child {
	padding-left: 0;
}
table.closing.mp.done:not(.edit) td:first-child {
	padding-left: 2.5em;
}
table.closing.mp.edit th {
	opacity: .7;
}
table.closing.mp.edit td {
	padding: 15px 25px 15px 0;
}
table.closing.mp.edit td:nth-child(4) {
	color: #000;
}
table.closing.mp td:nth-child(3) {
	color: #000;
}
table.closing.mp.edit td:nth-child(3) {
	color: initial;
}
table.closing.mp,
.mp dl.detail-open dt,
.mp dl.detail-open dd {
	font-size: 2.98vw;
}
table.closing.mp.done td:nth-child(3) {
	color: var(--color-buttom_red);
}
table.closing.mp.done.edit td:nth-child(4) {
	color: var(--color-buttom_red);
}
table.closing.mp.done.edit td:nth-child(3) {
	color: initial;
}
table.closing .icon-down-arrow:after {
	height: 35px;
	width: 28px;
	display: inline-block;
	padding: 20px 0 0 20px;
	right: 5px;
	transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
}
table.closing .active.icon-down-arrow:after {
	transform: rotate3d(0, 0, 1, 180deg);
	-webkit-transform: rotate3d(0, 0, 1, 180deg);
	transform-origin: 26px 11px; 
	transition: all 0s ease-in-out 0s;
	-webkit-transform-origin: 26px 11px; 
	-webkit-transition: all 0s ease-in-out 0s;
}
table.closing.mp.done td.sales-price,
table.closing.mp.done.edit td.sales-price  {
	color: var(--color-gray_base);
}
/*相場カード下の文言*/
.usageGuide {
	margin-bottom: 10px;
}
.closing.jireiPict {
	padding-left: 20px;
}
.jireiPict::before {
    content: '';
	color: var(--color-buttom_red);
	display: inline-block;
    width: 22px;
    height: 20px;
    background-size: cover;
	margin: 0 5px 0 0;
	vertical-align: bottom;
}
.m_b_5 {
	margin-bottom: 5px;
}
/*ピクトの設定はカードのところに記載*/
/*pdf表示*/
.pdfBackground {
	display: none;
}
.pdfBackground.active {
	display: block;
	background-color: rgb(82, 86, 89);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	z-index: 1000;
}
.pdfTopBar {
	height: 40px;
	background-color:rgba(0,0,0,1);
	z-index: 1002;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}
.pdfTopBar p {
	line-height: 40px;
	padding: 0 10px;
	width: 85%;
}
.pdfTopBar i {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 10px;
}
.pdfTopBar i::after {
	font-weight: bold;
	line-height: 40px;
}
.OP0 {
	opacity: 0;
}
.pdfBottomBar {
	position: fixed;
	bottom: 0;
	height: 64px;
	background-color:rgba(102, 102, 102, 0.7);
	z-index: 1002;
	color: #ffffff;
	width: 100%;
}
.pdfBottomBar .button-contact {
	margin: 10px 0 10px 25px;
	width: 10em;
	height: auto;
    line-height: 3.2;
}
.pdfBottomBar .button-contact button {
	font-size: 4.10vw;
}
.innerpdf {
	padding: 0 10px;
	height: 100vh;
}
.innerpdf .pdfText{
	padding: 20px;
	height: 300px;
	width: 100%;
}
.innerpdf .pdfText .comment textarea{
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 250px;
}
.pdfText .button-pdf {
	display: block;
	margin: 20px auto;
	color: #FFFFFF;
}
._vm {
	vertical-align: middle;
}
/*簡易査定・余白の調整*/
.Assessment {
	margin: 120px 0 0;
}
.ONECLM.reason {
	margin-top: 120px;
}
/*相場資料閲覧編集ページでグロナビのjsを止める*/
.fixedNavi #GLOBALNAVI {
	position: relative;
}
@media screen and (max-width: 768px) {
	/*査定書・相場資料閲覧編集ページ*/
	/*右側のグラフh3上に隙間を開ける*/
	.right h3 {
		margin-top: 80px;
	}
	.TopPict picture img {
		width: 150px;
	}
	h2.mpJirei {
		margin-bottom: 50px;
	}
	/*h2下の更新日*/
	.UPDATE.mp {
		bottom: 22px;
	}
	/*相場資料ページ*/
	.SPBorder {
		border-top: var(--color-gray_border_set);
	}
	table.closing.mp:not(.done) {
		    margin-top: 10px;
	}
	table.closing.mp td.first:after {
		width: 5vw;
		height: 5vw;
		top: 1em;
	}
	table.closing.mp.edit th:first-child,
	table.closing.mp.edit th:nth-child(3) {
		padding-bottom: 2.5em;
	}
	table.closing.mp.edit td:first-child,
	table.closing.mp.edit td:nth-child(3) {
		padding: 15px 25px 64px 0;
	}
	table.closing.mp th,
	table.closing.mp td {
		border: none;
	}
	table.closing.mp th:first-child,
	table.closing.mp td:first-child {
		width: 50%;
	}
	table.closing.mp:not(.edit) th:nth-child(2),
	table.closing.mp:not(.edit) td:nth-child(2),
	table.closing.mp:not(.edit) th:nth-child(3),
	table.closing.mp:not(.edit) td:nth-child(3) {
		width: 47%;
	}
	table.closing.mp:not(.edit) th:nth-child(2) {
		padding-bottom: 2.5em;
	}
	table.closing.mp:not(.edit) td:nth-child(2) {
		padding-bottom: 3em;
	}
	table.closing.mp:not(.edit) th:nth-child(3),
	table.closing.mp:not(.edit) td:nth-child(3) {
		position: absolute;
		left: 50%;
		top: 1.6rem;
	}
	table.closing.mp:not(.edit) th:nth-child(3){
		top: 2rem;
	}
	table.closing.mp.edit th:nth-child(2),
	table.closing.mp.edit td:nth-child(2),
	table.closing.mp.edit th:nth-child(3),
	table.closing.mp.edit td:nth-child(3),
	table.closing.mp.edit th:nth-child(4),
	table.closing.mp.edit td:nth-child(4) {
		width: 43%;
	}
	table.closing.mp.edit th:nth-child(2),
	table.closing.mp.edit td:nth-child(2),
	table.closing.mp.edit th:nth-child(4),
	table.closing.mp.edit td:nth-child(4) {
		position: absolute;
		left: 0;
		top: 1.6rem;
	}
	table.closing.mp.edit th:nth-child(4),
	table.closing.mp.edit td:nth-child(4) {
		left: 50%;
	}
	table.closing.mp.done.edit td.first {
		padding-left: 2.5em;
		width: calc(43% - 2.5em);
	}
	.mp dl.detail-open dt {
		width: calc(50% - 80px);
		padding-left: 80px;
	}
	.mp dl.detail-open dd {
		width: 50%;
		padding-left: 0;
	}
	/*PDF表示*/
	.innerpdf {
		height: calc(100vh - 104px);
	}
	.innerpdfBottomBar {
		margin: 0 10px;
	}
	.TOF {
		text-overflow: ellipsis;
		width: 15em;
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
	}
	.TOF + span {
		display: inline-block;
    	vertical-align: top;
	}
	#galleryCounter {
		width: 80%;
		text-align: center;
		padding: 5px 0 0 0;
	}
}



.sobaCard .excluded {
	text-decoration: line-through;
}

/*PDF資料*/
.button-pdf {
	border: 1px solid #ffffff;
	border-radius: 30px;
	margin: 0;
	line-height: 30px;
	height: 30px;
}
.button-pdf input {
	display: none;
}
.button-pdf.pdfUpload {
	width: 13em;
	margin-left: 45px;
}
.button-pdf.pdfDelete {
	width: 20em;
	margin-left: 10px;
}
.pdfFile {
	padding: 20px;
	border-top: 1px dashed rgba(181,181,182,.7);
}
.pdfFile:last-of-type {
	border-bottom: 1px dashed rgba(181,181,182,.7);
}
.pdfFile .thumnail {
	position: relative;
	margin-right: 15px;
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.pdfFile .thumnail a {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pdfFile .update {
	position: absolute;
	left: 165px;
	width: 100%;
}
.pdfFile .texts .title {
	padding-top: 15px;
	padding-bottom: 10px;
}
.pdfFile .texts .pict-NEW {
	margin-right: 15px;
}

#form_upload .innerpdf iframe {
	height: calc(100% - 340px);
} 
