.box-form {
  max-width: 845px;
  margin: 40px auto 0px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-form {
    margin-top: 20px;
  }
}

.box-form .elq-required {
  width: 32px;
  height: 16px;
  background: #666464;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #666464;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.box-form .ttl {
  text-align: left;
  margin-bottom: 0px;
  padding: 0px 133px;
}

@media screen and (max-width: 767px) {
  .box-form .ttl {
    padding: 0px 15px;
  }
}

.box-form .list-ip {
  margin-bottom: -5px;
}

.box-form .list-ip .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #ffffff;
  padding: 23px 36px;
}

@media screen and (max-width: 767px) {
  .box-form .list-ip .item {
    padding: 20px 15px !important;
    display: block;
  }
}

.box-form .list-ip .item-03 {
  padding-top: 15px;
  padding-bottom: 11px;
}

.box-form .list-ip .item-04 .item__lb {
  padding-top: 12px;
}

.box-form .list-ip .item:nth-child(2n) {
  background: #31b4d6;
}

.box-form .list-ip .item__lb {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .box-form .list-ip .item__lb {
    width: 100%;
    padding-top: 0 !important;
    margin-bottom: 10px;
  }
}

.box-form .list-ip .item__lb .pt-other {
  padding-top: 44px;
}

@media screen and (max-width: 767px) {
  .box-form .list-ip .item__lb .pt-other {
    padding-top: 0;
  }
}

.box-form .list-ip .item__lb .elq-label {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .box-form .list-ip .item__lb .elq-label {
    display: block;
    font-size: 14px;
  }
}

.box-form .list-ip .item__cnt {
  width: 67%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 42px;
  padding-right: 23px;
}

@media screen and (max-width: 767px) {
  .box-form .list-ip .item__cnt {
    width: 100%;
    font-size: 15px;
    padding: 0;
  }
}

.box-form .list-ip .item__cnt .elq-item-input {
  height: 26px;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  color: #000000;
}

.box-form .list-ip .item__cnt textarea {
  width: 100%;
  height: 72px;
  resize: none;
  padding: 10px;
}

.box-form .list-ip .item__cnt .list-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-form .list-ip .item__cnt .list-checkbox li {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.box-form .list-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-form .list-radio li {
  width: 33.33%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .box-form .list-radio li {
    width: 50%;
  }
}

.box-form .form-agree {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box-form .form-agree {
    margin-bottom: 10px;
  }
}

.box-form .form-agree .elq-item-label {
  color: #ffffff;
}

.box-form .form-agree a {
  color: #5d61d9;
  font-size: 15px;
}

.box-form .btn-submit {
  max-width: 300px;
  height: 80px;
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/customer-success/paper-fold-for-construction/img/btn_06.png") no-repeat center/cover;
}

.box-form .btn-submit input {
  background: none;
  color: transparent;
  width: 100%;
  height: 100%;
}

.box-form .btn-submit input:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .box-form .btn-submit {
    max-width: 260px;
    height: 60px;
    background: url("/-/Media/Ricoh/Sites/co_jp/special/customer-success/paper-fold-for-construction/img/btn_06_sp.png") no-repeat center/cover;
  }
}

.box-form .pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .box-form .pc {
    display: none;
  }
}

.box-form .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .box-form .sp {
    display: block;
  }
}

.custome-radio {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

@media screen and (max-width: 767px) {
  .custome-radio {
    font-size: 13px;
  }
}

.custome-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custome-radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #6d767c !important;
  background-color: #eee;
  border-radius: 50%;
}

.custome-radio input:checked ~ .checkmark {
  background-color: #ffffff;
}

.custome-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custome-radio input:checked ~ .checkmark:after {
  display: block;
}

.custome-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6302b;
}

.custome-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

@media screen and (max-width: 767px) {
  .custome-checkbox {
    font-size: 14px;
  }
}

.custome-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custome-checkbox .checkmark {
  position: absolute;
  background-color: #ffffff;
  top: 3px;
  left: 1px;
  height: 13px;
  width: 13px;
  border: 1px solid #6d767c !important;
}

.custome-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custome-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custome-checkbox .checkmark:after {
  top: -8px;
  left: 3px;
  width: 7px;
  height: 14px;
  border: solid #c6302b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}


