#welfareWrapper a {
  color: #444; }

/*for sp*/
@media only screen and (max-width: 736px) {
  #welfareWrapper {
    /**/
    /**/ }
    #welfareWrapper #titleImg {
      height: 0;
      padding-top: 122.66666%;
      background: url("../img/title_sp.jpg") top center no-repeat;
      background-size: contain;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    #welfareWrapper main > section#carLineup {
      width: 100%;
      margin: 10.6% auto 0; }
    #welfareWrapper #carLineup h2 {
      font-size: 5vw;
      text-align: center;
      margin-bottom: 8vw; }
    #welfareWrapper #carLineup #selectCarname {
      font-size: 14px;
      color: #606060;
      padding: 12.5px 15px;
      background: #dbdbdb url(../img/btn_menu_o.png) 98% 50% no-repeat;
      background-size: 20px; }
    #welfareWrapper #carLineup #selectCarname.close {
      background: #dbdbdb url(../img/btn_menu_c.png) 98% 50% no-repeat;
      background-size: 20px; }
    #welfareWrapper #carLineup ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #fff;
      border-top: 3px solid #fff; }
      #welfareWrapper #carLineup ul li {
        width: 49.333%;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff; }
        #welfareWrapper #carLineup ul li a {
          font-size: 12px;
          color: #606060;
          display: block;
          background: #faf9f9;
          padding: 12px 0 12px 12px;
          position: relative; }
          #welfareWrapper #carLineup ul li a::after {
            content: "";
            position: absolute;
            right: 12px;
            width: 6px;
            height: 6px;
            margin-top: 3px;
            border-top: 2px solid #8d8d8d;
            border-right: 2px solid #8d8d8d;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
    #welfareWrapper .carCategory h2 {
      font-size: 7.2vw;
      background: #f2f0f1;
      text-align: center;
      padding: 0.6em 0 0.4em;
      margin-bottom: 12vw; }
    #welfareWrapper .carCategory .carWrapper section {
      width: 100%; }
      #welfareWrapper .carCategory .carWrapper section img {
        width: 100%; }
      #welfareWrapper .carCategory .carWrapper section h3 {
        font-size: 5.86vw;
        border: none;
        padding: 0;
        margin: 0; }
      #welfareWrapper .carCategory .carWrapper section .carImg {
        width: 82%;
        margin: 10px auto 15px; }
      #welfareWrapper .carCategory .carWrapper section .carImg_ody {
        width: 88%;
        margin: 10px auto 15px; }
      #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex {
        margin-bottom: 50px; }
        #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li {
          margin-bottom: 15px; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li:last-child {
            margin-bottom: 0; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a {
            border: 1px solid #a6a6a6;
            border-radius: 6px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            padding: 10px 0 6px;
            font-size: 3.46vw;
            color: #444;
            position: relative;
            transition: all 0.4s; }
            #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a::after {
              content: '';
              width: 10px;
              height: 10px;
              border: 0px;
              border-top: solid 2px #ea5504;
              border-right: solid 2px #ea5504;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              right: 5%;
              margin-top: -6px; }
            #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a:hover {
              border-color: #ea5504;
              color: #ea5504; }
            #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a:hover::after {
              right: 4.6%; }
            #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a img {
              width: 32%;
              margin-left: 12px; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li span {
            padding-left: 1em; } }
/*for pc*/
@media only screen and (min-width: 737px) {
  body {
    min-width: 980px; }

  #welfareWrapper #titleImg {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    background: url("../img/bg_title_pc.jpg") top center no-repeat;
    /*background-size: 2000px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;*/ }
    #welfareWrapper #titleImg h1 {
      width: 980px;
      height: 380px;
      margin: 0 auto;
      background: url("../img/title_pc.jpg") top center no-repeat;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  #welfareWrapper #carLineup h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px; }
  #welfareWrapper #carLineup #selectCarname {
    display: none; }
  #welfareWrapper #carLineup ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 980px;
    justify-content: space-between; }
    #welfareWrapper #carLineup ul li {
      border-right: 1px solid #dcdcdc;
      /*padding: 5px 24px;*/
		/*202209add*/
		padding: 5px 0;
		width: 20%;
		/*width: 16.6666%; 202211change*/
	text-align: center;}
      #welfareWrapper #carLineup ul li:first-child {
        border-left: 1px solid #dcdcdc; }
      #welfareWrapper #carLineup ul li a {
        font-size: 14px;
        background: url("../img/bullet_arrow.gif") left center no-repeat;
        padding-left: 25px;
        transition: all 0.4s; }
        #welfareWrapper #carLineup ul li a:hover {
          color: #ea5504; }
  #welfareWrapper .carCategory h2 {
    font-size: 34px;
    background: #f2f0f1;
    text-align: center;
    padding: 20px 0 20px;
    margin-bottom: 80px; }
  #welfareWrapper .carCategory.sedan {
    margin-bottom: 150px; }
  #welfareWrapper .carCategory .carWrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    #welfareWrapper .carCategory .carWrapper section {
      width: 460px; }
      #welfareWrapper .carCategory .carWrapper section img {
        width: 100%; }
      #welfareWrapper .carCategory .carWrapper section h3 {
        font-size: 26px;
        border: none;
        padding: 0;
        margin: 0; }
      #welfareWrapper .carCategory .carWrapper section h3#odyssey {
        margin-top: 80px; }
      #welfareWrapper .carCategory .carWrapper section .carImg {
        width: 76%;
        margin: 10px auto; }
      #welfareWrapper .carCategory .carWrapper section .carImg_ody {
        width: 82.5%;
        margin: 10px auto; }
      #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li {
        margin-bottom: 20px; }
        #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li:last-child {
          margin-bottom: 0; }
        #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a {
          border: 1px solid #a6a6a6;
          border-radius: 6px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          padding: 10px 0 6px;
          font-size: 16px;
          color: #444;
          position: relative;
          transition: color 0.4s ease; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a::after {
            content: '';
            width: 12px;
            height: 12px;
            border: 0px;
            border-top: solid 2px #ea5504;
            border-right: solid 2px #ea5504;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -6px;
            transition: all 0.2s ease; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a:hover {
            border-color: #ea5504;
            color: #ea5504; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a:hover::after {
            right: 4%; }
          #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li a img {
            width: 32%;
            margin-left: 12px; }
        #welfareWrapper .carCategory .carWrapper section ul.carBtnIndex li span {
          padding-left: 1em; } }
