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

	お見積りシミュレーション（カーポート）

///////////////////////////////////////////////////////////////////////*/
.pgr-sim-inner {
  margin: 0 20px;
} 
.pgr-sim_ctrl {
  margin-bottom: 60px;
}
.pgr-sim_holder-list {
  display: flex;
  flex-wrap: wrap;
}
.pgr-sim_holder-list li {
  width: 260px;
}
.pgr-sim_holder-list img {
  margin-right: 10px;
  vertical-align: middle;
}
.pgr-sim_holder-list-size {
  display: flex;
  flex-wrap: wrap;
  width: 463px;
}
.pgr-sim_holder-list-size li {
  width: 50%;
}
.pgr-sim_inner {
  display: flex;
  justify-content: space-between;
}
.pgr-sim_img {
  margin-top: -38px;
}
.pgr-sim_img-height {
  margin-top: -12px;
}
.pgr-sim_holder {
  margin-bottom: 40px;
}
.pgr-sim_label-checkbox {
  display: inline-block;
  cursor: pointer;
}
.pgr-sim_tbl-const {
  width: 235px;
}
.pgr-sim_tbl-maker ,
.pgr-sim_result-tbl .maker-price {
  text-align: right;
}
.pgr-sim_tbl-price ,
.pgr-sim_result-tbl td {
  text-align: center;
}
.pgr-sim_result-tbl .const-item {
  text-align: left;
}
.pgr-sim_note {
  margin: 0 0 50px;
}
.pgr-sim_tbl-total-hd {
  text-align: left!important;
}
/*--------------------------------
	チェックボックス
--------------------------------*/
.pgr-sim_checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	margin-right: 9px;
	border-radius: 50%;
  border: 1px solid #ccc;
	box-shadow: inset 0 0 0 2px #fff;
  background-color: #fff;
}
input[type=radio]:checked.pgr-sim_checkbox {
	background-color: #3fbcef;
}
