@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", "メイリオ", "Meiryo", Sans-Serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  font-feature-settings: "pkna";
  letter-spacing: 0.08em;
  -webkit-overflow-scrolling: touch;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

body #l-header, body .l-footer {
  display: none !important;
}

#privacy .privacy-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  color: var(--_, #333);
}
@media only screen and (max-width: 768px) {
  #privacy .privacy-inner {
    padding: 50px 20px;
  }
}
#privacy h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #privacy h2 {
    font-size: 26px;
  }
}
#privacy h3 {
  font-size: 16px;
  line-height: 1.8;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #privacy h3 {
    font-size: 14px;
  }
}
#privacy p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #privacy p {
    font-size: 14px;
  }
}
#privacy li {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #privacy li {
    font-size: 14px;
  }
}
#privacy a {
  color: var(--_, #333);
}
#privacy .privacy-list {
  margin-top: 40px;
}
#privacy .privacy-list > li::before {
  content: counter(list-item) "";
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy-list > li::before {
    font-size: 14px;
  }
}
#privacy .privacy-list__sec {
  list-style: none;
  margin-top: 2em;
  text-indent: -1em;
}
#privacy .privacy-list__subsec {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 1em;
}
#privacy .privacy-list__subsec li::before {
  content: "■";
}
#privacy .privacy-list__subsec h3 {
  display: inline;
}
#privacy .privacy-list__detail {
  margin: 1em 0;
  list-style: none;
}
#privacy .privacy-list__detail li {
  text-indent: 0em;
}
#privacy .privacy-list__detail li::before {
  content: "";
}