
.cf-body {
  background-color: #FAFAFA !important;
}
.cf-form {
  margin: 0px auto!important;
  background-color: #FAFAFA !important;
  border-top: 1px dotted #000000!important;
  font-size: 14px!important;
  font-family:‘Hiragino Kaku Gothic Pro’, ’ヒラギノ角ゴ Pro W3’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, sans-serif!important;
  position: relative;
}
.cf-row {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px dotted #000000;
  line-height: 1.2em;
}
.cf-col{
  display: flex;
  flex-wrap: wrap;
    /* margin-top: 20px!important; */
    /* margin-bottom: 20px!important; */
    /* padding-top: 0px!important; */
    /* padding-bottom: 20px!important; */
    /* padding-left: 15px!important; */
    /* padding-right: 15px!important; */
    /* line-height: 1.2em; */
    width: 100%;
    position: relative;
    justify-content: start;
}
.cf-wrap {
  display: block !important;
  width: 100% !important;
}

.cf-label {
  display: flex!important;
  justify-content: left!important;
  align-items: center!important;
}
.cf-txt {
/*   display: block!important;
  /* width: 100%!important; */ */
  padding: 0.375rem 0.75rem!important;
  border: 1px solid #000000!important;
  height: 3em!important;
  border-radius: 0!important;
  font-size: 14px!important;
  line-height: 1.4em!important;
  color: #000!important;
  background: #fff!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out!important;
  font-family:‘Hiragino Kaku Gothic Pro’, ’ヒラギノ角ゴ Pro W3’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, sans-serif!important;
 }
.cf-txtarea {
/*   display: block!important;
  width: 100%!important; */
  padding: 0.375rem 0.75rem!important;
  border: 1px solid #000000!important;
  border-radius: 0!important;
  font-size: 14px!important;
  line-height: 1.4em!important;
  color: #000!important;
  background: #fff!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out!important;
  font-family:‘Hiragino Kaku Gothic Pro’, ’ヒラギノ角ゴ Pro W3’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, sans-serif!important;
}
.cf-select {
  font-size: 10px!important;
  color: #CC0000!important;
  padding-left: 20px!important;
}
.cf-badge-danger {
  display: block!important;
  font-size: 10px!important;
  color: #CC0000!important;
  padding-left: 20px!important;
}


.cf-button-wrap {
  display: block;
  max-width: 494px!important;
  height: 60px!important;
  margin: 30px auto;
}
.cf-submit, .cf-confirm {
  width: 100%!important;
  height: 100%!important;
  background: #101010!important;
  color: #FFF!important;
  display: flex!important;
  justify-content: center!important;
  border: none!important;
  line-height: 1.5!important;
  border-radius: 0!important;
  transition: all 0.15s ease-in-out!important;
  font-size: 14px!important;
}
.cf-submit:hover, .cf-confirm:hover {
  background: #fff!important;
  color: #101010 !important;
  transition: all 300ms ease-out;
}
.cf-return {
  background: #fff!important;
  color: #000!important;
}
.badge{
  text-align: left !important;
  font-weight: 100 !important;
}
.paragraph {
  margin: 0 auto 0 0;
  color: #BBBDBE;
  font-size: 11px;
  line-height: 2.5rem;
}
.cf-row-no-line{
  border-bottom: none !important;
}
.cf-row-agreement{
  text-align: center;
  margin: 0 auto;
}
.cf-row-agreement > .cf-col {
  display: block;
}


.cf-control-error-message {
  color: #dd0000;
  margin: 5px 0 5px auto;
  font-size: 12px!important;
}
.cf-control-error-message:before {
  clear: both;
}


.cf-result-wrap {
  position: absolute;
  bottom: 15px;
}
.cf-message-error {
  color: #dd0000;
}



@media screen and (min-width: 576px) {
  .cf-row {
    display: flex!important;
  }
  .cf-col {
    justify-content: center;
  }
  .cf-label {
    width: 40%!important;
    display: block!important;
  }
  .cf-wrap {
    width: 60%!important;
  }
  .cf-badge-danger {
    padding-left: 0px!important;
  }
}
@media screen and (min-width: 768px) {
  .cf-row {
    display: flex!important;
  }
  .cf-label {
    width: 30%!important;
  }
  .cf-wrap {
    width: 70%!important;
  }
}
