@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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  word-break: break-word;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"]:link {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html.is-visible {
  opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  html {
    min-height: 100vh;
  }

  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #1A1A1A;
  font-family: "Yu Gothic Pr6N", "游ゴシック Pr6N", "Yu Gothic", "游ゴシック", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  line-height: 1.4;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  body {
    font-size: 1.6rem;
    font-weight: 400;
    min-width: 1020px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0.001;
}

html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .container {
    min-width: 1020px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .container {
    min-width: 320px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.button-common-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #913904;
  background-color: #ffe95d;
  border-radius: 45px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button-common-primary:hover {
  color: #913904;
}

.button-common-primary::after {
  position: absolute;
  content: "";
  top: 50%;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .button-common-primary {
    width: 500px;
    min-height: 70px;
    font-size: 2.4rem;
  }

  .button-common-primary::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 32px;
    height: 32px;
    background: url("/img/support/extended_warranty/icn01_32x32.svg") center/cover no-repeat;
  }

  .button-common-primary.is-link::after {
    background: url("/img/support/extended_warranty/icn03_32x32.svg") center/cover no-repeat;
  }

  .button-common-primary .button-content {
    padding: 17px 55px 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .button-common-primary {
    width: 100%;
    min-height: 70px;
    font-size: 1.8rem;
  }

  .button-common-primary::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 24px;
    height: 24px;
    background: url("/img/support/extended_warranty/icn06_32x32.svg") center/cover no-repeat;
  }

  .button-common-primary.is-link::after {
    background: url("/img/support/extended_warranty/icn08_24x24.svg") center/cover no-repeat;
  }

  .button-common-primary.has-large-button {
    font-size: 2.4rem;
  }

  .button-common-primary.has-large-button::after {
    width: 32px;
    height: 32px;
    background: url("/img/support/extended_warranty/icn03_32x32.svg") center/cover no-repeat;
  }

  .button-common-primary.has-large-button .button-content {
    padding: 9px 58px 6px;
  }

  .button-common-primary .button-content {
    padding: 18px 55px 16px;
  }
}

.button-common-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background-color: #913904;
  border-radius: 45px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  line-height: 1.6;
}

.button-common-secondary:hover {
  color: #fff;
}

.button-common-secondary::after {
  position: absolute;
  content: "";
  top: 50%;
  background: url("/img/support/extended_warranty/icn01_32x32.svg") center/cover no-repeat;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .button-common-secondary {
    width: 500px;
    min-height: 70px;
    font-size: 2rem;
  }

  .button-common-secondary::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 32px;
    height: 32px;
  }

  .button-common-secondary .button-content {
    padding: 15px 55px 17px;
  }

  .button-common-secondary.is-link::after {
    background: url("/img/support/extended_warranty/icn03_32x32.svg") center/cover no-repeat;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .button-common-secondary {
    width: 100%;
    min-height: 70px;
    font-size: 1.8rem;
  }

  .button-common-secondary::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 24px;
    height: 24px;
  }

  .button-common-secondary .button-content {
    padding: 17px 55px 16px;
  }

  .button-common-secondary.is-link::after {
    background: url("/img/support/extended_warranty/icn08_24x24.svg") center/cover no-repeat;
    background-color: #fff;
    border-radius: 50%;
  }
}

.title-common-primary {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.title-common-primary::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url("/img/support/extended_warranty/icn02_520x4.svg") center/cover no-repeat;
  width: 100%;
  height: 4px;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .title-common-primary {
    padding-bottom: 11px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .title-common-primary {
    font-size: 2.4rem;
    padding: 0 11px 11px;
  }
}

.m-icon-blank, .banner-common {
  display: none;
}

.section-top-keyvisual {
  position: relative;
}

.section-top-keyvisual::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}

.section-top-keyvisual .content-title {
  font-family: "游ゴシック StdN", "Yu Gothic StdN", "Yu Gothic", "游ゴシック", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
}

.section-top-keyvisual .content-description {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.section-top-keyvisual .content-subtitle {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.section-top-keyvisual .text-highlight {
  color: #ffe95d;
}

.section-top-keyvisual .description-highlight {
  color: #005bac;
}

.section-top-keyvisual .content-image {
  margin: 0 auto;
}

.section-top-keyvisual .information-description {
  font-weight: 700;
}

.section-top-keyvisual .keyvisual-anchorlink {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  color: #005bac;
}

.section-top-keyvisual .anchorlink-item {
  position: relative;
  text-align: center;
}

.section-top-keyvisual .anchorlink-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background: #005bac;
  width: 1px;
}

.section-top-keyvisual .anchorlink-item:last-child::after {
  display: none;
}

.section-top-keyvisual .item-link {
  position: relative;
  text-decoration: none;
}

.section-top-keyvisual .item-link::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  background: url("/img/support/extended_warranty/top/icn01_16x16.svg") center/cover no-repeat;
  width: 16px;
  height: 16px;
}

@media print,
(min-width: 1181.98px) and (max-width: 9999px) and (min-height: 581.98px) {
  .section-top-keyvisual {
    padding: 8.9vh 0 0;
    width: 100%;
    height: calc(100vh - 200px);
  }

  .section-top-keyvisual::after {
    width: 100%;
    min-height: 62.3vh;
    background: url("/img/support/extended_warranty/top/keyv01_3000x1120.png") bottom/100% 100% no-repeat;
  }

  .section-top-keyvisual .wrapper {
    position: relative;
    max-width: 1220px;
    height: calc(91vh - 193px);
  }

  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 11.3vh;
  }

  .section-top-keyvisual .content-logo {
    width: 249px;
    height: 26px;
    margin-bottom: 0.1vh;
  }

  .section-top-keyvisual .is-first-view {
    display: block;
  }

  .section-top-keyvisual .is-resize {
    display: none;
  }

  .section-top-keyvisual .content-title {
    max-width: 730px;
    margin-bottom: 2.7vh;
    font-size: 6rem;
  }

  .section-top-keyvisual .content-description {
    max-width: 730px;
    margin-bottom: 0.8vh;
    font-size: 2rem;
  }

  .section-top-keyvisual .content-subtitle {
    max-width: 745px;
    margin-bottom: 8.3vh;
    font-size: 4rem;
  }

  .section-top-keyvisual .content-image {
    position: absolute;
    top: -40px;
    right: 0;
    width: 381px;
    height: 320px;
  }

  .section-top-keyvisual .information-description {
    text-align: center;
    margin-bottom: 1.9vh;
    font-size: 2rem;
    color: #fff;
  }

  .section-top-keyvisual .information-description .description-highlight {
    color: #ffe95d;
  }

  .section-top-keyvisual .keyvisual-anchorlink {
    position: absolute;
    width: 960px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 115px;
  }

  .section-top-keyvisual .anchorlink-item {
    margin-bottom: 10px;
  }

  .section-top-keyvisual .item-link {
    display: block;
    width: 240px;
    min-height: 66px;
    padding: 13px 10px 30px;
  }

  .section-top-keyvisual .item-link::before {
    bottom: 12px;
  }

  .section-top-keyvisual .item-link:hover::before {
    bottom: 7px;
  }

  @media print,
  (max-height: 1093px) {
    .section-top-keyvisual .keyvisual-anchorlink {
      bottom: 1vh;
    }
  }

  @media print,
  (max-height: 820px) {
    .section-top-keyvisual {
      padding-top: 25px;
    }

    .section-top-keyvisual .wrapper {
      height: calc(91vh - 151px);
    }

    .section-top-keyvisual::after {
      min-height: 430px
    }

    .section-top-keyvisual .content-image {
      top: 0;
      width: 300px;
      height: auto;
    }

    .section-top-keyvisual .content-subtitle {
      margin-bottom: 20px;

    }

    .section-top-keyvisual .keyvisual-anchorlink {
      bottom: 10px;
    }
  }

  @media print,
  (max-height: 710px) {
    .section-top-keyvisual::after {
      min-height: 390px
    }

    .section-top-keyvisual .content-image {
      width: 280px;

    }

    .section-top-keyvisual .content-title {
      font-size: 5rem;
      margin-bottom: 15px;
    }
  }

  @media print,
  (max-height: 689px) {
    .section-top-keyvisual {
      padding-top: 15px;
    }

    .section-top-keyvisual::after {
      min-height: 305px;
    }

    .section-top-keyvisual .content-title {
      margin-bottom: 10px;
      font-size: 4rem;
    }

    .section-top-keyvisual .content-description {
      font-size: 1.6rem;
    }

    .section-top-keyvisual .content-subtitle {
      margin-bottom: 0;
      font-size: 3rem;
    }

    .section-top-keyvisual .button-common-primary {
      min-height: 50px;
    }

    .section-top-keyvisual .button-content {
      padding: 8px 55px 4px;
    }
  }

  @media print,
  (max-height: 602px) {
    .section-top-keyvisual .keyvisual-anchorlink {
      bottom: 10px;
    }
  }
}

@media print,
(min-width: 1181.98px) and (max-width: 1500px) and (min-height: 581.98px) {
  .section-top-keyvisual {
    padding-top: 80px;
  }

  .section-top-keyvisual::after {
    min-height: 560px;
  }

  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 79px;
  }

  .section-top-keyvisual .content-logo {
    margin-bottom: 11px;
  }

  .section-top-keyvisual .content-title {
    margin-bottom: 35px;
  }

  .section-top-keyvisual .content-description {
    margin-bottom: 7px;
  }

  .section-top-keyvisual .content-subtitle {
    margin-bottom: 75px;
  }

  .section-top-keyvisual .information-description {
    margin-bottom: 17px;
  }

  .section-top-keyvisual .keyvisual-anchorlink {
    position: unset;
    transform: unset;
    margin: 0 auto;
  }

  @media (min-height: 863px) and (max-height: 875px) {
    .section-top-keyvisual .keyvisual-content {
      margin-bottom: 65px;
    }
  }

  @media print,
  (max-height: 862px) {
    .section-top-keyvisual::after {
      min-height: 500px;
    }

    .section-top-keyvisual .content-subtitle {
      margin-bottom: 30px;
    }

    .section-top-keyvisual .keyvisual-content {
      margin-bottom: 40px;
    }
  }

  @media print,
  (max-height: 785px) {

    .section-top-keyvisual {
      padding-top: 40px;
    }

    .section-top-keyvisual::after {
      min-height: 435px;
    }

    .section-top-keyvisual .content-title {
      font-size: 5rem;
      margin-bottom: 30px;
    }

    .section-top-keyvisual .content-subtitle {
      margin-bottom: 20px;
    }

    .section-top-keyvisual .keyvisual-content {
      margin-bottom: 40px;
    }

    .section-top-keyvisual .keyvisual-anchorlink {
      position: absolute;
      bottom: 25px;
      transform: translateX(-50%);
    }
  }

  @media print,
  (max-height: 710px) {

    .section-top-keyvisual {
      padding-top: 20px;
    }

    .section-top-keyvisual::after {
      min-height: 390px;
    }

    .section-top-keyvisual .content-title {
      margin-bottom: 10px;
    }
  }

  @media print,
  (max-height: 689px) {

    .section-top-keyvisual::after {
      min-height: 305px;
    }

    .section-top-keyvisual .content-title {
      margin-bottom: 10px;
      font-size: 4rem;
    }

    .section-top-keyvisual .content-description {
      font-size: 1.6rem;
    }

    .section-top-keyvisual .content-subtitle {
      margin-bottom: 0;
      font-size: 3rem;
    }

    .section-top-keyvisual .button-content {
      padding: 8px 55px 4px;
    }
  }

  @media print,
  (max-height: 602px) {
    .section-top-keyvisual .keyvisual-anchorlink {
      bottom: 10px;
    }
  }
}

@media print,
(min-width: 768px) and (max-width: 1181.98px), (min-width: 768px) and (max-height: 581px) {
  .section-top-keyvisual {
    padding: 40px 0 30px;
  }

  .section-top-keyvisual::after {
    width: 100%;
    min-height: 651px;
    background: url("/img/support/extended_warranty/top/keyv01_3000x1302.png") center/cover no-repeat;
  }

  .section-top-keyvisual .keyvisual-content {
    text-align: center;
    margin-bottom: 64px;
  }

  .section-top-keyvisual .content-logo {
    margin: 0 auto 1px;
    width: 258px;
    height: 45px;
  }

  .section-top-keyvisual .is-first-view {
    display: none;
  }

  .section-top-keyvisual .is-resize {
    display: block;
  }

  .section-top-keyvisual .content-title {
    margin-bottom: 42px;
    font-size: 5.6rem;
  }

  .section-top-keyvisual .content-description {
    margin-bottom: 3px;
    font-size: 2rem;
  }

  .section-top-keyvisual .content-subtitle {
    margin-bottom: 22px;
    font-size: 4rem;
  }

  .section-top-keyvisual .content-image {
    width: 400px;
    height: 336px;
    margin-bottom: 43px;
  }

  .section-top-keyvisual .content-infomation {
    margin-bottom: 10px;
  }

  .section-top-keyvisual .information-description {
    margin-bottom: 17px;
    font-size: 2rem;
  }

  .section-top-keyvisual .anchorlink-item {
    margin-bottom: 10px;
  }

  .section-top-keyvisual .item-link {
    display: block;
    width: 240px;
    min-height: 66px;
    padding: 13px 10px 30px;
  }

  .section-top-keyvisual .item-link::before {
    bottom: 12px;
  }

  .section-top-keyvisual .item-link:hover::before {
    bottom: 7px;
  }
}

@media print {
  .section-top-keyvisual .keyvisual-anchorlink {
    bottom: 660px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-keyvisual {
    padding: 40px 0 20px;
  }

  .section-top-keyvisual::after {
    width: 100%;
    bottom: 0;
    height: 498px;
    background: url("/img/support/extended_warranty/top/sp/keyv01_750x996.png") center/100% 100% no-repeat;
  }

  .section-top-keyvisual .keyvisual-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-top-keyvisual .content-logo {
    margin: 0 auto 2px;
    width: 172px;
    height: 30px;
  }

  .section-top-keyvisual .content-title {
    margin-bottom: 18px;
    font-size: 3.6rem;
  }

  .section-top-keyvisual .content-description {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .section-top-keyvisual .content-subtitle {
    margin-bottom: 22px;
    font-size: 2.6rem;
  }

  .section-top-keyvisual .content-image {
    width: 260px;
    height: 218px;
    margin-bottom: 40px;
  }

  .section-top-keyvisual .content-infomation {
    margin-bottom: 10px;
  }

  .section-top-keyvisual .information-description {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .section-top-keyvisual .anchorlink-item {
    margin-bottom: 20px;
    width: 50%;
    min-height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-top-keyvisual .anchorlink-item:nth-child(even)::after {
    display: none;
  }

  .section-top-keyvisual .item-link {
    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;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 0 16px 19px;
    font-size: 1.4rem;
  }

  .section-top-keyvisual .item-link::before {
    bottom: -1px;
  }

  .section-top-keyvisual .item-link:hover::before {
    bottom: 0;
  }
}

.section-top-benefit {
  background-color: #f7eee4;
}

.section-top-benefit .benefit-policy {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin: 0 auto;
}

.section-top-benefit .benefit-item:last-child {
  margin-bottom: 0;
}

.section-top-benefit .policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00a0e9;
  border-color: #9cd8f6;
  border-style: solid;
}

.section-top-benefit .list-subtitle {
  font-weight: bold;
}

.section-top-benefit .list-title {
  font-weight: bold;
}

.section-top-benefit .benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-benefit .benefit-heading {
  position: relative;
}

.section-top-benefit .benefit-heading::after {
  position: absolute;
  content: "";
  left: 0;
}

.section-top-benefit .benefit-heading.is-first::after {
  background: url("/img/support/extended_warranty/top/benefit01.svg") center/cover no-repeat;
}

.section-top-benefit .benefit-heading.is-second::after {
  background: url("/img/support/extended_warranty/top/benefit02.svg") center/cover no-repeat;
}

.section-top-benefit .benefit-heading.is-three::after {
  background: url("/img/support/extended_warranty/top/benefit03.svg") center/cover no-repeat;
}

.section-top-benefit .benefit-title {
  position: relative;
}

.section-top-benefit .benefit-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #005bac;
  width: 100%;
  height: 2px;
}

.section-top-benefit .benefit-title .title-highlight {
  color: #005bac;
}

.section-top-benefit .benefit-description {
  font-weight: 500;
  line-height: 1.8;
}

.section-top-benefit .description-note {
  display: block;
  line-height: 1.6;
}

.section-top-benefit .benefit-subtitle {
  font-weight: bold;
  line-height: 1.8;
}

.section-top-benefit .benefit-content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-top-benefit .content-item {
  background-color: #fff;
  border-radius: 10px;
}

.section-top-benefit .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #005bac;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}

.section-top-benefit .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-benefit .list-item {
  position: relative;
  font-weight: 500;
}

.section-top-benefit .list-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #eee;
  width: 100%;
  height: 1px;
}

.section-top-benefit .list-item:last-child {
  margin-bottom: 0;
}

.section-top-benefit .content-note {
  font-weight: 500;
  line-height: 1.6;
}

.section-top-benefit .content-highlight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #005bac;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}

.section-top-benefit .content-highlight::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/img/support/extended_warranty/top/decor03_40x20.svg") center/cover no-repeat;
}

.section-top-benefit .benefit-device {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-top-benefit .device-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.section-top-benefit .image-wrapper {
  margin: 0 auto;
}

.section-top-benefit .device-name {
  font-weight: bold;
  line-height: 1.8;
}

.section-top-benefit .benefit-image {
  width: 100%;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-top-benefit {
    padding: 81px 0 80px;
  }

  .section-top-benefit .title-common-primary {
    margin-bottom: 40px;
  }

  .section-top-benefit .benefit-policy {
    width: 800px;
    margin-bottom: 81px;
    gap: 40px;
  }

  .section-top-benefit .policy-list {
    width: 240px;
    height: 240px;
    border-width: 6px;
  }

  .section-top-benefit .benefit-item {
    margin-bottom: 82px;
  }

  .section-top-benefit .list-item.is-last::after {
    display: none;
  }

  .section-top-benefit .list-subtitle {
    font-size: 3.2rem;
  }

  .section-top-benefit .list-title {
    font-size: 4rem;
  }

  .section-top-benefit .list-note {
    font-size: 1.3rem;
  }

  .section-top-benefit .benefit-heading {
    padding-left: 95px;
  }

  .section-top-benefit .benefit-heading::after {
    top: 0;
    width: 75px;
    height: 102px;
  }

  .section-top-benefit .benefit-heading.is-first::before {
    position: absolute;
    content: "";
    top: -23px;
    right: 0;
    background: url("/img/support/extended_warranty/top/decor01_320x320.png") center/cover no-repeat;
    width: 160px;
    height: 160px;
    z-index: 1;
  }

  .section-top-benefit .benefit-heading.is-second::before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    background: url("/img/support/extended_warranty/top/decor02_200x200.png") center/cover no-repeat;
    width: 200px;
    height: 200px;
    z-index: 1;
  }

  .section-top-benefit .benefit-title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 2.4rem;
  }

  .section-top-benefit .benefit-title .title-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-top-benefit .benefit-title .title-highlight {
    font-size: 3.2rem;
    margin-right: 20px;
    line-height: 1.6;
  }

  .section-top-benefit .benefit-description {
    margin-bottom: 18px;
  }

  .section-top-benefit .benefit-description.has-width {
    width: 645px;
  }

  .section-top-benefit .description-note {
    padding-top: 6px;
    font-size: 1.3rem;
  }

  .section-top-benefit .benefit-subtitle {
    padding-top: 4px;
    margin-bottom: 14px;
  }

  .section-top-benefit .benefit-content {
    margin-bottom: 17px;
    gap: 33px;
    min-width: 960px;
  }

  .section-top-benefit .content-item {
    padding: 20px 20px 0;
    width: 298px;
    min-height: 534px;
  }

  .section-top-benefit .content-title {
    width: 259px;
    min-height: 49px;
    margin-bottom: 19px;
    font-size: 2rem;
  }

  .section-top-benefit .content-title .title-text {
    padding: 5px 10px 5px;
  }

  .section-top-benefit .content-image {
    margin: 0 auto 26px;
    width: 168px;
    height: 168px;
  }

  .section-top-benefit .content-list {
    text-align: center;
  }

  .section-top-benefit .list-item {
    padding-bottom: 11px;
    margin-bottom: 21px;
  }

  .section-top-benefit .item-description {
    margin-bottom: 6px;
  }

  .section-top-benefit .content-note {
    margin-bottom: 51px;
    font-size: 1.3rem;
  }

  .section-top-benefit .content-highlight {
    width: 100%;
    min-height: 83px;
    font-size: 3.2rem;
  }

  .section-top-benefit .content-highlight::after {
    top: -36px;
    width: 40px;
    height: 20px;
  }

  .section-top-benefit .content-highlight .highlight-text {
    padding: 20px 20px 18px;
  }

  .section-top-benefit .benefit-device {
    width: 958px;
    gap: 32px;
    margin-bottom: 77px;
  }

  .section-top-benefit .device-item {
    width: 133px;
  }

  .section-top-benefit .device-image {
    width: 133px;
    height: 133px;
    margin-bottom: 10px;
  }

  .section-top-benefit .image-wrapper {
    width: 120px;
    height: 120px;
  }

  .section-top-benefit .device-name {
    text-align: center;
  }
}

@media print {
  .section-top-benefit .content-note {
    page-break-after: always;
  }

  .section-top-benefit .content-highlight {
    position: relative;
    top: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-benefit {
    padding: 41px 0 40px;
    overflow: hidden;
  }

  .section-top-benefit .title-common-primary {
    margin-bottom: 40px;
  }

  .section-top-benefit .benefit-policy {
    margin-bottom: 40px;
    margin-right: -26px;
  }

  .section-top-benefit .policy-list {
    width: 33.3333333333%;
    aspect-ratio: 1/1;
    border-width: 3px;
    margin-left: -13px;
  }

  .section-top-benefit .policy-list:first-child {
    margin-left: 0;
  }

  .section-top-benefit .list-item:last-child::after {
    display: none;
  }

  .section-top-benefit .benefit-item {
    margin-bottom: 50px;
  }

  .section-top-benefit .list-subtitle {
    font-size: 1.6rem;
  }

  .section-top-benefit .list-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .section-top-benefit .list-note {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section-top-benefit .benefit-heading::after {
    top: -10px;
    width: 60px;
    height: 82px;
  }

  .section-top-benefit .benefit-heading.is-first::after {
    display: none;
  }

  .section-top-benefit .benefit-heading.is-first .benefit-title {
    position: relative;
  }

  .section-top-benefit .benefit-heading.is-first .benefit-title::before {
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
    height: 82px;
    background: url(/img/support/extended_warranty/top/benefit01.svg) center / cover no-repeat;
    top: 50%;
    transform: translateY(calc(-50% - 7px));
  }

  .section-top-benefit .benefit-title {
    margin-bottom: 10px;
    padding-bottom: 25px;
    padding-left: 80px;
    font-size: 1.8rem;
  }

  .section-top-benefit .benefit-heading.is-first .benefit-title {
    padding-bottom: 14px;
  }

  .section-top-benefit .benefit-title .title-highlight {
    display: block;
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .section-top-benefit .benefit-description {
    margin-bottom: 17px;
    font-size: 1.6rem;
  }

  .section-top-benefit .description-note {
    padding-top: 6px;
    font-size: 1.4rem;
  }

  .section-top-benefit .benefit-subtitle {
    padding-top: 4px;
    margin-bottom: 16px;
    font-size: 1.6rem;
  }

  .section-top-benefit .benefit-content {
    margin-bottom: 17px;
    gap: 20px;
  }

  .section-top-benefit .content-item {
    padding: 20px 20px 6px;
    width: 100%;
  }

  .section-top-benefit .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .section-top-benefit .content-title {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .section-top-benefit .content-title .title-text {
    padding: 5px 10px 5px;
  }

  .section-top-benefit .content-image {
    width: 27.1%;
    margin-right: 16px;
  }

  .section-top-benefit .content-image .object-common {
    height: auto;
  }

  .section-top-benefit .content-list {
    padding-top: 5px;
  }

  .section-top-benefit .list-item {
    padding-bottom: 11px;
    margin-bottom: 21px;
  }

  .section-top-benefit .item-description {
    margin-bottom: 5px;
  }

  .section-top-benefit .content-note {
    margin-bottom: 51px;
    font-size: 1.3rem;
  }

  .section-top-benefit .content-highlight {
    width: 100%;
    min-height: 83px;
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .section-top-benefit .content-highlight::after {
    top: -36px;
    width: 40px;
    height: 20px;
  }

  .section-top-benefit .content-highlight .highlight-text {
    padding: 18px 20px 13px;
  }

  .is-ios .section-top-benefit .content-highlight .highlight-text {
    padding: 18px 22px 13px;
  }

  .section-top-benefit .benefit-device {
    margin-bottom: 37px;
    gap: 20px;
  }

  .section-top-benefit .device-item {
    width: calc(33.3333333333% - 13.5px);
  }

  .section-top-benefit .device-image {
    padding: 8px;
    margin-bottom: 10px;
  }

  .section-top-benefit .device-name {
    text-align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 376px) {

  .section-top-benefit .content-wrapper {
    justify-content: unset;
    margin: unset;
  }
}

.section-top-price table,
.section-top-price th,
.section-top-price td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  word-wrap: break-word;
  vertical-align: middle;
}

.section-top-price table:last-child,
.section-top-price th:last-child,
.section-top-price td:last-child {
  border-right: 0;
}

.section-top-price td:last-child {
  max-width: 190px;
}

.section-top-price table.has-background-blue,
.section-top-price th.has-background-blue,
.section-top-price td.has-background-blue {
  background-color: #005bac;
  color: #fff;
}

.section-top-price table.has-background-pastel,
.section-top-price th.has-background-pastel,
.section-top-price td.has-background-pastel {
  background-color: #eaf6fd;
}

.section-top-price table.has-background-deep,
.section-top-price th.has-background-deep,
.section-top-price td.has-background-deep {
  background-color: #00a0e9;
  color: #fff;
  border-right: 1px solid #fff;
}

.section-top-price table.has-large-font,
.section-top-price th.has-large-font,
.section-top-price td.has-large-font {
  font-size: 2rem;
}

.section-top-price .table-wrapper {
  border-right: 0;
}

.section-top-price .table-heading {
  border-bottom: 0;
}

.section-top-price .table-unit {
  font-size: 1.6rem;
}

.section-top-price .price-description {
  font-weight: 500;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-top-price {
    padding: 81px 0 79px;
  }

  .section-top-price .title-common-primary {
    margin-bottom: 40px;
  }

  .section-top-price .table-wrapper {
    min-width: 960px;
    margin-bottom: 42px;
  }

  .section-top-price .table-image {
    padding: 37px 0 35px;
    border-bottom: 0;
  }

  .section-top-price .table-image img {
    width: 165px;
    height: 165px;
    margin: 0 auto;
  }

  .section-top-price tr,
  .section-top-price tbody {
    width: 100%;
  }

  .section-top-price .table-heading {
    width: 240px;
  }

  .section-top-price th,
  .section-top-price td {
    padding: 22px 10px 17px;
    border-right: 1px solid #aaa;
    max-width: 240px;
  }

  .section-top-price th.has-background-blue,
  .section-top-price td.has-background-blue {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #005bac;
  }

  .section-top-price th.has-background-blue:last-child,
  .section-top-price td.has-background-blue:last-child {
    border-right: 0;
  }

  .section-top-price th.has-background-deep,
  .section-top-price td.has-background-deep {
    border-bottom: 1px solid #fff;
  }

  .section-top-price th.has-background-deep:last-child,
  .section-top-price td.has-background-deep:last-child {
    border-right: 0;
  }

  .section-top-price th.has-large-font,
  .section-top-price th.has-small-padding,
  .section-top-price td.has-large-font,
  .section-top-price td.has-small-padding {
    padding: 18px 15px;
    max-width: 240px;
  }

  .section-top-price th.has-small-padding,
  .section-top-price td.has-small-padding {
    width: 152px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-top-price .table-unit {
    padding-left: 5px;
  }

  .section-top-price .price-description {
    text-align: center;
    margin-bottom: 18px;
  }
}

@media print {
  .section-top-price {
    page-break-after: always;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-price {
    padding: 41px 0 40px;
  }

  .section-top-price .title-common-primary {
    margin-bottom: 40px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .section-top-price .price-table {
    overflow: auto hidden !important;
    background: none !important;
    margin-bottom: 44px;
    margin-right: -20px;
  }

  .price-table-wrapper {
    width: 660px;
    margin: 0 auto;
  }

  .section-top-price .table-wrapper {
    min-width: 640px;
    max-width: 640px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .section-top-price .table-heading {
    width: 190px;
  }

  .section-top-price .table-subheading {
    width: 150px;
    font-size: 1.4rem;
  }

  .section-top-price .table-subheading.is-first {
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    font-size: 1.6rem;
  }

  .section-top-price th,
  .section-top-price td {
    padding: 20px 10px;
  }

  .section-top-price th.has-small-padding,
  .section-top-price td.has-small-padding {
    padding: 14px 10px;
  }

  .section-top-price th.has-background-deep,
  .section-top-price td.has-background-deep {
    border-bottom: 1px solid #fff;
  }

  .section-top-price th.has-background-deep.is-last,
  .section-top-price td.has-background-deep.is-last {
    border-bottom: 1px solid #00a0e9;
    width: 150px;
  }

  .section-top-price th.has-background-blue,
  .section-top-price td.has-background-blue {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #005bac;
    width: 150px;
  }

  .section-top-price th.has-background-blue.is-last,
  .section-top-price td.has-background-blue.is-last {
    border-bottom: 1px solid #005bac;
  }

  .section-top-price .table-heading {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
  }

  .section-top-price .table-heading.has-small-padding {
    border-bottom: 0;
  }

  .section-top-price .table-unit {
    position: relative;
    left: 5px;
  }

  .section-top-price .price-description {
    margin-bottom: 14px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.section-top-application {
  background-color: #f7eee4;
}

.section-top-application .application-step {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-application .step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-application .step-item:last-child {
  margin-bottom: 0;
}

.section-top-application .application-description,
.section-top-application .note-description {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.section-top-application .application-subtitle {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.section-top-application .application-subtitle .text-highlight {
  color: #005bac;
}

.section-top-application .application-detail {
  text-align: center;
  font-size: 1.3rem;
}

.section-top-application .application-note {
  background-color: #fff;
}

.section-top-application .step-title {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
}

.section-top-application .step-title::before {
  position: absolute;
  content: "";
  left: 0;
  background: url("/img/support/extended_warranty/top/icn03_50x50.svg") center/cover no-repeat;
  width: 50px;
  height: 51px;
}

.section-top-application .step-title.is-last::before {
  background: url("/img/support/extended_warranty/top/icn04_50x50.svg") center/cover no-repeat;
}

.section-top-application .step-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #005bac;
  width: 100%;
  height: 2px;
}

.section-top-application .step-subtitle {
  font-weight: 500;
  line-height: 1.8;
}

.section-top-application .step-subtitle a {
  text-decoration: none;
  color: #1a1a1a;
}

.section-top-application .list-item {
  position: relative;
}

.section-top-application .list-item::after {
  position: absolute;
  content: "";
  background-color: #005bac;
  width: 1px;
}

.section-top-application .list-item.is-last::after {
  opacity: 0;
}

.section-top-application .list-item.is-last .item-wrapper:last-child::after {
  display: none;
}

.section-top-application .list-item .item-number {
  position: absolute;
  width: 40px;
  height: 40px;
}

.section-top-application .item-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.section-top-application .item-wrapper::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/img/support/extended_warranty/top/icn02_40x20.svg") center/cover no-repeat;
  width: 40px;
  height: 20px;
}

.section-top-application .item-title {
  font-weight: bold;
}

.section-top-application .item-description {
  font-weight: 500;
  line-height: 1.8;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-top-application {
    padding: 82px 0 42px;
  }

  .section-top-application .title-common-primary {
    margin-bottom: 42px;
  }

  .section-top-application .application-subtitle {
    margin-bottom: 28px;
    font-size: 2rem;
  }

  .section-top-application .application-detail {
    margin-bottom: 5px;
  }

  .section-top-application .application-note {
    width: 720px;
    margin: 0 auto 84px;
    padding: 42px 20px 39px;
  }

  .section-top-application .note-description {
    margin-bottom: 14px;
  }

  .section-top-application .step-item {
    margin-bottom: 83px;
  }

  .section-top-application .step-title {
    margin-bottom: 10px;
    padding-bottom: 12px;
    padding-left: 66px;
    font-size: 3.2rem;
  }

  .section-top-application .step-title::before {
    top: -3px;
  }

  .section-top-application .step-subtitle {
    margin-bottom: 38px;
  }

  .section-top-application .list-item {
    padding-left: 72px;
    padding-bottom: 36px;
  }

  .section-top-application .list-item.is-last {
    padding-bottom: 40px;
  }

  .section-top-application .list-item::after {
    top: 64px;
    left: 35px;
    height: calc(100% - 56px);
  }

  .section-top-application .list-item .item-number {
    top: 16px;
    left: 16px;
  }

  .section-top-application .list-item .button-common-primary {
    margin-top: 13px;
  }


  .section-top-application .list-item .button-common-primary::after {
    right: 12px;
  }

  .section-top-application .button-common-primary {
    width: 600px;
    min-height: 90px;
    border-width: 4px;
  }

  .section-top-application .item-wrapper {
    padding: 19px 20px 20px;
  }

  .section-top-application .item-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-application {
    padding: 41px 0 1px;
  }

  .section-top-application .title-common-primary {
    margin-bottom: 42px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .section-top-application .application-description {
    font-size: 1.6rem;
  }

  .section-top-application .application-subtitle {
    margin-bottom: 29px;
    font-size: 2rem;
  }

  .section-top-application .application-detail {
    margin-bottom: 7px;
  }

  .section-top-application .application-note {
    width: 100%;
    margin: 0 auto 50px;
    padding: 35px 23px 32px;
  }

  .section-top-application .application-note .button-common-secondary {
    width: 100%;
    min-height: 70px;
  }

  .section-top-application .application-note .button-content {
    padding: 5px 52px 2px;
  }

  .section-top-application .note-description {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  .section-top-application .step-item {
    margin-bottom: 50px;
  }

  .section-top-application .step-title {
    margin-bottom: 10px;
    padding-bottom: 23px;
    padding-left: 66px;
    font-size: 2rem;
  }

  .section-top-application .step-title::before {
    top: -10px;
  }

  .section-top-application .step-subtitle {
    margin-bottom: 39px;
    font-size: 1.6rem;
  }

  .section-top-application .button-common-primary {
    width: 100%;
    min-height: 90px;
    border-width: 4px;
    font-size: 2.4rem;
  }

  .section-top-application .button-common-primary .button-content {
    padding: 7px 60px;
  }

  .section-top-application .list-item {
    padding-left: 56px;
    padding-bottom: 36px;
  }

  .section-top-application .list-item .button-common-primary {
    margin-top: 14px;
    font-size: 1.8rem;
  }

  .section-top-application .list-item .button-content {
    padding: 15px 45px 17px;
  }

  .section-top-application .list-item::after {
    top: 64px;
    left: 19px;
    height: calc(100% - 56px);
  }

  .section-top-application .list-item .item-number {
    top: 16px;
    left: 0;
  }

  .section-top-application .list-item.is-last {
    padding-bottom: 40px;
  }

  .section-top-application .item-wrapper {
    padding: 20px;
  }

  .section-top-application .item-title {
    margin-bottom: 2px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .section-top-application .item-description {
    font-size: 1.6rem;
  }
}

.section-top-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-faq .faq-wrapper {
  background-color: #eaf6fd;
  position: relative;
}

.section-top-faq .faq-wrapper:first-child {
  margin-top: 0;
}

.section-top-faq .faq-question {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  color: #005bac;
  z-index: 1;
}

.section-top-faq .faq-question::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background: url("/img/support/extended_warranty/top/icn06_32x32.svg") center/cover no-repeat;
  width: 32px;
  height: 32px;
}

.section-top-faq .faq-answers {
  position: relative;
  font-weight: 500;
  line-height: 1.8;
}

.section-top-faq .faq-answers::after {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  background: url("/img/support/extended_warranty/top/icn07_32x32.svg") center/cover no-repeat;
  width: 32px;
  height: 32px;
}

.section-top-faq .heading-title,
.section-top-faq .content-detail {
  margin-bottom: 0;
}

.section-top-faq .content-detail {
  font-weight: 500;
}

.section-top-faq .faq-button {
  position: relative;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #005bac;
  line-height: 1.6;
  cursor: pointer;
}

.section-top-faq .faq-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("/img/support/extended_warranty/top/icn05_24x24.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
}

.section-top-faq .faq-button.faq-close::after {
  rotate: 45deg;
}

.section-top-faq .faq-button:hover {
  opacity: 0.7;
}

.faq-close {
  display: none;
}

.section-top-faq .text-highlight {
  color: #005bac;
  font-weight: 700;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-top-faq {
    padding: 81px 20px 50px;
  }

  .section-top-faq .title-common-primary {
    margin-bottom: 40px;
  }

  .section-top-faq .faq-list {
    margin-bottom: 23px;
  }

  .section-top-faq .faq-wrapper {
    margin-top: 20px;
  }

  .section-top-faq .faq-question {
    padding: 21px 60px 19px;
    font-size: 2rem;
  }

  .section-top-faq .faq-answers {
    padding: 0 62px;
  }

  .section-top-faq .content-detail {
    padding: 2px 0 17px;
  }

  .section-top-faq .faq-button {
    padding-left: 31px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-faq {
    padding: 41px 0 20px;
  }

  .section-top-faq .title-common-primary {
    margin-bottom: 41px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .section-top-faq .faq-list {
    margin-bottom: 23px;
  }

  .section-top-faq .faq-wrapper {
    margin-top: 19px;
  }

  .section-top-faq .faq-question {
    padding: 24px 60px 16px;
    font-size: 1.6rem;
    min-height: 72px;
  }

  .section-top-faq .faq-answers {
    padding: 0 22px 0 62px;
    font-size: 1.6rem;
  }

  .section-top-faq .content-detail {
    padding: 2px 0 16px;
  }

  .section-top-faq .faq-button {
    font-size: 1.6rem;
    padding-left: 32px;
  }
}

.section-top-contact .contact-wrapper {
  border: 8px solid #eee;
}

.section-top-contact .contact-title {
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #1a1a1a;
}

.section-top-contact .information-title {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.section-top-contact .contact-phone {
  position: relative;
  font-weight: 700;
  color: #1a1a1a;
}

.section-top-contact .contact-phone a {
  text-decoration: none;
}

.section-top-contact .contact-phone::after {
  position: absolute;
  content: "";
  top: 5px;
  background: url("/img/support/extended_warranty/top/icn08_32x32.svg") center/contain no-repeat;
  width: 33px;
  height: 33px;
}

.section-top-contact .content-note {
  font-weight: 500;
  line-height: 1.8;
}

.section-top-contact .information-description {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.section-top-contact .contact-note {
  font-weight: 500;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-top-contact {
    padding: 31px 0 171px;
  }

  .section-top-contact .button-common-primary {
    width: 600px;
    min-height: 90px;
    margin-bottom: 80px;
    border-width: 4px;
  }

  .section-top-contact .contact-wrapper {
    width: 720px;
    margin: 0 auto;
    padding: 53px 96px 54px;
  }

  .section-top-contact .contact-title {
    margin-bottom: 34px;
    padding-bottom: 18px;
    font-size: 2.4rem;
  }

  .section-top-contact .information-title {
    margin-bottom: 3px;
  }

  .section-top-contact .information-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-top-contact .contact-phone {
    padding-left: 39px;
    font-size: 3.2rem;
  }

  .section-top-contact .contact-phone::after {
    left: -1px;
  }

  .section-top-contact .contact-note {
    padding-left: 4px;
  }

  .section-top-contact .information-contact {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-top-contact {
    padding: 21px 0 10px;
  }

  .section-top-contact .button-common-primary {
    margin-bottom: 40px;
    border-width: 4px;
  }

  .section-top-contact .contact-wrapper {
    margin: 0 auto;
    padding: 52px 16px 54px;
  }

  .is-ios .section-top-contact .contact-wrapper {
    margin: 0 auto;
    padding: 52px 5px 54px;
  }

  .section-top-contact .contact-title {
    padding-bottom: 20px;
    margin: 0 16px 34px;
    font-size: 2.4rem;
  }

  .section-top-contact .information-title {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }

  .section-top-contact .information-contact {
    margin-bottom: 1px;
  }

  .section-top-contact .contact-phone {
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8px;
    padding-left: 40px;
    font-size: 3.2rem;
  }

  .is-ios .section-top-contact .contact-phone {
    padding-left: 20px;
  }

  .is-ios .section-top-contact .contact-phone::after {
    left: -14px;
  }

  .section-top-contact .contact-phone::after {
    left: 0;
  }

  .is-android .section-top-contact .contact-phone::after {
    top: 8px;
  }

  .section-top-contact .contact-note {
    font-size: 1.6rem;
    text-align: center;
  }

  .section-top-contact .information-contact {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }

  .section-top-contact .information-description {
    font-size: 1.6rem;
  }

  .section-top-contact .button-content {
    padding: 11px 58px 4px;
  }
}

.blog-top-popup {
  display: none;
  position: fixed;
  background-color: #fff;
  border: 1px solid #005bac;
  z-index: 991;
}

.blog-top-popup .popup-wrapper {
  position: relative;
  padding: 32px 16px 16px;
}

.blog-top-popup .popup-title {
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.6rem;
}

.blog-top-popup .popup-description {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.4rem;
}

.blog-top-popup .popup-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 37px;
  margin: 0 auto;
  background-color: #005bac;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6;
}

.blog-top-popup .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .blog-top-popup {
    right: 40px;
    bottom: 104px;
    width: 300px;
    min-height: 175px;
  }

  .blog-top-popup .popup-button {
    width: 268px;
  }

  .blog-top-popup .button-content {
    padding: 8px 25px 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .blog-top-popup {
    left: 0;
    bottom: 13px;
    width: calc(100% - 26px);
    min-height: 175px;
    margin: 0 13px;
  }

  .blog-top-popup .popup-button {
    width: 100%;
  }

  .blog-top-popup .popup-description {
    width: fit-content;
    margin: 0 auto 16px;
  }
}

/*# sourceMappingURL=top.css.map */