input {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
}
input[type=text], input[type=number], input[type=password] {
  width: 400px;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  line-height: 1.428;
  color: inherit;
  font-size: inherit;
}
input[type=text].min, input[type=number].min, input[type=password].min {
  width: 2em;
}
input[type=text].very-short, input[type=text].code-min, input[type=number].very-short, input[type=number].code-min, input[type=password].very-short, input[type=password].code-min {
  width: 4em;
}
input[type=text].code, input[type=text].month, input[type=number].code, input[type=number].month, input[type=password].code, input[type=password].month {
  width: 6em;
}
input[type=text].date, input[type=number].date, input[type=password].date {
  width: 100px;
}
input[type=text].short, input[type=number].short, input[type=password].short {
  width: 160px;
}
input[type=text].full, input[type=number].full, input[type=password].full {
  width: 100%;
}
input[type=radio], input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
input[type=radio] + span, input[type=checkbox] + span {
  padding-left: 26px;
  position: relative;
}
input[type=radio] + span:empty, input[type=checkbox] + span:empty {
  padding-left: 20px;
}
input[type=radio] + span::before, input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio] + span {
  color: #999;
}
input[type=radio] + span::before {
  border: 1px solid #00418f;
  border-radius: 50%;
}
input[type=radio]:checked + span {
  color: #00418f;
}
input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #00418f;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
input[type=checkbox]:checked + span::before {
  border-color: #00418f;
  background: #00418f;
}
input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/check.svg") no-repeat center/contain;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.select-styled {
  display: inline-block;
  position: relative;
}
.select-styled::before {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: "";
  background: none #fff;
  vertical-align: middle;
  line-height: 1.428;
  font-size: inherit;
  color: inherit;
  padding: 4px 30px 4px 10px;
  border: 1px solid #ccc !important;
  border-radius: 3px;
}

textarea {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  min-height: calc(7.14em + 10px);
  background-color: #fff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.428;
}

.page-contact .wysiwygWrapper {
  font-size: 16px;
  line-height: 1.75;
}

.smp_tmpl {
  margin: 36px 0;
}

dl.cf {
  display: flex;
  flex-wrap: wrap;
}
dl.cf.vertical {
  flex-direction: column;
}
dl.cf.vertical dt.title {
  width: 100%;
  padding-top: 20px;
}
dl.cf.vertical dd.data {
  width: 100%;
  padding: 10px 0 20px;
  border-top: 0;
}
@media screen and (max-width: 959px) {
  dl.cf {
    flex-direction: column;
  }
}
dl.cf dt.title {
  width: 12em;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  dl.cf dt.title {
    width: 100%;
  }
}
dl.cf dd.data {
  width: calc(100% - 12em);
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  dl.cf dd.data {
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }
}
dl.cf dd.data .data-set-horizontal {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  dl.cf dd.data .data-set-horizontal > div:has(input[name^=name]) {
    width: calc((100% - 10px) / 2);
  }
  dl.cf dd.data .data-set-horizontal > div:has(input[name^=name]) label {
    display: inline-block;
    width: 100%;
  }
}
dl.cf dd.data input[name^=name] {
  width: 10em;
}
@media screen and (max-width: 959px) {
  dl.cf dd.data input[name^=name] {
    width: 100%;
  }
}
dl.cf dd.data input[name="postalCode:a"],
dl.cf dd.data input[name="newPostalCode:a"] {
  width: 6em;
}
dl.cf dd.data input[name="postalCode:t"],
dl.cf dd.data input[name="newPostalCode:t"] {
  width: 8em;
}
dl.cf dd.data input[name^=phoneNum],
dl.cf dd.data input[name^=newPhoneNum] {
  width: 8em;
}
@media screen and (max-width: 959px) {
  dl.cf dd.data input[name^=phoneNum],
  dl.cf dd.data input[name^=newPhoneNum] {
    width: 100%;
  }
}
dl.cf dd.data input[name=unsubscribeReaso] {
  margin-top: 1em;
}
dl.cf dd.data ul.cf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
dl.cf dd.data ul.cf.vertical {
  flex-direction: column;
}
dl.cf dd.data ul.cf.radio {
  gap: 20px;
}
@media screen and (max-width: 959px) {
  dl.cf dd.data ul.cf li:has(input[name^=phoneNum]),
  dl.cf dd.data ul.cf li:has(input[name^=newPhoneNum]) {
    width: calc((100% - 40px) / 3);
    white-space: nowrap;
  }
  dl.cf dd.data ul.cf li:has(input[name^=phoneNum]) label,
  dl.cf dd.data ul.cf li:has(input[name^=newPhoneNum]) label {
    display: inline-block;
    width: 95%;
  }
}
dl.cf dd.data ul li {
  padding: 0;
  text-indent: 0;
}
dl.cf dd.data ul li::before {
  content: none;
}

.agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px;
  border-radius: 3px;
  background: #f5f5f5;
}

input[type=submit] {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 36px auto;
  padding: 16px 2em;
  border: 1px solid #00418f;
  border-radius: 8px;
  background: #00418f;
  color: #fff;
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
}
input[type=submit]:disabled {
  border-color: #999;
  background: #999;
  cursor: not-allowed;
}
input[type=submit]:not([name=submit]) {
  background: #fff;
  color: #00418f;
}
.submit-wrapper input[type=submit] {
  margin: 0;
}

.submit-wrapper {
  margin: 36px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.need {
  color: #f00;
  font-weight: 500;
}

.header_emesg {
  color: #f00;
  font-weight: 500;
}

.msg {
  color: #f00;
}

table.spiralSeal td {
  vertical-align: middle;
}/*# sourceMappingURL=spiralForm.css.map */