@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -o-tab-size: 4;
  -moz-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

input.is-error,
select.is-error,
textarea.is-error {
  border-color: #e53935 !important;
}
input.is-ok,
select.is-ok,
textarea.is-ok {
  border-color: #43a047 !important;
}

input.is-error {
  background-image: url(../img/icon/icon-error.svg);
  background-position: right 15px center;
}
input.is-ok {
  background-image: url(../img/icon/icon-check.svg);
  background-position: right 15px center;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.u-hide {
  display: none !important;
}

.u-hide-sp {
  display: none !important;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #454545;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

body {
  word-wrap: break-word;
  min-height: 100vh;
  background-color: #fff;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 500;
}

.bl_mainHeader_simple {
  margin-bottom: 10px;
  padding: 23.5px 40px;
  border-bottom: solid 1px #d4ceca;
}
.bl_mainHeader_simple .bl_logo {
  display: block;
  width: 134px;
}

#top-head {
  display: none;
}

.bl_mainHeader {
  height: 160px;
  background-position: center center;
  background-size: auto 100%;
}

.bl_pageWrapper {
  max-width: 1108px;
  margin: 0 auto;
  padding: 15px 24px 60px;
}

.bl_pageWrapper h1 {
  font-weight: 700;
}

.bl_pageWrapper h1 {
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 1.42857rem;
}

:-ms-input-placeholder {
  color: #d4ceca;
}

::-webkit-input-placeholder {
  color: #d4ceca;
}

::-ms-input-placeholder {
  color: #d4ceca;
}

::-moz-placeholder {
  color: #d4ceca;
}

::placeholder {
  color: #d4ceca;
}

.bl_formList {
  max-width: 538px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.bl_formList [type=file] {
  margin-bottom: 5px;
  padding: 0;
}

.bl_formList [type=text],
.bl_formList [type=email],
.bl_formList [type=number],
.bl_formList textarea {
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
}

.bl_formList .small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.85714rem;
}

.bl_formList select {
  width: 100%;
  padding: 11px 30px 11px 16px;
  border: 1px solid #666;
  border-radius: 4px;
  background-image: url(../images/icon/arrow.svg);
  background-position: 96% center;
  background-size: 16px 10px;
  background-color: #fff;
}

.bl_formList .bl_formList_normalHeadding {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.14286rem;
}

.bl_formList .checkboxUnit {
  width: 100%;
}

.bl_formList .mwform-checkbox-field {
  display: block;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1rem;
}

.bl_formList .mwform-checkbox-field label {
  display: block;
}

.bl_formList .mwform-checkbox-field [type=checkbox] {
  display: none;
}

.bl_formList .mwform-checkbox-field [type=checkbox]:checked + .mwform-checkbox-field-text:before {
  background-image: url(../images/icon/check.svg);
  background-position: center center;
  background-size: 14px 10px;
  background-color: #f28b34;
}

.bl_formList .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -4px;
  margin-right: 10px;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: #fff;
  content: "";
  vertical-align: middle;
}

.bl_formList > div:last-child dd {
  padding-bottom: 0;
}

.bl_formList dt {
  margin-bottom: 5px;
  font-weight: 700;
}

.bl_formList dd {
  padding-bottom: 30px;
  font-size: 12px;
}
.bl_formList dd input,
.bl_formList dd select,
.bl_formList dd textarea {
  font-size: 16px;
}
.bl_btnWrapper {
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
  max-width: 538px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.bl_btnWrapper [type=submit] {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #f16521;
  color: #fff;
  font-size: 13px;
  font-size: 0.92857rem;
}

.bl_btnWrapper [type=submit]:first-child {
  margin-left: 0;
}

.bl_btnWrapper [type=submit][name=submitBack] {
  background-color: #d4ceca;
}

.mw_wp_form_confirm .form_confirm_hide,
.mw_wp_form_confirm .bl_formScroll {
  display: none;
}

.mw_wp_form_complete {
  margin-top: 30px;
}

.mw_wp_form_complete a {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 13.5px 22px;
  border-radius: 4px;
  background-color: #f16521;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.mw_wp_form_complete .el_checked {
  -webkit-transform: rotate(45deg);
  width: 30px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  transform: rotate(45deg);
  border-right: 7px solid #08be8e;
  border-bottom: 7px solid #08be8e;
}

.mw_wp_form_complete p {
  margin-bottom: 15px;
  text-align: center;
}

.mw_wp_form_complete .bl_sendComp {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.42857rem;
  text-align: center;
}

.mw_wp_form .bl_formScroll {
  max-width: 538px;
  height: 150px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  overflow: auto;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}

.mw_wp_form .bl_formScroll p {
  text-align: left;
}

.mw_wp_form .bl_formScroll .bl_formScroll_item {
  margin-top: 30px;
}

.mw_wp_form .bl_formScroll a {
  color: #fa6e00;
}

.error {
  margin-top: 4px;
}

.bl_formList_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
}

.bl_formList_flex.is-error {
  margin-bottom: 25px;
}

.bl_formList_flex input {
  margin-right: 10px;
}

.bl_formList_flex .error {
  position: absolute;
  bottom: -6px;
  left: 0;
}

.is-zero .price_change {
  display: none;
}

.el_require:before,
.el_any:before {
  display: inline-block;
  margin-right: 5px;
  padding: 0.5px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}

.el_require:before {
  background-color: #e53935;
  content: "必須";
}

.el_any:before {
  background-color: #666;
  content: "任意";
}

.mw_wp_form_confirm .el_require:after {
  display: none;
}
.page-id-6244 .mw_wp_form_complete,
.page-id-6280 .mw_wp_form_complete {
  text-align: center;
}

.page-id-6244 .mw_wp_form_complete .form_thankLink,
.page-id-6280 .mw_wp_form_complete .form_thankLink {
  display: inline-block;
  width: auto;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.bl_checktable {
  width: 100%;
}
.bl_checktable .mwform-checkbox-field,
.bl_checktable .mwform-radio-field {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.bl_checktable td,
.bl_checktable th {
  display: block;
}
.bl_checktable th {
  margin-top: 20px;
  font-weight: bold;
}

.form-template-form .wp_social_bookmarking_light {
  display: none;
}

/**
 * フォーム
 */
.footer_simple .footer_bg {
  padding: 32px 24px;
}

.footer_body_horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
          justify-content: space-between;
}
.footer_body_horizontal img {
  display: block;
}
.footer_simple_list li {
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
}
.footer_simple_list li::before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0px;
          transform: rotate(45deg);
  border-top: 1px solid #d4ceca;
  border-right: 1px solid #d4ceca;
  content: "";
  vertical-align: middle;
}

.bl_pageWrapper__form02 {
  max-width: 1088px;
}
.bl_pageWrapper__form02.bl_pageWrapper p {
  text-align: left;
}
.bl_pageWrapper__form02.bl_pageWrapper .has-text-align-center {
  text-align: center;
}
.bl_pageWrapper__form02 .wp-block-column .wp-block-group {
  margin-bottom: 0;
  background-color: #fbf0e5;
}
.bl_pageWrapper__form02 .wp-block-column h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}
.bl_pageWrapper__form02 .wp-block-column h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.bl_pageWrapper__form02 .wp-block-column ul li {
  position: relative;
  margin: 10px 0 0;
  padding-left: 12px;
}
.bl_pageWrapper__form02 .wp-block-column ul li::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ed6c00;
  content: "";
}
.bl_pageWrapper__form02 .wp-block-column .wp-block-spacer {
  display: none;
}
.bl_pageWrapper__form02 .wp-block-group {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px;
}
.bl_pageWrapper__form02 .checkboxUnit label,
.bl_pageWrapper__form02 .mwform-checkbox-field label {
  padding: 11px 15px;
  border: 1px solid #666;
  border-radius: 8px;
  font-size: 16px;
}
.bl_pageWrapper__form02 .bl_formList {
  color: #333;
  font-size: 16px;
}
.bl_pageWrapper__form02 .bl_formList dt {
  font-weight: bold;
}
.bl_pageWrapper__form02 .bl_formList dd a {
  display: inline-block;
  margin-bottom: 10px;
  color: #0234ab;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.bl_pageWrapper__form02 .bl_btnWrapper [type=submit] {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 13.5px 0;
  background-color: #f16521;
  color: #fff;
  font-size: 18px;
}
.bl_pageWrapper__form02 strong {
  display: block;
  margin-top: 10px;
}

.bl_formList_privacy {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 15px;
  background-color: #fff;
}
.bl_formList_privacy .error {
  padding: 0 10px 10px;
  text-align: right;
}
.bl_formList_privacy::before {
  position: absolute;
  top: 1px;
  left: 12px;
}
.bl_formList_privacy label {
  padding: 0 !important;
  border: none !important;
}

.bl_formList_privacy .mwform-checkbox-field-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: auto 1fr;
          align-items: center;
  padding: 10px 15px;
  gap: 20px;
}
.bl_formList_privacy .mwform-checkbox-field-text::before {
  margin-right: 0 !important;
}

body.postid-5251 {
  background-color: #fff;
}
body.postid-5251 .bl_form_caution {
  padding: 0 10px 10px;
  border: 2px solid #e53935;
  background-color: #ffeeeb;
}
body.postid-5251 .bl_pageWrapper__form02 .wp-block-column ul {
  margin-top: 20px;
  font-size: inherit;
}
body.postid-5251 .bl_pageWrapper__form02 .wp-block-column ul li::before {
  width: 3px;
  height: 3px;
  background-color: currentColor;
}
body.postid-5251 .bl_pageWrapper__form02 .wp-block-column ul li a {
  color: #0234ab;
  text-decoration: underline;
}
body.postid-5251 .bl_pageWrapper__form02 .wp-block-column ul li:nth-child(2) a {
  display: block;
  font-size: 18px;
}

.bl_annotation {
  margin-bottom: 10px;
}

.form_cost {
  margin-top: 30px;
  font-weight: bold;
}
.form_cost > div {
  margin-bottom: 5px;
}
.form_cost span {
  font-weight: normal;
}
.form_cost .form_cost_zero {
  display: none;
}
.form_cost.is-zero .form_cost_price {
  text-decoration: line-through;
}
.form_cost.is-zero .form_cost_zero {
  display: inline;
  color: #e53935;
  font-weight: bold;
}

@media only screen and (min-width: 600px){
  .bl_formList dd {
    font-size: 16px;
  }
  .u-hide-pc {
    display: none !important;
  }
  .u-hide-sp {
    display: block !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .bl_mainHeader {
    height: 200px;
  }
  .bl_pageWrapper {
    padding-top: 30px;
  }
  .bl_pageWrapper h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2rem;
  }
  .bl_pageWrapper h1,
  .bl_pageWrapper p {
    text-align: center;
  }
  .bl_pageWrapper p {
    line-height: 1.75;
  }
  .bl_formList {
    margin-top: 0px;
  }
  .bl_formList .checkboxUnit {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .bl_formList .checkboxUnit > span {
    width: 49%;
  }
  .bl_formList .checkboxUnit .vertical-item {
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .bl_btnWrapper [type=submit] {
    padding: 16px 0;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  .mw_wp_form_complete a {
    width: 320px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .mw_wp_form_complete .el_checked {
    margin-bottom: 20px;
  }
  .mw_wp_form_complete p {
    margin-bottom: 20px;
  }
  .mw_wp_form .bl_formScroll {
    font-size: 15px;
  }
  .page-id-6244 .bl_mainHeader,
  .page-id-6280 .bl_mainHeader {
    height: 340px;
  }
  .page-id-6244 .mw_wp_form_complete .form_thankLink,
  .page-id-6280 .mw_wp_form_complete .form_thankLink {
    font-size: 16px;
  }
  .bl_checktable td,
  .bl_checktable th {
    display: table-cell;
  }
  .bl_checktable td {
    padding: 10px 0;
  }
  .bl_checktable th {
    padding: 10px 10px 10px 0;
    font-weight: bold;
    vertical-align: top;
  }
  .footer_simple .footer_bg {
    padding: 52px 24px;
  }
  .footer_body_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_simple_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_simple_list li::before {
    margin: 0 10px 0 15px;
  }
  .bl_pageWrapper__form02 .wp-block-column .wp-block-spacer {
    display: block;
  }
  .bl_pageWrapper__form02 .wp-block-column h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .bl_pageWrapper__form02 .wp-block-column h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .bl_pageWrapper__form02 :where(.wp-block-columns.is-layout-flex) {
    gap: 40px;
  }
  .bl_pageWrapper__form02 .wp-block-group {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px;
  }
  .bl_pageWrapper__form02 strong {
    margin-top: 15px;
    font-size: 18px;
  }
  .bl_formList_privacy::before {
    left: -35px;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*# sourceMappingURL=form.css.map */