.bh_insert_simple {
  padding: 0;
  /* from bh */
  /* -from bh */
  /* for skin */
  /* -for skin */
}
.bh_insert_simple .bh_write_form {
  border-top: 1px solid #000;
}
.bh_insert_simple .bh_write_form .extra_type {
  font-size: 18px;
  font-weight: 600;
  color: var(--bh_color_white);
  padding: 12px 16px;
  background-color: #003a8b;
}
.bh_insert_simple .bh_write_form .btn {
  display: inline-block;
  width: auto;
  height: auto !important;
  color: var(--bh_color_white);
  font-size: inherit;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  background: none;
  background-color: var(--bh_color_gray_600);
  border: 1px solid var(--bh_color_gray_600);
  border-radius: 0px;
  padding: 0 10px !important;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
.bh_insert_simple .bh_write_form input.btn, .bh_insert_simple .bh_write_form button.btn {
  width: 44px;
  height: 34px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0 3px !important;
}
.bh_insert_simple .bh_write_form input.btn:focus, .bh_insert_simple .bh_write_form button.btn:focus {
  outline: none;
}
.bh_insert_simple .bh_write_form input:not([type=hidden]) + input, .bh_insert_simple .bh_write_form button:not([type=hidden]) + input, .bh_insert_simple .bh_write_form .input_with_btn + * {
  margin-left: 3px;
}
.bh_insert_simple .bh_write_form input[type="text"], .bh_insert_simple .bh_write_form input[type="number"], .bh_insert_simple .bh_write_form input[type="password"], .bh_insert_simple .bh_write_form input[type="email"], .bh_insert_simple .bh_write_form input[type="date"], .bh_insert_simple .bh_write_form input[type="tel"], .bh_insert_simple .bh_write_form input[type="url"] {
  display: inline-block;
  height: 68px;
  color: var(--bh_color_gray_800);
  color: var(--bh_color_gray_900);
  background-color: var(--bh_color_white);
  border: 0;
  border-radius: 0px;
  padding: 0 15px;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form input[type="text"]::placeholder, .bh_insert_simple .bh_write_form input[type="number"]::placeholder, .bh_insert_simple .bh_write_form input[type="password"]::placeholder, .bh_insert_simple .bh_write_form input[type="email"]::placeholder, .bh_insert_simple .bh_write_form input[type="date"]::placeholder, .bh_insert_simple .bh_write_form input[type="tel"]::placeholder, .bh_insert_simple .bh_write_form input[type="url"]::placeholder {
  color: var(--bh_color_gray_400);
}
.bh_insert_simple .bh_write_form input[type="text"]:hover, .bh_insert_simple .bh_write_form input[type="number"]:hover, .bh_insert_simple .bh_write_form input[type="password"]:hover, .bh_insert_simple .bh_write_form input[type="email"]:hover, .bh_insert_simple .bh_write_form input[type="date"]:hover, .bh_insert_simple .bh_write_form input[type="tel"]:hover, .bh_insert_simple .bh_write_form input[type="url"]:hover {
  background-color: var(--bh_color_white);
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form input[type="text"]:focus, .bh_insert_simple .bh_write_form input[type="number"]:focus, .bh_insert_simple .bh_write_form input[type="password"]:focus, .bh_insert_simple .bh_write_form input[type="email"]:focus, .bh_insert_simple .bh_write_form input[type="date"]:focus, .bh_insert_simple .bh_write_form input[type="tel"]:focus, .bh_insert_simple .bh_write_form input[type="url"]:focus {
  background-color: var(--bh_color_white);
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form textarea {
  display: block;
  width: 100%;
  color: var(--bh_color_gray_900);
  background-color: var(--bh_color_gray_50);
  border: 1px solid var(--bh_color_gray_200);
  border-radius: 0px;
  padding: 8px 9px;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form textarea::placeholder {
  color: var(--bh_color_gray_400);
}
.bh_insert_simple .bh_write_form textarea:hover {
  background-color: var(--bh_color_white);
  border-color: var(--bh_color_gray_300);
  outline: none;
  box-shadow: 0 1px 5px 0 rgba(28, 35, 69, 0.12);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form textarea:focus {
  background-color: var(--bh_color_white);
  border-color: var(--bh_color_gray_900);
  outline: none;
  box-shadow: 0 1px 5px 0 rgba(28, 35, 69, 0.12);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bh_insert_simple .bh_write_form select {
  display: inline-block;
  width: auto;
  min-width: 230px;
  height: 34px;
  padding: 0 0 0 9px;
  background-color: var(--bh_color_gray_100);
  border: 1px solid var(--bh_color_gray_300);
  border: 1px solid var(--bh_color_gray_200);
  border-radius: 0px;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 13.172 4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222l4.95 4.95z' fill='%23757575'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
}
.bh_insert_simple .bh_write_form select:disabled {
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  background-color: var(--bh_color_gray_200);
  opacity: 1;
  -webkit-text-fill-color: none;
}
.bh_insert_simple .bh_write_form select:has(option[value=""]:checked), .bh_insert_simple .bh_write_form select > option[value=""] {
  color: var(--bh_color_gray_400);
}
.bh_insert_simple .bh_write_form select:has(option[value=""]:checked) > option:not(option[value=""]) {
  color: var(--bh_color_text);
}
.bh_insert_simple .bh_write_form select:focus {
  outline: none;
}
.bh_insert_simple .bh_write_form input.input_wide {
  width: 100%;
}
.bh_insert_simple .bh_write_form input:not([type=checkbox]):not([type=radio]):disabled, .bh_insert_simple .bh_write_form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=file]):read-only {
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  background-color: var(--bh_color_gray_200);
  opacity: 1;
  -webkit-text-fill-color: none;
}
.bh_insert_simple .bh_write_form input[type="radio"], .bh_insert_simple .bh_write_form input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.bh_insert_simple .bh_write_form input[type="radio"] + label, .bh_insert_simple .bh_write_form input[type="checkbox"] + label {
  display: inline-block;
  height: 20px;
  color: var(--bh_color_gray_900);
  vertical-align: middle;
  padding-left: 5px;
  margin-right: 14px;
  cursor: pointer;
}
.bh_insert_simple .bh_write_form input[type="file"] {
  display: inline-block;
  height: 34px !important;
  color: var(--bh_color_gray_900);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  margin-top: 20px;
  background: none;
  border-radius: 0;
  padding: 0 9px !important;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .bh_insert_simple .bh_write_form input:not([type=hidden]) + input, .bh_insert_simple .bh_write_form button:not([type=hidden]) + input, .bh_insert_simple .bh_write_form .input_with_btn + * {
    margin-left: 0;
  }
  .bh_insert_simple .bh_write_form input[type="text"], .bh_insert_simple .bh_write_form input[type="password"], .bh_insert_simple .bh_write_form input[type="email"] {
    width: 100%;
  }
  .bh_insert_simple .bh_write_form input[type="number"] {
    width: auto;
  }
  .bh_insert_simple .bh_write_form input[type="text"].date, .bh_insert_simple .bh_write_form input[type="text"].krzip-postcode {
    width: calc(100% - 48px);
  }
  .bh_insert_simple .bh_write_form input[type="date"], .bh_insert_simple .bh_write_form input[type="tel"], .bh_insert_simple .bh_write_form input[type="file"], .bh_insert_simple .bh_write_form input.input_with_btn {
    width: calc(100% - 48px);
  }
  .bh_insert_simple .bh_write_form input[type="text"].tel, .bh_insert_simple .bh_write_form input[type="tel"].tel {
    width: calc(33.333% - 3px);
  }
  .bh_insert_simple .bh_write_form select ~ input[type="text"].tel, .bh_insert_simple .bh_write_form select ~ input[type="tel"].tel {
    width: calc(33.333% - 90px);
  }
  .bh_insert_simple .bh_write_form textarea {
    width: 100%;
  }
}
.bh_insert_simple .bh_write_form .form_item {
  display: flex;
  border-bottom: solid 1px #ddd;
}
.bh_insert_simple .bh_write_form .form_item .item_title {
  min-width: 180px;
  background-color: #f6f6f6;
  padding: 21px 0 21px 16px;
  font-size: 16px;
  font-weight: 800;
  color: #222;
}
.bh_insert_simple .bh_write_form .form_item .item_title em {
  color: #ff1919;
}
.bh_insert_simple .bh_write_form .form_item ul > li {
  display: inline-block;
}
.bh_insert_simple .bh_write_form .form_item label {
  display: inline-block;
  min-width: 70px;
  font-size: 13px;
}
.bh_insert_simple .bh_write_form .form_item .krZip .krzip-postcode-wrap {
  margin-bottom: 5px;
}
.bh_insert_simple .bh_write_form .form_item .krZip .krzip-postcode-wrap .krzip-delete {
  display: none;
}
.bh_insert_simple .bh_write_form .form_item .krZip .krzip-address-wrap {
  margin-bottom: 5px;
}
.bh_insert_simple .bh_write_form .form_item .krZip .krzip-address-wrap .krzip-jibunAddress, .bh_insert_simple .bh_write_form .form_item .krZip .krzip-address-wrap .krzip-extraAddress {
  display: none;
}
.bh_insert_simple .bh_write_form input:not([type=hidden]) + input, .bh_insert_simple .bh_write_form button:not([type=hidden]) + input, .bh_insert_simple .bh_write_form .input_with_btn + * {
  margin-left: 0;
}
.bh_insert_simple .bh_write_form input[type="text"], .bh_insert_simple .bh_write_form input[type="password"], .bh_insert_simple .bh_write_form input[type="email"], .bh_insert_simple .bh_write_form input[type="url"] {
  width: 100%;
  border-radius: 0px;
}
.bh_insert_simple .bh_write_form input[type="number"] {
  width: auto;
}
.bh_insert_simple .bh_write_form input[type="text"].date, .bh_insert_simple .bh_write_form input[type="text"].krzip-postcode {
  width: calc(100% - 48px);
}
.bh_insert_simple .bh_write_form input[type="date"], .bh_insert_simple .bh_write_form input[type="tel"], .bh_insert_simple .bh_write_form input[type="file"], .bh_insert_simple .bh_write_form input.input_with_btn {
  width: calc(100% - 48px);
}
.bh_insert_simple .bh_write_form input[type="text"].tel, .bh_insert_simple .bh_write_form input[type="tel"].tel {
  width: calc(33.333% - 3px);
}
.bh_insert_simple .bh_write_form input[type="text"]:hover, .bh_insert_simple .bh_write_form input[type="number"]:hover, .bh_insert_simple .bh_write_form input[type="password"]:hover, .bh_insert_simple .bh_write_form input[type="email"]:hover, .bh_insert_simple .bh_write_form input[type="date"]:hover, .bh_insert_simple .bh_write_form input[type="tel"]:hover, .bh_insert_simple .bh_write_form input[type="url"]:hover {
  outline: none;
}
.bh_insert_simple .bh_write_form input[type="text"]:focus, .bh_insert_simple .bh_write_form input[type="number"]:focus, .bh_insert_simple .bh_write_form input[type="password"]:focus, .bh_insert_simple .bh_write_form input[type="email"]:focus, .bh_insert_simple .bh_write_form input[type="date"]:focus, .bh_insert_simple .bh_write_form input[type="tel"]:focus, .bh_insert_simple .bh_write_form input[type="url"]:focus {
  outline: none;
}
.bh_insert_simple .bh_write_form textarea {
  border-radius: 0px;
}
.bh_insert_simple .bh_write_form select {
  width: 100%;
  border-radius: 0px;
}
.bh_insert_simple .bh_write_form select ~ input[type="text"].tel, .bh_insert_simple .bh_write_form select ~ input[type="tel"].tel {
  width: calc(33.333% - 90px);
}
.bh_insert_simple .bh_write_form .write_editor {
  min-width: unset;
  width: 100%;
  max-width: 100%;
}
.bh_insert_simple .bh_write_form .write_editor .rx_simpleeditor.light {
  border: 0;
}
.bh_insert_simple .bh_write_form .write_editor div[id^="ckeditor_"], .bh_insert_simple .bh_write_form .write_editor div[id^="ckeditor_"] *, .bh_insert_simple .bh_write_form .write_editor div[id^="ckeditor_"] *:before, .bh_insert_simple .bh_write_form .write_editor div[id^="ckeditor_"] *:after {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}
.bh_insert_simple .bh_write_form .write_editor.editor_file_only div[id^="ckeditor_"], .bh_insert_simple .bh_write_form .write_editor.editor_file_only div[id^="simpleeditor_instance_"], .bh_insert_simple .bh_write_form .write_editor.editor_file_only .editor_autosaved_message {
  display: none !important;
}
.bh_insert_simple .bh_write_form .write_editor div[id^="simpleeditor_"] {
  font-size: 16px;
}
.bh_insert_simple .agreement .confirm {
  text-align: center;
  margin-top: 10px;
  padding: 15px 0;
  /*background: #f5f5f5;*/
}
.bh_insert_simple .agreement .confirm > label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.bh_insert_simple .agreement .confirm input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  color: var(--bh_color_gray_200);
  line-height: 1;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
  appearance: none;
}
.bh_insert_simple .agreement .confirm input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 0px;
}
.bh_insert_simple .agreement .confirm input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--bh_color_sub);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.bh_insert_simple .agreement .confirm input[type="checkbox"]:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bh_insert_simple .insert_btn_wrap {
  margin-top: 32px;
}
.bh_insert_simple .insert_btn_wrap .insert_btn {
  display: inline-block;
  width: 200px;
  border-radius: 12px;
  background-color: var(--bh_color_white);
  border: 1px solid #003a8b;
  padding: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #003a8b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bh_insert_simple .insert_btn_wrap .insert_btn:hover {
  color: var(--bh_color_white);
  background-color: var(--bh_color_main_dark);
}
@media (max-width: 992px) {
  .bh_insert_simple .bh_write_form {
    padding: 0;
  }
}
.bh_insert_simple .insert_done_wrap {
  border-radius: 3px;
  padding: 30px;
}
.bh_insert_simple .insert_done_wrap .bh_title {
  font-size: 3.4rem;
  text-align: center;
}
.bh_insert_simple .insert_done_wrap .insert_btn_wrap {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .bh_insert_simple .bh_write_form .extra_type {
    font-size: 15px;
  }
  .bh_insert_simple .bh_write_form .form_item .item_title {
    min-width: 136px;
    height: 68px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .bh_insert_simple .bh_write_form .form_item .item_title.etc {
    height: auto;
  }
  .bh_insert_simple .insert_btn_wrap .insert_btn {
    width: 100%;
    font-size: 16px;
  }
}
/*# sourceMappingURL=c55ab421e7e2bc1162c9376c7a37dd8efdd8c155.widget.scss.map */
