@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;
}

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;
  }
}

@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;
  }
}

.banner-common {
  display: none;
}

.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%;
  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-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;
  }

  .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: 18px 55px 14px;
  }
}

@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: 12px;
    width: 24px;
    height: 24px;
  }

  .button-common-primary.is-link::after {
    background: url("/img/support/extended_warranty/icn03_32x32.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;
  }

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

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

.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);
}

.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;
}

.button-common-secondary.is-link::after {
  background: url("/img/support/extended_warranty/icn03_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: 17px 55px 16px;
  }
}

@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: 15px 55px 17px;
  }
}

.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;
}

.m-icon-blank {
  display: none;
}

@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;
  }
}

.button-common-tertiary {
  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;
  width: 278px;
  min-height: 49px;
  font-weight: 700;
  color: #005bac;
  font-size: 1.6rem;
  border: 1px solid #005bac;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}

.button-common-tertiary::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/img/support/extended_warranty/icn04_16x16.svg") center/contain no-repeat;
  transition: opacity 0.3s;
  width: 16px;
  height: 16px;
}

.button-common-tertiary::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/img/support/extended_warranty/icn07_16x16.svg") center/contain no-repeat;
  transition: opacity 0.3s;
  width: 16px;
  height: 16px;
}

.button-common-tertiary:hover {
  color: #fff;
  background-color: #005bac;
}

.button-common-tertiary:hover::after {
  opacity: 0;
}

.button-common-tertiary:hover::before {
  opacity: 1;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .button-common-tertiary .button-content {
    padding: 10px 10px 9px 34px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .button-common-tertiary .button-content {
    padding: 10px 10px 9px 34px;
  }
}

.blog-common-link .button-common-tertiary {
  margin: 0 auto;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .blog-common-link .button-common-primary {
    width: 600px;
    min-height: 90px;
    border-width: 4px;
  }

  .blog-common-link .button-common-primary {
    margin-bottom: 79px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .blog-common-link {
    line-height: 1.4;
  }

  .blog-common-link .button-common-primary {
    margin-bottom: 42px;
    border: 4px solid #fff;
  }
}

.section-warranty {
  line-height: 1.75;
}

.section-warranty .warranty-wrapper {
  margin-bottom: 60px;
}

.section-warranty .warranty-note {
  margin-bottom: 60px;
}

.section-warranty .warranty-author {
  margin-bottom: 59px;
  text-align: right;
}

.section-warranty .warranty-title {
  font-weight: bold;
  font-family: "游明朝 StdN", "Yu Mincho StdN", "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", georgia, serif;
}

.section-warranty .warranty-heading {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "YuMincho Pr6N", "YuMincho Pr6", "游明朝", "Yu Mincho", yumincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Times New Roman", Georgia, serif;
}

.section-warranty ul,
.section-warranty ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-warranty .information-item:last-child,
.section-warranty .warranty-item:last-child,
.section-warranty .number-description:last-child,
.section-warranty .dot-description:last-child,
.section-warranty .information-description:last-child,
.section-warranty .content-item:last-child,
.section-warranty .information-bracket:last-child {
  margin-bottom: 0;
}

.section-warranty .warranty-item {
  margin-bottom: 60px;
}

.section-warranty .information-description {
  position: relative;
  padding-left: 24px;
}

.section-warranty .information-description .description-number {
  position: absolute;
  top: 0;
  left: 0;
}

.section-warranty .information-item {
  margin-bottom: 10px;
}

.section-warranty .information-item .information-number {
  padding-left: 24px;
}

.section-warranty .information-item .information-dot {
  padding-left: 26px;
}

.section-warranty .information-number {
  padding-left: 0;
}

.section-warranty .information-number .information-description {
  padding-left: 26px;
}

.section-warranty .number-description {
  padding-left: 16px;
}

.section-warranty .number-description .information-wrapper {
  padding-left: 0;
}

.section-warranty .information-wrapper {
  padding-left: 24px;
}

.section-warranty .information-wrapper .information-dot {
  padding-left: 0;
}

.section-warranty .dot-description {
  position: relative;
  padding-left: 24px;
}

.section-warranty .dot-description::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 10px;
  border-radius: 50%;
  background: #1A1A1A;
  width: 4px;
  height: 4px;
}

.section-warranty .content-item {
  position: relative;
}

.section-warranty .content-item::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 1px;
  border-radius: 50%;
  background: #1A1A1A;
  width: 14px;
  height: 14px;
}

.section-warranty .bracket-description {
  position: relative;
}

.section-warranty .bracket-description .description-bracket {
  position: absolute;
  top: 0;
  left: 0;
}

.section-warranty .number-description {
  position: relative;
}

.section-warranty .number-description .description-number {
  position: absolute;
  top: 0;
  left: 0;
}

.section-warranty .description-contact {
  position: relative;
  color: #00a0e9;
  word-break: break-all;
  text-underline-offset: 3px;
}

.section-warranty .description-contact::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url("/img/support/extended_warranty/icn05_10x10.svg") center/cover no-repeat;
}

.section-warranty .content-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}

.section-warranty .information-bracket {
  padding-left: 26px;
}

.section-warranty .information-bracket .information-dot {
  padding-left: 22px;
}

.section-warranty .bracket-description {
  padding-left: 22px;
}

.section-warranty .warranty-description.has-margin {
  margin-bottom: 10px;
}

.section-warranty a[href^="tel:"]:link {
  text-decoration: none;
  color: #1a1a1a;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-warranty {
    padding: 2px 0 20px;
  }

  .section-warranty .button-common-tertiary {
    margin-bottom: 42px;
  }

  .section-warranty .warranty-title {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }

  .section-warranty .warranty-heading {
    font-size: 3rem;
  }

  .section-warranty .content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-warranty {
    padding: 0 0 20px;
    font-size: 1.6rem;
  }

  .section-warranty .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-warranty .button-common-tertiary {
    margin-bottom: 40px;
  }

  .section-warranty .warranty-title {
    margin-bottom: 60px;
    font-size: 2rem;
  }

  .section-warranty .warranty-heading {
    font-size: 2rem;
  }

  .section-warranty .content-item {
    padding-left: 16px;
  }
}

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