.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-589 .elementor-element.elementor-element-2a25be3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-text-editor.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-text-editor .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-text-editor .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-589 .elementor-element.elementor-element-e672ed3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--flex-wrap:wrap;}.elementor-589 .elementor-element.elementor-element-fad161c{--display:flex;}@media(min-width:768px){.elementor-589 .elementor-element.elementor-element-e672ed3{--content-width:1000px;}.elementor-589 .elementor-element.elementor-element-fad161c{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-d07dbb3 */.form {
  background-color: #ffffff00 !important;
}

.form-lead {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1rem;
}
.form-lead p {
  margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
  .form-lead {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

.form-tbl {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 32px;
}

.form-tbl th {
  width: 25%;
  color: #1f1f1f;
  font-weight: 500;
  padding: 50px 15px 50px 0;
  border: none !important;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2) !important;
  background-color: #ffffff00 !important;
}

.form-tbl th.must::after {
  font-weight: normal;
  content: "必須";
  color: #fff;
  background: #EB6101;
  font-size: .8em;
  line-height: 1;
  padding: .1em .1em .1em;
  border: 1px solid #EB6101;
}

.form-tbl td {
  width: 75%;
  padding-top: 40px;
  border: none !important;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2) !important;
  background-color: #ffffff00 !important;
}

.form-tbl p {
  margin-bottom: 0;
}

.form-tbl input,
.form-tbl textarea,
.form-tbl button,
.form-tbl select {
  font-size: 1rem !important;
  border: thin solid #dcdcdc !important;
  background-color: #ffffff00 !important;
  padding: .5em;
  margin-top: 10px;
  width: 100%;
  border-radius: 5px !important;
}

@media screen and (max-width: 736px) {
  .form-tbl {
    font-size: 1rem;
  }

  .form-tbl th {
    display: block;
    width: 100%;
    border-bottom: none !important;
    padding: 1em 0 .5em;
  }

  .form-tbl td {
    display: block;
    width: 100%;
    padding: 0 0 1.2em;
  }

  .form-tbl .wpcf7-text {
    width: 100%;
    height: auto;
    font-size: 1rem;
  }
}

.form-check {
  text-align: center;
  margin: 40px;
  font-size: 1em;
  font-weight: bold;
}

.form-submit .wpcf7-submit {
  display: block !important;
  width: 340px !important;
  font-size: 1rem !important;
  font-weight: bold;
  margin: 0 auto;
  border: none !important;
  padding: .8em;
  background-color: #EB6101 !important;
  color: #fff !important;
  cursor: pointer;
}

.form-submit .wpcf7-submit:hover {
  background-color: #EB6101ad !important;
  color: #fff !important;
}

@media screen and (max-width: 736px) {
  .form-check {
    font-size: 1rem;
  }

  .form-submit .wpcf7-submit {
    width: 85% !important;
    font-size: 1rem !important;
  }
}/* End custom CSS */