@charset "utf-8";

/*============

step.css

=============*/

/*============================================================
clearfix
==============================================================*/

.chooseBtnTtl:after,
.chooseBtn:after,
.performanceSection ul:after,
.basicCondition dd:after,
.choose:after,
#selectConfirm dl:after,
.factoryTypeTtl:after,
.environmentDl dt:after,
.environmentDl dd ul li:after,
.environmentDl dd ul:after,
.environmentDl:after,
.detailCont:after,
.detailCont .contT:after,
.iluminationList > li:after,
.installSection:after,
.lightSection:after,
.factoryTypeList:after,
.needDl:after,
#selectList,
#selectList li:first-child p > dd:after,
#mainContainer:after,
#allContainer:after {
  content: '';
  display: block;
  clear: both;
}

/*============================================================
cmn
==============================================================*/

/* レイアウト --------------------------------- */

#allContainer,
#mainContainer {
  position: relative;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333;
}

#mainContainer {
  float: left;
  width: 73%;
  margin: 0;
  box-sizing: border-box;
}

#asideContainer {
  position: relative;
  float: right;
  width: 25%;
  z-index: 2;
}

#allContainer:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  background: url(../images/aside_bg.png) no-repeat center bottom #f1f1f1;
  background-size: 100% auto;
  z-index: 1;
}

#mainContainer a {
  text-decoration: underline;
}


/*mainContainer*/

#mainContainer h1 {
  position: relative;
  padding: 0.8rem 3%;
  overflow: hidden;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 1.1rem;
  color: #fff;
  background-color: #036;
  border-bottom-color: #052;
}

#mainContainer h1:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f6f6f6;
}

#mainContainer h1:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  margin-bottom: 2px;
}

#mainContainer h2 {
  margin-top: 1rem;
  height: 63px;
  font-size: 1.5rem;
  padding-left: 110px;
  padding-top: 1.8rem;
  position: relative;
}

#mainContainer h2:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  margin-bottom: 20px;
}

.select1 h2 {
  background: url(../images/step1_ttl_bg.png) no-repeat left top;
}

.select2 h2 {
  background: url(../images/step2_ttl_bg.png) no-repeat left top;
}

.select3 h2 {
  background: url(../images/step3_ttl_bg.png) no-repeat left top;
}

.mainColumn {
  margin: 0 2%;
}


/*selectSection*/

#selectSection {
  background-color: #036;
  margin: 5rem 4% 0;
  padding: 0 4% 4%;
  font-size: 0.8rem;
}

#selectSection h2 {
  padding-top: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}

#selectList li {
  background-color: #fff;
  list-style: none;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#selectList li h3 span {
  display: none;
}

#selectList li h3 img {
  margin-top: 2px;
}

#selectList li h3 {
  padding: 0.5rem 4% 0.6rem;
  background: url(../images/selectList_ttl_bg.png) repeat left top;
}

#selectList li p {
  margin: 0.5rem 4% 0;
}

#selectList li:first-child p img {
  float: left;
  margin-right: 5px;
}

#selectList .rechoice {
  border-top: 1px solid #ccc;
  margin: 0.5rem 4% 0;
  padding-top: 0.5rem;
  color: #fff;
}

.rechoice a {
  float: right;
  padding: 0.6rem 6% 0.6rem 15%;
  background: url(../images/rechoice_arrow.png) no-repeat 14% center #789;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.rechoice a {
  color: #fff;
  text-decoration: none;
}

.rechoice a:hover {
  background-color: #036;
}

.needDl {
  margin: 0.8rem 4% 1.0rem;
  line-height: 1.6;
}

.needDl dt {
  float: left;
  margin-right: 4%;
}

.needDl dd:before {
  border: 2px solid #999;
  border-radius: 5px;
  content: "";
  display: block;
  height: 1.6rem;
  top: 0;
  left: -2%;
  margin-top: -0.3rem;
  position: absolute;
  width: 5rem;
}

.needDl dd {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  width: 5rem;
}

.selectStep1Dl {
  margin: 0.5rem 4% 0;
}

.selectStep1Dl dt {
  float: right;
  width: 66%;
}

.selectStep1Dl dd {
  float: left;
  width: 34%;
}

.selectStep1Dl dd img {
  height: auto;
  width: 100%;
}

.stepLead {
  margin-top: -0.3rem;
  margin-left: 110px;
}

.jisStandard {
  margin-top: 0.5rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

.factoryTypeTtl h3 {
  margin-top: 1.5rem;
  background: url(../images/factory_type_ttl_bg_top.png) no-repeat left top, url(../images/factory_type_ttl_bg_btm.png) no-repeat left bottom;
  background-color: #eee;
  position: relative;
  z-index: 1;
}

.factoryTypeTtl h3:before {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}

.factoryTypeTtl > img {
  float: left;
  margin-top: 0.4rem;
  position: absolute;
  z-index: 2;
}

.factoryTypeTtl h3 {
  font-size: 1.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 100px;
}

.factoryTypeTtl figcaption p {
  padding-left: 100px;
  padding-top: 0.6rem;
}

/*============================================================
STEP2
==============================================================*/

/*factoryProcessTbl*/

.factoryProcessTbl {
  border: 3px solid #999;
  width: 100%;
  margin-top: 0.6rem;
  vertical-align: middle;
}

.factoryProcessTbl thead th {
  color: #fff;
  background: url(../images/factory_process_thead_bg.png) repeat;
  padding: 0.5rem 2%;
}

.factoryProcessTbl thead th:nth-child(2) {
  padding-left: 0;
}

.factoryProcessTbl tbody th {
  padding: 1.0rem 2%;
}

.factoryProcessTbl tbody tr:nth-child(even) {
  background-color: #eee;
}

.factoryProcessTbl tbody td em {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 5px;
  display: block;
  font-weight: normal;
  padding: 0.3rem 1rem;
  text-align: center;
}

.factoryProcessTbl tbody td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 7rem;
  padding-right: 3%;
  font-size: 0.8rem;
}

.factoryProcessTbl .clickable {
  cursor: pointer;
}


/*performanceSection*/

.performanceSection {
  border: 2px solid #ccc;
  margin-top: 1rem;
  padding: 2%;
}

.performanceSection h4 {
  color: #067;
}

.performanceSection li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-size: 0.7rem;
  margin-right: 5px;
  margin-top: 0.5rem;
  min-height: 30px;
}

.performanceSection li img {
  float: left;
  height: 30px;
}

.performanceSection li p {
  margin-left: 35px;
}


/* //20180203追加 */

.performanceSection li:nth-child(4n+1) {
  width: 27%;
}

.performanceSection li {
  width: 23%;
}

.note {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

.factoryProcessTbl tbody th span {
  font-size: 0.8rem;
  padding-left: 1rem;
}

#selectList h3 + p span {
  display: block;
  font-size: 1.1rem;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
  margin-top: 2px;
}

#selectConfirm {
  display: none;
}

/*============================================================
STEP3
==============================================================*/

.installList {
  list-style-type: none;
  margin-top: 1rem;
}

.installList li {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background: url(../images/selectable_line.png) repeat-x center -3px;
}

.installList li {
  cursor: pointer;
  padding-bottom: 0.5rem;
  color: #333;
  border-top: solid 3px transparent;
  border-left: solid 3px #f6f6f6;
  border-right: solid 3px #f6f6f6;
  border-bottom: solid 3px #f6f6f6;
}

.installList li.gray {
  background: url(../images/selectable_line.png) repeat-x center top #bbb;
  border-top: none;
  border-left: solid 3px #bbb;
  border-right: solid 3px #bbb;
  border-bottom: solid 3px #bbb;
}

.installList li span {
  background: url(../images/selectable_bulb.png) no-repeat left top;
  display: inline-block;
  min-height: 33px;
  padding-left: 2.5rem;
  padding-top: 1.0rem;
  width: 8rem;
}

.factoryTypeList {
  background: url(../images/factory_type_list_bg.png) repeat;
  margin-top: 1rem;
  padding: 3.2%;
  list-style: none;
}

.factoryTypeList li {
  float: left;
  margin-left: 0.6%;
  margin-top: 0.6%;
  width: 100%;
  max-width: 124px;
}

.factoryTypeList li img {
  height: auto;
  width: 100%;
  cursor: pointer;
}


/*============================================================
RESULT
==============================================================*/

#performSect {
  margin: 0 2%;
}

#performSect h3 {
  color: #036;
  margin-top: 1rem;
  font-size: 1rem;
}

.choose li {
  float: left;
  margin-top: 1.0rem;
  margin-right: 4%;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.choose li:nth-child(even) {
  margin-right: 0;
}

.choose li:nth-child(1),
.choose li:nth-child(2) {
  margin-top: 0.5rem;
}


/*チェックボックス
	IE8以下は通常のチェックボックスを表示*/

.choose input[type=radio],
.choose input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.choose input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}

#mainContainer #resultTtl:before {
  margin-bottom: 12px;
}

#mainContainer #resultTtl {
  height: 75px;
  margin-top: 20px;
  background: url(../images/result_ttl_bg.png) no-repeat left top;
  padding-left: 3%;
  padding-top: 1.3rem;
}

.lightSection > div {
  width: 49%;
  box-sizing: border-box;
}

.lightSection .baseArea {
  float: left;
}

.lightSection .sideArea {
  float: right;
}

.lightSection h3 {
  color: #036;
  background: url(../images/light_section_ttl_bg.png) repeat-y left top;
  border-bottom: 2px solid #ccc;
  font-size: 1.4rem;
  padding-bottom: 0.1rem;
  padding-left: 6%;
  margin-top: 2rem;
}

.iluminationList {
  margin-top: 0.8rem;
  border: solid 3px #999;
}

.iluminationList > li {
  padding: 0.7rem 2%;
}

.iluminationList > li:not(:first-of-type) {
  border-top: solid 2px #ccc;
}

.iluminationList .listL {
  float: left;
  width: 34%;
}

.iluminationList .listL img {
  width: 100%;
}

.iluminationList .listR {
  float: right;
  width: 64%;
}

.detailCont {
  background-color: #f1f1f1;
  padding: 0.6rem;
  margin-top: 0.6rem;
}

.detailCont .contT p:nth-child(1) {
  float: left;
  margin-right: 2%;
}

.detailCont .contT p:nth-child(2) {
  float: left;
  width: 7.5em;
}

.detailCont .contT p:nth-child(2) strong {
  color: #067;
  margin-right: 3px;
}

.detailCont .contB img {
  margin-top: 3px;
  margin-left: 3px;
}

.detailCont .contB img:nth-child(5n+1) {
  margin-left: 0;
}


/*installSection*/

.installSection {
  margin-top: 1rem;
}

.installSection h3 {
  color: #036;
  background: url(../images/light_section_ttl_bg.png) repeat-y left top;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.2rem 1rem;
}

.installSection h4 {
  color: #067;
  margin: 0.4rem 2% 0;
}

.installSection h5 {
  margin: 0.4rem 2% 0;
}

.installSection p {
  margin: 0.2rem 2% 0;
}

.installSection > div {
  width: 49%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  padding-bottom: 1rem;
}

.installSection .baseArea {
  float: left;
}

.installSection .sideArea {
  float: right;
}

.installSection figure,
.installSection .imgC {
  text-align: center;
  margin: 0.8rem 2% 0;
}

.basicCondition_ttl {
  background-color: #999;
  color: #fff;
  padding: 0.5rem 2%;
  margin-top: 0.2rem;
}

.basicCondition {
  margin-top: 0;
}

.basicCondition dt {
  background-color: #f1f1f1;
  border-bottom: 2px solid #ccc;
  padding: 0.5rem 2%;
  margin-top: 1rem;
}

.basicCondition dt:nth-child(1) {
  margin-top: 0;
}

.basicCondition dd {
  padding: 0.5rem 2% 0;
}

.basicCondition dd img {
  float: right;
  margin-left: 2%;
}


/*environmentDl*/

.environmentDl {
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  padding-bottom: 12px;
}

.environmentDl dt {
  float: left;
  width: 146px;
  margin-top: 12px;
}

.environmentDl dt span {
  float: right;
  width: 111px;
}

.environmentDl dd {
  float: left;
  width: 474px;
}

.environmentDl dd ul li {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}

.environmentDl dd ul li span {
  float: left;
}

.environmentDl dd ul li:nth-child(3n+1) span,
.environmentDl dd ul li:nth-child(3n) span {
  width: 107px;
}

.environmentDl dd ul li:nth-child(3n+2) span {
  width: 131px;
}

.environmentDl dd ul li:nth-child(3n+1),
.environmentDl dd ul li:nth-child(3n) {
  width: 138px;
}

.environmentDl dd ul li:nth-child(3n+2) {
  width: 162px;
}

.environmentDl img {
  float: left;
  margin-right: 5px;
}

.chooseBtn li {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  line-height: 0;
}

.chooseBtn input {
  display: none;
}

.chooseBtn input + label {
  font-size: 0;
  cursor: pointer;
}


/*ボタンの大きさ*/

.chooseBtn input + label img {
  width: 50px;
  height: 50px;
}


/* 全件ボタン */

.chooseBtnTtl input {
  display: none;
}

.chooseBtnTtl input + label {
  font-size: 0;
  float: right;
  cursor: pointer;
}

#performSect h3 {
  line-height: 2.5;
}

.sp_br {
  display: none;
}

.choose input[type=checkbox] {
  display: none;
  margin: 0;
}
.choose input[type=checkbox] + label {
  padding: 0 0 0 34px;
  display: block;
}
.choose input[type=checkbox] + label:before {
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  border: 2px solid #ccc;
}
.choose input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  left: 6px;
  width: 22px;
  height: 12px;
  margin-top: -10px;
  border-left: 4px solid #09c;
  border-bottom: 4px solid #09c;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.choose input[type=checkbox]:disabled + label {
  color: #ccc;
}
.choose input[type=checkbox]:disabled + label:before {
  background: #ccc;
}

.factoryProcessTbl .clickable:hover th,
.factoryProcessTbl .clickable:hover td {
  font-weight: bold;
  color: #f50;
}
.factoryProcessTbl .clickable:hover {
  background-color: #ff8;
  cursor: pointer;
}
.installList li:hover {
  color: #f90;
  background-color: #ffff80;
  border: solid 3px #fd1;
}
.installList li.gray:hover {
  color: #333;
  background: url(../images/selectable_line.png) repeat-x center top #bbb;
  border-top: none;
  border-left: solid 3px #bbb;
  border-right: solid 3px #bbb;
  border-bottom: solid 3px #bbb;
}
.installList li:hover span {
  background: url(../images/selectable_bulb_on.png) no-repeat left top;
}
.installList li.gray:hover span {
  background: url(../images/selectable_bulb.png) no-repeat left top;
}

.rechoice:after,
.selectStep1Dl:after,
#selectList li h3:after {
  content: '';
  display: block;
  clear: both;
}

/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {
  #allContainer:before {
    display: none;
  }

  #mainContainer {
    float: none;
    width: auto;
    max-width: 100%;
  }

  #asideContainer {
    float: none;
    width: auto;
    max-width: 100%;
  }
  .tb_br {
    display: none;
  }
  #selectConfirm {
    display: block;
    border: 2px solid #29bccc;
    margin-top: 1rem;
  }
  
  #selectConfirm h3 {
    background-color: #29bccc;
    padding: 0.5rem 2%;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  
  #selectConfirm dl {
    font-size: 0.8rem;
    padding: 0.3rem 2% 0.4rem;
  }
  
  #selectConfirm dt {
    color: #29bccc;
    float: left;
    text-align: right;
    width: 5rem;
    margin-top: 0.2rem;
  }
  
  #selectConfirm dd {
    padding-left: 5rem;
    margin-top: 0.2rem;
  }
  #selectConfirm {
    border-bottom: 2px solid #29bccc;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 1rem 0;
    background-color: #fff;
  }
  .factoryProcessTbl tbody td:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    top: 0;
    right: 10%;
    background: url(../images/selectable_arrow_on.png) no-repeat right center;
  }
  .factoryProcessTbl tbody td {
    padding-right: 35px;
  }
  .installList li a {
    position: relative;
  }
  .installList li a:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    top: 0;
    right: 2%;
    background: url(../images/selectable_arrow_on.png) no-repeat right center;
  }
  .installList li.gray a:after {
    background: none;
  }
  #selectSection {
    margin: 1rem 2% 0;
    padding: 0 2% 2%;
    font-size: 0.88rem;
  }
  .selectStep1Dl {
    margin: 0.5rem 2% 0;
  }
  .selectStep1Dl dd {
    width: 15%;
  }
  .selectStep1Dl dt {
    width: 85%;
  }
  .selectStep1Dl dd img {
    max-width: 90px;
  }
  #selectList li h3 {
    padding: 0.7rem 2% 0.5rem;
  }
  #selectList li h3 span {
    margin-right: 2%;
    margin-top: -0.4rem;
  }
  #selectList .rechoice {
    margin: 0.5rem 2% 0;
  }
  #selectList li p {
    margin: 0.5rem 2% 0;
  }
  .rechoice a {
    padding: 0.8rem 0 0.8rem 8%;
    background: url(../images/rechoice_arrow.png) no-repeat 23% center #789;
    box-sizing: border-box;
    width: 9rem;
  }
  .needDl {
    margin: 0.8rem 2% 1rem;
  }
  .needDl dt {
    margin-right: 2%;
  }
  .iluminationList .listL {
    width: 32%;
    min-width: 90px;
  }
  .iluminationList .listR {
    width: 64%;
  }
}

/*-------------

スマホ

--------------*/

@media (max-width: 639px) {
  #performSect h3 {
    font-size: 0.9rem;
  }
  #allContainer {
    position: relative;
    margin: 0;
    padding: 1.5em 0 0;
    overflow: visible;
  }

  #mainContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #asideContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc_br {
    display: none;
  }
  .performanceSection li:nth-child(4n+1) {
    width: 48%;
  }
  .performanceSection li {
    width: 48%;
    height: 30px;
  }
  .performanceSection li:nth-child(4n+1) {
    width: 48%;
  }
  .performanceSection li {
    width: 48%;
    height: 45px;
  }
  #selectList li:after {
    content: '';
    display: block;
    clear: both;
  }
  #allContainer,
  #mainContainer {
    font-size: 0.8rem;
  }
  #mainContainer h2 {
    background-size: 62px 62px;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 1rem 2% 0;
    padding-left: 70px;
    padding-top: 0.5rem;
  }
  .select1 h2 {
    background: url(../images/s/step1_ttl_bg.png) no-repeat left center;
  }
  .select2 h2 {
    background: url(../images/s/step2_ttl_bg.png) no-repeat left center;
  }
  .select3 h2 {
    background: url(../images/s/step3_ttl_bg.png) no-repeat left center;
  }
  .stepLead {
    margin: 0.5rem 2% 0;
  }
  .factoryTypeTtl h3 {
    font-size: 1.2rem;
    padding-left: 90px;
  }
  .factoryTypeTtl figcaption p {
    margin: 1.5rem 2% 0;
    padding-left: 0;
    padding-top: 0;
  }
  .factoryTypeList {
    margin-top: 1rem;
    padding: 2%;
  }
  .factoryTypeList li {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 33.3%;
  }
  .mainColumn {
    margin: 0;
  }
  .factoryTypeTtl > img {
    margin-left: 2%;
    margin-top: 3px;
    min-width: 66px;
    width: 14%;
  }
  .factoryProcessTbl {
    border: none;
  }
  #selectSection {
    margin: 1rem 0 0;
    padding: 0;
    background-color: #fff;
  }
  #selectSection h2 {
    background-color: #29bccc;
    padding: 0.5rem 2%;
    font-size: 0.9rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  }
  #selectList li {
    margin-top: 0;
    border-bottom: 2px solid #29bccc;
    position: relative;
    padding-bottom: 1rem;
  }
  #selectList .cho_l {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #selectList .rechoice {
    float: right;
    margin: -1.5rem 2% 0 0;
    border-top: medium none;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .rechoice a {
    padding: 0.9rem 0 0.9rem 30%;
    width: 7rem;
    box-sizing: border-box;
    background: url(../images/rechoice_arrow.png) no-repeat 18% center #789;
  }
  .selectStep1Dl {
    margin: 0;
    padding: 0.3rem 8rem 0 2%;
  }
  .selectStep1Dl dt {
    float: none;
    width: auto;
  }
  .selectStep1Dl dd {
    display: none;
  }
  #selectList li .cho_l p {
    margin: 0;
    padding: 0.3rem 8rem 0 2%;
  }
  .needDl {
    margin: 0.6rem 8rem 0 2%;
  }
  #performSect {
    margin: 1rem 2%;
  }
  .lightSection .baseArea,
  .lightSection .sideArea {
    float: none;
  }
  .lightSection > div {
    width: 100%;
  }
  .iluminationList {
    border: none;
  }
  .lightSection h3 {
    font-size: 1.2rem;
    padding-left: 4%;
  }
  .iluminationList {
    margin-top: 0;
  }
  .iluminationList .listL {
    width: 24%;
    min-width: 100px;
  }
  .iluminationList .listR {
    width: 66%;
  }
  .installSection .baseArea,
  .installSection .sideArea {
    float: none;
  }
  .installSection > div {
    width: 100%;
    border: none;
  }
  .installSection {
    margin-top: 3rem;
  }
  .choose input[type=checkbox] + label {
    padding: 0 0 0 38px;
  }
  .choose input[type=checkbox] + label:before {
    width: 2.0rem;
    height: 2.0rem;
  }
  .choose input[type=checkbox]:checked + label:after {
    height: 16px;
    left: 10px;
  }
  .choose li {
    margin-top: 1.3rem;
  }
  .installSection h3 {
    margin: 0.4rem 2% 0;
  }
  .performanceSection {
    margin: 1rem 2%;
  }
  .factoryProcessTbl tbody td:after {
    right: 6%;
  }
  .factoryProcessTbl tbody td {
    padding-right: 25px;
  }
  #selectList li h3 {
    background: none;
    font-size: 1rem;
    color: #29bccc;
    padding: 0.6rem 9rem 0 2%;
  }
  #selectList li h3 img {
    display: none;
  }
  #selectList li h3 span {
    display: block;
    float: none;
    text-shadow: none;
  }
  #selectList li h3 span small {
    display: inline;
    font-size: 0.8rem;
  }
  #selectList li h3 span strong {
    margin-right: 2%;
    color: #29bccc;
    font-size: 1.1rem;
  }
  .chooseBtn input + label img {
    width: 45px;
    height: 45px;
  }
}
