@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;
}
.button-common-primary.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-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 .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: 14px;
    width: 24px;
    height: 24px;
  }
  .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: 7px 58px 8px;
  }
  .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: 15px 55px 17px;
  }
}
@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/icn10_680x4.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 4px 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;
  transform: translateY(calc(-50% + 1px));
  background: url("/img/support/extended_warranty/icn04_16x16.svg") center/contain no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
  width: 16px;
  height: 16px;
}
.button-common-tertiary::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  transform: translateY(calc(-50% + 1px));
  background: url("/img/support/extended_warranty/icn07_16x16.svg") center/contain no-repeat;
  opacity: 0;
  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: 12px 10px 8px 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;
  }
}

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

.section-responsibility .button-common-tertiary {
  margin-bottom: 41px;
}
.section-responsibility .title-common-primary {
  margin-bottom: 41px;
}
.section-responsibility table,
.section-responsibility th,
.section-responsibility td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.section-responsibility td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.section-responsibility td:last-child {
  border-right: 0;
}
.section-responsibility td.has-background-pastel {
  background-color: #eaf6fd;
  text-align: center;
  font-weight: bold;
}
.section-responsibility td.is-start {
  vertical-align: top;
}
.section-responsibility .table-heading {
  text-align: center;
  background-color: #005bac;
  padding: 16px 10px;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.section-responsibility .table-heading:last-child {
  border-right: 0;
}
.section-responsibility .table-illustration {
  font-weight: 500;
  line-height: 1.8;
}
.section-responsibility .illustration-description {
  white-space: normal;
  margin-bottom: 30px;
}
.section-responsibility .content-description {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-responsibility .description-color {
  position: relative;
  top: 4px;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dfeefa;
  width: 40px;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
.section-responsibility .illustration-image.has-margin {
  margin-bottom: 33px;
}
.section-responsibility .table-content {
  line-height: 1.6;
}
.section-responsibility .description-item {
  margin-bottom: 18px;
}
.section-responsibility .content-note {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-responsibility .description-text,
.section-responsibility .content-note {
  font-weight: 500;
}
.section-responsibility .description-title {
  font-weight: 600;
}
.section-responsibility .note-item {
  position: relative;
  padding-left: 16px;
}
.section-responsibility .note-icon {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-responsibility .responsibility-wrapper {
    margin-bottom: 40px;
  }
  .section-responsibility .table-heading:first-child {
    width: 200px;
  }
  .section-responsibility .table-heading:nth-child(2) {
    width: 320px;
  }
  .section-responsibility .table-heading:last-child {
    width: 440px;
  }
  .section-responsibility td.is-start {
    padding: 21px 20px 20px 19px;
  }
  .section-responsibility .illustration-image {
    width: 280px;
    height: 200px;
  }
  .section-responsibility .table-illustration {
    max-width: 320px;
  }
  .section-responsibility .table-content {
    max-width: 440px;
  }
  .section-responsibility .description-item:last-child {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-responsibility .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-responsibility .responsibility-wrapper {
    overflow: auto hidden !important;
    background: none !important;
    margin-right: -15px;
    margin-bottom: 42px;
  }
  .section-responsibility .responsibility-table {
    min-width: 696px;
    font-size: 1.6rem;
    margin-right: 15px;
  }
  .section-responsibility .table-heading:first-child {
    width: 116px;
  }
  .section-responsibility .table-heading:nth-child(2) {
    width: 200px;
  }
  .section-responsibility .table-heading:last-child {
    width: 380px;
  }
  .section-responsibility td.is-start {
    padding: 21px 20px 20px 19px;
  }
  .section-responsibility td.has-background-pastel {
    padding: 10px 8px 10px;
  }
  .section-responsibility .description-item:last-child {
    margin-bottom: 17px;
  }
}
/*# sourceMappingURL=responsibility.css.map */