#container #gHeader{
  display: none;
}

.flat_menu_list_type_wrapper {
  margin-bottom: 3vh;
  clear:both;
} 

.lp-head-inner {
    width: 800px;
    padding: 10px;
    margin: 0 auto;
}

/*input[type="radio"] {
  display: none;
}*/

.comForm .inputUl.cmlistAddress li {
    margin-bottom: 16px;
}

.checkUl.checkUl02.flat_menu_list_type{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.checkUl.checkUl02.flat_menu_list_type li{
  background: #fff;
  margin-bottom: 1.5vh;
  padding: 0;
  /*padding: 1.8% 2.5% 1.8% 2.0%;*/
  margin-right: 0;
  width: 48%;
  display: flex;
}

.checkUl.checkUl02.flat_menu_list_type li:nth-child(3) {
    /*margin-bottom: 0;*/
}

.flat_menu_list_type  li:nth-child(4){
  margin-right: 0;
}

.checkUl.checkUl02.flat_menu_list_type li label{
  padding: 2.5% 0% 3% 5.5%;
  width: 92%;
  display: flex;
  background-color: #fff;
}

.flat_menu_list_type  span{
  background: url(https://www.8190.jp/img/common/radio_bg.png) no-repeat left top 4px;
  background-size: 20px 20px;
  padding: 4px 0 4px 29px
}

.flat_menu_list_type .flat_active  span {
  background: url(https://www.8190.jp/img/common/radio_bg_over.png) no-repeat left top 4px;
  background-size: 20px 20px;
  padding: 4px 0 4px 29px
}    

[name="inquiry_ipradio"] {
  display: none;
}

.typeBox .headline01 {
  margin-bottom: 14px;
}

.comcommodityBox {
  margin-top: 20px;
}

#inquiryDesiredTime{
  max-width: 320px;
}

/*[name="inquiry_mail"] {
  display: none;
}
*/

.comForm .radioUl {
  display: flex;
} 

.comForm .comTable .radioUl li{
  /*width: auto;
  margin-right: 16px;
  text-align: center;
  background: #fff;
  padding: 1% 0;*/
  display: initial;
  /*border: 2px solid #fff;*/
} 

.comForm .radioUl input[type="radio"] + span {
  padding: 0;
  background: none;
  width: 150px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 1% 0;
  text-align: center;
}  

.comForm .radioUl li:not(:last-child) {
  border-right: 2px solid #f1f3f5;
}  

.comForm .radioUl input[type="radio"]:checked + span {
  background-image: none;
  color: #ec1234;
  box-sizing: border-box;
  border: 2px solid #ec1234;
  border-radius: 4px;
}

/*.comForm .radioUl li:hover,*/
.comForm .radioUl li.shitadori_active {
  /*background: #F4D3D8;
  color: #ec1234;*/
  color: #ec1234;
  box-sizing: border-box;
  border: 2px solid #ec1234;
  border-radius: 4px;
}



.comForm * + .customerBox {
  margin-top: 0;
}

.customerBox .headline01 {
  display: none;
}

.acc_text {
  text-align: right;
}

.customerBox .comTable .infodetail {
  display: none;
} 

.customerBox .comTable .infodetail.acc_active  {
  display: block;
}

/*error*/
.comTable td input{
  max-width: 400px;
}

.cmIptError{
  max-width: 320px;
}

.comForm .cmIptError select, .comForm .cmIptError input[type="text"], .comForm .cmIptError input[type="tel"], .comForm .cmIptError textarea {
    border: 2px solid #ec1234;
    border-color: rgba(236,18,52,70%);
}

.comForm .submit.submit02 li {
    display: block;
}

.comForm .submit.submit02 input[type="submit"] {
    width: 311px;
}

.comForm .submit.submit02 input[type="button"] {
    background: no-repeat;
    border: none;
    text-decoration: underline;
    padding: 0;
    width: auto;
    font-size: 14px;
    margin-top: 6px;
}

#bikenameFlg.required input{
    box-sizing: border-box;
    border: 2px solid #ec1234;
    border-radius: 4px;
}

@media (max-width: 896px){
  #main .comForm .bg {
    padding: 20px 16px 32px;
  }

  .lp-head-inner {
    width: auto;
  }

  .comForm .comTable input[type="text"], .comForm .comTable input[type="password"], .comForm .comTable input[type="email"], .comForm .comTable input[type="tel"],
  .comForm .comTable select {
    height: 40px;
  }

  .checkUl.checkUl02.flat_menu_list_type li {
    background: inherit;
    padding: 0;
    width: 48% !important;
    min-height: 56px;
  }
  .checkUl.checkUl02.flat_menu_list_type li label {
    padding: 4px 7px 7px 7px;
    width: 100%;
    display: flex;
    background-color: #fff;
    align-items: center;
  }
  .comForm input[type="checkbox"] + span {
    padding: 4px 0 4px 25px;
    background: url(/img/common/check_bg.jpg) no-repeat left top 50%;
    background-size: 20px 20px;
  }  

  .comForm .inputUl.cmlistAddress {
    flex-wrap: wrap;
  }

  .comForm .inputUl.cmlistAddress li{
    margin-bottom: 16px;
  }
  .comForm .inputUl.cmlistAddress li:nth-child(3){
    width: 100%;
  }
  .comForm .comTable .radioUl li {
      margin-right: 0px;
  }
  .comForm .radioUl input[type="radio"] + span {
    width: 150px;
    padding: 2% 0;
  }

}



