/************通常order_sp1 / order_sp1_ho 専用　*******/

.newBox {}

.spNextBtn {
  display: block;
}

.resp_link_sp {
  display: block;
}

.resp_link_pc {
  display: none;
}

/*add 240313wpj*/
.layoutTable_resp,
.layoutTable_resp_next {
  display: table;
  width: 100%;
}

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

.radioColImg_resp,
.radioColImg_resp_smart {
  margin-bottom: 16px;
}

.radioColImg_resp img,
.radioColImg_resp_smart 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;
}

.layoutR_resp,
.layoutL_resp,
.layoutL_resp_last {
  display: table-cell;
  padding-left: 8px;
  width: 50%;
  float: left;
}

.precautions_txt {
  margin: 5px 0;
}

.selectItemWater {
  margin-bottom: 0px;
}

.totalFee {
  margin-bottom: 15px;
  margin-top: 40px;
}


/************以下PC1025で表示*******/
@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 span {
    width: 800px;
    margin: 0 auto;
    font-size: 32px;
    display: block;
    padding: 12px 0;
  }


  .stepArea.stepArea01 {
    background: url(/form/assets/pc/img/step_img_01.png) 0 0 no-repeat;
    margin: 1% auto;
    width: 800px;
    padding: 1% 0 3%;
    background-position: center;
  }


  body.stateStep2 .stepArea.stepArea01 {
    background: url(/form/assets/pc/img/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: 50%;
    display: table-cell;
  }

  .selectItemWater {
    vertical-align: top;
    /*padding: 0 0 0 12px;*/
    display: contents;
    width: 550px;
    margin: 0 auto 25px;
  }

  .dispNatural {
    display: block;
    margin: 0 0 0 100px;
  }

  .layoutTable_new {
    display: block;
    margin-bottom: 0 !important;
    padding: 0 0 0 25px;
  }

  .layoutR,
  .layoutL {
    float: none;
  }

  .waterSelect {
    width: 250px;
  }

  .note_pc {
    display: block;
    width: 550px;
    margin: 0 auto;
    padding: 0 0 25px 0;
  }

  .dispNatural.mb50 {
    display: flex;
    width: 600px;
    margin: 0 auto !important;
  }

  .totalFee {
    /*margin-top: 7%;*/
    display: block;
    width: 550px;
    margin: 5% auto 4%;
  }

  .precautions_txt {
    width: 540px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    /*text-align: center;*/
    display: block;
    font-size: 16px !important;
  }

  .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;
  }

  .selectItemR .selectItemName {
    padding: 40px 0 0;
  }

  .notesItems span li {
    font-size: 16px;
  }

  .selectItemName {
    font-size: 20px;
  }

  .selectItemInfo {
    font-size: 18px;
  }

  .pc_br {
    display: none;
  }

  .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;
  }

  .newDelivery {
    padding: 20px 10px 25px;
  }

  .radioColor.layoutTable_resp span input[type=radio]+label {
    padding-top: 20px;
  }

  .radioColor.layoutTable_resp_next span input[type=radio]+label {
    padding-top: 20px;
  }

  .layoutTable_resp {
    display: table-cell;
    /*width: 75%;*/
    width: 40%;
    /*5colors専用*/
  }

  .layoutTable_resp_next {
    display: table-cell;
    width: 75%;
  }

  .radioColImg_resp {
    /*margin-bottom: 16px;*/
    /*margin:10px 0 16px;*/
    margin: 15px 2px 23px;
  }

  .radioColImg_resp_smart {
    /*margin-bottom: 16px;*/
    /*margin:10px 0 16px;*/
    margin: 0 10px 10px;
  }

  .radioColImg_resp img,
  .radioColImg_resp_smart img {
    width: 125px;
    height: 330px;
    object-fit: cover;

  }

  .layoutR_resp,
  .layoutL_resp {
    padding-left: 0;
    padding-right: 10px;
  }

  .layoutL_resp_last {
    padding-left: 0;
    padding-right: 5px;
    width: 100%;
  }

  .btnLine {
    margin-bottom: 30px;
  }


}/************PC1025閉じタグ*******/