.bh_insert_default {
  padding: 0;
  max-width: 480px;
  /* from bh */
  /* -from bh */
  /* for skin */
  /* -for skin */
}
@media (max-width: 992px) {
  .bh_insert_default {
    max-width: 100%;
  }
}
.bh_insert_default .required_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  border-bottom: 1px solid var(--bh_color_white);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bh_insert_default .bh_write_form .btn {
  display: inline-block;
  width: auto;
  height: auto !important;
  color: var(--bh_color_white);
  font-size: inherit;
  line-height: 1.4 !important;
  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_default .bh_write_form input.btn, .bh_insert_default .bh_write_form button.btn {
  width: 44px;
  height: 34px !important;
  font-size: 13px;
  line-height: 31px !important;
  font-weight: 300;
  padding: 0 3px !important;
}
.bh_insert_default .bh_write_form input.btn:focus, .bh_insert_default .bh_write_form button.btn:focus {
  outline: none;
}
.bh_insert_default .bh_write_form input:not([type=hidden]) + input, .bh_insert_default .bh_write_form button:not([type=hidden]) + input, .bh_insert_default .bh_write_form .input_with_btn + * {
  margin-left: 3px;
}
.bh_insert_default .bh_write_form input[type="text"], .bh_insert_default .bh_write_form input[type="number"], .bh_insert_default .bh_write_form input[type="password"], .bh_insert_default .bh_write_form input[type="email"], .bh_insert_default .bh_write_form input[type="date"], .bh_insert_default .bh_write_form input[type="tel"], .bh_insert_default .bh_write_form input[type="url"] {
  display: inline-block;
  height: 34px;
  color: var(--bh_color_white);
  height: 54px;
  padding: 0 15px;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.bh_insert_default .bh_write_form input[type="text"]::placeholder, .bh_insert_default .bh_write_form input[type="number"]::placeholder, .bh_insert_default .bh_write_form input[type="password"]::placeholder, .bh_insert_default .bh_write_form input[type="email"]::placeholder, .bh_insert_default .bh_write_form input[type="date"]::placeholder, .bh_insert_default .bh_write_form input[type="tel"]::placeholder, .bh_insert_default .bh_write_form input[type="url"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.bh_insert_default .bh_write_form input[type="text"]:hover, .bh_insert_default .bh_write_form input[type="number"]:hover, .bh_insert_default .bh_write_form input[type="password"]:hover, .bh_insert_default .bh_write_form input[type="email"]:hover, .bh_insert_default .bh_write_form input[type="date"]:hover, .bh_insert_default .bh_write_form input[type="tel"]:hover, .bh_insert_default .bh_write_form input[type="url"]:hover {
  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_default .bh_write_form input[type="text"]:focus, .bh_insert_default .bh_write_form input[type="number"]:focus, .bh_insert_default .bh_write_form input[type="password"]:focus, .bh_insert_default .bh_write_form input[type="email"]:focus, .bh_insert_default .bh_write_form input[type="date"]:focus, .bh_insert_default .bh_write_form input[type="tel"]:focus, .bh_insert_default .bh_write_form input[type="url"]:focus {
  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_default .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_default .bh_write_form textarea::placeholder {
  color: var(--bh_color_gray_400);
}
.bh_insert_default .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_default .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_default .bh_write_form select {
  display: inline-block;
  width: auto;
  min-width: 230px;
  height: 34px;
  line-height: 31px;
  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_default .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_default .bh_write_form select:has(option[value=""]:checked), .bh_insert_default .bh_write_form select > option[value=""] {
  color: var(--bh_color_gray_400);
}
.bh_insert_default .bh_write_form select:has(option[value=""]:checked) > option:not(option[value=""]) {
  color: var(--bh_color_text);
}
.bh_insert_default .bh_write_form select:focus {
  outline: none;
}
.bh_insert_default .bh_write_form input.input_wide {
  width: 100%;
}
.bh_insert_default .bh_write_form input:not([type=checkbox]):not([type=radio]):disabled, .bh_insert_default .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_default .bh_write_form input[type="radio"], .bh_insert_default .bh_write_form input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.bh_insert_default .bh_write_form input[type="radio"] + label, .bh_insert_default .bh_write_form input[type="checkbox"] + label {
  display: inline-block;
  height: 20px;
  color: var(--bh_color_gray_900);
  line-height: 19px;
  vertical-align: middle;
  padding-left: 5px;
  margin-right: 14px;
  cursor: pointer;
}
.bh_insert_default .bh_write_form input[type="file"] {
  display: inline-block;
  height: 34px !important;
  color: var(--bh_color_gray_900);
  font-size: 13px;
  line-height: 34px !important;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  background: none;
  background-color: var(--bh_color_gray_50);
  border: 1px solid var(--bh_color_gray_200);
  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_default .bh_write_form input:not([type=hidden]) + input, .bh_insert_default .bh_write_form button:not([type=hidden]) + input, .bh_insert_default .bh_write_form .input_with_btn + * {
    margin-left: 0;
  }
  .bh_insert_default .bh_write_form input[type="text"], .bh_insert_default .bh_write_form input[type="password"], .bh_insert_default .bh_write_form input[type="email"] {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .bh_insert_default .bh_write_form input[type="number"] {
    width: auto;
  }
  .bh_insert_default .bh_write_form input[type="text"].date, .bh_insert_default .bh_write_form input[type="text"].krzip-postcode {
    width: calc(100% - 48px);
  }
  .bh_insert_default .bh_write_form input[type="date"], .bh_insert_default .bh_write_form input[type="tel"], .bh_insert_default .bh_write_form input[type="file"], .bh_insert_default .bh_write_form input.input_with_btn {
    width: calc(100% - 48px);
  }
  .bh_insert_default .bh_write_form input[type="text"].tel, .bh_insert_default .bh_write_form input[type="tel"].tel {
    width: calc(33.333% - 3px);
  }
  .bh_insert_default .bh_write_form select ~ input[type="text"].tel, .bh_insert_default .bh_write_form select ~ input[type="tel"].tel {
    width: calc(33.333% - 90px);
  }
  .bh_insert_default .bh_write_form textarea {
    width: 100%;
  }
}
.bh_insert_default .bh_write_form .form_item {
  margin-bottom: 15px;
}
.bh_insert_default .bh_write_form .form_item ul > li {
  display: inline-block;
}
.bh_insert_default .bh_write_form .form_item label {
  display: inline-block;
  min-width: 70px;
  font-size: 13px;
}
.bh_insert_default .bh_write_form .form_item .krZip .krzip-postcode-wrap {
  margin-bottom: 5px;
}
.bh_insert_default .bh_write_form .form_item .krZip .krzip-postcode-wrap .krzip-delete {
  display: none;
}
.bh_insert_default .bh_write_form .form_item .krZip .krzip-address-wrap {
  margin-bottom: 5px;
}
.bh_insert_default .bh_write_form .form_item .krZip .krzip-address-wrap .krzip-jibunAddress, .bh_insert_default .bh_write_form .form_item .krZip .krzip-address-wrap .krzip-extraAddress {
  display: none;
}
.bh_insert_default .bh_write_form .form_item .item_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--bh_color_white);
}
.bh_insert_default .bh_write_form .form_item .item_input {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.bh_insert_default .bh_write_form input:not([type=hidden]) + input, .bh_insert_default .bh_write_form button:not([type=hidden]) + input, .bh_insert_default .bh_write_form .input_with_btn + * {
  margin-left: 0;
}
.bh_insert_default .bh_write_form input[type="text"], .bh_insert_default .bh_write_form input[type="password"], .bh_insert_default .bh_write_form input[type="email"], .bh_insert_default .bh_write_form input[type="url"] {
  width: 100%;
}
.bh_insert_default .bh_write_form input[type="number"] {
  width: auto;
}
.bh_insert_default .bh_write_form input[type="text"].date, .bh_insert_default .bh_write_form input[type="text"].krzip-postcode {
  width: calc(100% - 48px);
}
.bh_insert_default .bh_write_form input[type="date"], .bh_insert_default .bh_write_form input[type="tel"], .bh_insert_default .bh_write_form input[type="file"], .bh_insert_default .bh_write_form input.input_with_btn {
  width: calc(100% - 48px);
}
.bh_insert_default .bh_write_form input[type="text"].tel, .bh_insert_default .bh_write_form input[type="tel"].tel {
  width: calc(33.333% - 3px);
}
.bh_insert_default .bh_write_form input[type="text"]:hover, .bh_insert_default .bh_write_form input[type="number"]:hover, .bh_insert_default .bh_write_form input[type="password"]:hover, .bh_insert_default .bh_write_form input[type="email"]:hover, .bh_insert_default .bh_write_form input[type="date"]:hover, .bh_insert_default .bh_write_form input[type="tel"]:hover, .bh_insert_default .bh_write_form input[type="url"]:hover {
  outline: none;
}
.bh_insert_default .bh_write_form input[type="text"]:focus, .bh_insert_default .bh_write_form input[type="number"]:focus, .bh_insert_default .bh_write_form input[type="password"]:focus, .bh_insert_default .bh_write_form input[type="email"]:focus, .bh_insert_default .bh_write_form input[type="date"]:focus, .bh_insert_default .bh_write_form input[type="tel"]:focus, .bh_insert_default .bh_write_form input[type="url"]:focus {
  outline: none;
}
.bh_insert_default .bh_write_form textarea {
  border-radius: 0px;
}
.bh_insert_default .bh_write_form select {
  border-radius: 0px;
}
.bh_insert_default .bh_write_form select ~ input[type="text"].tel, .bh_insert_default .bh_write_form select ~ input[type="tel"].tel {
  width: calc(33.333% - 90px);
}
.bh_insert_default .bh_write_form .write_editor {
  position: relative;
}
.bh_insert_default .bh_write_form .write_editor .editor_placeholder {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.bh_insert_default .bh_write_form .write_editor .editor_placeholder.hide {
  display: none;
}
@media (max-width: 992px) {
  .bh_insert_default .bh_write_form .write_editor .editor_placeholder {
    font-size: 14px;
  }
}
.bh_insert_default .bh_write_form .write_editor div[id^="ckeditor_"], .bh_insert_default .bh_write_form .write_editor div[id^="ckeditor_"] *, .bh_insert_default .bh_write_form .write_editor div[id^="ckeditor_"] *:before, .bh_insert_default .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_default .bh_write_form .write_editor.editor_file_only div[id^="ckeditor_"], .bh_insert_default .bh_write_form .write_editor.editor_file_only div[id^="simpleeditor_instance_"], .bh_insert_default .bh_write_form .write_editor.editor_file_only .editor_autosaved_message {
  display: none !important;
}
.bh_insert_default .bh_write_form .write_editor div[id^="simpleeditor_"] {
  font-size: 16px;
}
.bh_insert_default .bh_write_form .write_editor .rx_simpleeditor.light {
  padding: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--bh_color_white);
  max-height: 120px;
}
.bh_insert_default .agreement {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.3);
}
.bh_insert_default .agreement .confirm {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.bh_insert_default .agreement .confirm > label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.bh_insert_default .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_default .agreement .confirm input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.bh_insert_default .agreement .confirm input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--bh_color_main);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.bh_insert_default .agreement .confirm input[type="checkbox"]:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bh_insert_default .agreement .confirm a {
  position: relative;
  top: -3px;
  color: rgba(255, 255, 255, 0.4);
}
.bh_insert_default .insert_btn_wrap .insert_btn {
  display: inline-block;
  width: auto;
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .bh_insert_default .bh_write_form {
    padding: 0;
  }
  .bh_insert_default .bh_write_form .form_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bh_insert_default .bh_write_form .form_item .item_title {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: auto;
  }
  .bh_insert_default .bh_write_form .form_item .item_input {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .bh_insert_default .bh_write_form .form_item .item_title {
    font-size: 16px;
  }
}
.bh_insert_default .insert_done_wrap {
  border-radius: 3px;
  padding: 30px;
}
.bh_insert_default .insert_done_wrap .bh_title {
  font-size: 3.4rem;
  text-align: center;
}
.bh_insert_default .insert_done_wrap .insert_btn_wrap {
  text-align: center;
  margin-top: 40px;
}
/*# sourceMappingURL=e25dc29c6b3739f0ae883bfe085f894a5048d934.widget.scss.map */
