@charset "utf-8";

#contents {
  color: #000;
  overflow-x: hidden;
}

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

#contents img {
  height: auto;
  max-width: 100%;
}

#contents picture {
  display: block;
  max-width: 100%;
}

#contents picture img {
  display: block;
}

.airbag-title {
  background-color: transparent;
  border-left: 5px solid #800000;
  color: #000;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: x-large;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

.airbag-text {
  font-size: medium;
  line-height: 1.5;
}

.airbag-text--lead {
  margin: 0 10px 30px;
}

.airbag-text--notice {
  margin: 0 10px 30px 0;
}

.airbag-text--strong {
  margin: 30px 10px 20px 0;
}

.airbag-text--work {
  margin-bottom: 50px;
}

.airbag-small-note {
  font-size: 90%;
  line-height: 1.8;
}

.airbag-emphasis {
  color: red;
}

.airbag-link {
  color: #0070c6;
}

.airbag-center {
  text-align: center;
}

.airbag-sublead {
  font-size: 140%;
}

.airbag-section-heading {
  background-repeat: no-repeat;
  display: block;
  font-size: medium;
  height: 34px;
  line-height: 2;
  margin: 0 0 10px;
  padding-left: 10px;
}

.airbag-section-heading--wide {
  background-image: url("../images/h2_notice_2022.gif");
  max-width: 100%;
  width: 960px;
}

.airbag-section-heading--side {
  background-image: url("../images/h2_notice02.gif");
  margin-bottom: 0;
  max-width: 100%;
  width: 614px;
}

.todokedeTable {
  height: 190px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.todokedeTable table {
  min-width: 620px;
}

.todokedeTable__date {
  width: 110px;
}

.airbag-image-space {
  margin-bottom: 20px;
}

.airbag-button-space {
  margin-bottom: 30px;
}

.airbag-list {
  font-size: medium;
  line-height: 1.5;
  margin-left: 20px;
}

.airbag-request {
  font-size: medium;
  line-height: 1.5;
}

.airbag-red-message {
  color: #fff;
  font-size: xx-large;
  margin: 30px 0;
  text-align: center;
}

.airbag-red-heading {
  background-color: #f00;
  color: #fff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: x-large;
  font-weight: normal;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.airbag-bordered {
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 0 1px 1px;
}

.airbag-box-text {
  font-size: medium;
  line-height: 1.5;
  margin: 10px 10px 0;
  padding-top: 10px;
}

.airbag-ordered {
  font-size: medium;
  line-height: 1.5;
  margin: 0 10px 20px;
  padding-top: 10px;
}

.airbag-contact-image {
  margin: 20px auto 0;
}

.airbag-app-text {
  font-size: medium;
  line-height: 1.5;
  margin: 30px 20px 0 0;
}

.airbag-app-button {
  margin: 30px 0 0 10px;
}

.airbag-app-caption {
  font-size: medium;
  line-height: 1.5;
  margin: 10px 0 30px;
  text-align: center;
}

.airbag-closing {
  font-size: medium;
  line-height: 1.5;
  margin: 10px 0 30px;
}

.airbag-contact-note {
  font-size: medium;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

.airbag-side-button {
  margin: 0 0 10px;
}

.airbag-recall-system {
  font-size: small;
  line-height: 1.3;
  margin: 10px 20px 30px;
}

.airbag-clear {
  clear: both;
}

.airbag-local-page #contents h1,
.airbag-local-page #contents h1 a,
.airbag-local-page #contents h2 {
  max-width: 100%;
}

.airbag-local-page #contents h1,
.airbag-local-page #contents h1 a {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.airbag-local-page #contents h2 {
  background-size: 100% 100%;
}

.airbag-local-page #contents [style*="width:614px"],
.airbag-local-page #contents [style*="width:960px"] {
  max-width: 100% !important;
}

.airbag-local-page #contents .versatile-image p {
  max-width: 100%;
}

.airbag-local-page #contents .leftContents img,
.airbag-local-page #contents .rightContents img {
  display: block;
}

@media (max-width: 1000px) {
  .wrapper {
    margin: 24px auto;
    max-width: 960px;
    padding: 0 16px;
    width: 100%;
  }

  .leftContents,
  .rightContents {
    max-width: 100%;
  }

  .airbag-section-heading--wide,
  .airbag-section-heading--side {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wrapper {
    margin: 20px auto;
    padding: 0 14px;
  }

  .airbag-top-page .wrapper {
    background-color: #fff;
    margin: 20px auto;
    max-width: none;
    padding: 10px;
    width: 90%;
  }

  .airbag-top-page .airbag-title {
    background-color: #c00;
    border-left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 5px 10px;
  }

  .airbag-top-page .airbag-main-visual-section,
  .airbag-top-page .airbag-main-visual-section > .parsys_column {
    float: none;
    width: 100% !important;
  }

  .airbag-top-page .airbag-main-visual-section .versatile-image p {
    margin: 0 0 10px;
  }

  .airbag-top-page .airbag-main-visual-section .airbag-list {
    margin: 0 0 10px 1.2em;
  }

  .airbag-top-page .airbag-section-heading,
  .airbag-top-page .airbag-red-heading {
    background-color: #ccc;
    background-image: none;
    color: #000;
    font-size: 14px;
    height: auto;
    line-height: 1.5;
    margin: 0 0 10px;
    min-height: 0;
    padding: 5px 10px;
    text-align: left;
  }

  .airbag-top-page .airbag-red-heading {
    margin-top: 20px;
  }

  .airbag-top-page .airbag-text,
  .airbag-top-page .airbag-list,
  .airbag-top-page .airbag-request,
  .airbag-top-page .airbag-box-text,
  .airbag-top-page .airbag-ordered,
  .airbag-top-page .airbag-app-text,
  .airbag-top-page .airbag-app-caption,
  .airbag-top-page .airbag-closing,
  .airbag-top-page .airbag-contact-note,
  .airbag-top-page .airbag-recall-system {
    font-size: 12px;
    line-height: 1.5;
  }

  .airbag-top-page #contents picture,
  .airbag-top-page #contents img {
    width: 100%;
  }

  .airbag-top-page .airbag-small-note {
    font-size: 10.8px;
  }

  .airbag-top-page .airbag-sublead {
    font-size: 16.8px;
  }

  .airbag-top-page .airbag-text--lead,
  .airbag-top-page .airbag-text--notice,
  .airbag-top-page .airbag-text--strong,
  .airbag-top-page .airbag-text--work,
  .airbag-top-page .airbag-request,
  .airbag-top-page .airbag-box-text,
  .airbag-top-page .airbag-ordered,
  .airbag-top-page .airbag-app-text,
  .airbag-top-page .airbag-app-button,
  .airbag-top-page .airbag-app-caption,
  .airbag-top-page .airbag-closing,
  .airbag-top-page .airbag-contact-note,
  .airbag-top-page .airbag-image-space,
  .airbag-top-page .airbag-button-space,
  .airbag-top-page .airbag-contact-image,
  .airbag-top-page .airbag-side-button,
  .airbag-top-page .airbag-recall-system {
    margin: 0 0 10px;
    padding-top: 0;
  }

  .airbag-top-page .todokedeTable table {
    min-width: 900px;
  }

  .airbag-top-page .airbag-red-message {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
  }

  .airbag-top-page .airbag-bordered {
    border: 0;
  }

  .leftContents,
  .rightContents {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .rightContents {
    margin-top: 20px;
  }

  #contents .parsys_column {
    float: none;
    width: 100% !important;
  }

  .airbag-section-heading {
    height: auto;
    line-height: 1.5;
    min-height: 34px;
    padding: 6px 10px;
  }

  .airbag-list {
    margin-left: 0;
  }

  .airbag-app-text,
  .airbag-app-button {
    margin-left: 0;
    margin-right: 0;
  }

  .airbag-button-space {
    width: 100%;
  }

  .airbag-button-space a,
  .airbag-button-space picture,
  .airbag-button-space img {
    display: block;
    width: 100%;
  }

  .airbag-local-page #contents h2[style] {
    height: auto !important;
    min-height: 34px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    width: 100% !important;
  }

  .airbag-lineup-page #contents .colLayout1_1_1_1 .versatile-image p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .airbag-lineup-page #contents .colLayout1_1_1_1 .versatile-image a,
  .airbag-lineup-page #contents .colLayout1_1_1_1 .versatile-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
  }
}
