@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ（フォーム）

---------------------------------*/
.pc_none {
  display: none;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*---------------------------------

  メールフォーム

---------------------------------*/
input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.5em 0.8em;
  width: 100%;
}
input[type="text"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  min-height: 15rem;
  resize: vertical;
  padding: 0.5em 0.8em;
  width: 100%;
}
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.zcwf_lblLeft .zcwf_col_fld_slt {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em;
  width: 100%;
}
.zcwf_lblLeft .zcwf_col_fld_slt:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.zcwf_lblLeft .zcwf_col_fld_slt::-webkit-scrollbar {
  display: none;
}
.zcwf_lblLeft .zcwf_col_fld_slt option {
  padding: .5rem;
}
.zcwf_lblLeft .zcwf_col_fld_slt option:active {
  background: var(--col-sub02);
}
.zcwf_lblLeft .zcwf_col_fld_slt option:checked {
  color: #fff;
  background: var(--col-sub02);
}
.zcwf_lblLeft .zcwf_col_fld .cBoth input.zcwf_file {
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 1rem;
  width: 100%;
}
label {
  display: block;
}
.button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 1em 2em;
  text-decoration: none;
}
.button:hover, .button:focus {
  outline: none;
}
.button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
/*---------------------------------
  エラー
---------------------------------*/
p.is-error {
  display: block;
  flex-basis: 100%;
}
p.is-error span {
  background: #ffdddd;
  color: #cc0000;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  margin: 10px 0 0;
}
/*---------------------------------
  スタイル
---------------------------------*/
#crmWebToEntityForm.zcwf_lblLeft {
  margin: 0;
}
#crmWebToEntityForm {}
.zcwf_lblLeft .zcwf_row {
  display: grid;
  gap: 1rem;
  margin: 3rem 0;
}
.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight: bold;
}
.zcwf_lblLeft .zcwf_col_lab {
  word-break: break-word;
  font-family: inherit !important;
  font-size: inherit !important;
  font-size: 1.2em !important;
  font-weight: 500;
}
.zcwf_lblLeft .zcwf_col_fld {
  position: relative;
  font-size: inherit !important;
}
.zcwf_lblLeft .zcwf_privacy {
  border: 1px solid #eee;
  margin: 3rem auto;
  padding: 2rem;
  position: relative;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT {
  position: absolute;
  top: 2.3rem;
  left: 2rem;
  width: 100%;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT label.newCustomchkbox-md {
  cursor: pointer;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: solid 2px #808080;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin: 0;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask-image: url("https://medical-use-plastic-molding.com/check/images/icon.svg");
  mask-image: url("https://medical-use-plastic-molding.com/check/images/icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"]:hover {
  border-color: #394f6d;
  box-shadow: 0 0 0 4px #CEDBFF;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"]:checked {
  background: #394f6d;
  border-color: #394f6d;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"]:checked::before {
  opacity: 1;
}
.zcwf_lblLeft .zcwf_privacy .zcwf_privacy_txt {
  vertical-align: top;
  margin: auto;
  padding-left: 3.5rem;
}
.zcwf_lblLeft .zcwf_privacy .zcwf_privacy_txt, .zcwf_lblLeft .zcwf_privacy_txt * {
  color: var(--col-main) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  text-align: left;
}
.zcwf_lblLeft .zcwf_privacy .zcwf_privacy_txt div:first-child * {
  font-weight: 600 !important;
  font-size: 1.1em !important;
}
.zcwf_lblLeft .zcwf_privacy div:last-child {}
.zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.zcwf_lblLeft .zcwf_col_help {
  margin-left: 7px;
  font-size: 14px;
  max-width: 35%;
  word-break: break-word;
}
.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%;
}
.zcwf_lblLeft .g-recaptcha {
  margin: auto;
  max-width: fit-content;
}
.zcwf_lblLeft .zcwf_col_fld:has(.formsubmit) {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: #313949;
  font-size: 1em;
}
.zcwf_lblLeft .zcwf_button {
  font-size: 1em;
  color: #313949;
  border: 1px solid #c0c6cc;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  cursor: pointer;
  max-width: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.formsubmit.zcwf_button {
  color: white !important;
  background: transparent linear-gradient(0deg, #394f6d 0%, #4A848E 100%);
  max-width: 30rem;
}
.zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%)no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}
/*----*/
.zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.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: #313949;
  z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox {
  float: left;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 896px) {
  .zcwf_lblLeft .zcwf_row {
    margin: 2rem 0;
  }
  .zcwf_lblLeft .zcwf_row:has(.g-recaptcha) {margin: 0;}
}