@charset "UTF-8";
@import url(/css/reset.css);
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fafafa;
  color: #292a46;
  font-size: 16px;
  line-height: 1.6; }

a {
  color: #292a46;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:hover, a:active, a:focus {
    color: #292a46; }
  a:hover {
    opacity: .6; }

section {
  padding: 60px 20px; }

.en {
  font-size: 12px; }

.sub_title {
  font-family: 'Anton', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  letter-spacing: 5px; }
  .sub_title span {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px; }

.pc_header {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 20px 0; }
  @media only screen and (max-width: 1024px) {
    .pc_header {
      display: none; } }
  .pc_header .logo a {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    color: #e70012;
    letter-spacing: 2px; }
  .pc_header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pc_header .gnav li a {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 14px;
      padding: 5px 15px;
      color: #292a46;
      background: #fafafa; }
      .pc_header .gnav li a span {
        font-size: 10px; }
      .pc_header .gnav li a:hover {
        background: #292a46;
        color: #fafafa;
        opacity: 1; }
  .pc_header .Accordion {
    position: relative; }
    .pc_header .Accordion:hover ul {
      opacity: 1;
      width: 100%;
      visibility: visible; }
    .pc_header .Accordion ul {
      display: block;
      position: absolute;
      left: 0;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .pc_header .Accordion ul li {
        padding-top: 5px; }
        .pc_header .Accordion ul li a:hover {
          background: #292a46;
          color: #fafafa; }

.sp_header {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  background: #292a46;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999; }
  @media only screen and (min-width: 1024px) {
    .sp_header {
      display: none; } }

/*=====================　ロゴ　=====================*/
.drawer_logo a {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
	font-weight:bold;
  color: #fafafa;
  letter-spacing: 2px; }

.drawer_logo img {
  display: block;
  height: 100%; }

/*=====================　ハンバーガー　=====================*/
.drawer_button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.drawer_button span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fafafa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

/*=====================　ハンバーガー動き　=====================*/
.drawer_button.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
  -ms-transform: rotate(-45deg) translate(-9px, 9px);
  transform: rotate(-45deg) translate(-9px, 9px); }

.drawer_button.active span:nth-child(2) {
  opacity: 0; }

.drawer_button.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-9px, -9px);
  -ms-transform: rotate(45deg) translate(-9px, -9px);
  transform: rotate(45deg) translate(-9px, -9px); }

/*=====================　メニュー　=====================*/
.drawer_nav {
  width: 100%;
  height: 100vh;
  background: #fafafa;
  overflow: scroll;
  position: fixed;
  top: 50px;
  right: -100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  padding: 60px 20px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.drawer_nav.active {
  opacity: 1;
  top: 50px;
  right: 0; }


.drawer_nav li {
	padding: 4px 0;
	    border-bottom: solid 1px #ccc;
}
/*====================================================
========　single.php　=================================
======================================================*/
.single {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 20px; }
  .single img {
    max-width: 100%;
    height: auto; }
  .single .Catchimg {
    width: 100%; }
    .single .Catchimg img {
      width: 100%;
      height: auto; }

/*====================================================
========　メインビジュアル　=================================
======================================================*/
.MainVisual {
  width: 100%;
  height: 750px;
  position: relative; }
  @media only screen and (max-width: 425px) {
    .MainVisual {
      height: 500px; } }
  .MainVisual .img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .MainVisual .img_box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-animation: aaa 60s both infinite;
      animation: aaa 60s both infinite; }
  .MainVisual h1 {
    position: relative;
    top: 160px;
    text-align: center;
    font-size: 62px;
    color: #fafafa;
    line-height: 1; }
    @media only screen and (max-width: 425px) {
      .MainVisual h1 {
        font-size: 40px; } }
    .MainVisual h1 span {
      display: block;
      font-size: .8em; }

@-webkit-keyframes aaa {
  0%, 100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes aaa {
  0%, 100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*====================================================
========　アバウト　====================================
======================================================*/
.about {
  max-width: 900px;
  width: 90%;
  background: #fafafa;
  position: relative;
  top: -200px;
  margin: auto;
  padding: 40px;
  text-align: center;
  z-index: 10; }
  @media only screen and (max-width: 425px) {
    .about {
      top: -100px;
      padding: 40px 10px; } }
  @media only screen and (max-width: 425px) {
    .about h2 {
      font-size: 18px; } }
  .about h2 br {
    display: none; }
    @media only screen and (max-width: 425px) {
      .about h2 br {
        display: block; } }
  @media only screen and (max-width: 425px) {
    .about p {
      text-align: left; } }
  .about:before {
    content: "ABOUT US";
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    font-size: 160px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 10px;
    color: rgba(41, 42, 70, 0.05); }
    @media only screen and (max-width: 425px) {
      .about:before {
        font-size: 50px;
        letter-spacing: 3px; } }
  .about .red_line {
    display: inline-block;
    width: 50%;
    height: 8px;
    background: #e70012; }
  .about a {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    background: #292a46;
    color: #fafafa; }

/*====================================================
========　サービス紹介　=================================
======================================================*/
.service {
  background: #292a46;
  color: #fafafa;
  position: relative;
  margin-top: -400px;
  padding-top: 250px; }
  @media only screen and (max-width: 425px) {
    .service {
      margin-top: -300px; } }
  .service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .service ul li {
      max-width: 500px;
      width: 100%; }
      .service ul li a {
        display: block;
        padding: 20px; }
        .service ul li a img {
          width: 100%; }
        .service ul li a span {
          width: 90%;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: #e70012;
          color: #fafafa;
          margin: -20px auto 0;
          position: relative; }

/*====================================================
========　プロダクト　=================================
======================================================*/
.product .product_inner01, .product .product_inner02, .product .product_inner03 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  width: 100%;
  padding: 20px 0 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 425px) {
    .product .product_inner01, .product .product_inner02, .product .product_inner03 {
      padding: 20px 0 50px; } }
  .product .product_inner01 .color_box, .product .product_inner02 .color_box, .product .product_inner03 .color_box {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: 500px;
    background: rgba(41, 42, 70, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2); }
    @media only screen and (max-width: 425px) {
      .product .product_inner01 .color_box, .product .product_inner02 .color_box, .product .product_inner03 .color_box {
        display: none; } }
  .product .product_inner01 .img_box, .product .product_inner02 .img_box, .product .product_inner03 .img_box {
    position: absolute;
    max-width: 700px;
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2); }
    @media only screen and (max-width: 425px) {
      .product .product_inner01 .img_box, .product .product_inner02 .img_box, .product .product_inner03 .img_box {
        position: relative;
        height: 200px; } }
    .product .product_inner01 .img_box img, .product .product_inner02 .img_box img, .product .product_inner03 .img_box img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .product .product_inner01 .txt_box, .product .product_inner02 .txt_box, .product .product_inner03 .txt_box {
    position: absolute;
    max-width: 500px;
    width: 100%;
    padding: 20px;
    background: #252525;
    color: #fafafa;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(41, 42, 70, 0.2); }
    @media only screen and (max-width: 425px) {
      .product .product_inner01 .txt_box, .product .product_inner02 .txt_box, .product .product_inner03 .txt_box {
        position: relative; } }
    .product .product_inner01 .txt_box h3, .product .product_inner02 .txt_box h3, .product .product_inner03 .txt_box h3 {
      text-align: center;
      font-size: 80px;
      margin: 0; }
      @media only screen and (max-width: 425px) {
        .product .product_inner01 .txt_box h3, .product .product_inner02 .txt_box h3, .product .product_inner03 .txt_box h3 {
          font-size: 41px; } }
    .product .product_inner01 .txt_box a, .product .product_inner02 .txt_box a, .product .product_inner03 .txt_box a {
      display: block;
      width: 60%;
      height: 40px;
      margin: 40px auto 0;
      background: #fafafa;
      color: #e70012;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 20px; }
      @media only screen and (max-width: 425px) {
        .product .product_inner01 .txt_box a, .product .product_inner02 .txt_box a, .product .product_inner03 .txt_box a {
          width: 100%; } }

.product .product_inner01 .color_box {
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px); }

.product .product_inner01 .img_box {
  top: 100px;
  right: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner01 .img_box {
      top: auto; } }

.product .product_inner01 .txt_box {
  top: 150px;
  left: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner01 .txt_box {
      top: auto; } }

.product .product_inner02 .color_box {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px); }

.product .product_inner02 .img_box {
  top: 150px;
  left: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner02 .img_box {
      top: auto; } }

.product .product_inner02 .txt_box {
  top: 100px;
  right: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner02 .txt_box {
      top: auto; } }

.product .product_inner03 .color_box {
  -webkit-transform: translate(-140px, 10px);
  -ms-transform: translate(-140px, 10px);
  transform: translate(-140px, 10px); }

.product .product_inner03 .img_box {
  top: 100px;
  right: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner03 .img_box {
      top: auto; } }

.product .product_inner03 .txt_box {
  top: 150px;
  left: 0; }
  @media only screen and (max-width: 425px) {
    .product .product_inner03 .txt_box {
      top: auto; } }



.top-allin-logo {
	width:100%;
}


/*====================================================
========　WhatsNew　=================================
======================================================*/
.WhatsNew {
  background: #292a46;
  color: #fafafa; }
  .WhatsNew ul {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .WhatsNew ul li {
      width: 250px;
      padding: 10px; }
      @media only screen and (max-width: 425px) {
        .WhatsNew ul li {
          width: 100%; } }
      .WhatsNew ul li a {
        display: block;
        background: #fafafa; }
        .WhatsNew ul li a .img_box {
          width: 100%;
          height: 150px; }
          .WhatsNew ul li a .img_box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .WhatsNew ul li a .txt_box {
          padding: 10px; }
          .WhatsNew ul li a .txt_box .day {
            font-size: 12px; }
          .WhatsNew ul li a .txt_box .title {
            width: 100%;
            height: 30px;
            overflow: hidden;
            margin-bottom: 10px;
            font-size: 17px;
            font-weight: bold;
            border-bottom: solid 2px #292a46; }
          .WhatsNew ul li a .txt_box .txt {
            width: 100%;
            height: 100px;
            overflow: hidden; }
  .WhatsNew .LinkButton {
    padding-top: 20px; }
    .WhatsNew .LinkButton a {
      display: block;
      max-width: 400px;
      text-align: center;
      padding: 10px 0;
      margin: auto;
      background: #e70012;
      color: #fafafa; }

/*====================================================
========　フッター　=================================
======================================================*/
footer {
  background: #e70012;
  color: #fafafa;
  padding-top: 60px; }
  footer .footer_link {
    max-width: 1000px;
    width: 100%;
    padding: 40px 0 60px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .footer_link li {
      width: 480px; }
      @media only screen and (max-width: 425px) {
        footer .footer_link li {
          width: 100%;
          padding: 0 20px; } }
      footer .footer_link li a {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        text-align: center;
        background: #fafafa;
        color: #e70012; }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
    padding: 60px 0 120px; }
    @media only screen and (max-width: 425px) {
      footer .inner {
        width: 100%;
        display: block;
        padding: 20px; } }
    footer .inner .inner_left {
      padding-bottom: 40px; }
      footer .inner .inner_left .logo {
        font-family: 'Anton', sans-serif;
        font-size: 50px;
        letter-spacing: 2px; }
      footer .inner .inner_left ul li a {
        color: #fafafa; }
    footer .inner .inner_right {
      width: 60%; }
      @media only screen and (max-width: 425px) {
        footer .inner .inner_right {
          width: 100%; } }
      footer .inner .inner_right .google-map {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden; }
        footer .inner .inner_right .google-map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  footer .copyright {
    margin: 0;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    background: #292a46;
    color: #fafafa; }

/*====================================================
========　下層ページ　=================================
======================================================*/
.page {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 20px 60px; }
  .page .page_title {
    font-size: 24px;
    text-align: center;
    padding: 40px 0; }

/*====================================================
========　よくある質問　=================================
======================================================*/
.faq .faq_list li {
  padding: 20px 0; }
  .faq .faq_list li .Q {
    font-size: 20px;
    color: #e70012;
    font-weight: bold; }
    .faq .faq_list li .Q span {
      display: block;
      font-size: 14px; }
  .faq .faq_list li .A {
	  background: #fffde9;
    padding: 1%;
    font-size: 16px;
font-weight: bold;
    color: #0039da;
    font-size: 16px;
}
    .faq .faq_list li .A span {
      display: block;
      font-size: 14px;
      padding-top: 5px; }

.qa-h2 {
	border-bottom: solid 1px #ccc;
}

/*====================================================
========　アクセス　=================================
======================================================*/
.access .google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .access .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*====================================================
========　会社概要　=================================
======================================================*/
.company table {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border-collapse: collapse; }
  .company table tr {
    border-top: solid 1px #aaa;
    font-size: 16px;
    padding: 10px;
    text-align: left; }
    .company table tr:last-child {
      border-bottom: solid 1px #aaa; }
    @media only screen and (max-width: 425px) {
      .company table tr {
        display: block; } }
    .company table tr th, .company table tr td {
      padding: 15px 10px; }
      @media only screen and (max-width: 425px) {
        .company table tr th, .company table tr td {
          display: block;
          width: 100%;
          padding: 0px; } }


/*====================================================
========　サービス紹介　=================================
======================================================*/

.automobile-txt {
	background: #fffedf;
	padding:1%;
	text-align:center;
	border:solid 1px #ccc;
	font-weight:bold;
}

.automobile-allow {
	font-weight:bold;
}

.automobile-list {
	margin-bottom:45px;
}

/*====================================================
========　会社の方針　=================================
======================================================*/
.policy-txt {
	text-align:center;
}





/*====================================================
========　問い合わせ　=================================
======================================================*/

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border-bottom:solid 1px #d7d7d7;
	padding: 2%;
}
/*通常欄*/
.inquiry td{
	padding: 2%;
 font-size:13px;
 border-bottom:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
.inquiry {
	width:100%;
}

.wpcf7-form-control {
	width:100%;
}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}


/*====================================================
========　建設機械の輸出　=================================
======================================================*/
.construction-list li img {
	width:100%;
}
.construction-list {
	overflow:hidden;
}


.construction-list li {
	float:left;
	width:20%;
}

@media(max-width:500px){
.construction-list li {
	float:left;
	width:50%;
}
}

/*====================================================
========　OEM　=================================
======================================================*/

.oem-list li img {
	width:100%;
}
.oem-list {
	overflow:hidden;
}


.oem-list li {
	float:left;
	width:50%;
}

/*====================================================
========　中古車ボタン　=================================
======================================================*/

.usedcar {
	text-align:center;
}

.usedcar a{
	    background: #e70012;
    color: #fff;
        padding: 19px 26px;
    font-size: 28px;
    border-radius: 10px;
    font-weight: bold;
}

@media(max-width:500px){
.usedcar a{
	    background: #e70012;
    color: #fff;
    padding: 19px 15px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: bold;
}
}