@charset "UTF-8";
/* JQuery-Validation-Engine */
@import url(../app/jQueryValidationEngine/css/validationEngine.jquery.css);
/* sweetAlert2 */
@import url(../app/sweetalert2/sweetalert2.min.css);
/* Animate.css */
@import url(https://cdn.jsdelivr.net/npm/animate.css@4.0.0/animate.min.css);
.swal2-container button, .swal2-container input, .swal2-container select, .swal2-container textarea {
  font-family: inherit;
  font-size: 100%;
}

/* JQuery-Validation-Engine カスタマイズ */
.formError .formErrorContent {
  background: #ffffff;
  color: #ee0101;
  width: 100%;
  position: relative;
  min-width: 120px;
  font-size: 1em;
  font-weight: 400;
  border: 2px solid #000000;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  font-size: 0px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 0 solid #ffffff;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #000000;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #000000;
}

/* jquery validate plugin カスタマイズ */
.jqvp_error {
  font-weight: 400;
  color: #cc0000;
  background-color: #fff2e5;
}

/* SweetAlert2 カスタマイズ */
.lfcsw2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.lfcsw2-title {
  font-size: 1.2em !important;
  text-align: left !important;
}
.lfcsw2-content {
  font-size: 1em !important;
  text-align: left !important;
}
.lfcsw2-content > #swal2-content > table {
  min-width: 100% !important;
}
.lfcsw2-content > #swal2-content > table tbody {
  border-bottom: solid 1px #ffffff !important;
}
.lfcsw2-content table tr:nth-child(odd) th, .lfcsw2-content table tr:nth-child(odd) td {
  background: #ffffff !important;
  border-top: solid 1px #cccccc !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 5px 10px !important;
  min-width: auto !important;
}
.lfcsw2-content table tr th, .lfcsw2-content table tr td {
  background: #f6f7f9 !important;
  word-break: break-all !important;
  border-top: solid 1px #cccccc !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 5px 10px !important;
  min-width: auto !important;
}
.lfcsw2-content table tr th {
  white-space: nowrap !important;
  width: 30% !important;
}
.lfcsw2-content table tr td {
  width: 70% !important;
}
.lfcsw2-actions button {
  font-size: 1em !important;
  padding: 8px 20px !important;
  color: #000000 !important;
  background-color: #eeeeee !important;
  border: solid 1px #cccccc !important;
  margin: auto 10px !important;
}

.swal2-popup {
  margin-bottom: 10px;
}/*# sourceMappingURL=pmail-action.css.map */