@charset "UTF-8";
/* ===========### ▼▼▼　共通　▼▼▼ ###=========== */
/* ---------- font ---------- */
/* Sofia Sans Extra Condensed BOLD */
.font-en {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
/* Futura PT BOOK */
.font-en2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

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

* {
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.warranty li,
.warranty summary {
  list-style: none;
}

.warranty img,
.warranty video,
.warranty picture {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.warranty a,
.warranty picture,
.warranty figure {
  display: block;
}

.warranty a {
  color: inherit;
  text-decoration: none;
}

.warranty table {
  border-collapse: collapse;
}

.warranty *:focus {
  outline: none;
}

.main-area {
  display: block;
  min-width: unset;
  max-width: unset;
  margin-bottom: calc(25* (100vw /1600));
}

.warranty {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: left;
  overflow: clip;
}

nav.c-breadcrumb {
  display: none;
}

.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
/* ---------- base ---------- */

/* ---------- contents ---------- */
.warranty {
  margin: 6rem 0 10rem 0;
}
.warranty h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
.warranty .txtcontents {
  margin-top: 3rem;
}
.warranty h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1rem 0;
}
.warranty p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.warranty .txtbox {
  width: 55rem;
  margin: 0 auto;
  text-align: justify;
}
.warranty .txtcontents__box02,
.warranty .txtcontents__box03,
.warranty .txtcontents__box04,
.warranty .txtcontents__box05 {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .warranty {
    margin: calc(20 * (100vw / 750)) 0 calc(100 * (100vw / 750)) 0;
  }
  .warranty h1 {
    font-size: calc(30 * (100vw / 750));
    text-align: center;
  }
  .warranty .txtcontents {
    margin-top: calc(30 * (100vw / 750));
  }
  .warranty h2 {
    font-size: calc(26 * (100vw / 750));
    margin: calc(10 * (100vw / 750)) 0;
  }
  .warranty p {
    font-size: calc(20 * (100vw / 750));
  }
  .warranty .txtbox {
    width: calc(650 * (100vw / 750));
  }
  .warranty .txtcontents__box02,
  .warranty .txtcontents__box03,
  .warranty .txtcontents__box04,
  .warranty .txtcontents__box05 {
    margin-top: calc(50 * (100vw / 750));
  }
}

/* ---------- contents ---------- */