@charset "UTF-8";

.warranty_apply {
  padding: 100px 0 80px;
}
.pagetitle.dflt {
  padding: 45px 10px 32px 10px;
  text-align: center;
  background: url(../img/form/bg-pagetitle-sp@2x.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.pagetitle.dflt .hl02 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
}
.pagetitle.dflt .hl02 span {
  display: inline-block;
  font-weight: bold;
}
.pagetitle.dflt .hl02 small {
  display: block;
  font-size: 16px;
  margin-top: 18px;
}
.dflt .pagebody.single {
  padding: 45px 10px;
}
.dflt .pagebody .block {
  font-size: 14px;
}
.wa-block {
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto;
}
.wa-heading {
  font-size: 20px;
  padding-left: 16px;
  border-left: 4px solid #0b71b8;
  font-weight: bold;
  margin-bottom: 25px;
}
.wa-container ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.6;
}
.wa-container ul li strong {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
.wa-confirm-img {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
.wa-confirm-txt {
  border: 2px solid #000;
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: center;
  position: relative;
  padding: 20px;
  height: fit-content;
  line-height: 1.4;
}
.wa-confirm-txt::before,
.wa-confirm-txt::after {
  content: "";
  border-top: 16px solid transparent;
  border-right: 1.5em solid #000;
  border-bottom: 16px solid transparent;
  position: absolute;
  z-index: 2;
  transform: rotate(90deg);
  top: -27px;
  left: 79%;
}
.wa-confirm-txt::after {
  z-index: 3;
  border-right: solid 1.5em #fff;
  left: 79%;
  top: -24px;
}
.wa-confirm-txt .img {
  position: relative;
  display: flex;
  align-items: center;
}
.wa-confirm-txt .img::before {
  content: "";
  position: absolute;
  top: 58px;
  right: 6px;
  width: 185px;
  height: 30px;
  border: 2px solid red;
  border-radius: 50%;
  z-index: 2;
}
.wa-confirm-txt img {
  width: 200px;
  max-width: 100%;
}
.wa-form {
  margin-top: 50px;
}
.wa-form-item {
  padding: 15px 20px;
  font-size: 16px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #f0f1f4;
}
.wa-form-item dt {
  font-weight: bold;
}
.wa-form-item dd {
  margin-left: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.wa-form-item dd .jan-select {
  padding: 5px 3px;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.wa-form-item dd input {
  max-width: 80px;
  vertical-align: 1px;
  margin-left: 5px;
  padding: 6px 8px;
  background: #fff;
}
.warranty_apply input,
select {
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px !important;
}
.wa-form-item .wa-alert {
  position: absolute;
  left: -10px;
  top: 40px;
  color: red;
  width: 170px;
  font-size: 14px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
  letter-spacing: 0;
}
.wa-form-item .wa-alert::before,
.wa-form-item .wa-alert::after {
  content: "";
  border-top: 10px solid transparent;
  transform: rotate(90deg);
  border-bottom: 10px solid transparent;
  position: absolute;
  border-right: 0.4em solid #ddd;
  top: -13px;
  left: 140px;
}
.wa-form-item .wa-alert::after {
  border-right: 0.4em solid #fff;
  top: -12px;
}
.wa-form-submit {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 40px auto 0;
}
.wa-form-submit .wa-form-btn {
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  background: #e73555;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
.dflt.warranty_apply .pagebody p {
  font-size: 15px;
  line-height: 1.6;
}
.wa-img_img {
  width: 270px;
}

/* confirm */
li[data-type="control_text"] div [data-component="text"] p {
  margin: 1em 0 !important;
}
li[data-type="control_text"] ul {
  list-style: disc outside;
}
.jotform-form .form-line .form-html ul {
  padding-left: 20px;
}
.jotform-form .form-line {
  margin: 15px 0;
}
.jotform-form .form-line .form-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.jotform-form .form-line input[type="text"],
.jotform-form .form-line input[type="email"] {
  width: 98% !important;
  padding: 4px;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  font-size: 16px !important;
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: none;
}
.jotform-form .form-line .form-html a {
  text-decoration: underline;
  color: #0874bb;
}
.jotform-form .form-line .form-required {
  color: #e63555;
}
.jotform-form .form-line .form-sub-label {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.case-modal-trigger {
  text-decoration: underline;
  cursor: pointer;
  color: #0874bb;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.case-modal {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 700px;
  height: 90dvh;
  background: #fff;
  z-index: 10000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
}
.case-modal-inner {
  padding: 10px 20px 30px;
  height: 100%;
  overflow-y: scroll;
}
.case-modal-ttl {
  font-size: 22px !important;
  text-align: center;
  margin: 30px 0 20px;
}
.case-content {
  margin-bottom: 40px;
}
.case-modal-head {
  font-size: 20px !important;
  padding-left: 15px;
  border-left: 3px solid #0874bb;
  margin: 16px 0;
}
.jotform-form .form-line .form-html ul {
  padding-left: 20px;
}
.case-content .ex .img {
  display: flex;
  gap: 0 10px;
}
.case-content .ex .img img {
  flex-shrink: 1;
  max-width: calc(50% - 5px);
}
.case-modal-btn {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  background: #0874bb;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.case-modal-close {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  cursor: pointer;
}
.case-modal-close::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 38px;
  left: 15px;
}
.case-modal-close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 17px;
  left: 16px;
}
.jotform-form .form-radio-item {
  display: inline-block;
  margin: 4px 0;
  width: 100%;
}
.jotform-form .form-radio-item .form-radio {
  display: none;
}
.jotform-form .form-radio-item .form-radio + label {
  padding: 2px 0 0 25px;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.2;
}
.jotform-form .form-radio-item .form-radio + label::before {
  content: "";
  display: block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.jotform-form .form-radio-item .form-radio + label::after {
  content: "";
  width: 10px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 4px;
  opacity: 0;
}
.jotform-form .form-radio-item .form-radio:checked + label::after {
  opacity: 1;
}
.jotform-form .form-submit-button {
  background: #e73555;
  border: 0;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.form-description {
  display: none;
}
.qq-upload-button {
  display: none;
}
.jotform-form .jfQuestion-fields {
  background-color: #fbfcff;
  padding: 10px;
  border: 1px dashed;
}
.jotform-form .jfUpload-files-container input[type="file"] {
  width: calc(100% - 110px);
  border: none;
}
.jotform-form .jfUpload-files-container button {
  background: #0874bb;
  border-radius: 5px;
  padding: 5px 11px;
  color: #fff;
  border: none;
  font-size: 12px;
  width: 106px;
}

.thanks_apply h2 {
  font-size: 21px;
  font-weight: bold;
}

.wa-block {
  max-width: 790px;
  margin: 0 auto;
}
.wa-table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.dflt .pagebody table {
  width: 100%;
}
.wa-table,
.wa-table :is(th, td) {
  border: 1px solid #ddd;
}
.wa-table th {
  padding: 10px 15px !important;
}
.wa-table td {
  vertical-align: middle !important;
}
.dflt .pagebody table th {
  width: 35%;
}
.dflt .pagebody table td {
  padding-left: 10px;
}
.dflt .pagebody table th,
.dflt .pagebody table td {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
  padding: 5px 10px;
}
.wa-txt .emph {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}
.wa-back-btn {
  margin: 60px auto 0;
  max-width: 320px;
  font-size: 18px;
}
.wa-back-btn a {
  border-radius: 4px;
  color: #fff;
  background: #0b71b8;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.wa-table td a {
  text-decoration: underline;
  color: #0b71b8;
}

.error-navigation-container {
  display: none;
}
.form-error-message {
  color: #fff;
  background-color: #dc2626;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14.515a7 7 0 110-14 7 7 0 010 14zm-.814-5.86h1.628v-5.21H6.186v5.21zM7 11.259a.82.82 0 00.814-.824A.816.816 0 007 9.631a.813.813 0 100 1.628z' fill='%23fff'/%3E%3C/svg%3E");
  font-size: 0.75em;
  margin-top: 8px;
  border-radius: 4px;
  background-size: 0.875em;
  background-position: 0.375em;
  background-repeat: no-repeat;
  display: block;
  width: fit-content;
  padding: 0.05em 0.5em 0.25em 1.625em;
}
.form-error-message img {
  display: none;
}
.qq-upload-list:has(img) {
  display: none;
}

#reviewModal {
  line-height: 1.4;
}
#reviewModal > div {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#reviewModal h3 {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
  font-weight: bold;
}
#reviewModal ul {
  padding-left: 16px;
}
#reviewModal ul li {
  margin-top: 0.5em;
}
#reviewModal ul li span {
  font-size: 18px !important;
}
#reviewContent {
  margin-top: 40px;
}
#reviewContent p {
  padding: 0 10px;
  margin: 5px 0;
}
#reviewContent p:nth-child(7) {
  background: #fffaae;
}
.jotform-form .form-line:has(.form-checkbox-item) {
  margin: 30px auto;
}
#reviewContent + div {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  margin-top: 30px;
}
.jotform-form .form-line .form-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
input[type="checkbox"] {
  display: none;
}
.jotform-form .form-checkbox + label {
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.jotform-form .form-checkbox + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
  transform: translateY(-50%);
  transition: background-color 0.15s, border-color 0.15s;
}
.jotform-form .form-checkbox:checked + label::before {
  border-color: #2e69ff;
  background-color: #2e69ff;
}
.jotform-form .form-checkbox + label::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  top: 50%;
  left: 0;
  transform: translateY(-56%);
  background-size: 12px;
  background-position: 60%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.jotform-form .form-submit-button-wrap {
  display: flex;
  gap: 0 15px;
  justify-content: center;
}
.jotform-form .form-submit-button-wrap #backBtn {
  width: 100px;
}
.jotform-form .form-submit-button-wrap .form-submit-button {
  width: calc(100% - 115px);
}

@media screen and (min-width: 768px) {
  .pagetitle.dflt {
    padding: 90px 10px 55px 10px;
    text-align: center;
    background: url(../img/form/bg-pagetitle-sp@2x.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .warranty_apply .pagetitle.dflt .hl02 {
    font-size: 40px !important;
  }
  .pagetitle.dflt .hl02 span {
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  .pagetitle.dflt .hl02 span::before,
  .pagetitle.dflt .hl02 span::after {
    content: "";
    width: 100px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
  }
  .pagetitle.dflt .hl02 span::before {
    top: 26px;
    left: -150px;
  }
  .pagetitle.dflt .hl02 span::after {
    top: 26px;
    right: -150px;
  }
  .pagetitle.dflt .hl02 small {
    font-size: 22px;
    margin-top: 24px;
  }
  .dflt .pagebody.single {
    padding: 90px 10px;
    max-width: 970px;
    margin: 0 auto;
  }
  .wa-heading {
    font-size: 26px;
    padding-left: 20px;
  }
  .wa-confirm-img {
    gap: 0 30px;
    align-items: flex-end;
    flex-direction: row;
  }
  .wa-confirm-txt::before,
  .wa-confirm-txt::after {
    top: 68%;
    left: -23px;
    transform: none;
  }
  .wa-confirm-txt::after {
    left: -19px;
    z-index: 3;
    border-right: solid 1.5em #fff;
  }
  .wa-form {
    margin-top: 30px;
  }
  .wa-form-item {
    padding: 30px 40px;
    font-size: 18px;
    justify-content: flex-start;
  }
  .wa-form-item dd {
    margin-left: 40px;
  }
  .wa-form-item dd .jan-select {
    padding: 5px 7px;
  }
  .wa-form-item dd input {
    max-width: 120px;
  }
  .wa-form-item .wa-alert {
    top: -9px;
    left: 240px;
  }
  .wa-form-item .wa-alert::before,
  .wa-form-item .wa-alert::after {
    border-right: 1em solid #ddd;
    top: 13px;
    left: -14px;
    content: "";
    border-top: 10px solid transparent;
    border-right: 1em solid #ddd;
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: none;
  }
  .wa-form-item .wa-alert::after {
    border-right: 1em solid #fff;
    left: -13px;
  }
  .wa-form-submit {
    width: 420px;
    font-size: 18px;
  }
  .wa-form-submit .wa-form-btn {
    padding: 20px 15px;
  }

  /* confirm */
  .jotform-form .form-line .form-html > p {
    margin-bottom: 20px !important;
  }
  .jotform-form .form-line .form-html > p span {
    font-size: 26px !important;
  }
  .jotform-form .form-line .form-html ul {
    padding-left: 40px;
  }
  .jotform-form .form-line .form-input-wide {
    margin: 40px 0;
  }
  .jotform-form .form-line .form-label {
    font-size: 18px;
    font-weight: bold;
    width: 220px;
    float: left;
    clear: both;
    padding-top: 6px;
    text-align: right;
  }
  .jotform-form .form-line .form-input-wide:has(.form-textbox),
  .jotform-form .form-line .form-input-wide:has(.jfQuestion-fields) {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    margin-left: 240px;
  }
  .jotform-form .form-line input[type="text"],
  .jotform-form .form-line input[type="email"] {
    padding: 8px;
  }
  .jotform-form .form-line {
    margin: 15px 0;
  }
  .jotform-form .form-line .form-label {
    font-size: 18px;
    font-weight: bold;
    width: 220px;
  }
  .jotform-form .form-line[data-type="control_radio"] .form-label {
    width: 260px;
    float: left;
    clear: both;
    padding-top: 6px;
    text-align: right;
    letter-spacing: 0;
  }
  .jotform-form .form-line .form-input-wide:has(.form-radio-item) {
    margin: 0 0 20px 280px;
  }
  .jotform-form .form-submit-button {
    font-size: 18px;
    width: 420px;
    padding: 20px 15px;
    margin: 0 auto;
  }
  .jotform-form .jfQuestion-fields {
    padding: 20px;
  }

  .dflt .pagebody table th {
    width: 30%;
  }
  .wa-back-btn a {
    padding: 20px 15px;
    font-size: 18px;
  }
  .wa-block {
    padding: 0 20px;
  }

  #reviewModal > div {
    max-width: 880px !important;
    padding: 60px !important;
  }
  #reviewModal > div > * {
    width: 90%;
    margin: 0 auto;
  }
  #reviewModal h3 {
    font-size: 26px;
    margin: 30px auto !important;
  }
  #reviewContent {
    margin-top: 40px !important;
  }
  #reviewContent p {
    margin: 0;
    padding: 4px 20px;
  }
  .jotform-form .form-submit-button-wrap .form-submit-button {
    margin: 0;
  }
  .jotform-form .form-line:has(.form-checkbox-item) .form-label {
    display: none;
  }
}
