/* color */
.content_form {
  /* check.php */
  /* thanks.php */
}

.content_form input,
.content_form label,
.content_form p {
  margin: 0;
}

.content_form .step-bar {
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #558317;
  text-align: center;
}

.content_form .step-bar li {
  font-size: 14px;
  position: relative;
}

.content_form .step-bar li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #558317;
  border-radius: 50%;
}

.content_form .step-bar li:not(:last-child)::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 25px;
}

.content_form .step-bar li.visited span {
  color: #fff;
  background: #558317;
}

.content_form .form_annotation .p_small {
  font-size: 12px;
}

.content_form .form_annotation .p_small span {
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  background: #CB2E25;
  border-radius: 5px;
}

.content_form .section_form {
  background: #E8EBD5;
}

.content_form .section_form .container {
  background: #fff;
}

.content_form .section_form .container form {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 90px 0;
  font-size: 13px;
}

.content_form .section_form .container form .products-btn {
  margin-top: 50px;
  background: #558317;
}

.content_form .section_form .container form .products-btn a::after, .content_form .section_form .container form .products-btn a::before {
  content: none;
}

.content_form .section_form .container form .products-btn a i {
  margin-left: 5px;
}

.content_form .section_form .container form .products-btn button {
  display: block;
  padding: 15px 0;
  color: #fff;
  width: 100%;
}

.content_form .section_form .container form .products-btn button:hover {
  color: #404040;
  background: #fff;
  opacity: 0.7;
}

.content_form .section_form .container form .products-btn button i {
  margin-left: 5px;
}

.content_form .section_form .container form .error {
  font-size: 0.8em;
  padding-top: 10px;
  padding-left: 10px;
}

.content_form .form-group {
  margin: 0;
}

.content_form .form_ttl {
  position: relative;
  font-weight: bold;
}

.content_form .form_ttl .required-icon {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  background: #CB2E25;
  border-radius: 5px;
}

.content_form .form_Input-field {
  margin-bottom: 5px;
  padding: 30px;
  background: #F5F5F5;
}

.content_form .form_Input-field.form_Input-field_lg {
  padding: 15px;
}

.content_form .form_Input-field.form_Input-field_lg .form-control {
  padding: 20px;
  font-size: 13px;
}

.content_form .form-check {
  padding: 0;
}

.content_form input::placeholder {
  color: #A0A0A0;
}

.content_form .items_wrap {
  width: 100%;
}

.content_form .items_wrap .form-check {
  border-bottom: 1px dashed #C4C4C4;
}

.content_form .items_wrap .form-check:nth-of-type(6) {
  border-bottom: 1px solid #404040;
}

.content_form .items_wrap .item-num input {
  max-width: 80px;
  text-align: center;
}

.content_form .items_wrap .fee_wrap {
  text-align: right;
}

.content_form .section02 .products-list .text_area {
  top: 45%;
  right: 9%;
}

.content_form .section02 .products-list .text_area h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}

.content_form .section02 .products-list .text_area h3 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.content_form.check_form .form_Input-field {
  padding: 30px;
}

.content_form.check_form .items_wrap > p:not(last-child) {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #C4C4C4;
}

.content_form.check_form .btn_back {
  width: 100%;
}

.content_form.check_form .btn_back i {
  margin-right: 5px;
}

.content_form.thanks_form .thanks_wrap {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content_form.thanks_form .thanks_wrap p {
  line-height: 2;
}

.content_form.thanks_form .thanks_wrap h3 {
  font-size: 24px;
}

/* SP */
@media (max-width: 767px) {
  .content_form {
    /* section02 */
    /* check.php */
    /* thanks.php */
  }
  .content_form p {
    font-size: 15px;
  }
  .content_form .form_annotation p {
    font-size: 14px;
  }
  .content_form .form_annotation .p_small {
    font-size: 12px;
  }
  .content_form .section_form .container form {
    margin-top: 40px;
    padding: 40px 0;
    font-size: 15px;
  }
  .content_form .section_form .container form .products-btn {
    margin-top: 20px;
  }
  .content_form .section_form .container form .products-btn button {
    padding: 0.5rem 0.75rem;
  }
  .content_form .form_ttl {
    padding-left: 0;
  }
  .content_form .form_ttl .required-icon {
    font-size: 12px;
  }
  .content_form .form_Input-field {
    margin: 8px auto 20px;
    padding: 15px;
  }
  .content_form .item-num {
    text-align: right;
  }
  .content_form .section02 .products-list .text_area {
    top: 30%;
    right: 6%;
    max-width: 175px;
  }
  .content_form .section02 .products-list .text_area .pc_btn {
    display: block;
    width: 100%;
  }
  .content_form .section02 .products-list .text_area .pc_btn a::before {
    margin-right: 40px;
  }
  .content_form .section02 .products-list .text_area .pc_btn a::after {
    margin-left: 40px;
  }
  .content_form .section02 .products-list .text_area-sp {
    padding: 30px 15px;
  }
  .content_form.check_form .form_Input-field {
    padding: 15px;
  }
  .content_form.thanks_form .thanks_wrap {
    margin-top: 30px;
  }
  .content_form .form_Input-field.form_Input-field_lg .form-control {
    font-size: 15px;
  }
}
