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

/*=============================================
 
	estimate
 
==============================================*/
/*
	index
================================*/
.estimate #mainVisual {
	width: 1100px;
	margin: 0 auto;
}
.estimate .fukiBox {
	background: #DAA520;
	border-radius: 100px;
	width: 768px;
	margin: 0 auto 50px;
	padding: 13px 40px 17px;
	position: relative;
}
.estimate .fukiBox:before {
	content: "";
	display: block;
	background: url("/common/images/estimate/arr_yl_down.png") no-repeat;
	width: 83px;
	height: 72px;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 42px);
	z-index: -1;
}
.estimate .fukiBox .big {
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 2px #fff;
	padding: 0 0 10px;
	margin: 0 0 6px;
}
.estimate .fukiBox p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

.estimate .categoryWrap {
	background: #FBF3E8;
	padding: 50px 50px 20px 50px;
	margin: 0 0 70px;
	position: relative;
	border-top: solid 5px #312E2E;
}
.estimate .categoryWrap:before {
    content: "";
    background: #F53232;
    width: 385px;
    height: 5px;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.estimate .category li {
	float: left;
	margin: 0 60px 30px 0;
}
.estimate .category li:nth-child(2n) {
	margin: 0;
}
.estimate .category li.kitchen a{
	background: url("/common/images/estimate/img_kitchen.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li.bath a {
	background: url("/common/images/estimate/img_unitbath.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li.wash a {
	background: url("/common/images/estimate/img_washbasin.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li.toilet a {
	background: url("/common/images/estimate/img_toilet.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li.interior a {
	background: url("/common/images/estimate/img_wallpaper.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li.floor a {
	background: url("/common/images/estimate/img_floor.jpg") no-repeat;
	background-size: 420px auto;
}
.estimate .category li a {
	display: block;
	width: 470px;
	height: 280px;
	position: relative;
}
.estimate .category li a:before {
	content: "";
	width: 50px;
	height: 100%;
	display: block;
	background: #312E2E url("/common/images/estimate/arr_white_right.png") no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.estimate .category li a:hover {
	opacity: 0.8;
}
.estimate .category li .titBox {
	background: rgba(251,243,232, 0.7);
	width: 158px;
	height: 93px;
	text-align: center;
	padding: 20px 10px;
}
.estimate .category li .titBox p {
	font-size: 20px;
	font-weight: bold;
}
.estimate .category li .titBox p span {
	font-size: 16px;
	font-weight: 500;
	display: block;
}


/*
	DETAIL
================================*/
.estimate .selectForm {
	margin: 0 0 70px;
}
.estimate .selectForm .categoryWrap {
	padding: 50px 50px 50px 50px;
	margin: 0 0 50px;
}
.estimate .itemBox {
	padding: 203px 0 0;
	margin: -203px 0 50px;
	position: relative;
}
.estimate .itemBox .tit {
	background: #312E2E;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	padding: 24px 24px 25px;
	margin: 0 0 60px;
}
.estimate .itemBox .tit span {
	font-size: 30px;
}
.estimate .itemBox .proListBox {
	width: 475px;
	margin: 0 25px 30px 0px;
	float: left;
	background: #fff;
}
/* .estimate .itemBox .proListBox:nth-child(2n){
	margin: 0 0 30px;
} */
.estimate input[type="radio"] {
	display: none;
}
.estimate .label {
	display: block;
	min-height: 173px;
	cursor: pointer;
	position: relative;
	border: solid 3px #ABB1B1;
}
.estimate .label:before {
	content: "";
	background: url("/common/images/estimate/icon_check_off.png") no-repeat;
	background-size: 100%;
	width: 62px;
	height: 45px;
	position: absolute;
	top: -10px;
	right: -28px;
}
.estimate input[type="radio"]:checked + label {
	border: solid 3px #f53232;
}
.estimate input[type="radio"]:checked + label:before {
	background: url("/common/images/estimate/icon_check_on.png") no-repeat;
	background-size: 100%;
}
.estimate .proListBox .photo {
	float: left;
	width: 250px;
}
.estimate .proListBox .photo img {
	height: 167px;
	width: auto;
}

.estimate .proListBox .txtBox {
	overflow: hidden;
	width: auto;
	padding: 5px 15px;
}
.estimate .proListBox .txtBox .name {
	max-width: 178px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: solid 1px #707070;
	margin: 0 0 7px;
	padding: 0 0 5px;
}
.estimate .proListBox .txtBox .name span {
	font-size: 18px;
	font-weight: 900;
}
.estimate .proListBox .txtBox p {
	font-size: 12px;
	font-weight: 500;
}

.estimate #total {
	margin: 0 0 0;
}
.estimate #total .tit {
	background: #EA5450;
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	padding: 15px 40px;
	text-align: center;
}
.estimate #total .estpriceArea {
	background: #fff;
	padding: 50px 60px;
}
.estimate #total .photoBox {
	float: left;
	width: 300px;
	text-align: center;
}
.estimate #total .photoBox .photo img {
	width: 100%;
}
.estimate #total .notice {
	font-size: 16px;
	margin: 5px 0 0;
}
.estimate #total .estpriceArea .box {
	float: right;
	padding: 50px 0 0;
}
.estimate #total .estpriceArea .off {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	padding: 4px;
	text-align: center;
	border: solid 3px #EA5450;
	float: left;
}
.estimate #total .estpriceArea .off > div {
	background: #EA5450;
	width: 111px;
	height: 111px;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding: 13px 5px 13px;
}
.estimate #total .estpriceArea .off span,
.estimate #total .estpriceArea .off strong {
	color: #F2E534;
	font-size: 52px;
	font-weight: 500;
	line-height: 1;
}
.estimate #total .estpriceArea dl {
	/* overflow: visible; */
	float: right;
	width: auto;
	padding: 20px 0 20px 30px;
}
.estimate #total .estpriceArea dl dt,
.estimate #total .estpriceArea dl strong {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
.estimate #total .estpriceArea dl dd {
	font-size: 18px;
	font-weight: 900;
}
.estimate #total .estpriceArea dl dd span,
.estimate #total .estpriceArea dl dd strong {
	font-size: 50px;
	color: #EA5450;
	font-weight: 900;
	line-height: 1;
}
.estimate #total .plusBox {
	background: #f2a39b;
	position: relative;
	padding: 10px 20px;
	text-align: center;
}
.estimate #total .plusBox .plus {
	width: 58px;
	height: 58px;
	border: solid 3px #EA5450;
	border-radius: 50%;
	background: #fff;
	font-size: 50px;
	text-align: center;
	font-weight: 500;
	color: #EA5450;
	line-height: 1;
	position: absolute;
	top: 13px;
	left: 28%;
}
.estimate #total .plusBox .txt {
	background: #EA5450;
	border: solid 3px #fff;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	margin: 0 0 0 60px;
}
.estimate #total .plusBox .txt span,
.estimate #total .plusBox .txt strong {
	font-size: 24px;
	font-weight: bold;
}
.estimate .subComment {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0;
}


.estimate #submit {
	width: 462px;
	display: block;
	background: #DAA520 url("/common/images/estimate/arr_white_right.png") no-repeat right 30px center;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	letter-spacing: 0.05em;
	color: #fff;
	border: none;
	border-bottom: solid 5px #987418;
	padding: 20px;
	margin: 0 auto 50px;
}
.estimate #submit:hover,
.estimate .back a:hover {
	opacity: 0.8;
}
.estimate .back {
	width: 324px;
	margin: 0 auto;
}
.estimate .back a {
	background: #00AB95 url("/common/images/estimate/arr_white_left.png") no-repeat left 30px center;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 20px 10px 20px 20px;
	border-bottom: solid 5px #036857;
}

/*  【New】 */

.estimate .back2 a:hover {
	opacity: 0.8;
}
.estimate .back2 {
	width: 324px;
	margin: 0 auto;
}

.estimate .back2 a {
	background: #00AB95 url("/common/images/estimate/arr_white_right2.png") no-repeat right 30px center;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 20px 30px 20px 20px;
	border-bottom: solid 5px #036857;
}

/* 【新規追加】 */
.main {
  margin-bottom: 10px;
}

.main,
.side {
  padding: 2%;
  border-radius: 10px
}
 
/* Responsive */
@media ( min-width : 600px ){
    .flexbox {
      display: -webkit-flex;
      display: flex;
	  justify-content: space-evenly;
    }
  .main {
    margin: 0 10px 0 0;
  }
}
}

/*
	JavaScript連動
================================*/

#step02,#step02 .proListBox,
#step03,#step03 .proListBox,
#step04,#step04 .proListBox,
#total,
#submit,
#bottomSubmit {
	display: none;
}

.estimate #bottomFix {
	display: none;
	position: fixed;
	bottom: 0;
	width: 1100px;
	background: #fff;
	margin: 0 auto;
	/*height: 260px;*/
	z-index: 1;
	border: 1px solid #EA5450;
	box-sizing: border-box;
}
.estimate #bottomFix img {
	width: 200px;
	height: auto;
}

.estimate #bottomFix .tit {
	background: #EA5450;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 4px 0;
	text-align: center;
}
.estimate #bottomFix .estpriceArea {
	background: #fff;
	padding: 10px 10px;
}
.estimate #bottomFix .photoBox {
	float: left;
	width: 200px;
	text-align: center;
}
.estimate #bottomFix .photoBox .photo img {
	width: 100%;
}

.estimate #bottomFix .selectBox {
	float: left;
	width: 200px;
	background: #FBF3E8;
}
.estimate #bottomFix .selectBox .subTit {
	background: #312E2E;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-size: 13px;
}
.estimate #bottomFix .selectBox ul {
	padding: 4px 8px;
}
.estimate #bottomFix .selectBox .list {
	display: none;
	background: url(/common/images/estimate/icon_check_s.png) left no-repeat;
	background-size: 14px auto;
	padding: 0 0 0 18px;
	font-size: 12px;
	line-height: 1.5;

}


.estimate #bottomFix .notice {
	font-size: 16px;
	margin: 5px 0 0;
}
.estimate #bottomFix .estpriceArea .box {
	float: left;
	padding: 0 0;
	margin: 0 0 0 20px;
	width: 400px;
}
.estimate #bottomFix .estpriceArea .off {
	float: left;
	width: 104px;
	height: 66px;
	/* border-radius: 10%; */
	padding: 4px;
	text-align: center;
	border: solid 3px #EA5450;
	margin: 20px 0 0;
	position: relative;
}
.estimate #bottomFix .estpriceArea .off.active {
	margin: 65px 0 0;
}
.estimate #bottomFix .estpriceArea .off.active::before {
  content: "";
  position: absolute;
  top: -80px; /* 枠の上に飛び出させる距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 150%;   /* 画像の横サイズ */
  height: 150%;  /* 画像の縦サイズ */
  background: url("/common/images/estimate/ca_ic.png") no-repeat center/contain;
}

.estimate #bottomFix .estpriceArea .off > div {
	background: #EA5450;
	width: 90px;
	height: 52px;
	/* border-radius: 10%; */
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding: 7px 5px 7px;
}
.estimate #bottomFix .estpriceArea .off span,
.estimate #bottomFix .estpriceArea .off strong {
	color: #F2E534;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
}
.estimate #bottomFix .estpriceArea .off strong span {
	text-decoration: line-through;
	font-size: 16px;
}

.estimate #bottomFix .estpriceArea .priceBox {
	/* overflow: visible; */
	float: left;
	width: auto;
	padding: 00px 0 0 10px;
	width: 280px;
}
.estimate #bottomFix .estpriceArea dl dt,
.estimate #bottomFix .estpriceArea dl strong {
	font-size: 13x;
	font-weight: bold;
	margin: 0 0 3px;
	text-align: center;
}
.estimate #bottomFix .estpriceArea dl dd {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
.estimate #bottomFix .estpriceArea dl dd span,
.estimate #bottomFix .estpriceArea dl dd strong {
	font-size: 32px;
	color: #EA5450;
	font-weight: 900;
	line-height: 1;
}
.estimate #bottomFix .plusBox {
	position: relative;
	padding: 2px 0;
	text-align: center;
}
.estimate #bottomFix .plusBox .plus {
	width: 24px;
	height: 24px;
	border: solid 3px #EA5450;
	border-radius: 50%;
	background: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	color: #EA5450;
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 9%;
}
.estimate #bottomFix .plusBox .txt {
	background: #EA5450;
	border: solid 3px #fff;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 3px 30px 3px 60px;
	display: inline-block;
}
.estimate #bottomFix .plusBox .txt span,
.estimate #bottomFix .plusBox .txt strong {
	font-size: 14px;
	font-weight: bold;
}

.estimate #bottomFix #campaignBox {
	display: none;
}

.estimate #bottomFix .plusBox .txt2 {
	position: relative;
	display: inline-block;
	margin: 10px 0 4px;
	padding: 15px 10px 10px;
	min-width: 200px;
	max-width: 100%;
	color: #212121;
	font-size: 12px;
	background: #fff100;
	  font-weight:bold;
	  line-height:8px;
  }
  

  .estimate #bottomFix .plusBox .txt2:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff100;
  }
  
  .estimate #bottomFix .plusBox .txt2 p {
	margin: 0;
	padding: 0;
  }
  .estimate #bottomFix .plusBox .txt2 span {
	  color:#b80000;
	  font-weight:900;
	  font-size: 16px;
  }
.estimate .bottomSubComment {
	/* float: right; */
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 14px;
}

.estimate #bottomSubmit {
	float: right;
	/* clear: both; */
	width: 250px;
	display: block;
	background: #F53232;
	/* background: #DAA520 url("/common/images/estimate/arr_white_right.png") no-repeat right 30px center; */
	background-size: 10px auto;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	border: none;
	border-bottom: solid 5px #B23B3B;
	padding: 30px 10px;
	margin: 0 auto;
}
.estimate #bottomSubmit:hover {
	opacity: 0.8;
}












@media screen and (max-width: 768px) {

	.estSelect {
		padding: 0 3%;
	}
/*
	index
================================*/
.estimate #mainVisual {
	width: 100%;
	margin: 0 auto;
}
.estimate .fukiBox {
	width: 100%;
	margin: 0 auto 40px;
	padding: 13px 30px 17px;
	position: relative;
}
.estimate .fukiBox:before {
	background: url("/common/images/estimate/arr_yl_down.png") no-repeat;
	bottom: -25px;
}
.estimate .fukiBox .big {
	font-size: 17px;
	padding: 0 0 10px;
	margin: 0 0 6px;
}
.estimate .fukiBox p {
	font-size: 13px;
}

.estimate .categoryWrap {
	padding: 30px 20px 20px 20px;
	margin: 0 0 50px;
	position: relative;
}
.estimate .categoryWrap:before {
    width: 170px;
}
.estimate .category li {
	float: none;
	margin: 0 0 20px 0;
}
.estimate .category li:nth-child(2n) {
	margin: 0 0 20px;
}
.estimate .category li.kitchen a{
	background: url("/common/images/estimate/img_kitchen.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li.bath a {
	background: url("/common/images/estimate/img_unitbath.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li.wash a {
	background: url("/common/images/estimate/img_washbasin.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li.toilet a {
	background: url("/common/images/estimate/img_toilet.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li.interior a {
	background: url("/common/images/estimate/img_wallpaper.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li.floor a {
	background: url("/common/images/estimate/img_floor.jpg") no-repeat;
	background-size: 100% auto;
}
.estimate .category li a {
	width: 100%;
	height: 30vh;
	position: relative;
}
.estimate .category li a:before {
	content: "";
	width: 40px;
	height: 100%;
	display: block;
	background: #312E2E url("/common/images/estimate/arr_white_right.png") no-repeat center;
	background-size: 13px auto;
	position: absolute;
	right: 0;
	top: 0;
}

.estimate .category li a:hover {
	opacity: 1;
}
.estimate .category li .titBox {
	width: 140px;
	height: 80px;
	padding: 18px 10px 0;
}
.estimate .category li .titBox p {
	font-size: 17px;
}
.estimate .category li .titBox p span {
	font-size: 12px;
}
	
	
	
	
/*
	DETAIL
================================*/
.estimate .selectForm {
	margin: 0 0 70px;
}
.estimate .selectForm .categoryWrap {
	padding: 20px 3% 20px 3%;
	margin: 0 0 50px;
}
.estimate .itemBox {
	margin: -203px 0 30px;
	position: relative;
}
.estimate .itemBox .tit {
	width: 100%;
	font-size: 16px;
	padding: 15px;
	margin: 0 0 15px;
}
.estimate .itemBox .tit span {
    font-size: 18px;
}
.estimate .itemBox .proListBox {
	width: 100%;
	margin: 0 0 15px;
}
.estimate .itemBox .proListBox:nth-child(2n) {
    margin: 0 0 15px;
}
.estimate .label {
    min-height: 100px;
	border: solid 2px #ABB1B1;
}
.estimate .label:before {
	width: 40px;
    height: 30px;
    top: -8px;
    right: -18px;
}
.estimate input[type="radio"]:checked + label {
	border: solid 2px #f53232;
}
.estimate .proListBox .photo {
	float: left;
	margin: 5px 0 0 5px;
	width: 130px;
}
.estimate .proListBox .photo img {
	height: auto;
}
.estimate .proListBox .txtBox {
	overflow: hidden;
	width: auto;
	padding: 5px 10px 10px;
}
.estimate .proListBox .txtBox .name {
	font-size: 12px;
	border-bottom: solid 1px #707070;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.estimate .proListBox .txtBox .name span {
	font-size: 14px;
}
.estimate .proListBox .txtBox p {
	font-size: 12px;
}

.estimate #total {
	margin: 50px 0 0;
}
.estimate #total .tit {
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
}
.estimate #total .estpriceArea {
	background: #fff;
	padding: 20px 20px;
}
.estimate #total .estpriceArea dl dd span,
.estimate #total .estpriceArea dl dd strong {
	font-size: 32px;
}

.estimate #total .photoBox {
    float: none;
    width: 100%;
	margin: 0 0 20px;
}
.estimate #total .notice {
    font-size: 12px;
    margin: 5px 0 0;
}
.estimate #total .estpriceArea .box {
	float: none;
	padding: 0;
}
.estimate #total .estpriceArea .off {
	width: 90px;
	height: 90px;
	padding: 2px;
	border: solid 3px #EA5450;
	float: left;
}
.estimate #total .estpriceArea .off > div {
	width: 80px;
	height: 80px;
	font-size: 26px;
	padding: 8px 5px 0;
}
.estimate #total .estpriceArea .off span,
.estimate #total .estpriceArea .off strong {
	font-size: 39px;
}
.estimate #total .estpriceArea dl {
	overflow: hidden;
	width: auto;
	padding: 15px 0 15px 20px;
}
.estimate #total .estpriceArea dl dt {
	font-size: 12px;
	margin: 0 0 5px;
}
.estimate #total .estpriceArea dl dd {
	font-size: 13px;
}
.estimate #total .estpriceArea dl dd span {
	font-size: 35px;
}
.estimate #total .plusBox {
	background: #f2a39b;
	position: relative;
	padding: 10px;
}
.estimate #total .plusBox .plus {
	width: 45px;
	height: 45px;
	border: solid 3px #EA5450;
	font-size: 33px;
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 1px 0 0;
}
.estimate #total .plusBox .txt {
	background: #EA5450;
	border: solid 3px #fff;
	border-radius: 20px;
	font-size: 16px;
	padding: 10px 15px;
	display: inline-block;
	margin: 0 0 0 40px;
}
.estimate #total .plusBox .txt span {
	font-size: 16px;
}
.estimate .subComment {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	margin: 15px 0 0;
}


.estimate #submit {
	width: 100%;
	font-size: 16px;
	border-bottom: solid 5px #987418;
	padding: 20px;
	margin: 0 auto 30px;
}
.estimate #submit:hover,
.estimate .back a:hover {
	opacity:1;
}
.estimate .back {
	width: 90%;
	margin: 0 auto;
}
.estimate .back a {
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-bottom: solid 5px #036857;
}
.estimate .back2 a:hover {
	opacity:1;
}
.estimate .back2 {
	width: 90%;
	margin: 0 auto;
}
.estimate .back2 a {
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-bottom: solid 5px #036857;
}



.estimate #bottomFix {
	width: 94%;
	background: #fff;
	margin: 0 auto;
	/*height: 294px;*/
	z-index: 1;
	border: none;
}
.estimate #bottomFix .tit {
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}
.estimate #bottomFix .estpriceArea {
	background: #fff;
	padding: 10px 0px;
	position: relative;
}
.estimate #bottomFix .estpriceArea dl dd span,
.estimate #bottomFix .estpriceArea dl dd strong {
	font-size: 28px;
}
.estimate #bottomFix .estpriceArea .priceBox {
	/* overflow: visible; */
	float: right;
	width: auto;
	padding: 0;
}

.estimate #bottomFix .photoBox {
    width: 28%;
	/*margin: 0 0 104px;*/
}

.estimate #bottomFix .selectBox {
	display: none;
	float: right;
	width: 70%;
	background: #FBF3E8;
}
.estimate #bottomFix .selectBox .subTit {
	display: none;
	/* background: #312E2E;
	color: #fff;
	text-align: center;
	padding: 4px 0; */
}
.estimate #bottomFix .selectBox ul {
	padding: 10px;
}
.estimate #bottomFix .selectBox .list {
	display: none;
	background: url(/common/images/estimate/icon_check_s.png) left no-repeat;
	background-size: 14px auto;
	padding: 0 0 0 18px;

}



.estimate #bottomFix .notice {
    font-size: 12px;
    margin: 5px 0 0;
}
.estimate #bottomFix .estpriceArea .box {
	float: none;
    padding: 0;
    width: 70%;
    margin: 0;
}
.estimate #bottomFix .estpriceArea .off {
	width: 80px;
	height: 50px;
	padding: 2px;
	border: solid 3px #EA5450;
	float: left;
	margin: 30px 0 0;
}
.estimate #bottomFix .estpriceArea .off.active {
	margin: 50px 0 0;
}
.estimate #bottomFix .estpriceArea .off.active::before {
  content: "";
  position: absolute;
  top: -70px; /* 枠の上に飛び出させる距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 150%;   /* 画像の横サイズ */
  height: 175%;  /* 画像の縦サイズ */
  background: url("/common/images/estimate/ca_ic.png") no-repeat center/contain;
}
.estimate #bottomFix .estpriceArea .off > div {
	width: 70px;
	height: 40px;
	font-size: 14px;
	padding: 4px 5px 0;
}
.estimate #bottomFix .estpriceArea .off span,
.estimate #bottomFix .estpriceArea .off strong {
	font-size: 16px;
}
.estimate #bottomFix .estpriceArea .off strong span {
	font-size: 12px;
}
.estimate #bottomFix .estpriceArea dl {
	overflow: hidden;
	width: auto;
	padding: 0 0 0 10px;
}
.estimate #bottomFix .estpriceArea dl dt {
	font-size: 12px;
	margin: 0;
}
.estimate #bottomFix .estpriceArea dl dd {
	font-size: 13px;
}
.estimate #bottomFix .estpriceArea dl dd span {
	font-size: 35px;
}
.estimate #bottomFix .plusBox {
	position: relative;
	padding: 0;
}
.estimate #bottomFix .plusBox .plus {
	width: 20px;
	height: 20px;
	border: solid 3px #EA5450;
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 0;
	padding: 0px 0 0;
}
.estimate #bottomFix .plusBox .txt {
	background: #EA5450;
	border: solid 3px #fff;
	border-radius: 20px;
	font-size: 12px;
	padding: 3px 10px;
	display: inline-block;
	margin: 0 0 0 14px;
}
.estimate #bottomFix .plusBox .txt span,
.estimate #bottomFix .plusBox .txt strong {
	font-size: 12px;
	font-weight: bold;
}

.estimate .bottomSubComment {
	clear: both;
	float: none;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	margin: 15px 0 4px;
	line-height: 1.1;
}


.estimate #bottomSubmit {
	clear: both;
	float: none;
	width: 100%;
	font-size: 16px;
	border-bottom: solid 5px #B23B3B;
	padding: 5px 8px;
	margin: 15px auto 20px;
	background: #F53232;
	/* background: #DAA520 url("/common/images/estimate/arr_white_right.png") no-repeat right 30px center; */
	background-size: 8px auto;
}
.estimate #bottomSubmit:hover,
.estimate .back a:hover {
	opacity:1;
}










	
}




