@charset "UTF-8";
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important; }

html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2b383f;
  letter-spacing: 1px;
  line-height: 1.6;
  font-family: 'HondaGlobalFontJP-Regular', sans-serif; }

#l-auto-header * {
	letter-spacing: normal;
}

#auto-header-logo {
  line-height: 1 !important; }

img {
  border: 0;
  vertical-align: bottom; }

ul, dl, ol {
  list-style-type: none;
  list-style-position: outside;
  text-indent: 0;
  margin: 0;
  padding: 0; }

body {
  text-align: left;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
	background: #fff;
  /*iphone*/ }

body #mainContents {
  line-height: 1.6;
  width: 100% !important; }

.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

figure > img {
  width: 100%; }

figure.small {
  width: 85%; }

a {
  color: transparent;
  text-decoration: none;
  font: inherit;
  cursor: pointer; }
  a:focus {
    outline: none; }

*:focus {
  outline: none; }

ul {
  font: inherit; }

.red {
  color: #c00 !important; }

.bgc {
  background-color: #f1f1f2; }

.is-fixed {
  position: fixed; }

[class*="pc-none"] {
  display: none; }

@media screen and (max-width: 736px) {
  [class*="sp-none"] {
    display: none; }
  [class*="pc-none"] {
    display: block; } }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.bold {
  font-family: 'HondaGlobalFontJP-Bold', sans-serif; }

/*--------------------------------------------------
  Layout
--------------------------------------------------*/
#mainContents section {
  margin: 0 auto; }
  @media screen and (min-width: 737px), print {
    #mainContents section {
      width: 980px;
      margin-bottom: 70px; } }
  @media screen and (max-width: 736px) {
    #mainContents section {
      padding: 0 15px;
      margin-bottom: 70px; } }

header.header-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 auto; }
  @media screen and (min-width: 737px), print {
    header.header-wrapper {
      height: 60px;
      width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 736px) {
    header.header-wrapper {
      height: 44px;
      margin-bottom: 30px; } }
  header.header-wrapper .headline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
    @media screen and (min-width: 737px), print {
      header.header-wrapper .headline {
        width: 980px;
        padding: 17px 0 0 20px; } }
    @media screen and (max-width: 736px) {
      header.header-wrapper .headline {
        padding: 12px 0 0 20px; } }
    header.header-wrapper .headline h1 {
      font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
      @media screen and (min-width: 737px), print {
        header.header-wrapper .headline h1 {
          font-size: 22px; } }
      @media screen and (max-width: 736px) {
        header.header-wrapper .headline h1 {
          font-weight: normal;
          font-size: 15px; } }
      header.header-wrapper .headline h1 a {
        color: #444; }

footer.footer-wrapper {
  background: #23282d;
  height: 60px; }
  @media screen and (min-width: 737px), print {
    footer.footer-wrapper .footer_topic_path {
      width: 980px;
      margin: 0 auto; } }
  footer.footer-wrapper .footer_topic_path ul {
    padding: 15px 0; }
    @media screen and (max-width: 736px) {
      footer.footer-wrapper .footer_topic_path ul {
        -webkit-overflow-scrolling: touch;
        padding: 15px;
        white-space: nowrap;
        overflow-x: auto; } }
    footer.footer-wrapper .footer_topic_path ul li {
      color: #fff;
      display: inline-block;
      margin-left: 20px; }
      @media screen and (min-width: 737px), print {
        footer.footer-wrapper .footer_topic_path ul li {
          font-size: 13px; } }
      @media screen and (max-width: 736px) {
        footer.footer-wrapper .footer_topic_path ul li {
          font-size: 12px; } }
      footer.footer-wrapper .footer_topic_path ul li:nth-child(1) {
        margin-left: 0px; }
      footer.footer-wrapper .footer_topic_path ul li a {
        color: #fff;
        position: relative; }
        footer.footer-wrapper .footer_topic_path ul li a::after {
          position: absolute;
          content: '>';
          text-indent: 8px; }

section h2 {
  line-height: 1rem; }
  @media screen and (min-width: 737px), print {
    section h2 {
      border-left: 4px solid #c00;
      font-size: 26px;
      margin-bottom: 25px;
      padding: 14px 0 12px 18px; } }
  @media screen and (max-width: 736px) {
    section h2 {
      border-left: 3px solid #c00;
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 1.9rem;
      padding: 8px 0 7px 18px; } }

.btn_pagetop {
  width: 45px;
  height: 45px;
  background-image: url(../../common_image/btn_pagetop.png);
  background-repeat: no-repeat;
  background-size: 45px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10; }
  .btn_pagetop img {
    display: none; }
  .btn_pagetop:hover {
    opacity: .7 !important; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }

/*--------------------------------------------------
  Makermodel
--------------------------------------------------*/
@media screen and (max-width: 736px) {
  .makermodel {
    padding: 0 15px; } }

@media screen and (min-width: 737px), print {
  .makermodel p.headline2-bottom {
    font-size: 14px;
    margin-bottom: 50px; } }

@media screen and (max-width: 736px) {
  .makermodel p.headline2-bottom {
    font-size: 14px;
    margin-bottom: 50px; } }

@media screen and (min-width: 737px), print {
  .makermodel p.headline2-bottom span {
    font-size: 12px; } }

@media screen and (max-width: 736px) {
  .makermodel p.headline2-bottom span {
    font-size: 12px; } }

@media screen and (min-width: 737px), print {
  .makermodel h3 {
    font-size: 18px;
    margin-bottom: 20px; } }

@media screen and (max-width: 736px) {
  .makermodel h3 {
    font-size: 16px;
    margin-bottom: 20px; } }

.makermodel a.ver {
  display: block;
  background: #f1f1f2;
  color: #000;
  border-radius: 6px;
  text-decoration: underline;
  font-family: 'HondaGlobalFontJP-Bold', sans-serif;
  position: relative; }
  @media screen and (min-width: 737px), print {
    .makermodel a.ver {
      margin: 0 10px; } }
  @media screen and (max-width: 736px) {
    .makermodel a.ver {
      margin: 0 8px; } }
  @media screen and (min-width: 737px), print {
    .makermodel a.ver {
      font-size: 14px;
      padding: 15px 0; } }
  @media screen and (max-width: 736px) {
    .makermodel a.ver {
      padding: 15px 12px 15px 5px;
      font-weight: normal; } }
  .makermodel a.ver::after {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #c00;
    border-bottom: 2px solid #c00;
    content: ''; }
    @media screen and (min-width: 737px), print {
      .makermodel a.ver::after {
        right: 10px; } }
    @media screen and (max-width: 736px) {
      .makermodel a.ver::after {
        width: 5px;
        height: 5px;
        margin-top: -3px;
        right: 6px; } }
  .makermodel a.ver:hover {
    background: #c00;
    color: #fff; }
    .makermodel a.ver:hover::after {
      border-color: #fff; }

.makermodel span.ver {
  display: block;
  color: #000;
  border-radius: 6px;
  font-family: 'HondaGlobalFontJP-Bold', sans-serif;
  position: relative; }
  @media screen and (min-width: 737px), print {
    .makermodel span.ver {
      margin: 0 10px; } }
  @media screen and (max-width: 736px) {
    .makermodel span.ver {
      margin: 0 8px; } }
  @media screen and (min-width: 737px), print {
    .makermodel span.ver {
      font-size: 14px;
      padding: 15px 0; } }
  @media screen and (max-width: 736px) {
    .makermodel span.ver {
      padding: 15px 5px 15px 5px;
      font-weight: normal; } }
  .makermodel span.ver::after {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    content: ''; }
    @media screen and (min-width: 737px), print {
      .makermodel span.ver::after {
        right: 10px; } }
    @media screen and (max-width: 736px) {
      .makermodel span.ver::after {
        right: 6px; } }

.makermodel span.slder_ip {
  display: inline-block;
  padding-bottom: 6px;
  font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
  @media screen and (min-width: 737px), print {
    .makermodel span.slder_ip {
      font-size: 14px; } }
  @media screen and (max-width: 736px) {
    .makermodel span.slder_ip {
      font-size: 11px;
      margin: 0 2px; } }

@media screen and (min-width: 737px), print {
  .makermodel .syatai_no img.fig_car-no {
    width: 130px;
    float: left; } }

@media screen and (max-width: 736px) {
  .makermodel .syatai_no img.fig_car-no {
    width: 140px;
    margin-bottom: 25px; } }

@media screen and (min-width: 737px), print {
  .makermodel .syatai_no p.syatai_no_txt {
    font-size: 12px;
    margin-left: 150px; } }

@media screen and (max-width: 736px) {
  .makermodel .syatai_no p.syatai_no_txt {
    font-size: 14px;
    line-height: 1.4rem; } }

@media screen and (min-width: 737px), print {
  .makermodel p.note {
    font-size: 12px;
    margin-top: 30px; } }

@media screen and (max-width: 736px) {
  .makermodel p.note {
    font-size: 12px;
    line-height: 1.3rem;
    margin-top: 20px; } }

table.makermodel_table {
  margin-bottom: 25px;
  border-collapse: collapse;
  width: 100%; }
  @media screen and (min-width: 737px), print {
    table.makermodel_table {
      margin-bottom: 50px;
      table-layout: fixed; } }
  table.makermodel_table th,
  table.makermodel_table td {
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 737px), print {
      table.makermodel_table th,
      table.makermodel_table td {
        font-size: 15px;
        padding: 12px; } }
    @media screen and (max-width: 736px) {
      table.makermodel_table th,
      table.makermodel_table td {
        font-size: 13px; } }
  table.makermodel_table th {
    background: #f1f1f2;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
    @media screen and (min-width: 737px), print {
      table.makermodel_table th {
        font-size: 15px; }
        table.makermodel_table th:nth-child(1) {
          width: 130px !important; }
        table.makermodel_table th:nth-child(2) {
          text-align: center; }
        table.makermodel_table th:nth-child(3) {
          width: 80px !important; }
        table.makermodel_table th:nth-child(4) {
          width: 220px !important; } }
    @media screen and (max-width: 736px) {
      table.makermodel_table th {
        padding: 12px 0px;
        font-size: 13px; }
        table.makermodel_table th:nth-child(2) {
          padding: 12px 2px; } }
  table.makermodel_table td {
    text-align: center; }
    table.makermodel_table td:nth-last-child(n+3) {
      text-align: left; }
    table.makermodel_table td:nth-last-child(n+4) {
      text-align: center; }
    table.makermodel_table td:last-child {
      text-align: center;
      white-space: nowrap; }
      table.makermodel_table td:last-child sup {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        text-align: right;
        display: inline-block;
        width: 100%;
        font-size: 75.5%;
        vertical-align: baseline;
        position: relative;
        top: 0px;
        line-height: 0.7rem; }
    @media screen and (min-width: 737px), print {
      table.makermodel_table td {
        height: 4rem; } }
    @media screen and (max-width: 736px) {
      table.makermodel_table td {
        font-size: 12px;
        padding: 12px 6px; }
        table.makermodel_table td:first-child img {
          width: 72px; }
        table.makermodel_table td:last-child {
          padding: 12px 0px; } }

/*--------------------------------------------------
  AfterService
--------------------------------------------------*/
section.afterService {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*add*/ }
  @media screen and (min-width: 737px), print {
    section.afterService {
      margin-bottom: 150px !important; } }
  @media screen and (max-width: 736px) {
    section.afterService {
      padding: 0 15px;
      margin-bottom: 80px !important; } }
  @media screen and (min-width: 737px), print {
    section.afterService h2 {
      margin-bottom: 30px; } }
  @media screen and (max-width: 736px) {
    section.afterService h2 {
      margin-bottom: 30px; } }
  section.afterService article.after_versionup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1; }
    section.afterService article.after_versionup:before, section.afterService article.after_versionup:after {
      content: "";
      display: table; }
    section.afterService article.after_versionup:after {
      clear: both; }
    @media screen and (min-width: 737px), print {
      section.afterService article.after_versionup {
        margin-bottom: 70px; } }
    @media screen and (max-width: 736px) {
      section.afterService article.after_versionup {
        margin-bottom: 60px; } }
    section.afterService article.after_versionup .h3_headline_block {
      word-wrap: normal;
      border-bottom: 1px solid #444;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 12px; }
      @media screen and (min-width: 737px), print {
        section.afterService article.after_versionup .h3_headline_block {
          margin-bottom: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 736px) {
        section.afterService article.after_versionup .h3_headline_block {
          padding-bottom: 8px;
          margin-bottom: 22px; } }
      section.afterService article.after_versionup .h3_headline_block h3 {
        padding: 0;
        line-height: 1.2rem;
        margin: 0; }
        @media screen and (min-width: 737px), print {
          section.afterService article.after_versionup .h3_headline_block h3 {
            font-size: 20px; } }
        @media screen and (max-width: 736px) {
          section.afterService article.after_versionup .h3_headline_block h3 {
            margin-bottom: 0px;
            padding-bottom: 6px; } }
        @media screen and (min-width: 737px), print {
          section.afterService article.after_versionup .h3_headline_block h3.left {
            padding-right: 15px; } }
      section.afterService article.after_versionup .h3_headline_block p.asterisk {
        color: #c00;
        padding-left: 1em;
        text-indent: -1em; }
        @media screen and (min-width: 737px), print {
          section.afterService article.after_versionup .h3_headline_block p.asterisk {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            line-height: 1rem;
            margin-bottom: 0;
            font-size: 12px; } }
        @media screen and (max-width: 736px) {
          section.afterService article.after_versionup .h3_headline_block p.asterisk {
            font-size: 11px; } }
  section.afterService h4 {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 4px; }
    @media screen and (min-width: 737px), print {
      section.afterService h4 {
        font-size: 16px; } }
    @media screen and (max-width: 736px) {
      section.afterService h4 {
        font-size: 15px; } }
    section.afterService h4::after {
      position: absolute;
      content: "■";
      top: 0;
      left: 0; }
  section.afterService .img_scroll {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    section.afterService .img_scroll img {
      width: 860px;
      -webkit-backface-visibility: hidden; }
      @media screen and (max-width: 736px) {
        section.afterService .img_scroll img {
          margin: 0; } }
    @media screen and (min-width: 737px), print {
      section.afterService .img_scroll {
        margin: 20px 0 40px 0; } }
    @media screen and (max-width: 736px) {
      section.afterService .img_scroll {
        margin-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        padding: 15px 0;
        white-space: nowrap;
        overflow-x: auto; } }
  @media screen and (min-width: 737px), print {
    section.afterService p {
      font-size: 14px;
      margin-bottom: 0px; }
      section.afterService p.more_left {
        width: 600px;
        float: left; } }
  @media screen and (max-width: 736px) {
    section.afterService p {
      font-size: 14px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 737px), print {
    section.afterService p span {
      font-size: 12px; } }
  @media screen and (max-width: 736px) {
    section.afterService p span {
      font-size: 11px;
      line-height: 1.1rem;
      display: inline-block;
      margin-top: 6px;
      padding-left: 1em;
      text-indent: -1em; } }
  section.afterService p a {
    color: #2b383f;
    text-decoration: underline; }
  section.afterService .noimg_charge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 737px), print {
      section.afterService .noimg_charge {
        margin-top: 30px; } }
    @media screen and (max-width: 736px) {
      section.afterService .noimg_charge {
        margin-top: 0px; } }
    @media screen and (min-width: 737px), print {
      section.afterService .noimg_charge .noimg_charge_inr {
        float: left;
        width: 600px; } }
  section.afterService .top_boder {
    border-top: 1px dotted #666; }
    @media screen and (min-width: 737px), print {
      section.afterService .top_boder {
        padding-top: 25px; } }
    @media screen and (max-width: 736px) {
      section.afterService .top_boder {
        padding-top: 25px;
        margin-top: 30px; } }
  section.afterService .more_button_block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (min-width: 737px), print {
      section.afterService .more_button_block {
        width: 300px;
        margin-left: 680px; } }
    @media screen and (max-width: 736px) {
      section.afterService .more_button_block {
        margin-top: 30px; } }
    section.afterService .more_button_block p.data {
      text-align: right;
      font-size: 12px;
      letter-spacing: -0.005rem;
      margin-bottom: 14px; }
    section.afterService .more_button_block a {
      display: block;
      background: #f1f1f2;
      color: #000;
      border-radius: 6px;
      font-family: 'HondaGlobalFontJP-Bold', sans-serif;
      position: relative; }
      @media screen and (min-width: 737px), print {
        section.afterService .more_button_block a {
          margin: 0 auto; } }
      @media screen and (max-width: 736px) {
        section.afterService .more_button_block a {
          margin: 0px; } }
      @media screen and (min-width: 737px), print {
        section.afterService .more_button_block a {
          font-size: 16px;
          padding: 12px 0; } }
      @media screen and (max-width: 736px) {
        section.afterService .more_button_block a {
          padding: 15px 12px 15px 5px; } }
      section.afterService .more_button_block a::after {
        position: absolute;
        top: 50%;
        width: 7px;
        height: 7px;
        margin-top: -5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 2px solid #c00;
        border-bottom: 2px solid #c00;
        content: ''; }
        @media screen and (min-width: 737px), print {
          section.afterService .more_button_block a::after {
            right: 15px; } }
        @media screen and (max-width: 736px) {
          section.afterService .more_button_block a::after {
            right: 15px; } }
      section.afterService .more_button_block a:hover {
        background: #c00;
        color: #fff; }
        section.afterService .more_button_block a:hover::after {
          border-color: #fff; }
  section.afterService .indent1em {
    padding-left: 1em;
    text-indent: -1em; }


/*201912add*/
/*レスポンシブのjumpページ*/
.tac {
	text-align: center;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

@media screen and (min-width: 737px), print {
	.pc_center {
		text-align: center;
	}
}



/*202001add 「/navi/versionup/support/clarion/vxh052c_082c_4/」のページレスポンシブ化*/
.afterService2020 {
	font-size: 14px;
}


.fz12 {
	font-size: 12px !important;
}

.fz16{
	font-size: 16px !important;
}

table.navimasterTable01,
table.navimasterTable02,
table.musicTitleTable{
	border-collapse: collapse;
	border: 1px solid #999;
}

table.navimasterTable02,
table.musicTitleTable{
	width: 100%;
}
	
table.navimasterTable01 th{	
	background: #e5e5e5;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 1em;
	white-space: nowrap;
	vertical-align: middle;
}

table.navimasterTable02 th,
table.musicTitleTable th{	
	background: #e5e5e5;
	text-align: center;
	border: 1px solid #999;
	padding: 1em;
	white-space: nowrap;
	vertical-align: middle;
}

table.navimasterTable01 td {	
	border-bottom: 1px solid #999;
	padding: 1em;
	vertical-align: middle;
}

table.navimasterTable02 td,
table.musicTitleTable td{	
	border: 1px solid #999;
	padding: 1em;
	vertical-align: middle;
	text-align: center;
}

table.musicTitleTable td.total {	
	white-space: nowrap;
}

/*table.musicTitleTable tr td:nth-child(4),*/
table.musicTitleTable tr td:nth-child(5) {	
	text-align: left;
}

table.musicTitleTable.musicTitleTable_tal th{
	text-align: center;
}

table.musicTitleTable.musicTitleTable_tal td{
	text-align: left;
}

@media screen and (max-width: 736px) {
	.add2020 img {
		width: 100%;
	}
	
	table.navimasterTable01 th,
	table.navimasterTable01 td{
		padding: 0.6em;
	}
	
	p.ver a {
    	font-size: 14px;
    	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    	color: #000 !important;
    	background: #f1f1f2;
    	display: block;
    	text-align: center;
    	padding: 15px 12px 15px 5px;
    	border-radius: 6px;
    	position: relative;
		text-decoration: none !important;
	}
	
	p.ver a::after {
    	position: absolute;
    	top: 50%;
    	right: 20px;
    	width: 7px;
    	height: 7px;
    	margin-top: -5px;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	border-right: 2px solid #c00;
    	border-bottom: 2px solid #c00;
    	content: '';
	}
	
	.sptal {
		text-align: left;
	}
	
	.spmb10 {
		margin-bottom: 10px;
	}
	
	.spmb20 {
		margin-bottom: 20px;
	}
	
	.spmb50 {
		margin-bottom: 50px;
	}
	
	.spmb70 {
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 737px), print {
	p.ver a {
    	font-size: 14px;
    	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    	color: #000 !important;
    	background: #f1f1f2;
    	display: block;
    	text-align: center;
    	padding: 12px 0;
    	border-radius: 6px;
    	position: relative;
		text-decoration: none !important;
	}
	
	p.ver a::after {
    	position: absolute;
    	top: 50%;
    	right: 20px;
    	width: 7px;
    	height: 7px;
    	margin-top: -5px;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	border-right: 2px solid #c00;
    	border-bottom: 2px solid #c00;
    	content: '';
	}
	
	p.ver a:hover {
		color: #c00 !important;
	}
	
	p.ver.w300 {
		width: 300px;
		margin: 0 auto;
	}
	
	p.showSaishinver {
		width: 240px;
		display: block;
		text-align: right !important;
		margin-left: 740px;
	}
	
	.w240 {
		width: 240px;
	}
}

h3.bdbtm {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5rem;
	border-bottom: 1px solid #444;
	padding-bottom: 14px;
}

ul.unchorLinkList {
	margin: 0;
	padding: 0;
}


ul.unchorLinkList li {
	margin: 0.6em 0;
}

ul.unchorLinkList a{
	color: #31669c;
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
}

ul.unchorLinkList a:hover{
	text-decoration: underline;
}

.kakkoNum {
	padding-left: 3em;
	text-indent: -3em;
}



@media screen and (min-width: 737px), print {
.goIndexbtn {
	margin-top: 80px;
	margin-bottom: 60px;
	 }
}

@media screen and (max-width: 736px) {
	.goIndexbtn {
		/*padding: 0 20px;*/
		margin: 30px 0 50px;
	 }
}

  .goIndexbtn a {
	  text-align: center;
    display: block;
    color: #000;
    background: #f1f1f2;
    border-radius: 5px;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif;
text-decoration: none !important;}

    @media screen and (min-width: 737px), print {
      .goIndexbtn a {
        width: 380px;
        margin: 0 auto;
        padding: 15px 12px;
        position: relative;
        transition: all 0.2s; }
        .goIndexbtn a::after {
          position: absolute;
          top: 22px;
          content: "";
          vertical-align: middle;
          right: 25px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #c00;
          border-right: 2px solid #c00;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .goIndexbtn a:hover {
          color: #c00 !important; } }

    @media screen and (max-width: 736px) {
      .goIndexbtn a {
        padding: 15px 12px;
        position: relative; }
        .goIndexbtn a::after {
          position: absolute;
          top: 22px;
          content: "";
          vertical-align: middle;
          right: 25px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #c00;
          border-right: 2px solid #c00;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }