_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important; }

body {
  background: #fff; }

body #mainContents {
  line-height: 1.6;
  width: 100% !important; }

@media screen and (min-width: 737px), print {
  .w980 {
    width: 980px;
    margin: 0 auto; } }
@media screen and (max-width: 736px) {
  .w980 {
    width: 89.333333%;
    margin: 0 auto; } }

.tac {
  text-align: center; }

/*--------------------------------------------------
  Layout
--------------------------------------------------*/
#mainContents h1.mainImg {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 737px), print {
    #mainContents h1.mainImg {
      height: 320px;
      background: url("../img/main_pc.jpg") center top no-repeat; } }
  @media screen and (max-width: 736px) {
    #mainContents h1.mainImg {
      height: 0;
      padding-top: 93.3333%;
      background: url("../img/main_sp.jpg") no-repeat;
      background-size: contain; } }
@media screen and (min-width: 737px), print {
  #mainContents h2.mapdataKensaku {
    font-size: 32px;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    text-align: center;
    margin: 75px 0 100px;
    position: relative; }
    #mainContents h2.mapdataKensaku span {
      display: inline-block;
      height: 60px;
      line-height: 60px;
      padding-left: 74px;
      background: url("../img/bullet_kensaku.png") left bottom 5px no-repeat;
      background-size: 54px 54px; }
    #mainContents h2.mapdataKensaku::after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #c00;
      position: absolute;
      left: calc(50% - 25px);
      top: 130%; } }
@media screen and (max-width: 736px) {
  #mainContents h2.mapdataKensaku {
    font-size: 24px;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    text-align: center;
    padding: 10.666666% 0 15%;
    position: relative; }
    #mainContents h2.mapdataKensaku span {
      display: block;
      padding-top: 58px;
      background: url("../img/bullet_kensaku.png") center top no-repeat;
      background-size: 50px 50px; }
    #mainContents h2.mapdataKensaku::after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background: #c00;
      position: absolute;
      left: calc(50% - 20px);
      top: 74%; } }
@media screen and (min-width: 737px), print {
  #mainContents h2.mapdataKensaku.pdsmall {
    margin-bottom: 60px; } }
#mainContents section.kensakuArea {
  width: 100%;
  background: #f1f1f2;
  margin-bottom: 0; }
  @media screen and (min-width: 737px), print {
    #mainContents section.kensakuArea {
      padding: 60px 0;
      font-size: 14px; } }
  @media screen and (max-width: 736px) {
    #mainContents section.kensakuArea {
      padding: 10.6666% 0 5%;
      font-size: 13px; } }
  #mainContents section.kensakuArea .kensakuIntro {
    text-align: center; }
    @media screen and (min-width: 737px), print {
      #mainContents section.kensakuArea .kensakuIntro {
        font-size: 15px; } }
    @media screen and (max-width: 736px) {
      #mainContents section.kensakuArea .kensakuIntro {
        font-size: 13px; } }
  @media screen and (min-width: 737px), print {
    #mainContents section.kensakuArea ul.kensakuBtn {
      display: flex;
      justify-content: space-between;
      margin: 40px 0 30px; }
      #mainContents section.kensakuArea ul.kensakuBtn li {
        width: 470px; }
        #mainContents section.kensakuArea ul.kensakuBtn li .shoulder {
          font-size: 16px;
          font-family: 'HondaGlobalFontJP-Bold', sans-serif;
          text-align: center;
          margin-bottom: 10px; }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a {
          box-sizing: border-box;
          display: block;
          background: #c00;
          color: #fff;
          border-radius: 5px;
          height: 100px;
          padding-top: 36px;
          font-size: 21px;
          font-family: 'HondaGlobalFontJP-Bold', sans-serif;
          position: relative;
          transition: all 0.2s; }
          #mainContents section.kensakuArea ul.kensakuBtn li .btn a::after {
            position: absolute;
            top: 45px;
            content: "";
            vertical-align: middle;
            right: 25px;
            width: 8px;
            height: 8px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          #mainContents section.kensakuArea ul.kensakuBtn li .btn a:hover {
            background: #fff;
            color: #c00; }
            #mainContents section.kensakuArea ul.kensakuBtn li .btn a:hover::after {
              border-top: 3px solid #c00;
              border-right: 3px solid #c00; }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_kataban {
          padding-left: 100px;
          background-image: url("../img/bullet_navikensaku.png");
          background-position: left 20px center;
          background-repeat: no-repeat;
          background-size: 72px 36px; }
          #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_kataban:hover {
            background-image: url("../img/bullet_navikensaku_on.png"); }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_syasyu {
          padding-left: 137px;
          background-image: url("../img/bullet_syasyukensaku.png");
          background-position: left 25px center;
          background-repeat: no-repeat;
          background-size: 72px 36px; }
          #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_syasyu:hover {
            background-image: url("../img/bullet_syasyukensaku_on.png"); } }
  @media screen and (max-width: 736px) {
    #mainContents section.kensakuArea ul.kensakuBtn {
      margin: 30px 0 0; }
      #mainContents section.kensakuArea ul.kensakuBtn li {
        margin-bottom: 30px; }
        #mainContents section.kensakuArea ul.kensakuBtn li .shoulder {
          font-size: 12px;
          font-family: 'HondaGlobalFontJP-Bold', sans-serif;
          text-align: center;
          margin-bottom: 8px; }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a {
          box-sizing: border-box;
          min-height: 100px;
          display: block;
          background: #c00;
          color: #fff;
          border-radius: 5px;
          padding: 25px 0;
          font-size: 19px;
          font-family: 'HondaGlobalFontJP-Bold', sans-serif;
          position: relative; }
          #mainContents section.kensakuArea ul.kensakuBtn li .btn a::after {
            position: absolute;
            top: 45%;
            content: "";
            vertical-align: middle;
            right: 5%;
            width: 8px;
            height: 8px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_kataban {
          padding-left: 34.32%;
          background-image: url("../img/bullet_navikensaku.png");
          background-position: left 7% center;
          background-repeat: no-repeat;
          background-size: 72px 36px; }
        #mainContents section.kensakuArea ul.kensakuBtn li .btn a.kensaku_syasyu {
          padding-left: 34.32%;
          padding-top: 36px;
          background-image: url("../img/bullet_syasyukensaku.png");
          background-position: left 7% center;
          background-repeat: no-repeat;
          background-size: 72px 36px; } }
  #mainContents section.kensakuArea .wakaranai {
    text-align: center; }
    #mainContents section.kensakuArea .wakaranai a {
      color: #000;
      text-decoration: underline !important; }
    @media screen and (min-width: 737px), print {
      #mainContents section.kensakuArea .wakaranai {
        padding-bottom: 35px;
        border-bottom: 1px solid #919191;
        margin-bottom: 40px; } }
    @media screen and (max-width: 736px) {
      #mainContents section.kensakuArea .wakaranai {
        font-size: 13px;
        padding-bottom: 35px;
        letter-spacing: -0.01em;
        border-bottom: 1px solid #919191;
        margin-bottom: 40px; } }
  @media screen and (min-width: 737px), print {
    #mainContents section.kensakuArea ul.otherLink {
      display: flex;
      justify-content: space-between; }
      #mainContents section.kensakuArea ul.otherLink li {
        width: 470px; }
        #mainContents section.kensakuArea ul.otherLink li p:nth-child(1) {
          text-align: center;
          margin-bottom: 15px; }
        #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) {
          text-align: center; }
          #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) a {
            display: block;
            border-radius: 5px;
            background: #fff;
            color: #000;
            font-family: 'HondaGlobalFontJP-Bold', sans-serif;
            padding: 1.2em 0 1em;
            position: relative;
            transition: all 0.2s; }
            #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) 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); }
            #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) a:hover {
              color: #c00; } }
  @media screen and (max-width: 736px) {
    #mainContents section.kensakuArea ul.otherLink li {
      margin-bottom: 25px;
      font-size: 12px; }
      #mainContents section.kensakuArea ul.otherLink li p:nth-child(1) {
        text-align: center;
        margin-bottom: 10px; }
      #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) {
        text-align: center; }
        #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) a {
          font-size: 13px;
          display: block;
          border-radius: 5px;
          background: #fff;
          color: #000;
          font-family: 'HondaGlobalFontJP-Bold', sans-serif;
          padding: 1.2em 0 1em;
          position: relative; }
          #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) a::after {
            position: absolute;
            top: 20px;
            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); }
          #mainContents section.kensakuArea ul.otherLink li p:nth-child(2) a.internavi::after {
            top: 30px; } }
#mainContents div.news {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 737px), print {
    #mainContents div.news {
      padding: 15px 0;
      margin-bottom: 120px;
      font-size: 16px; } }
  @media screen and (max-width: 736px) {
    #mainContents div.news {
      padding: 15px 0;
      font-size: 13px; } }
  @media screen and (min-width: 737px), print {
    #mainContents div.news .newsInner {
      height: 200px;
      overflow: hidden;
      overflow-y: scroll;
      font-size: 14px; } }
  @media screen and (max-width: 736px) {
    #mainContents div.news .newsInner {
      height: 400px;
      overflow: hidden;
      overflow-y: scroll; } }
  @media screen and (min-width: 737px), print {
    #mainContents div.news .newsInner p.dflex {
      display: flex;
      justify-content: space-between; } }
  #mainContents div.news .newsInner .date {
    font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
    @media screen and (min-width: 737px), print {
      #mainContents div.news .newsInner .date {
        display: inline-block;
        padding-right: 1em; } }
    @media screen and (max-width: 736px) {
      #mainContents div.news .newsInner .date {
        display: block; } }
  @media screen and (min-width: 737px), print {
    #mainContents div.news .newsInner .update {
      font-size: 12px;
      padding-left: 9.2em;
      margin-bottom: 2em; } }
  @media screen and (max-width: 736px) {
    #mainContents div.news .newsInner .update {
      margin-bottom: 2em; } }
  #mainContents div.news .newsInner a {
    color: #00f;
    text-decoration: underline; }
@media screen and (min-width: 737px), print {
  #mainContents div.whatsChange {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    #mainContents div.whatsChange ul {
      width: 294px; }
      #mainContents div.whatsChange ul li:nth-child(1) {
        font-size: 18px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        border-left: 2px solid #999;
        padding-left: 16px;
        margin-bottom: 18px;
        padding-top: 2px; }
      #mainContents div.whatsChange ul li:nth-child(2) {
        font-size: 14px;
        height: 7.4em; } }
@media screen and (max-width: 736px) {
  #mainContents div.whatsChange {
    margin-bottom: 40px; }
    #mainContents div.whatsChange ul {
      margin-bottom: 2em; }
      #mainContents div.whatsChange ul li:nth-child(1) {
        font-size: 17px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        border-left: 2px solid #999;
        padding-left: 10px;
        margin-bottom: 15px;
        padding-top: 1px; }
      #mainContents div.whatsChange ul li:nth-child(2) {
        font-size: 13px;
        padding-bottom: 1em; }
      #mainContents div.whatsChange ul li:nth-child(3) {
        text-align: center; } }
#mainContents div.changeInfo {
  border: 1px solid #ccc; }
  @media screen and (min-width: 737px), print {
    #mainContents div.changeInfo {
      padding: 32px 40px;
      font-size: 16px; } }
  @media screen and (max-width: 736px) {
    #mainContents div.changeInfo {
      padding: 20px;
      font-size: 13px; } }
  #mainContents div.changeInfo h3 {
    font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
    @media screen and (min-width: 737px), print {
      #mainContents div.changeInfo h3 {
        margin-bottom: 14px; } }
    @media screen and (max-width: 736px) {
      #mainContents div.changeInfo h3 {
        font-size: 14px;
        margin-bottom: 16px; } }
  #mainContents div.changeInfo .caution {
    color: #c00; }
    @media screen and (min-width: 737px), print {
      #mainContents div.changeInfo .caution {
        font-size: 12px;
        margin-top: 15px; } }
    @media screen and (max-width: 736px) {
      #mainContents div.changeInfo .caution {
        font-size: 11px;
        margin-top: 16px;
        padding-left: 1em;
        text-indent: -1em; } }
#mainContents div.otoiawase {
  text-align: center; }
  @media screen and (min-width: 737px), print {
    #mainContents div.otoiawase {
      font-size: 16px; } }
  @media screen and (max-width: 736px) {
    #mainContents div.otoiawase {
      font-size: 12px; } }
  #mainContents div.otoiawase p:nth-child(1) {
    margin-bottom: 15px; }
  @media screen and (min-width: 737px), print {
    #mainContents div.otoiawase p:nth-child(2) {
      margin-bottom: 130px; } }
  @media screen and (max-width: 736px) {
    #mainContents div.otoiawase p:nth-child(2) {
      margin-bottom: 70px; } }
  #mainContents div.otoiawase p:nth-child(2) a {
    display: block;
    color: #000;
    background: #f1f1f2;
    border-radius: 5px;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif; }
    @media screen and (min-width: 737px), print {
      #mainContents div.otoiawase p:nth-child(2) a {
        width: 380px;
        margin: 0 auto;
        padding: 15px 12px;
        position: relative;
        transition: all 0.2s; }
        #mainContents div.otoiawase p:nth-child(2) 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); }
        #mainContents div.otoiawase p:nth-child(2) a:hover {
          color: #c00; } }
    @media screen and (max-width: 736px) {
      #mainContents div.otoiawase p:nth-child(2) a {
        padding: 15px 12px;
        position: relative; }
        #mainContents div.otoiawase p:nth-child(2) 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); } }
@media screen and (min-width: 737px), print {
  #mainContents .musicTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px; }
    #mainContents .musicTitle p {
      width: 490px; }
    #mainContents .musicTitle p:nth-child(1) {
      text-align: right;
      padding-right: 20px; }
    #mainContents .musicTitle p:nth-child(2) a {
      display: block;
      box-sizing: border-box;
      color: #000;
      background: #fff;
      font-family: 'HondaGlobalFontJP-Bold', sans-serif;
      width: 380px;
      margin-left: 20px;
      padding: 22px 0 22px 50px;
      border-radius: 5px;
      position: relative;
      transition: all 0.2s; }
      #mainContents .musicTitle p:nth-child(2) a::after {
        position: absolute;
        top: 36px;
        content: "";
        vertical-align: middle;
        right: 25px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #045eb2;
        border-right: 2px solid #045eb2;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mainContents .musicTitle p:nth-child(2) a:hover {
        color: #045eb2; }
      #mainContents .musicTitle p:nth-child(2) a span {
        background: url("../img/bullet_cd.png") left center no-repeat;
        display: inline-block;
        height: 36px;
        padding-left: 50px;
        background-size: 36px 36px;
        line-height: 36px; } }
@media screen and (max-width: 736px) {
  #mainContents .musicTitle {
    padding-bottom: 25px;
    font-size: 13px; }
    #mainContents .musicTitle p:nth-child(1) {
      text-align: center;
      margin-bottom: 15px; }
    #mainContents .musicTitle p:nth-child(2) a {
      font-size: 16px;
      display: block;
      box-sizing: border-box;
      color: #000;
      background: #fff;
      font-family: 'HondaGlobalFontJP-Bold', sans-serif;
      padding: 20px 0 20px 30px;
      border-radius: 5px;
      position: relative; }
      #mainContents .musicTitle p:nth-child(2) a::after {
        position: absolute;
        top: 30px;
        content: "";
        vertical-align: middle;
        right: 25px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #045eb2;
        border-right: 2px solid #045eb2;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mainContents .musicTitle p:nth-child(2) a:hover {
        color: #045eb2; }
      #mainContents .musicTitle p:nth-child(2) a span {
        background: url("../img/bullet_cd.png") left center no-repeat;
        display: inline-block;
        height: 30px;
        padding-left: 45px;
        background-size: 30px 30px;
        line-height: 30px; } }
