@charset "utf-8";

/*
** formTop
*/


.formTop .thinBorderBox{
  padding: 20px 40px;
  border: 1px solid #b9c3c8;
}

.formTop .commonTitle05.mail{
  position: relative;
  padding-left: 50px;
}


.formTop .commonTitle05.mail::before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 37px;
  height: 24px;
  margin-right: 5px;
  background: url(/common/img/common/icon-mail.png) no-repeat;
  background-size: 37px 24px;
}

.formTop .commonTitle05.tel{
  position: relative;
  padding-left: 50px;
  line-height: 37px;
}

.formTop .commonTitle05.tel::before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 37px;
  height: 37px;
  margin-right: 5px;
  background: url(/common/img/common/icon-tel.png) no-repeat;
  background-size: 37px 37px;
}

.formTop .textbox{
  display: inline-block;
  background: #526d7b;
  padding: 3px 5px;
  border: 1px solid #526d7b;
  line-height: 1.5;
  color: #fff;
}

.formTop .textbox.white{
  background: #fff;
  line-height: 1.5;
  color: #526d7b;
}

.formTop .phone{
  line-height: 40px;
}

.formTop .number{
  position: relative;
  top: 3px;
  font-size: 26px;
  font-weight: bold;
}

.formTop .number::before{
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 36px;
  height: 25px;
  margin-left: 8px;
  margin-right: 5px;
  background: url(/common/img/common/icon-free.png) no-repeat;
  background-size: 36px 25px;
}
.formTop .number .rubi{
  position: absolute;
  top: -10px;
  right: -7px;
  font-size: 12px;
  font-weight: normal;
}

/* error */
.error{
background:#FF4C4C;
padding:8px 20px;
margin-top:10px;
}
.error span{
display:block;
color:#fff;
background:url(../img/ico_error.png) no-repeat left 0.2em;
padding-left:20px;
line-height:1.4;
}

@media (max-width: 767px) {

  .formTop .number{
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 22px;
  }

  .formTop .number::before{
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    width: 24px;
    height: 17px;
    background: url(/common/img/common/icon-free.png) no-repeat;
    background-size: 24px 17px;
  }
  .formTop .number .rubi{
    top: -15px;
  }
}


/*
** Form
*/

.commonForm .wrap{
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}



.commonForm .mb60{
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .commonForm .mb60{
    margin-bottom: 0;
  }
}

.kigyoAllWrap .wrap{
  
}

#Container main{
  padding: 35px 0 60px;
}

.commonForm .agreement.wrap{
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .commonForm .agreement.wrap{
    margin-bottom: 35px;
  }
}

.commonForm .commonTitle02{
  padding-bottom: 70px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .commonForm .commonTitle02{
    padding-bottom: 20px;
  }
}

.commonForm .attention{
  margin-bottom: 26px!important;
}

.commonForm .commonTitle04{
  margin-bottom: 38px!important;
  font-weight: bold;
}

.commonForm .commonTitle05{
  padding-bottom: 60px!important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .commonForm .commonTitle04{
    margin-bottom: 20px!important;
  }

  .commonForm .commonTitle05{
    padding-bottom: 20px!important;
  }
}

/*
**  FormProcess
*/

.commonForm .process{
  height: 58px;
  margin-bottom: 10px!important;
  border: 1px #b9c3c8 solid;
  font-size: 0;
  overflow: hidden;
}

.commonForm .process::after{
  content: "";
  clear: both;
}

.commonForm .process li{
  float: left;
  position: relative;
  width: 16.66%;
  height: 58px;
}

.commonForm .process li:last-child{
  float: right;
  width: calc(16.667%);
}

.commonForm .process li:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right: -18px;
  z-index: 1;
  width: 0;
  height: 0;
  margin-top: -29px;
  margin-left: 1px;
  border-top: 29px transparent solid;
  border-bottom: 29px transparent solid;
  border-left: 18px #b9c3c8 solid;
}

.commonForm .process li:after{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right: -17px;
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: -29px;
  border-top: 29px transparent solid;
  border-bottom: 29px transparent solid;
  border-left: 18px #fff solid;
}

.commonForm .process .current{
  background: #738792;
  color: #fff;
}

.commonForm .process .current::after{
  border-left: 18px #738792 solid;
}

.commonForm .process li:last-child::before,
.commonForm .process li:last-child::after{
  display: none;
}

.commonForm .process li span{
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 54px);
  padding: 0 18px 0 36px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}

@-moz-document url-prefix() {
  .commonForm ul.process li:before{
    right: -17px;
  }

  .commonForm ul.process li:after{
    right: -17px;
  }
}

/*
**  End of FormProcess
*/




/*
** commonForm
*/

.commonForm .form{
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .commonForm .form{
    width: 100%;
    margin-bottom: 30px;
  }
}

.commonForm .form .form-field{
  display: table;
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: auto;
  min-height: 51px;
  padding-top: 16px;
  /* padding-bottom: 25px; */
  background: #eaeff3;
  background: -webkit-gradient(linear, left top, right top, from(#eaeff3),color-stop(31.5%, #eaeff3),color-stop(31.6%, #ffffff),to(#ffffff));
  background: linear-gradient(to right, #eaeff3 0%,#eaeff3 31.5%,#ffffff 31.6%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeff3', endColorstr='#ffffff',GradientType=1 );
  border-bottom: 1px #b9c3c8 solid;
}

@media (max-width: 767px) {
  .commonForm .form .form-field{
    display: block;
    height: auto;
    min-height: 80px;
    background: none;
    padding: 0;
    padding-bottom: 15px;
  }
}

.commonForm .form .form-field.company.pd-text{
  min-height: 72px;
}
@media (max-width: 767px) {
  .commonForm .form .form-field.company.pd-text.{
    min-height: 120px;
  }
}

.commonForm .form .form-field > *{
  display: table-cell;
  word-break: break-all;
}

.commonForm .form .form-field .field-label{
  width: 31.42%;
  margin-right: 32px;
  padding-left: 30px;
  padding-right: 40px;
  color: #526d7b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  vertical-align: top;
}

.commonForm .form .form-field.required .field-label{
  padding-right: 70px;
}

@media (max-width: 767px) {
  .commonForm .form .form-field .field-label{
    display: block;
    width: 94%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 3%;
    background: #eaeff3;
    line-height: 1.25;
  }
  .commonForm .form .form-field.required .field-label{
    padding-right: 3%;
  }
}

.commonForm .form .required::after{
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 25.18%;
  width: 50px;
  height: 24px;
  background: url(/common/img/form/required.png) no-repeat;
  background-size: cover;
  /*border-radius: 3px;*/
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.commonForm .form .form-field select,
.commonForm .form .form-field input,
.commonForm .form .form-field textarea{
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0.2em 0.5em;
}

.commonForm .form .form-field select,
.commonForm .form .form-field input{
  position: absolute;
  top: 12px;
  left: 34.29%;
}

.commonForm .form .form-field input[type="text"]{
  width: 40%;
  height: 30px;
  line-height: 30px;
}


.commonForm .form .form-field.businessHIKARItoiawaseorsiryou.pd-select.form-field-master,
.commonForm .form .form-field.add3.state.pd-select,
.commonForm .form .form-field.pd-radio{
  min-height: 27px;
  padding-bottom: 8px;
}



.commonForm .form .form-field.businessHIKARItoiawaseorsiryou.pd-select.form-field-master{
  border-top: 1px #b9c3c8 solid;
  padding: 1em 0 1.6em;
}

p.form-field.boder-top {
    border-top: 1px #b9c3c8 solid;
}


@media (max-width: 767px) {

  .commonForm .form .form-field input[type="text"]{
    height: calc(30px - 0.4em);
    line-height: calc(30px - 0.4em);
  }

  .commonForm .form .form-field.email.pd-text{
    height: auto;
    min-height: 80px;
    padding-bottom: 15px;
  }
}

.commonForm .form .form-field.add1.territory.pd-text{
  float: left;
  width: 31.5%;
  height: 68px;
  min-height: 68px;
  padding-bottom: 8px;
  background: #eaeff3;
  border-bottom: none;
}

.commonForm .form .form-field.add1.territory.pd-text .field-label{
  padding-right: 0;
}

.commonForm .form .form-field.add1.territory.pd-text input{
  display: none;
}

.commonForm .form .form-field.zip{
  width: 68.5%;
  background: #fff;
  border-bottom: none;
}

.commonForm .form .form-field.zip .field-label{
  width: auto;
}

.commonForm .form .form-field.zip input,
.commonForm .form .form-field.zip .description{
  left: 30.29%;
}


.commonForm .form .form-field.zip::after{
  display: none;
}

.commonForm .form .form-field.state select{
  width: 10%;
}

.commonForm .form .form-field.state::after{
  top: -79px;
}

@-moz-document url-prefix(){
  .commonForm .form .form-field.state::after{
    top: -52px;
  }
}

.commonForm .form .form-field.add3{
  display: block;
  width: calc(77%);
  padding-left: 23%;
  border-bottom: 0;
}

.commonForm .form .form-field.add3.address_two{
  min-height: 72px;
  border-bottom: 1px #b9c3c8 solid;
}

.commonForm .form .form-field.add3 .field-label{
  position: absolute;
  left: 34.29%;
  padding-left: 0;
}

.commonForm .form .form-field.add3 select,
.commonForm .form .form-field.add3 input,
.commonForm .form .form-field.add3 .description{
  left: 52.29%;
}

@media (max-width: 767px) {
  .commonForm .form .form-field.businessHIKARItoiawaseorsiryou.pd-select.required.form-field-master,
  .commonForm .form .form-field.add1.territory.pd-text,
  .commonForm .form .form-field.add3.state.pd-select{
    height: auto;
    min-height: 86px;
    padding-bottom: 17px;
  }

  .commonForm .form .form-field.add1.territory.pd-text{
    float: none;
    width: 100%;
    min-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .commonForm .form .form-field.territory label{
    margin-bottom: 0;
  }

  .commonForm .form .form-field.zip{
    width: 100%;
    height: 73px;
    min-height: 73px;
  }

  .commonForm .form .form-field.zip .field-label{
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }

  .commonForm .form .form-field.add3{
    width: calc(100%);
    height: 73px;
    min-height: 73px;
    padding-left: 0;
    border-bottom: 0;
  }

  .commonForm .form .form-field.state select{
    width: 33%;
  }

  .commonForm .form .form-field.add3.state::before{
    top: 0;
    left: 0;
    width: 100%;
    height: 36.8px;
    background: #eaeff3 url(/common/img/form/address.png) no-repeat;
    background-size: 57px 14px;
    background-position: 3% center;
  }

  .commonForm .form .form-field.state::after{
    top: -133px;
  }

  .commonForm .form .form-field.add3 .field-label{
    top: 0px;
    left: 3%;
    background: none;
  }

  .commonForm .form .form-field.add3 select,
  .commonForm .form .form-field.add3 input,
  .commonForm .form .form-field.add3 .description{
    position: absolute;
    top: 32px;
    left: 3%;
    margin-left: 0;
  }

  .commonForm .form .form-field.add3 .description{
    top: 70px;
  }

  .commonForm .form .form-field.add3.state.pd-select{
    min-height: 79px;
    padding-bottom: 0;
  }

  .commonForm .form .form-field.city .field-label{
    height: 81px;
    padding-top: 0;
  }

  .commonForm .form .form-field.add3.city input{

    top: 21px;
  }

  .commonForm .form .form-field.add3.city .description{
    top: 60px;
  }

  .commonForm .form .form-field.add3.address_one{
    height: 79px;
    min-height: 79px;
  }

  .commonForm .form .form-field.add3.address_two{
    min-height: 116px;
    padding-bottom: 15px;
  }
}

.commonForm .form-field.businessHIKARIquestionnaire2.pd-checkbox{
  border-bottom: 1px #b9c3c8 solid;
}

.commonForm .form .required.city::after,
.commonForm .form .required.address_one::after{
  display: none;
}

@media (max-width: 1024px) {
  .commonForm .form .form-field .field-label {
    padding-right: 3%;
  }
  .commonForm .form .required::after{
    top: 12px;
    left: 24.18%;
  }
}

@media (max-width: 767px) {
  .commonForm .form .required::after{
    top: 6px;
    left: calc(97% - 50px);
  }
}

@media (max-width: 767px) {
  .commonForm .form .required::after{
    top: 8px;
    left: calc(97% - 50px);
    width: 38px;
    height: 18px;
  }
}

.commonForm .form .form-field.company input[type="text"],
.commonForm .form .form-field.email input[type="text"],
.commonForm .form .form-field.address_one input[type="text"],
.commonForm .form .form-field.address_two input[type="text"]{
  /*width: 35.71%;*/
}

.commonForm .form .form-field.phone input[type="text"],
.commonForm .form .form-field.zip input[type="text"],
.commonForm .form .form-field.city input[type="text"]{
  width: 20%;
}

.commonForm .form .form-field select,
.commonForm .form .form-field option{
  background: #fff!important;
  border: 1px solid #ccc;
  border-radius: unset;
  font-size: 14px;
}

@media (max-width: 767px) {
  .commonForm .form .form-field select,
  .commonForm .form .form-field input{
    display: block;
    position: initial;
    margin: 0 auto;
    margin-bottom: 8px;
    padding: 0.2em 0.5em;
  }

  .commonForm .form .form-field input[type="text"]{
    width: calc(94% - 1em)!important;
  }

  .commonForm .form .form-field select{
    margin: 0;
    margin-left: 3%;
  }
}

.commonForm .form .form-field span.description{
  position: absolute;
  top: 63px;
  left: 34.29%;
  line-height: 22px;
  white-space: pre-line;
}

@media (max-width: 767px) {
  .commonForm .form .form-field span.description{
    display: block;
    position: initial;
    top: 83px;
    left: 3%;
    width: 94%;
    margin: 0 auto;
  }
}

.commonForm .form .form-field.pd-checkbox .value{
  padding-left: 3%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .commonForm .form .form-field.pd-checkbox .value{
    display: block;
    position: initial;
  }
}

.commonForm .form .form-field.pd-checkbox .value::after{
  content: "";
  clear: both;
}

.commonForm .form .form-field.pd-checkbox .value >span{
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.commonForm .form .form-field.pd-checkbox .value >span:nth-child(2n + 1){
  clear: both;
}

.commonForm .form .form-field.pd-checkbox .value > span > *{
  color: #526d7b;
}

.commonForm .form .form-field.pd-checkbox .value > span > input{
  margin-top: 3px;
}

@media (max-width: 767px) {
  .commonForm .form .form-field.pd-checkbox .value >span{
    width: 100%;
    margin-bottom: 14px;
  }

  .commonForm .form .form-field.pd-checkbox .value >span:last-child{
    margin-bottom: 0;
  }
}

.commonForm .form .form-field.pd-checkbox input{
  position: unset;
  position: inherit;
  position: initial;
}

.commonForm .form .form-field.pd-checkbox input + label{
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 60px);
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.4;
  vertical-align: top;
}

@media (max-width: 767px) {
  .commonForm .form .form-field.pd-checkbox input{
    display: inline-block;
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
  }

  .commonForm .form .form-field.pd-checkbox input + label{
    width: calc(100% - 60px);
    margin-left: 0px;
    padding-left: 0em;
    padding-right: 0em;
  }
}

.commonForm .form .form-field.pd-radio {
  min-height: 18px;
  padding-bottom: 16px;
}

.commonForm .form .form-field.pd-radio .value{
  padding-left: 3%;
}

.commonForm .form .form-field.pd-radio .value > span{
  display: block;
  float: left;
  width: 50%;
}

.commonForm .form .form-field.pd-radio input{
  position: unset;
  position: inherit;
  position: initial;
}

.commonForm .form .form-field.pd-radio input[type="radio"]{
  margin-top: -4px;
}

.commonForm .form .form-field.pd-radio input + label{
  margin-left: 5px;
  padding-left: 1em;
  color: #526d7b;
}

@media (max-width: 767px) {

  .commonForm .form .form-field.pd-radio {
    min-height: 92px;
  }
  .commonForm .form .form-field.pd-radio .value{
    display: block;
    position: initial;
    padding-bottom: 10px;
  }
  .commonForm .form .form-field.pd-radio .value > span{
    width: 100%;
    margin-bottom: 15px;
  }
  .commonForm .form .form-field.pd-radio input{
    display: inline-block;
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
  }

  .commonForm .form .form-field.pd-radio input + label{
    margin-left: 0px;
    padding-left: 0em;
  }
}

.commonForm .form .form-field.pd-textarea {
  padding-bottom: 16px;
}

.commonForm .form .form-field.pd-textarea textarea{
  display: block;
  width: calc(94% - 1em);
  height: 190px;
  margin: 0;
  margin-left: 3%;
  margin-right: 0;
  resize: none;
  resize: vertical;
}
@media (max-width: 767px) {
  .commonForm .form .form-field.pd-textarea .value{
    display: block;
  }

  .commonForm .form .form-field.pd-textarea textarea{
    margin-right: 3%;
  }
}
/*
** End of commonForm
*/

/*
** privacy
*/

.commonForm .form-field.pp1.privacy.pd-text{
  margin-top: 60px;
  padding: 0;
  border: 1px #b9c3c8 solid;
  border-bottom: none;
  background: none;
}

@media (max-width: 767px) {
  .commonForm .form-field.pp1.privacy.pd-text{
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.commonForm .form-field.pp1.privacy.pd-text label{
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #eaeff3;
  font-size: 18px;
  text-align: center;
}

.commonForm .form-field.pp1.privacy.pd-text span.description{
  display: block;
  position: unset;
  position: inherit;
  top: 0;
  left: 0;
  width: 93%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
  line-height: 24px;
}

@media (max-width: 767px) {

  .commonForm .form-field.pp1.privacy.pd-text label{
    padding: 14px 0;
    font-size: 16px;
  }
  .commonForm .form-field.pp1.privacy.pd-text span.description{
    width: 88.06%;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
    line-height: 1.42;
  }
}

.commonForm form.form p.pp1 input.text{
  display: none;
}

.commonForm .form-field.pp1.privacy.pd-text{

}

.commonForm .form-field.pp2.privacycheck.pd-checkbox{
  margin-bottom: 40px;
  background: none;
  border: 1px #b9c3c8 solid;
  border-top: none;
}

@media (max-width: 767px) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox{
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox::after{
  display: none;
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox .field-label{
  display: none;
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox .value{
  display: block;
  width: 48.57%;
  margin: 0 auto;
  padding-left: 0;
  padding: 32px 0 ;
  border: 1px solid #b9c3c8;
}

@media (max-width: 1024px) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value{
    width: 60.57%;
  }
}

@media (max-width: 767px) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value{
    width: 88.06%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 2px;
  }
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span{
  float: none;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span label{
  display: initial;
  width: auto;
  margin-left: 9px;
  padding-left: 0;
  color: #526d7b;
  font-size: 18px;
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span input{
  margin-top: -13px;
}

/* Firefox */
@-moz-document url-prefix() {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span input{
    margin-top: 8px;
  }
}

/* microsoft Edge*/
@supports (-ms-ime-align: auto) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span input{
  margin-top: 8px;
  }
}

@media all and (-ms-high-contrast: none){
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span input{
    margin-top: 8px;
  }
}

.commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 50px;
  height: 24px;
  margin-top: -2px;
  margin-left: 16px;
  background: url(/common/img/form/required.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
    top: 2px;
  }
}

@-moz-document url-prefix(){
  .commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
    top: 6px;
  }
}

@media all and (-ms-high-contrast: none){
  .commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
    top: 6px;
  }
}
@supports (-ms-ime-align: auto) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
    top: 5px;
  }
}

@media (max-width: 767px) {
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span{
    display: table;
    position: relative;
    width: 89.86%;
    padding-right: 5.17%;
    padding-left: 5.17%;
    text-align: left;
  }
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span > *{
    display: table-cell;
  }
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span > label{
    display: block;
    padding-right: 58px;
    padding-left: 20px;
  }
  .commonForm .form-field.pp2.privacycheck.pd-checkbox .value > span input{
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 0px;
    margin-right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
  }
  .commonForm .form-field.pp2.privacycheck.pd-checkbox.required .value > span label::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 38px;
    height: 18px;  
    -webkit-transform: translate(-20%,-50%);
    transform: translate(-20%,-50%);
  }
}

/*
** End of privacy
*/

/*
** 
*/

.commonForm .boderBox{
  border: solid #dce1e3 5px;
  margin-bottom: 40px;  
  padding-top: 25px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .commonForm .boderBox{
    width: calc(94% - 10px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.commonForm .boderBox *{
  text-align: center;
}

.commonForm .boderBox > p.bold >label{
  display: block;
  margin-bottom: 18px;
  color: #526d7b;
}

.commonForm .boderBox .value{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.commonForm .boderBox .value > *{
  display: inline-block ;
}

.commonForm .copyRadio .value > span:first-child{
  margin-right: 60px;
}


.commonForm .boderBox.copyCheck input[type="checkbox"],
.commonForm .boderBox.copyRadio input[type="radio"]{
  margin-top: -2px;
}

.commonForm .copyRadio .value > span > label{
  margin-left: 5px;
}

@media (max-width: 767px) {
  .commonForm .copyRadio .value > span{
    display: block;
  }

  .commonForm .copyRadio .value > span:first-child{
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.commonForm .handing{
  margin-bottom: 60px;
  border: 1px solid #b9c3c8;
}

.commonForm .handing .title{
  height: auto;
  background: #eaeff3;
  padding: 11px 3%;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
}

.commonForm .handing .box{
  padding: 20px 40px;
}

.commonForm .handing .box .commonListText01{
  margin-bottom: 15px;
}

.commonForm .handing .box .commonListText01:last-child{
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .commonForm .handing{
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .commonForm .handing .title{
    font-size: 14px;
    text-align: center;
  }
}

/*
** sendMessage
*/
.commonForm .sendMessage{
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 45px;
}

.commonForm .sendMessage p{
  margin-bottom: 25px;
}

.commonForm .sendMessage .formBtn{
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.commonForm .sendMessage .formBtn a{
  display: block;
  position: relative;
  padding: 21px 0 20px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #b9c3c8;
  color: #526d7b;
  background: #fff;
  line-height: 1.2;
}

.commonForm .sendMessage .formBtn a::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fabe00;
  border-bottom: 1px solid #fabe00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 20px;
  background: none !important;
}

@media (max-width: 767px) {
  .commonForm .sendMessage{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .commonForm .sendMessage p{
    text-align: left;
  }

  .commonForm .sendMessage .formBtn{
    width: 90.77%;
    max-width: initial;
  }

  .commonForm .sendMessage .formBtn a{
    padding: 12px 0 12px;
  }
}
/*
** send button
*/

.commonForm .submit input{
  display: block;
  width: 352px;
  height: 80px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #133664;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}

.commonForm .submit input:hover{
  opacity: 0.7;
}

@media (max-width: 767px) {
  .commonForm .submit input{
    width: 94%;
    height: 60px;
    margin-bottom: 30px;
    line-height: 60px;
  }
}

.commonForm .confirm {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}

.commonForm .confirm > p{
  margin-bottom: 20px;
}

.commonForm .confirm .button{
  display: inline-block;
  position: relative;
  font-size: 0;
}
@media (max-width: 767px){
  .commonForm .confirm .button{
    display: block;
    position: relative;
    font-size: 0;
  }
}

.commonForm .confirm .button::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fabe00;
  border-bottom: 1px solid #fabe00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none !important;
}

.commonForm .confirm .button:hover::after{
  opacity: 0.7;
}

.commonForm .confirm .button.back::after{
  right: unset;
  left: 20px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.commonForm .confirm .button.back::after{
  margin-right: 32px;
}

.commonForm .confirm input{
  display: inline-block;
  position: relative;
  width: 352px;
  height: 80px;
  margin: 0 auto;
  background: #133664;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}

.commonForm .confirm .button.back input{
  background: #fff;
  color: #526d7b;
  margin-right: 32px;
  border: 1px solid #b9c3c8;
}

@media (max-width: 800px) {
  .commonForm .confirm .button{
    width: 61.19%;
    height: 60px;
    line-height: 60px;
  }
  .commonForm .confirm .button.back{
    width: 35.82%;
    height: 60px;
    margin-right: 2.99%;
    line-height: 60px;
  }
  .commonForm .confirm .button input{
    width: 100%;
    height: 60px;
    line-height: 60px;
  }

  .commonForm .confirm .button.back input{
    margin-right: 0px;
  }
}

.commonForm .confirm .button.back input:hover{
  opacity: 0.7;
}

.commonForm .confirm a:hover {
  opacity: 1;
}

.commonForm .confirm input:hover{
  opacity: 0.7;
}

.commonForm .confirm.little input{
  display: inline-block;
  position: relative;
  width: 256px;
  height: 50px;
  margin: 0 auto;
  background: #133664;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
}

.commonForm .confirm.little input:hover{
  opacity: 0.7;
}

@media (max-width: 800px) {
  .commonForm .confirm .button{
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .commonForm .confirm .button.back{
    width: 100%;
    height: 60px;
    margin-right: 2.99%;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .commonForm .confirm .button input{
    width: 100%;
    height: 60px;
    line-height: 60px;
  }

  .commonForm .confirm .button.back input{
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .commonForm .confirm{
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

  .commonForm .form .item-field .required::after{
	content: "";
	display: block;
	position: absolute;
	top: 1rem;
	left: 15rem;
	width: 50px;
	height: 24px;
	background: url(/business/common/img/form/required.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
  .commonForm .btn_border{
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    /* width: 240px; */
    font-size: 18px;
    font-weight: 700;
}

#l_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 10px;
    background: #fabe00;
}
#l_header {
    border-bottom: 1px #dddddd solid;
    border-top: 10px solid #738792;
    position: static;
    
}
.media_inq {
    padding-top: 0;
}
/*
** End of send button
*/
