@charset "UTF-8";
@media screen and (max-width: 768px) {
  #contents_area {
    font-family: HondaGlobalFontJP-Regular, sans-serif;
  }
  #contents_area br.sp {
    display: inline !important;
  }
  .section h2 {
    position: relative;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-size: 19px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    line-height: 1.4;
    padding: 18px 0;
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
  }
  .section h3 {
    color: #444;
    text-align: center;
    font-size: 19px;
    line-height: 1.4;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    padding: 20px 0;
    background: #dddddd;
  }
  .section h4 {
    position: relative;
    font-size: 16px;
    color: #444;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    padding: 0 0 10px 20px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 20px;
    border-bottom: #dddddd solid 1px;
  }
  .section h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 25px;
    border-left: #444 solid 2px;
  }
  .head_caution {
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.7;
    width: 90%;
    margin: 20px auto 30px;
  }
  .head_caution .notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
}
