@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-top: 3px solid rgb(57, 204, 74);
  background: #f3f3f3;
}
body #wrapper {
  padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  body #wrapper {
    padding-top: 0;
  }
}
body * {
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
}
body img {
  max-width: 100%;
  height: auto;
}

header {
  text-align: center;
  background: #fff;
  margin-bottom: 50px;
}
header h1 {
  padding: 10px 0;
  margin: 0;
}

footer {
  text-align: center;
  padding-top: 80px;
}
footer p {
  font-weight: normal;
  font-size: 12px;
}

body .form_wrap {
  background-color: white;
  color: black;
  max-width: 900px;
  border: 0;
}
body .zcwf_lblLeft .zcwf_row {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
body .zcwf_lblLeft .zcwf_col_fld input[type=text],
body .zcwf_lblLeft .zcwf_col_fld textarea {
  padding: 10px;
}
body .zcwf_title {
  display: none;
}
body .title_wrap {
  padding-bottom: 20px;
}
body .title_wrap h2, body .title_wrap .form_title {
  text-align: center;
  padding: 13px 8px;
  color: #fff;
  background: rgb(57, 204, 74);
  border-radius: 5px;
  font-size: 22px;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2em;
}
body .title_wrap h2 *, body .title_wrap .form_title * {
  font-size: 1em;
  color: #fff;
}
body .title_wrap h2 span, body .title_wrap .form_title span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .title_wrap h2 .title, body .title_wrap .form_title .title {
    display: none;
  }
}
body .title_wrap h2 .sp_title, body .title_wrap .form_title .sp_title {
  display: none;
}
@media screen and (max-width: 767px) {
  body .title_wrap h2 .sp_title, body .title_wrap .form_title .sp_title {
    display: block;
  }
}
body .title_wrap p {
  font-size: 15px;
  line-height: 1.7em;
}
body .title_wrap .hissu {
  color: #ff0000;
}
body .zf-errorMessage {
  color: #ff0000;
}
body .midashi {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding: 10px;
  background: #eaf1f9;
  margin: 50px 0 10px;
  border-radius: 5px;
}
body #crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
body #crmWebToEntityForm {
  text-align: left;
  border-radius: 10px;
}
body #crmWebToEntityForm #crmWebToEntityForm * {
  direction: ltr;
}
body .zcwf_row {
  display: flex;
}
@media screen and (max-width: 767px) {
  body .zcwf_row {
    flex-wrap: wrap;
  }
}
body .sub_text {
  padding: 5px 0 0 0;
  font-size: 0.9em;
  margin: 0;
}
body .zcwf_lblLeft input[type=text], body .zcwf_lblLeft textarea {
  width: 100%;
  border: 1px solid #999 !important;
  resize: vertical;
  border-radius: 7px;
  float: none;
  margin-bottom: 5px;
}
body select {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 7px;
}
body .zcwf_col_lab {
  width: 35%;
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  float: none;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  body .zcwf_col_lab {
    width: 100%;
  }
}
body .zcwf_col_fld {
  float: none;
  width: 60%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body .zcwf_col_fld {
    width: 100%;
  }
}
body .zcwf_privacy {
  padding: 6px;
}
body .wfrm_fld_dpNn {
  display: none;
}
body .dIB {
  display: inline-block;
}
body .zcwf_row:after, body .zcwf_col_fld:after {
  content: "";
  display: table;
  clear: both;
}
body .zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 15px;
  max-width: 35%;
  word-break: break-word;
}
body .zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
body .zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 15px;
}
body .zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}
body .btn_wrap {
  text-align: center;
  padding: 25px 0 40px 0;
}
body .btn_wrap .zcwf_button {
  font-size: 18px;
  color: var(--baseColor);
  border: 2px solid #c1a3a5;
  padding: 8px 15px;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffd0d3;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  min-width: 40%;
  transition: 0.3s;
}
body .btn_wrap .zcwf_button:hover {
  filter: saturate(200%);
}
body .zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
body .zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}
body .zcwf_lblLeft .zcwf_ckbox {
  float: none;
}
body .zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}
body .clearB:after {
  content: "";
  display: block;
  clear: both;
}
body .privacy_check {
  padding: 20px 0 15px 0;
  text-align: center;
}
body .privacy_check label {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f6f6f6;
}

/* 送信完了 */
.thanks_wrap {
  width: 900px;
  padding: 50px 5%;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.thanks_wrap .thanks_title {
  margin-bottom: 30px;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  text-align: center;
  color: #ba3b3b;
}
.thanks_wrap p {
  line-height: 1.9em;
}

.privacy_title {
  padding: 40px 0 10px;
}

.privacy_wrap {
  border: 1px solid #ddd;
  padding: 20px 30px 30px;
  height: 300px;
  overflow: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .privacy_wrap {
    height: 200px;
    padding: 15px 20px 20px;
  }
}
.privacy_wrap * {
  font-size: 0.9em;
}
.privacy_wrap h4 {
  margin-bottom: 0;
}
.privacy_wrap p {
  margin: 5px 0 0 0;
}
.privacy_wrap p + p {
  margin-top: 15px;
}
.privacy_wrap a {
  color: #105aad;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.privacy_wrap ul {
  margin-top: 5px;
}
.privacy_wrap ul li {
  list-style: lower-alpha;
}

.contact_zoho .zf-templateWidth {
  width: 900px;
  max-width: 90%;
  background: #FFFFFF;
  margin: 50px auto 20px auto;
  padding: 30px 3em;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth {
    width: 100%;
    max-width: 100%;
    padding: 20px 1rem;
  }
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-templateWrapper {
    padding: 20px 2%;
  }
}
.contact_zoho .zf-templateWidth .zf-tempHeadContBdr {
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-tempHeadContBdr {
    padding: 10px 0;
  }
}
.contact_zoho .zf-templateWidth .zf-tempHeadContBdr .zf-frmDesc {
  text-align: center;
  padding-bottom: 30px;
  line-height: 2.2em;
  color: #333;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-tempHeadContBdr .zf-frmDesc {
    font-size: 0.85rem;
  }
}
.contact_zoho .zf-templateWidth .zf-frmTitle {
  padding: 13px 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-frmTitle {
    padding: 10px 0 30px;
  }
}
.contact_zoho .zf-templateWidth .zf-frmTitle em {
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #112f4f;
  font-size: 36px;
  font-style: normal;
}
.contact_zoho .zf-templateWidth .zf-subContWrap {
  width: 100%;
}
.contact_zoho .zf-templateWidth .zf-subContWrap > ul li {
  border-bottom: 1px solid #efefef;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex {
    flex-direction: column;
    gap: 10px;
  }
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-labelName {
  width: 30%;
  font-weight: normal;
  text-align: left;
  padding: 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-labelName {
    width: 100%;
  }
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-labelName::before {
  content: none;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-labelName em {
  color: #e58585;
  font-size: 15px;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-tempContDiv {
  width: 100%;
  border-radius: 0.3em;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmFlex .zf-tempContDiv input {
  width: 100%;
  border: 1px solid #bbb;
  box-shadow: none !important;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv {
  width: 30%;
  font-weight: normal;
  text-align: left;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv em {
  color: #e58585;
  font-size: 15px;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv.termsContainer {
  width: 100%;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv.termsContainer .termsInner {
  border: 1px solid #ddd;
  padding: 20px 30px 30px;
  height: 300px;
  overflow: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv.termsContainer .termsInner ul li {
  list-style-position: inside;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv textarea {
  height: 150px;
}
@media (max-width: 767px) {
  .contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv textarea {
    height: 120px;
  }
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv .zf-termsAccept {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f6f6f6;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempContDiv .zf-termsAccept .zf-descFld div {
  font-size: 14px;
}
.contact_zoho .zf-templateWidth .zf-subContWrap .zf-tempFrmWrapper .zf-labelName::before {
  content: none;
}
.contact_zoho .zf-templateWidth .tempContTitle {
  padding: 40px 0 10px;
  text-align: center;
}
.contact_zoho .zf-templateWidth .tempContTitle em {
  color: #e58585;
  font-size: 15px;
}
.contact_zoho .zf-templateWidth .zf-fmFooter {
  text-align: center;
  padding: 30px 0 2em;
  display: flex;
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
.contact_zoho .zf-templateWidth .zf-fmFooter button[type=submit] {
  display: inline-block;
  background: #85aec2;
  width: 100%;
  padding: 4% 1%;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4em;
  vertical-align: middle;
  font-style: normal;
}
.contact_zoho .zf-templateWidth .zf-tempFrmWrapper .zf-labelName {
  padding: 20px 0;
}/*# sourceMappingURL=form.css.map */