@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

	お見積りシミュレーション（ブロック）

///////////////////////////////////////////////////////////////////////*/
.pgr-sim_holder {
  margin-bottom: 50px;
}
.pgr-sim_block-note {
  font-size: 16px;
  font-weight: normal;
}

/*--------------------------------
	見積金額
--------------------------------*/
.pgr-sim_tbl-total {
	color: #df002b;
	font-weight: bold;
}
.pgr-sim_tbl-total th,
.pgr-sim_tbl-total td {
	border-bottom: none;
}
.pgr-sim_tbl-total td.pgr-sim_tbl-total-hd {
	font-size: 17px;
}
.pgr-sim_tbl-total td.pgr-sim_tbl-total-price {
	font-size: 18px;
	text-align: right;
}