@charset "UTF-8";
.section {
  position: relative;
  margin: 0 auto;
}

#contents_area {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  span.switch_pc {
    display: inline !important;
  }
  br.sp {
    display: none !important;
  }
  .section {
    width: 980px;
  }
  .section h2 {
    font-size: 25px;
    line-height: 1.5;
    border-bottom: solid 2px #676767;
    padding-bottom: 12px;
    margin: 60px 0 0;
  }
  .section h3 {
    color: #154688;
    padding-left: 17px;
    font-size: 20px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    margin-bottom: 40px;
    background: url(/navi/common/img/arrow.png) no-repeat 0 center;
  }
  .section h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section h4:before {
    content: "■";
    color: #154688;
  }
  .head_caution {
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.7;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .head_caution .notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
}
#footer_topic_path {
    color: #444;
  }