.newBox {}

.spNextBtn {
  display: block;
}

.resp_link_sp {
  display: block;
}

.resp_link_pc {
  display: none;
}

.pageTit {
  /*margin: 0 auto 50px;*/
  margin: 0 auto;
}


/*add 240127wpj にゃんでサーバ横並び用*/

.layoutTable_flows {
  display: table;
  width: 100%;
}

.radioColImg_flows {
  margin-bottom: 16px;
}

.radioColImg_flows img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

  .radioServer label .radioServerImg {
    /*background-color: #8ACBC3;*/
  background-color : #fff;
  background-image :
      repeating-linear-gradient(45deg,
                                rgba(148, 209, 202, 0.50),
                                rgba(148, 209, 202, 0.50) 29px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 31px),
      repeating-linear-gradient(315deg,
                                rgba(148, 209, 202, 0.50),
                                rgba(148, 209, 202, 0.50) 29px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 31px);    
  }
  
.layoutR_flows, .layoutL_flows, .layoutL_flows_last {
  display: table-cell;
  /*padding-left: 8px;*/
  width: 50%;
  float: left;
    padding: 0 4px 0 4px;
}

.sp_br {
    display: none;
  }

/*以下PCで表示*/

@media screen and (min-width: 1025px) {
  .newBox {
    width: 800px;
    margin: 0 auto;
  }
  #Header #ContBoxHeader {
    width: 800px;
    margin: 0 auto;
    padding: 8px 50px 8px 0px;
    padding-right: 0;
  }
  #Header #ContBoxHeader #HeaderLogo h1, #Header #ContBoxHeader #HeaderLogo p {
    width: 161px;
    height: 62px;
    background: url(/common/img/img_logo.png) no-repeat left center;
    background-size: 161px 62px;
    line-height: 54px;
    margin: 10px 0;
  }
  
  .pageTit {
  margin: 0 auto 20px;
}
  
  .pageTit span {
    width: 800px;
    margin: 0 auto;
    font-size: 32px;
    display: block;
    padding: 12px 0;
  }
  .stepArea.stepArea01 {
    /*background: url(/form/assets/pc/img/wpj/step_img_01.png) 0 0 no-repeat;*/
    margin: 1% auto;
    width: 800px;
    /*padding: 1% 0 3%;*/
    padding: 0;
    background-position: center;
  }
  body.stateStep2 .stepArea.stepArea01 {
    background: url(/form/assets/pc/img/wpj/step_img_02.png) 0 0 no-repeat;
    margin: 1% auto;
    width: 800px;
    padding: 1% 0 4%;
  }
  .titLine {
    font-size: 1.5rem;
  }
  .spNextBtn {
    display: none;
  }
  .selectItemWater, .selectItemServer {
    width: 100%;
    /*display: table-cell;*/
    display: inline-block;
    margin: 2% 0 0 10%;
  }
  .selectItemL img, .selectItemL {
    width: 200px;
  }
  .selectItemWater {
    vertical-align: top;
    padding: 0 0 0 12px;
  }
  .totalFee {
    /*margin-top: 7%;*/
    width: 450px;
    margin: 4% auto;
  }
  .btnLeftBlue:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .nextBtn:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .innerBase {
    padding: 0 0 5px;
  }
  #water_innerBase {
    padding: 0 10px 25px;
  }
  .selectItemL span img {
    width: 240px;
  }
  .selectItemR {
    /*padding: 5px 0 0 15px;*/
    padding: 0 0 0 5%;
    width: 500px;
  }
  .selectItemR .selectItemName {
    padding: 40px 0 0;
  }
  .selectItemRItem {
    font-size: 20px
  }
  .selectItemRName {
    font-size: 20px
  }
  .selectItemRCol {
    font-size: 20px
  }
  .selectItemRBtn {
    width: 206px;
    height: 46px;
    display: table;
  }
  .selectItemRBtn a {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #65beae;
    text-align: center;
    border: 2px solid #65beae;
    border-radius: 28px;
    text-decoration: none;
  }
  .notesItems span li {
    font-size: 15px;
  }
  .selectItemName {
    font-size: 22px;
  }
  .selectItemInfo {
    font-size: 18px;
  }
  .pc_br {
    display: none;
  }
.sp_br {
    display: block;
  }
  .totalFeeYen span {
    font-size: 32px;
  }
  .titWater {
    font-size: 18px;
    color: #55b6d5;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .layoutTable .layoutR {
    width: 70%;
  }
  .linkTxt a {
    font-size: 16px;
  }
  .totalFeeTit {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .resp_link_sp {
    display: none;
  }
  .resp_link_pc {
    display: block;
  }
  .serverWrap {
    background: none;
  }
  .colWrap {
    background: none;
  }
  #step3 {
    padding: 0;
  }
  #Header #ContBoxHeader #HeaderLogo {
    text-align: left;
    padding: 0;
  }
  .newDelivery {
    padding: 20px 10px 25px;
  }
  .newDelivery {
    padding: 20px 10px 25px;
  }
  .layoutTable_flows {
    display: table-cell;
    width: 75%;
    /*2色の場合75%。４色では25％ 5色で40%*/
  }
  .radioColImg_flows {
    margin: 0 10px 10px;
  }
  .radioColImg_flows img {
    width: 125px;
    height: 330px;
    object-fit: cover;
  }
 /* .layoutR_flows {
    padding-left: 0px;
  }
  .layoutL_flows {
    padding: 0 5px 0;
  }*/
  .radioServerImg img {
    object-fit: contain;
    height: 180px;
  }
 .dispWoodColor, .dispRegColor {
      text-align:center;
     /* padding:0 0 2%;  */
    }

    .layoutL_flows_last {
        padding-left: 5px;
        padding-right: 5px;
        width: 101%;
    }
  
}