/* $Id: $ */
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-attachment: fixed;
  color: #444444;
  font:
    75%/1.3 Arial,
    Helvetica,
    sans-serif;
  margin: 0 auto;
}

input,
input[type="text"],
input[type="search"],
isindex,
textarea,
button {
  outline: none;
  margin: 0 auto;
  padding: 5px 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

img,
a {
  border: 0px;
  outline: none;
  color: #3a6cae;
  text-decoration: none;
}
img,
a:hover {
  text-decoration: underline;
}
.zf-flLeft {
  float: left;
}
.zf-flRight {
  float: right;
}
.zf-clearBoth {
  clear: both;
}
ol,
ul {
  list-style: none outside none;
}
.zf-normalText {
  font-size: 13px;
  line-height: 1.5;
}
.zf-smallText {
  font-size: 0.9em;
  font-weight: normal;
}
.zf-smallHeading {
  font-size: 18px;
}
.zf-heading {
  font-size: 2em;
}
.zf-subHeading {
  font-size: 1.5em;
}
.zf-boldText,
.zf-boldText a {
  font-weight: bold;
  text-decoration: none;
}
.zf-italicText {
  font-style: italic;
}
.zf-heading a {
  text-decoration: underline;
}
.zf-heading a:hover {
  text-decoration: none;
}
.zf-blodText {
  font-weight: bold;
}
.zf-overAuto {
  overflow: auto;
}
.zf-split {
  color: #8b9193;
  padding: 0 3px;
}

.zf-backgroundBg {
  background: #f5f5f5;
}

.zf-templateWidth {
  margin: 1% auto;
}

.zf-templateWidth {
  width: 800px;
}

.zf-templateWrapper {
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0px 3px #e1e1e1;
  -moz-box-shadow: 0 0px 3px #e1e1e1;
  box-shadow: 0 0px 3px #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.zf-tempContDiv input[type="text"],
.zf-tempContDiv textarea,
.zf-tempContDiv .zf-pdfTextArea {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  font-size: 13px;
}

.zf-tempContDiv input[type="text"]:hover,
.zf-tempContDiv textarea:hover {
  border: 1px solid rgba(157, 157, 157, 0.75) !important;
}
.zf-tempContDiv input[type="text"]:focus,
.zf-tempContDiv textarea:focus {
  border: 1px solid rgba(121, 187, 238, 0.75) !important;
  -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
}

.zf-tempContDiv textarea {
  height: 75px;
}
.arrangeAddress .zf-addrCont span.zf-addtwo {
  width: 99% !important;
  float: none !important;
}
/**********Error Message***********/
.zf-errorMessage {
  font:
    12px Arial,
    Helvetica,
    sans-serif;
  color: #ff0000;
  padding-top: 5px;
}

/**********Mandatory Message***********/
.zf-important {
  color: #ff0000 !important;
  font-weight: normal;
  margin-left: 0px;
  padding: 0;
  font-size: 13px !important;
}

/**********instruction Message***********/
.zf-instruction {
  color: #939393;
  font-style: italic;
  margin-top: 3px;
  font-size: 12px;
  overflow: visible !important;
  word-break: break-all;
  margin-bottom: 3px;
}

.zf-symbols {
  padding: 0 5px;
}

.zf-overflow {
  overflow: hidden;
}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.zf-tempHeadContBdr {
  background: #494949;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 2em;
}
.zf-tempHeadContBdr .zf-frmDesc {
  color: #dddddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/****************template Header Ends Here****************/

.zf-subContWrap {
  padding: 0;
  margin: 10px;
  margin-bottom: 0;
}

.zf-tempFrmWrapper {
  padding: 10px 15px;
  margin: 1px 0;
}

.zf-tempFrmWrapper .zf-tempContDiv {
  margin: 0;
  padding: 0;
}

.zf-tempFrmWrapper .zf-labelName {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}

.zf-form-sBox {
  padding: 4px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.zf-name .zf-tempContDiv span,
.zf-phone .zf-tempContDiv span,
.zf-time .zf-tempContDiv span {
  float: left;
  display: block;
}

.zf-name .zf-tempContDiv span {
  margin-bottom: 5px;
  margin-left: 4%;
}
.zf-name .zf-tempContDiv span.last {
  margin-right: 0;
}
.zf-name .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}
.zf-name .zf-tempContDiv input[type="text"] {
  width: 100%;
}

.zf-phone .zf-tempContDiv span label,
.zf-date .zf-tempContDiv span label,
.zf-time .zf-tempContDiv span label,
.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label,
.zf-name .zf-tempContDiv span label {
  font-size: 11px;
  padding-top: 3px;
}
.zf-phone .zf-tempContDiv label,
.zf-date .zf-tempContDiv label,
.zf-time .zf-tempContDiv label,
.zf-address .zf-tempContDiv label,
.zf-name .zf-tempContDiv span label {
  color: #888888;
}
.zf-phone .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}
.zf-phone .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-currency .zf-tempContDiv span {
  display: inline-block;
}
.zf-currency .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}
.zf-currency .zf-tempContDiv .zf-symbol {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 4px;
  width: auto;
  font-weight: bold;
}

.zf-decesion .zf-tempContDiv {
  width: 100% !important;
  margin-top: 4px;
}
.zf-decesion input[type="checkbox"] {
  display: block;
  height: 13px;
  margin: 0;
  padding: 0;
  width: 13px;
  float: left;
  margin-top: 4px;
}
.zf-decesion label {
  display: block;
  line-height: 21px;
  margin: 0px 0 0 25px !important;
  padding-bottom: 0 !important;
  width: 95% !important;
  float: none !important;
  line-height: 21px !important;
  text-align: left !important;
}

.zf-tempContDiv input[type="file"] {
  outline: none;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px;
  width: auto;
}

.zf-address .zf-tempContDiv span,
.zf-geolocation .zf-tempContDiv span {
  display: block;
  padding-bottom: 15px;
  margin-right: 2%;
}

.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-address .zf-tempContDiv .zf-addOne,
.zf-geolocation .zf-tempContDiv .zf-addOne {
  float: none;
  padding-bottom: 15px;
  margin-right: 0;
}

.zf-address .zf-tempContDiv .zf-addOne input,
.zf-geolocation .zf-tempContDiv .zf-addOne input {
  width: 98%;
}
.zf-address .zf-tempContDiv span.zf-addtwo,
.zf-geolocation .zf-tempContDiv span.zf-addtwo {
  width: 48%;
}
.zf-address .zf-tempContDiv span.zf-addtwo input,
.zf-geolocation .zf-tempContDiv span.zf-addtwo input {
  width: 99%;
}
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox {
  width: 100%;
}

.zf-signContainer {
  margin: 0;
  padding: 0;
  width: 100%;
}
.zf-signContainer canvas {
  cursor: crosshair;
  border: 1px solid #ccc;
  background: #fff;
}
.zf-signContainer a {
  font-size: 11px;
  text-decoration: underline;
  display: block;
}

.zf-section h2 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: "Open Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
.zf-section p {
  color: #847f7f;
  margin-top: 10px;
}

.zf-note .zf-labelName {
  padding-top: 7px;
}
.zf-templateWrapper .zf-note {
  overflow: hidden;
}

.zf-date .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: left;
}

.zf-subDate {
  margin-right: 10px;
}
.zf-subDate label {
  text-align: left !important;
}

.zf-time .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}

.zf-time .zf-tempContDiv .zf-form-sBox {
  min-width: 58px;
}

.zf-time .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-tempContDiv input[type="checkbox"],
.zf-tempContDiv input[type="radio"] {
  display: block;
  height: 13px;
  margin: 4px 0 0;
  padding: 0;
  width: 13px;
}

.zf-radio .zf-overflow,
.zf-checkbox .zf-overflow {
  padding-left: 2px !important;
}

.zf-sideBySide .zf-tempContDiv span {
  margin: 0 15px 5px 0;
  padding: 0;
  width: auto;
  float: left;
  display: block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-top: 3px;
  float: left;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}
.zf-sideBySide .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-oneColumns .zf-tempContDiv span {
  margin: 0 0 13px 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
}
.zf-oneColumns .zf-tempContDiv span:last-child {
  margin-bottom: 0;
}

.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}
.zf-oneColumns .zf-tempContDiv span label {
  line-height: 19px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 13px;
}
.zf-twoColumns .zf-tempContDiv span {
  margin: 0 5px 13px 0;
  width: 48%;
  float: left;
  display: block;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}
.zf-twoColumns .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}
.zf-threeColumns .zf-tempContDiv span {
  margin: 0 5px 13px 0;
  width: 30%;
  float: left;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-top: 3px;
  float: left;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}
.zf-threeColumns .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-mSelect select {
  font-size: 13px;
}

.zf-fmFooter {
  margin: 0;
  padding: 25px;
  text-align: center;
}

.zf-fmFooter .zf-submitColor {
  font-size: 14px;
  padding: 4px 10px;
}

.zf-submitColor {
  color: #fff;
  border: 1px solid;
  border-color: #2f9eec #1988d6 #1988d6;
  background: #2596e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2f9eec),
    to(#1988d6)
  );
  background: -moz-linear-gradient(top, #2f9eec, #1988d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.zf-submitColor:hover {
  background: #1988d6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1988d6),
    to(#1988d6)
  );
  background: -moz-linear-gradient(top, #1988d6, #1988d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
}

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"],
.zf-small .zf-tempContDiv textarea,
.zf-small .zf-mSelect select,
.zf-small .zf-tempContDiv .zf-sliderCont,
.zf-small .zf-tempContDiv .zf-pdfTextArea,
.zf-small .zf-signContainer {
  width: 50%;
}
.zf-medium .zf-tempContDiv input[type="text"],
.zf-medium .zf-tempContDiv textarea,
.zf-medium .zf-mSelect select,
.zf-medium .zf-tempContDiv .zf-sliderCont,
.zf-medium .zf-tempContDiv .zf-pdfTextArea,
.zf-medium .zf-signContainer {
  width: 75%;
}
.zf-large .zf-tempContDiv input[type="text"],
.zf-large .zf-tempContDiv textarea,
.zf-large .zf-mSelect select,
.zf-large .zf-tempContDiv .zf-sliderCont,
.zf-large .zf-tempContDiv .zf-pdfTextArea,
.zf-large .zf-signContainer {
  width: 100%;
}
.signContainer canvas {
  width: 100%;
}

.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 50%;
}
.zf-medium .zf-tempContDiv .zf-form-sBox {
  width: 75%;
}
.zf-large .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-name .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-namesmall .zf-nameWrapper {
  width: 50%;
}
.zf-namesmall .zf-tempContDiv span {
  width: 48%;
}

.zf-namesmall .zf-oneType .zf-salutationWrapper span {
  width: 63%;
}
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 33%;
}

.zf-namesmall .zf-twoType .zf-salutationWrapper span {
  width: 34%;
  margin-left: 3%;
}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 26%;
}

.zf-namesmall .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 50%;
}

.zf-namesmall .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span,
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation,
.zf-rightAlign
  .zf-namesmall
  .zf-threeType
  .zf-salutationWrapper
  .zf-salutation {
  width: 50%;
}

.zf-namemedium .zf-nameWrapper {
  width: 75%;
}

.zf-namemedium .zf-tempContDiv span {
  width: 49%;
  margin-left: 2%;
}

.zf-namemedium .zf-oneType .zf-salutationWrapper span {
  width: 73%;
}
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namemedium .zf-twoType .zf-salutationWrapper span {
  width: 38%;
  margin-left: 2%;
}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 20%;
}

.zf-namemedium .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper span {
  width: 25%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 19%;
}

.zf-namemedium .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-namelarge .zf-tempContDiv span {
  width: 23.5%;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 0;
}
.zf-namelarge .zf-twoType .zf-nameWrapper span {
  width: 49%;
  margin-left: 2%;
}
.zf-namelarge .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namelarge .zf-twoType .zf-salutationWrapper span {
  width: 40%;
  margin-left: 2%;
}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-threeType .zf-salutationWrapper span {
  width: 26%;
  margin-left: 2%;
}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-oneType .zf-salutationWrapper span {
  width: 73%;
  margin-left: 2%;
}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namelarge .zf-tempContDiv span:first-child {
  margin-left: 0 !important;
}

.zf-csmall .zf-tempContDiv input[type="text"] {
  width: 43%;
}
.zf-cmedium .zf-tempContDiv input[type="text"] {
  width: 67%;
}
.zf-clarge .zf-tempContDiv input[type="text"] {
  width: 91%;
}

.zf-nsmall .zf-tempContDiv input[type="text"] {
  width: 50%;
}
.zf-nmedium .zf-tempContDiv input[type="text"] {
  width: 75%;
}
.zf-nlarge .zf-tempContDiv input[type="text"] {
  width: 100%;
}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 49%;
}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 60%;
}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 74%;
}

.zf-addrsmall .zf-tempContDiv .zf-addrCont {
  width: 50%;
}
.zf-addrmedium .zf-tempContDiv .zf-addrCont {
  width: 75%;
}
.zf-addrlarge .zf-tempContDiv .zf-addrCont {
  width: 100%;
}

/****************Field Small/Medium/Large Ends Here****************/

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  padding-bottom: 8px;
  display: block;
}

.zf-topAlign .zf-threeColumns .zf-labelName,
.zf-topAlign .zf-twoColumns .zf-labelName,
.zf-topAlign .zf-oneColumns .zf-labelName,
.zf-topAlign .zf-sideBySide .zf-labelName {
  padding-bottom: 8px;
}

.zf-leftAlign {
  display: block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  margin-right: 15px;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}

.zf-leftAlign .zf-slider .zf-tempContDiv {
  margin-top: 6px;
}

.zf-leftAlign .zf-decesion .zf-tempContDiv,
.zf-rightAlign .zf-decesion .zf-tempContDiv {
  margin-left: 0 !important;
}

.zf-rightAlign {
  display: block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  text-align: right;
  margin-right: 15px;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}
.zf-matrixTable {
  font-size: 13px;
  overflow-x: scroll;
  padding-bottom: 15px !important;
}
.zf-matrixTable table th,
.zf-matrixTable table td {
  padding: 10px;
}
.zf-matrixTable thead th,
.zf-matrixTable table td {
  text-align: center;
}
.zf-matrixTable table td input[type="radio"],
.zf-matrixTable table td input[type="checkbox"] {
  display: inline-block;
}
.zf-matrixTable tbody th {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}
.zf-matrixTable thead th {
  font-weight: 600;
  font-size: 13px;
}

/****************Form Top Align Starts Here****************/

.zf-termsContainer {
  margin: 0;
  padding: 0;
}
.zf-termsContainer .zf-termsMsg {
  border: 1px solid #e1e1e1;
  max-height: 250px;
  min-height: 70px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 6px;
}
.zf-termsContainer .zf-termScrollRemove {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: 6px;
}
.zf-termsAccept {
  margin-top: 2px !important;
}
.zf-termsAccept input[type="checkbox"] {
  margin-top: 2px !important;
  float: left;
}
.zf-termsAccept label {
  margin-left: 20px;
  font-size: 13px;
  float: none;
  display: block;
}

.zf-termsWrapper .zf-tempContDiv {
  margin-left: 0 !important;
}
.zf-termsWrapper .zf-labelName {
  width: 100% !important;
  text-align: left !important;
  padding-bottom: 8px !important;
}

.zf-medium .zf-phwrapper {
  width: 75%;
}
.zf-phwrapper.zf-phNumber span {
  width: 100% !important;
}
.zf-phwrapper span:first-child {
  margin-left: 0;
  width: 22%;
}
.zf-phwrapper label {
  display: block;
  color: #888888;
  font-size: 11px;
  margin-top: 2px;
}
.zf-medium .zf-phonefld input[type="text"],
.zf-small .zf-phonefld input[type="text"] {
  width: 100%;
}
.zf-small .zf-phwrapper {
  width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
  width: auto;
  margin: inherit;
}
.zf-phwrapper span {
  margin-bottom: 10px;
  float: left;
  width: 76%;
  margin-left: 2%;
}
.zf-descFld a {
  text-decoration: underline;
}
.zf-descFld em {
  font-style: italic;
}
.zf-descFld b {
  font-weight: bold;
}
.zf-descFld i {
  font-style: italic;
}
.zf-descFld u {
  text-decoration: underline;
}
.zf-descFld ul {
  margin: auto;
}
.zf-descFld ul {
  list-style: disc;
}
.zf-descFld ol {
  list-style: decimal;
}
.zf-descFld ul,
.zf-descFld ol {
  margin: 10px 0;
  padding-left: 20px;
}

.zf-descFld ol.code {
  list-style-position: outside;
  list-style-type: decimal;
  padding: 0 30px;
}

.zf-descFld ol.code li {
  background-color: #f5f5f5;
  border-left: 2px solid #cccccc;
  margin: 1px 0;
  padding: 2px;
}

.zf-descFld blockquote.zquote {
  border-left: 3px solid #efefef;
  padding-left: 35px;
}
.zf-descFld blockquote.zquote span.txt {
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
  color: #058bc2;
  float: left;
  font:
    bold 50px Arial,
    Helvetica,
    sans-serif;
  margin: -10px 0 0 -30px;
}
.zf-descFld blockquote.block_quote {
  background: url("../images/newQuote.gif") no-repeat scroll 12px 10px
    rgba(0, 0, 0, 0);
  border-left: 3px solid #efefef;
  font:
    13px/20px georgia,
    Arial,
    verdana,
    Helvetica,
    sans-serif;
  margin: 15px 3px 15px 15px;
  padding: 10px 10px 10px 40px;
}
.zf-descFld body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 8px;
}
.note .noteCont {
  overflow: hidden;
}
.note .zf-descFld {
  overflow: hidden;
  font-size: 13px;
}

.zf-type-hidden {
  display: none;
}

.p-wrap.p-form {
  padding: 3rem 1.2rem 5.6rem;
}
.p-form {
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-form {
    background: #ffffff;
  }
}
.p-form__cont {
  max-width: 60rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 3.2rem 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-form__cont {
    background: unset;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-form__head {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #111111;
  margin-bottom: 2.4rem;
}
.p-form__head::before {
  content: "";
  position: relative;
  background: url(../img/ico/ico_mail1-3.svg) no-repeat center/contain;
  width: 2rem;
  height: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
}
.p-form__note {
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #111111;
}

.zf-templateWidth {
  width: auto;
  margin: auto;
}
.zf-templateWrapper {
  border: none;
  box-shadow: none;
}
.zf-subContWrap.zf-topAlign {
  margin: 0 1rem;
}
.zf-subContWrap.zf-topAlign ul {
  font-size: 0;
}
.zf-tempFrmWrapper.zf-small {
  padding: 0 0 3.2rem;
  margin: 0 0 3.2rem;
  border-bottom: 1px solid #e5e6e6;
}
.zf-small .zf-tempContDiv input[type="text"],
.zf-small .zf-tempContDiv textarea,
.zf-small .zf-mSelect select,
.zf-small .zf-tempContDiv .zf-sliderCont,
.zf-small .zf-tempContDiv .zf-pdfTextArea,
.zf-small .zf-signContainer {
  width: 100%;
}
.zf-small .zf-phwrapper {
  width: 100%;
}
.zf-required {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  background: #ee032b;
  width: 3rem;
  height: 1.6rem;
  border-radius: 0.2rem;
}
.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.8rem;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111111;
}
.zf-namemedium .zf-nameWrapper {
  width: 100%;
}
.zf-tempFrmWrapper .zf-tempContDiv {
  margin: 1.2rem 0 0;
}
.zf-tempFrmWrapper.zf-small.li-half {
  display: inline-block;
  width: calc((100% - 1rem) / 2);
  border: none;
  padding: 0;
  vertical-align: top;
}
.zf-tempContDiv.prefectures {
  position: relative;
}
.zf-tempContDiv.prefectures::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(../img/ico/arw_1-7.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 0.6rem;
  display: inline-block;
  margin-right: 1rem;
}
.zf-tempFrmWrapper.zf-small.li-half-right {
  margin-left: 1rem;
}
.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-radio.zf-tempFrmWrapper.zf-oneColumns {
  padding: 3.2rem 0 0;
  margin: 0;
}
.preferred-plan {
  border-top: 1px solid #b8b8b8;
}

.zf-radio .zf-overflow {
  padding-left: 0 !important;
}
.zf-overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.zf-oneColumns span.zf-multiAttType {
  width: calc((100% - 1rem) / 2);
  margin: 0;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: absolute;
  visibility: hidden;
}
.zf-oneColumns .zf-tempContDiv span label {
  display: block;
  width: 100%;
  border: solid 1px #b8b8b8;
  border-radius: 0.6rem;
  padding: 1.3rem 3.2rem 1.3rem 1.2rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #111111;
  white-space: nowrap;
  margin: 0;
}
.zf-oneColumns .zf-tempContDiv span label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/ico/ico_check.svg) no-repeat center/contain;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  right: 1rem;
}
.zf-oneColumns .zf-tempContDiv span input:checked + label::after {
  background: url(../img/ico/ico_check-on.svg) no-repeat center/contain;
}
.zf-oneColumns .zf-radioChoice span {
  display: inline;
  letter-spacing: -0.26em;
}
.zf-radio.zf-tempFrmWrapper.zf-oneColumns.condition {
  padding: 0;
}
.zf-message {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #666666;
  margin: 0.2rem 0 3.2rem;
}
.zf-tempFrmWrapper.zf-small.inquiry-content {
  padding: 3.2rem 0 0;
  margin: 0 0 2.4rem;
  border-top: 1px solid #b8b8b8;
  border-bottom: none;
}
.zf-any {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  background: #999999;
  width: 3rem;
  height: 1.6rem;
  border-radius: 0.2rem;
}
.zf-note-message {
  margin: 0 1rem 2.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #000000;
}
.zf-note-message a {
  color: #0066c0;
  text-decoration: underline;
}
.zf-fmFooter {
  padding: 0;
}
.zf-fmFooter .zf-submitColor {
  padding: 0;
  width: 21rem;
  height: 5.2rem;
  background: #c0585c;
  border: none;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.zf-submitColor:hover {
  background: #c0585c;
}

.p-form__summary {
  margin-bottom: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-form__summary span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
}
.p-form__summary span.req {
  background: #ee032b;
}
.p-form__summary span.any {
  background: #808080;
}
.p-form__list:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-form__detail-note {
  margin-top: 1rem;
  color: #666666;
}
.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-form__btn-item {
  width: calc((100% - 1rem) / 2);
}
.p-form__btn-item input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: absolute;
  visibility: hidden;
}
.p-form__btn-item label {
  display: block;
  width: 100%;
  border: solid 1px #c4c4c4;
  border-radius: 0.4rem;
  padding: 1.2rem 0.5rem 1.2rem 3.1rem;
  position: relative;
  font-size: 1.3rem;
}
.p-form__btn-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url("../img/ico/ico_check.svg") no-repeat center/contain;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  left: 1rem;
}
.p-form__btn-item input:checked + label::after {
  background: url("../img/ico/ico_check-on.svg") no-repeat center/contain;
}
.p-form__field-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.p-form__field-1__item {
  width: 100%;
}
.p-form__field-1__select {
  width: 100%;
  position: relative;
}
.p-form__field-1__select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #c4c4c4;
  border-left: solid 2px #c4c4c4;
}
.p-form__submit {
  margin-top: 2.4rem;
}
.p-form__privacy {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-form__privacy input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 0.4rem;
}
.p-form__privacy a {
  color: #0066c0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
}
.p-form input[type="text"],
.p-form input[type="email"],
.p-form input[type="tel"] {
  border: solid 1px #b8b8b8;
  padding: 1rem;
  border-radius: 0.6rem;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.p-form input[type="text"]::-webkit-input-placeholder,
.p-form input[type="email"]::-webkit-input-placeholder,
.p-form input[type="tel"]::-webkit-input-placeholder {
  color: #c0c0c0;
}
.p-form input[type="text"]::-moz-placeholder,
.p-form input[type="email"]::-moz-placeholder,
.p-form input[type="tel"]::-moz-placeholder {
  color: #c0c0c0;
}
.p-form input[type="text"]:-ms-input-placeholder,
.p-form input[type="email"]:-ms-input-placeholder,
.p-form input[type="tel"]:-ms-input-placeholder {
  color: #c0c0c0;
}
.p-form input[type="text"]::-ms-input-placeholder,
.p-form input[type="email"]::-ms-input-placeholder,
.p-form input[type="tel"]::-ms-input-placeholder {
  color: #c0c0c0;
}
.p-form input[type="text"]::placeholder,
.p-form input[type="email"]::placeholder,
.p-form input[type="tel"]::placeholder {
  color: #c0c0c0;
}
.p-form input[type="submit"] {
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  max-width: 21rem;
  font-size: 2rem;
  font-weight: 600;
  background: #c0585c;
  color: #ffffff;
  padding: 1.6rem 1rem;
  border-radius: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  outline: none;
}
.p-form textarea {
  border: solid 1px #b8b8b8;
  padding: 0.6rem 0.8rem;
  border-radius: 0.8rem;
  width: 100%;
  height: 18rem;
}
.p-form textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}
.p-form textarea::-moz-placeholder {
  color: #c0c0c0;
}
.p-form textarea:-ms-input-placeholder {
  color: #c0c0c0;
}
.p-form textarea::-ms-input-placeholder {
  color: #c0c0c0;
}
.p-form textarea::placeholder {
  color: #c0c0c0;
}
.p-form select {
  border: solid 1px #b8b8b8;
  padding: 1rem;
  border-radius: 0.6rem;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  color: #111111;
  cursor: pointer;
}

.floating-cta {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  padding: 1.6rem;
  max-width: 1200px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 20%
  );
}
.floating-cta__btn {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.floating-cta__btn-item {
  border-radius: 0.4rem;
  flex: 1;
}
.floating-cta__btn-item img {
  -webkit-filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 767px) {
  .floating-cta__btn {
    max-width: 38.4rem;
    gap: 0.8rem;
  }
}
