@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
.mt10 {
  margin: 10px 0 0 0; }

.mt20 {
  margin: 20px 0 0 0; }

.mt30 {
  margin: 30px 0 0 0; }

.mt40 {
  margin: 40px 0 0 0; }

.mt50 {
  margin: 50px 0 0 0; }

/* ------------ css reset ------------ */
html, body, div, span, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
  margin: 2px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    height: 100%; }

  /* ------------ clearfix ------------ */
  .spclearfix, #top_oldcar ul li .photo_box, #car_box ul li .photo_box {
    zoom: 1; }
    .spclearfix::after, #top_oldcar ul li .photo_box::after, #car_box ul li .photo_box::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ 共通------------ */
  #header .up_box {
    width: 100%;
    height: 50px;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000; }
    #header .up_box .inner_box {
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      #header .up_box .inner_box h1 {
        text-indent: -9999px;
        width: 147px;
        height: 32px;
        margin: 9px 0 0 10px; }
        #header .up_box .inner_box h1 a {
          background-image: url(../img/t_01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 147px;
          height: 32px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header .up_box .inner_box h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #header .up_box .inner_box ul {
        display: flex;
        justify-content: space-between;
        position: relative; }
        #header .up_box .inner_box ul li {
          list-style: none; }
          #header .up_box .inner_box ul li:nth-child(1) {
            display: none; }
          #header .up_box .inner_box ul li:nth-child(2) {
            display: none; }
          #header .up_box .inner_box ul li:nth-child(3) {
            display: none; }
          #header .up_box .inner_box ul li:nth-child(4) {
            margin: 9px 10px 0 0; }
            #header .up_box .inner_box ul li:nth-child(4) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #header .up_box .inner_box ul li:nth-child(4) a img {
                width: 32px; }
              #header .up_box .inner_box ul li:nth-child(4) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #header .up_box .inner_box ul li:nth-child(5) {
            margin: 9px 52px 0 0; }
            #header .up_box .inner_box ul li:nth-child(5) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #header .up_box .inner_box ul li:nth-child(5) a img {
                width: 32px; }
              #header .up_box .inner_box ul li:nth-child(5) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
  #header .bars {
    width: 32px;
    height: 32px;
    background: #fff;
    cursor: pointer;
    position: fixed;
    top: 9px;
    right: 10px;
    z-index: 3000; }
    #header .bars .bar {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 22px;
      height: 3px;
      background: #000;
      transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -ms-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s; }
    #header .bars .bar-1 {
      margin: -9px 0 0 -11px; }
    #header .bars .bar-2 {
      margin: -1px 0 0 -11px; }
    #header .bars .bar-3 {
      margin: 7px 0 0 -11px; }
    #header .bars.step-1 .bar-1 {
      transform: translate3d(0, 8px, 0);
      -moz-transform: translate3d(0, 8px, 0);
      -webkit-transform: translate3d(0, 8px, 0);
      -ms-transform: translate3d(0, 8px, 0);
      -o-transform: translate3d(0, 8px, 0); }
    #header .bars.step-1 .bar-2 {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
    #header .bars.step-1 .bar-3 {
      transform: translate3d(0, -8px, 0);
      -moz-transform: translate3d(0, -8px, 0);
      -webkit-transform: translate3d(0, -8px, 0);
      -ms-transform: translate3d(0, -8px, 0);
      -o-transform: translate3d(0, -8px, 0); }
    #header .bars.step-2 {
      background: #000; }
      #header .bars.step-2 .bar {
        background: #fff !important; }
      #header .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #header .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #header .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
  #header .down_box .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    #header .down_box .sp_nav .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #e6e6e6;
      z-index: -1; }
    #header .down_box .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }
  #header .down_box #g_nav {
    position: relative;
    width: 100%;
    height: 100%; }
    #header .down_box #g_nav ul {
      margin: 30px 0 0 0;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #header .down_box #g_nav ul li {
        width: 48%;
        text-align: center;
        list-style: none;
        border-bottom: 1px solid #b2b2b2;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #header .down_box #g_nav ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          text-decoration: none;
          color: #000; }
          #header .down_box #g_nav ul li a:hover {
            color: #fff;
            background-color: #000; }
          #header .down_box #g_nav ul li a.here {
            color: #fff;
            background-color: #999; }
        #header .down_box #g_nav ul li:nth-child(11) {
          width: 80%;
          margin: 20px auto 0;
          background: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: 3px solid #cbcbcb;
          font-weight: 700; }
          #header .down_box #g_nav ul li:nth-child(11) a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 10px 0;
            text-decoration: none;
            color: #000;
            position: relative; }
            #header .down_box #g_nav ul li:nth-child(11) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #header .down_box #g_nav ul li:nth-child(11) a::after {
              content: '';
              width: 20px;
              height: 19.5px;
              background-image: url(../img/sp_03.png);
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 50%;
              right: 25px;
              margin-top: -10px; }
        #header .down_box #g_nav ul li:nth-child(12) {
          width: 80%;
          margin: 10px auto 0;
          background: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: 3px solid #cbcbcb;
          font-weight: 700; }
          #header .down_box #g_nav ul li:nth-child(12) a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 10px 0;
            text-decoration: none;
            color: #000;
            position: relative; }
            #header .down_box #g_nav ul li:nth-child(12) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #header .down_box #g_nav ul li:nth-child(12) a::after {
              content: '';
              width: 20px;
              height: 15.3px;
              background-image: url(../img/sp_04.png);
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 50%;
              right: 25px;
              margin-top: -10px; }
        #header .down_box #g_nav ul li:nth-child(13) {
          width: 80%;
          margin: 10px auto 0;
          background: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: 3px solid #cbcbcb;
          font-weight: 700; }
          #header .down_box #g_nav ul li:nth-child(13) a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 10px 0;
            text-decoration: none;
            color: #000;
            position: relative; }
            #header .down_box #g_nav ul li:nth-child(13) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #header .down_box #g_nav ul li:nth-child(13) a::after {
              content: '';
              width: 21px;
              height: 17.44px;
              background-image: url(../img/sp_05.png);
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 50%;
              right: 25px;
              margin-top: -10px; }

  /* ------------ auction_banner_box ------------ */
  #auction_banner_box {
    padding: 30px 5%;
    box-sizing: border-box; }
    #auction_banner_box figure {
      text-align: center;
      width: 100%; }
      #auction_banner_box figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #auction_banner_box figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #auction_banner_box figure a img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ carinspection_box ------------ */
  #carinspection_box {
    background: #eef8d8;
    text-align: center;
    margin: 30px 0 0 0; }
    #carinspection_box figure {
      width: 90%;
      margin: 0 auto; }
      #carinspection_box figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #carinspection_box figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #carinspection_box figure a img {
          width: 100%;
          vertical-align: bottom;
          margin: -30px 0 0 0; }

  /* ------------ f_nav ------------ */
  #f_nav ul.banner {
    display: none; }
  #f_nav .text_link {
    box-sizing: border-box;
    background: #f2f2f2; }
    #f_nav .text_link ul {
      padding: 30px 5%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #f_nav .text_link ul li {
        width: 48%;
        text-align: center;
        list-style: none;
        border-bottom: 1px solid #b2b2b2;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #f_nav .text_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          text-decoration: none;
          color: #000; }
          #f_nav .text_link ul li a:hover {
            color: #fff;
            background-color: #000; }

  /* ------------ footer ------------ */
  #footer {
    background: #4d4d4d;
    text-align: center;
    padding: 30px 0 0 0; }
    #footer figure {
      max-width: 108px;
      margin: 0 auto; }
      #footer figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #footer figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #footer figure a img {
          width: 100%;
          vertical-align: bottom; }
    #footer p {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff; }
      #footer p.time {
        margin: 15px 0; }
      #footer p.company {
        font-weight: 700; }
    #footer .copy_box {
      background: #000;
      padding: 10px 0;
      margin: 15px 0 0 0; }
      #footer .copy_box p {
        font-size: 10px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ pagetop ------------ */
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000; }
    #pagetop img {
      width: 30px;
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #pagetop img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ page_title_box ------------ */
  #page_title_box {
    margin: 50px 0 0 0;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center; }
    #page_title_box.c_01 {
      background: url(../auction/img/a_01.png) center center repeat-x; }
    #page_title_box.c_02 {
      background: url(../sell/img/s_01.png) center center repeat-x; }
    #page_title_box.c_03 {
      background: url(../rentacar/img/r_01.png) center center repeat-x; }
    #page_title_box.c_04 {
      background: url(../inspection/img/i_01.png) center center repeat-x; }
    #page_title_box figure {
      align-self: flex-end;
      width: 70%;
      margin: 0 auto; }
      #page_title_box figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ oldcar_box ------------ */
  #oldcar_box {
    padding: 0 0 30px 0;
    background: #f2f2f2; }
    #oldcar_box p.b_title {
      background: #999;
      color: #fff;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: bold;
      text-align: center;
      padding: 10px 0; }
    #oldcar_box .inner_box {
      margin: 30px 5% 0;
      box-sizing: border-box;
      border: 3px solid #f29600; }
      #oldcar_box .inner_box p.s_title {
        background: #f29600;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        padding: 15px 0; }
      #oldcar_box .inner_box ul {
        margin: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #oldcar_box .inner_box ul li {
          width: 48%;
          list-style: none;
          margin: 0; }
          #oldcar_box .inner_box ul li img {
            width: 100%;
            vertical-align: bottom;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #oldcar_box .inner_box ul li img:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #oldcar_box .inner_box ul li p.car_name {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #0071bc;
            margin: 5px 0 0 0; }
          #oldcar_box .inner_box ul li .text_box {
            margin: 5px 0 0 0; }
            #oldcar_box .inner_box ul li .text_box p.modelyear {
              font-size: 12px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
            #oldcar_box .inner_box ul li .text_box p.price {
              margin: 5px 0 0 0;
              font-size: 16px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #c1272d;
              font-weight: 700;
              text-align: right; }
          #oldcar_box .inner_box ul li .detail_button {
            width: 80%;
            margin: 20px auto 0;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #oldcar_box .inner_box ul li .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 1.8rem;
              color: #fff;
              position: absolute;
              top: 8px;
              right: 3px; }
            #oldcar_box .inner_box ul li .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #oldcar_box .inner_box ul li:nth-child(n + 3) {
            margin: 20px 0 0 0; }
    #oldcar_box p.poweredby {
      margin: 20px auto 0;
      font-size: 10px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: center; }
      #oldcar_box p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #oldcar_box p.poweredby a:link, #oldcar_box p.poweredby a:visited, #oldcar_box p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #oldcar_box p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #oldcar_box p.poweredby img::before {
        content: "\A";
        white-space: pre;
        margin: 5px 0 0 0; }
    #oldcar_box .list_button {
      width: 200px;
      padding: 10px 0;
      margin: 30px auto 0;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #oldcar_box .list_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2.0rem;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px; }
      #oldcar_box .list_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ button_box ------------ */
  #button_box {
    padding: 30px 0;
    margin: 30px auto 0;
    box-sizing: border-box;
    background: #f8f3c5;
    text-align: center; }
    #button_box .form_button {
      width: 80%;
      padding: 20px 0;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #button_box .form_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 5px; }
      #button_box .form_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #button_box.c_01 {
      background: #ddf1f5; }

  /* ------------ toppage ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    margin: 50px 0 0 0;
    padding: 5px 0;
    background: url(../img/t_03.png) center center repeat-x;
    background-size: cover;
    background-repeat: no-repeat; }
    #top_eyecatch figure {
      width: 90%;
      margin: 0 auto; }
      #top_eyecatch figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ top_line ------------ */
  #top_line {
    padding: 30px 8%; }
    #top_line figure {
      width: 100%; }
      #top_line figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_line figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #top_line figure a img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ top_oldcar ------------ */
  #top_oldcar {
    padding: 0 5% 30px;
    background: #c4e4f1;
    text-align: center; }
    #top_oldcar figure.title_img {
      width: 80%;
      margin: 0 auto; }
      #top_oldcar figure.title_img img {
        width: 100%;
        margin: -15px 0 0 0;
        vertical-align: bottom; }
    #top_oldcar .inner_box {
      border: 5px solid #000;
      border-top: none;
      box-sizing: border-box;
      background: #f2f2f2; }
      #top_oldcar .inner_box h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #000;
        color: #f29600;
        padding: 10px 0; }
      #top_oldcar .inner_box dl {
        border-bottom: 1px dotted #ccc;
        background: #fff; }
        #top_oldcar .inner_box dl dt {
          background: #f8f6e7;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000;
          padding: 10px; }
        #top_oldcar .inner_box dl dd {
          padding: 10px;
          text-align: center;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #top_oldcar .inner_box dl dd input[type=checkbox] {
            width: 14px;
            height: 14px; }
          #top_oldcar .inner_box dl dd select {
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #top_oldcar .inner_box dl dd label:nth-of-type(3)::after {
            content: '\A';
            white-space: pre; }
        #top_oldcar .inner_box dl:first-child dd {
          text-align: left; }
      #top_oldcar .inner_box .search_button {
        width: 150px;
        margin: 15px auto;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background-color: #c1272d;
        color: #fff;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-decoration: none;
        position: relative;
        border: none; }
        #top_oldcar .inner_box .search_button::after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'search';
          font-size: 2.0rem;
          color: #fff;
          position: absolute;
          top: 8px;
          right: 5px; }
        #top_oldcar .inner_box .search_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #top_oldcar ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_oldcar ul li {
        list-style: none;
        border: 5px solid #f29600;
        background: #fff;
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #top_oldcar ul li h3 {
          font-size: 18px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #f29600;
          color: #fff;
          padding: 10px 0; }
        #top_oldcar ul li .photo_box {
          margin: 10px; }
          #top_oldcar ul li .photo_box img#main_photo {
            width: 100%; }
          #top_oldcar ul li .photo_box ul.photo_list {
            margin: 10px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #top_oldcar ul li .photo_box ul.photo_list li {
              width: 23%;
              list-style: none;
              border: none;
              margin: 5px 0 0 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #top_oldcar ul li .photo_box ul.photo_list li img {
                width: 100%;
                vertical-align: bottom; }
              #top_oldcar ul li .photo_box ul.photo_list li:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(1) {
                margin: 0; }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(2) {
                margin: 0; }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(3) {
                margin: 0; }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(4) {
                margin: 0; }
        #top_oldcar ul li .price_box {
          margin: 20px;
          display: flex;
          justify-content: space-between; }
          #top_oldcar ul li .price_box p.price {
            font-size: 22px;
            line-height: 1;
            font-weight: 400;
            font: 400 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #c1272d; }
            #top_oldcar ul li .price_box p.price .small {
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #top_oldcar ul li .price_box .detail_button {
            width: 120px;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #top_oldcar ul li .price_box .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 2.0rem;
              color: #fff;
              position: absolute;
              top: 8px;
              right: 3px; }
            #top_oldcar ul li .price_box .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #top_oldcar ul li ul.detail_list {
          width: 100%;
          margin: 0;
          padding: 10px;
          background: #f2f2f2;
          display: inline-block;
          box-sizing: border-box;
          text-align: left;
          border-top: 2px dotted #ccc; }
          #top_oldcar ul li ul.detail_list li {
            width: 100%;
            margin: 0;
            border: none;
            background: none;
            font-size: 12px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline;
            color: #333; }
            #top_oldcar ul li ul.detail_list li::after {
              content: '|';
              font-size: 12px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              padding: 0 5px; }
            #top_oldcar ul li ul.detail_list li:last-child::after {
              content: ''; }
    #top_oldcar p.poweredby {
      margin: 20px auto 0;
      font-size: 10px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: center; }
      #top_oldcar p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_oldcar p.poweredby a:link, #top_oldcar p.poweredby a:visited, #top_oldcar p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #top_oldcar p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #top_oldcar p.poweredby img::before {
        content: "\A";
        white-space: pre;
        margin: 5px 0 0 0; }
    #top_oldcar .list_button {
      width: 200px;
      padding: 10px 0;
      margin: 30px 0 0 0;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #top_oldcar .list_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2.0rem;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px; }
      #top_oldcar .list_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ top_calendar ------------ */
  #top_calendar {
    padding: 30px 5%;
    box-sizing: border-box; }
    #top_calendar h4 {
      font-size: 18px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      background: #000;
      color: #fff;
      padding: 10px 0; }

  /* ------------ top_news ------------ */
  #top_news {
    background: #f2f2f2; }
    #top_news .inner_box {
      padding: 30px 5%;
      box-sizing: border-box; }
      #top_news .inner_box h4 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 10px 0; }
      #top_news .inner_box dl {
        border-bottom: 1px dotted #b3b3b3;
        padding: 10px 0;
        color: #000; }
        #top_news .inner_box dl dt {
          font-size: 12px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #top_news .inner_box dl dd {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  /* ------------ auction_box ------------ */
  #auction_box h2 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #auction_box h2 .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #auction_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #auction_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #auction_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #auction_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #c1272d;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #auction_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #auction_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #auction_box #box_01 {
    padding: 30px 5%;
    box-sizing: border-box; }
    #auction_box #box_01 .text_box p.s_title {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
    #auction_box #box_01 figure {
      max-width: 217px;
      margin: 20px auto 0; }
      #auction_box #box_01 figure img {
        width: 100%;
        vertical-align: bottom; }
    #auction_box #box_01 ul {
      margin: 20px 0 0 0;
      display: flex;
      justify-content: space-between; }
      #auction_box #box_01 ul li {
        width: 32%;
        list-style: none; }
        #auction_box #box_01 ul li img {
          width: 100%;
          vertical-align: bottom; }
  #auction_box #box_02 {
    box-sizing: border-box;
    background: #f2f2f2; }
    #auction_box #box_02 .inner_box {
      padding: 30px 5%;
      box-sizing: border-box; }
      #auction_box #box_02 .inner_box ul li {
        list-style: none;
        margin: 30px 0 0 0; }
        #auction_box #box_02 .inner_box ul li p {
          text-align: center; }
          #auction_box #box_02 .inner_box ul li p.s_title {
            font-size: 18px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            padding: 0 0 10px 0;
            margin: 0 0 10px 0; }
        #auction_box #box_02 .inner_box ul li:first-child {
          margin: 0; }
  #auction_box #box_03 {
    padding: 0 5% 30px;
    box-sizing: border-box; }
    #auction_box #box_03 ul.flow_box li {
      display: flex;
      justify-content: space-between;
      list-style: none;
      margin: 30px 0 0 0; }
      #auction_box #box_03 ul.flow_box li figure {
        width: 85px; }
        #auction_box #box_03 ul.flow_box li figure img {
          width: 100%;
          vertical-align: bottom; }
      #auction_box #box_03 ul.flow_box li .text_box {
        width: calc(100% - 100px); }
        #auction_box #box_03 ul.flow_box li .text_box p.s_title {
          font-size: 18px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #c1272d; }
    #auction_box #box_03 .wrap_box {
      margin: 30px 0 0 0; }
      #auction_box #box_03 .wrap_box .text_box ul.button_box {
        margin: 30px 0 0 0;
        display: flex;
        justify-content: center; }
        #auction_box #box_03 .wrap_box .text_box ul.button_box li {
          width: 45%;
          list-style: none;
          margin: 0 10px; }
          #auction_box #box_03 .wrap_box .text_box ul.button_box li a {
            width: 100%;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #auction_box #box_03 .wrap_box .text_box ul.button_box li a::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 2.0rem;
              color: #fff;
              position: absolute;
              top: 8px;
              right: 3px; }
            #auction_box #box_03 .wrap_box .text_box ul.button_box li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
      #auction_box #box_03 .wrap_box figure {
        width: 50%;
        margin: 20px auto 0; }
        #auction_box #box_03 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ sell_box ------------ */
  #sell_box h2 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #sell_box h2 .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #sell_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #sell_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #sell_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #sell_box #box_01 {
    padding: 30px 5%;
    box-sizing: border-box; }
    #sell_box #box_01 .text_box p.s_title {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
    #sell_box #box_01 figure {
      display: none; }
  #sell_box #box_02 ul li {
    list-style: none;
    text-align: center;
    padding: 30px 10%; }
    #sell_box #box_02 ul li:nth-child(1) {
      background: #f6e7ed;
      padding: 30px 10% 0; }
      #sell_box #box_02 ul li:nth-child(1) figure:nth-of-type(1) {
        width: 90%;
        margin: 0 auto; }
        #sell_box #box_02 ul li:nth-child(1) figure:nth-of-type(1) img {
          width: 100%;
          vertical-align: bottom; }
      #sell_box #box_02 ul li:nth-child(1) figure:nth-of-type(2) {
        width: 30%;
        margin: 0 auto; }
        #sell_box #box_02 ul li:nth-child(1) figure:nth-of-type(2) img {
          width: 100%;
          vertical-align: bottom; }
    #sell_box #box_02 ul li:nth-child(2) {
      background: #e6f3f5; }
      #sell_box #box_02 ul li:nth-child(2) figure {
        width: 90%;
        margin: 0 auto; }
        #sell_box #box_02 ul li:nth-child(2) figure img {
          width: 100%;
          vertical-align: bottom; }
    #sell_box #box_02 ul li .inner_box ul {
      min-width: auto;
      margin: 20px 0 0 0;
      display: block; }
      #sell_box #box_02 ul li .inner_box ul li {
        font-size: 12px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: left;
        padding: 0;
        list-style: none; }
        #sell_box #box_02 ul li .inner_box ul li .bold {
          color: #e04c8b; }
        #sell_box #box_02 ul li .inner_box ul li:nth-child(1) {
          background: none; }
  #sell_box #box_03 {
    padding: 30px 5%;
    box-sizing: border-box; }
    #sell_box #box_03 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #sell_box #box_03 ul li {
        width: 48%;
        list-style: none; }
        #sell_box #box_03 ul li p.s_title {
          background: #39b54a;
          padding: 5px 10px;
          color: #fff;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
        #sell_box #box_03 ul li img {
          width: 70%;
          vertical-align: bottom;
          display: block;
          margin: 10px auto; }
        #sell_box #box_03 ul li p {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #sell_box #box_03 ul li:nth-child(1) img {
          width: 40%;
          vertical-align: bottom;
          display: block;
          margin: 10px auto; }
        #sell_box #box_03 ul li:nth-child(2) img {
          width: 40%;
          vertical-align: bottom;
          display: block;
          margin: 10px auto; }
        #sell_box #box_03 ul li:nth-child(3) {
          margin: 30px 0 0 0; }
        #sell_box #box_03 ul li:nth-child(4) {
          margin: 30px 0 0 0; }
  #sell_box #box_04 {
    padding: 30px 5%;
    box-sizing: border-box;
    background: #f2f2f2; }
    #sell_box #box_04 .form_button {
      width: 80%;
      padding: 20px 0;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #sell_box #box_04 .form_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 5px; }
      #sell_box #box_04 .form_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ line_box ------------ */
  #line_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #line_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #39b54a;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #line_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #line_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #line_box #box_01 {
    padding: 30px 5%;
    box-sizing: border-box; }
    #line_box #box_01 .inner_box {
      border: 3px solid #39b54a; }
      #line_box #box_01 .inner_box p.s_title {
        background: #39b54a;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        padding: 10px 0; }
        #line_box #box_01 .inner_box p.s_title .small {
          font-size: 12px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #line_box #box_01 .inner_box .wrap_box {
        padding: 15px; }
        #line_box #box_01 .inner_box .wrap_box p {
          font-size: 14px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #line_box #box_01 .inner_box .wrap_box p .bold {
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #39b54a;
            font-weight: 700; }
        #line_box #box_01 .inner_box .wrap_box figure {
          display: none; }
    #line_box #box_01 p.text_01 {
      text-align: center;
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #line_box #box_02 {
    background: #eef8d8;
    text-align: center;
    padding: 30px 0; }
    #line_box #box_02 p {
      margin: 20px auto 0;
      padding: 0 5%; }
    #line_box #box_02 hr {
      margin: 30px 0; }
    #line_box #box_02 figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #line_box #box_02 figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #line_box #box_02 figure a img {
        vertical-align: bottom;
        margin: 0 auto; }
    #line_box #box_02 .pc {
      display: none; }
  #line_box #box_03 {
    padding: 0 5% 30px;
    box-sizing: border-box;
    text-align: center; }
    #line_box #box_03 figure {
      width: 100%;
      margin: 30px 0 0 0;
      display: block; }
      #line_box #box_03 figure img {
        width: 100%;
        vertical-align: bottom; }
      #line_box #box_03 figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #line_box #box_03 figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #line_box #box_03 figure a img {
          width: 60%;
          vertical-align: bottom; }
    #line_box #box_03 p.text_box {
      margin: 30px auto 0;
      border: 3px solid #39b54a;
      padding: 15px;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }

  /* ------------ rentacar_box ------------ */
  #rentacar_box h2 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #29abe2;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #rentacar_box h2 .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #rentacar_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #rentacar_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #rentacar_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f29600;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font: 400 1.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #rentacar_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #rentacar_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #rentacar_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #rentacar_box p.cap {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: right;
      margin: 5px auto 0; }
    #rentacar_box p.small {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left; }
  #rentacar_box #box_01 {
    padding: 10px 5% 0;
    box-sizing: border-box; }
    #rentacar_box #box_01 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #rentacar_box #box_01 ul li {
        width: 23%;
        list-style: none;
        background-color: #1c3651;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 10px 0 0 0; }
        #rentacar_box #box_01 ul li a {
          width: 100%;
          height: 40px;
          color: #fff;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          #rentacar_box #box_01 ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
  #rentacar_box .price_box {
    padding: 0 5%;
    box-sizing: border-box;
    text-align: center; }
    #rentacar_box .price_box .table_box {
      width: 100%;
      margin: 20px auto 0; }
      #rentacar_box .price_box .table_box table {
        width: 100%;
        margin: 10px auto 0;
        border: 1px solid #ccc; }
        #rentacar_box .price_box .table_box table th {
          padding: 3px;
          font-size: 10px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          background: #f5f5f5;
          text-align: center;
          vertical-align: middle;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
        #rentacar_box .price_box .table_box table td {
          padding: 3px;
          font-size: 10px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          text-align: center;
          vertical-align: middle; }
          #rentacar_box .price_box .table_box table td.item2 {
            text-align: left; }
        #rentacar_box .price_box .table_box table caption {
          font-size: 12px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 700;
          text-align: left;
          margin: 0 0 5px 0; }
    #rentacar_box .price_box a.pagetop_button {
      width: 130px;
      margin: 20px 0 0 auto;
      padding: 10px 0;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #rentacar_box .price_box a.pagetop_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_up';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 9px;
        right: 3px; }
      #rentacar_box .price_box a.pagetop_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  #rentacar_box figure {
    max-width: 280px;
    text-align: center;
    margin: 30px auto 0; }
    #rentacar_box figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #rentacar_box figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #rentacar_box figure a img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ inspection_box ------------ */
  #inspection_box h2 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #inspection_box h2 .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #inspection_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #inspection_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #inspection_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #c1272d;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #inspection_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #inspection_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #inspection_box #box_01 {
    padding: 30px 5% 0;
    box-sizing: border-box; }
    #inspection_box #box_01 .text_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #inspection_box #box_01 figure {
      width: 50%;
      margin: 30px auto 0;
      display: block; }
      #inspection_box #box_01 figure img {
        width: 100%;
        vertical-align: bottom; }
  #inspection_box #box_02 {
    padding: 30px 5%;
    box-sizing: border-box; }
    #inspection_box #box_02 ul {
      margin: 10px 0 0 30px; }
      #inspection_box #box_02 ul li {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
    #inspection_box #box_02 .wrap_box {
      margin: 10px 0 0 0; }
      #inspection_box #box_02 .wrap_box ul {
        margin: 0 0 0 30px; }
      #inspection_box #box_02 .wrap_box figure {
        display: none; }

  /* ------------ repair_box ------------ */
  #repair_box h2 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    font: 400 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #repair_box h2 .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #repair_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #repair_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 50px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #repair_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #repair_box p.bold {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 30px 0; }
  #repair_box #box_01 {
    padding: 30px 5% 0;
    box-sizing: border-box;
    text-align: center; }

  /* ------------ aucnet_box ------------ */
  #aucnet_box {
    padding: 30px 5% 0;
    box-sizing: border-box; }
    #aucnet_box h2 {
      width: 98%;
      margin: 30px auto 0;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #000;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #aucnet_box h2 .small {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #aucnet_box h2:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 50px #fff;
        border-bottom: solid 50px transparent;
        z-index: 2; }
      #aucnet_box h2:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 50px transparent;
        border-bottom: solid 50px #fff;
        z-index: 2; }
    #aucnet_box h3 {
      width: 98%;
      margin: 30px auto 0;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #aucnet_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px #fff;
        border-bottom: solid 50px transparent;
        z-index: 2; }
      #aucnet_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px transparent;
        border-bottom: solid 50px #fff;
        z-index: 2; }
    #aucnet_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
      #aucnet_box p.bold {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 20px 0; }
      #aucnet_box p.small {
        font-size: 12px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #aucnet_box p.bold_c {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #39b54a;
        margin: 20px 0 0 0; }
    #aucnet_box #box_01 {
      padding: 30px 0 0 0;
      box-sizing: border-box;
      text-align: center; }
    #aucnet_box #box_02 {
      padding: 30px 0 0 0;
      box-sizing: border-box;
      text-align: center; }
      #aucnet_box #box_02 ul li {
        list-style: none;
        margin: 20px 0 0 0; }
        #aucnet_box #box_02 ul li img {
          width: 100%;
          vertical-align: bottom; }
        #aucnet_box #box_02 ul li:first-child {
          margin: 0; }
      #aucnet_box #box_02 p.bold {
        margin: 20px 0; }
    #aucnet_box #box_03 {
      padding: 30px 0 0 0;
      box-sizing: border-box;
      text-align: center; }

  /* ------------ company_box ------------ */
  #company_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #company_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #company_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #company_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #company_box p .small {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #company_box #box_01 {
    padding: 30px 5% 0;
    box-sizing: border-box;
    text-align: center; }
    #company_box #box_01 .gmap_box {
      width: 90%;
      margin: 20px auto;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
    #company_box #box_01 .gmap_box iframe, #company_box #box_01 .gmap_box object, #company_box #box_01 .gmap_box embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #company_box #box_02 {
    padding: 0 5% 30px;
    box-sizing: border-box;
    text-align: center; }
    #company_box #box_02 .wrap_box {
      margin: 20px auto 0; }
      #company_box #box_02 .wrap_box dl {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #ccc; }
        #company_box #box_02 .wrap_box dl dt {
          background: #e6f3f9;
          font-weight: 700;
          width: 30%;
          padding: 5px 0; }
        #company_box #box_02 .wrap_box dl dd {
          width: 70%;
          text-align: left;
          padding: 5px 10px;
          box-sizing: border-box; }
          #company_box #box_02 .wrap_box dl dd ul {
            display: flex;
            flex-wrap: wrap; }
            #company_box #box_02 .wrap_box dl dd ul li {
              list-style: none;
              font-size: 14px;
              line-height: 2;
              font-weight: 400;
              font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              margin: 0 5px 0 0; }
              #company_box #box_02 .wrap_box dl dd ul li span {
                color: #fac232; }
        #company_box #box_02 .wrap_box dl:first-of-type {
          margin: 30px 0 0 0;
          border-top: 3px solid #003298; }
        #company_box #box_02 .wrap_box dl:last-of-type {
          border-bottom: 3px solid #003298; }

  /* ------------ faq_box ------------ */
  #faq_box h3 {
    width: 98%;
    margin: 30px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #faq_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px #fff;
      border-bottom: solid 50px transparent;
      z-index: 2; }
    #faq_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 30px transparent;
      border-bottom: solid 50px #fff;
      z-index: 2; }
  #faq_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #faq_box #box_01 {
    padding: 30px 5% 0;
    box-sizing: border-box;
    text-align: center; }
    #faq_box #box_01 dl {
      width: 90%;
      margin: 0 auto;
      padding: 10px 0 20px 0;
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 1px solid #ccc;
      text-align: left; }
      #faq_box #box_01 dl dt {
        display: flex;
        align-items: center; }
        #faq_box #box_01 dl dt span {
          font-size: 30px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 0 10px 0 0;
          color: #0071bc; }
      #faq_box #box_01 dl dd {
        margin: 10px 0 0 60px;
        display: flex; }
        #faq_box #box_01 dl dd span {
          font-size: 30px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 0 10px 0 0;
          color: #ed1e79; }
      #faq_box #box_01 dl:last-of-type {
        margin: 0 auto 30px; }
      #faq_box #box_01 dl:first-of-type {
        margin: 20px auto 0; }
    #faq_box #box_01 a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #faq_box #box_01 a:link, #faq_box #box_01 a:visited, #faq_box #box_01 a:active {
        text-decoration: underline;
        color: #0071bc; }
      #faq_box #box_01 a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ privacy_box ------------ */
  #privacy_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #privacy_box #box_01 {
    padding: 30px 5% 0;
    box-sizing: border-box;
    text-align: center; }
    #privacy_box #box_01 .wrap_box {
      width: 90%;
      margin: 0 auto; }
      #privacy_box #box_01 .wrap_box ol {
        margin: 20px 0 0 0; }
        #privacy_box #box_01 .wrap_box ol li {
          font-size: 14px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          border-bottom: 1px solid #ccc;
          padding: 10px 0; }
      #privacy_box #box_01 .wrap_box .contact_box {
        border: 2px solid #f29600;
        padding: 15px;
        margin: 30px 0 0 0;
        text-align: left; }

  /* ------------ contact_box ------------ */
  #contact_box {
    padding: 30px 5%;
    box-sizing: border-box; }
    #contact_box h3 {
      width: 98%;
      margin: 30px auto;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #contact_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px #fff;
        border-bottom: solid 50px transparent;
        z-index: 2; }
      #contact_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px transparent;
        border-bottom: solid 50px #fff;
        z-index: 2; }
    #contact_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #contact_box .iconrequire {
      color: #ff0000; }
    #contact_box .box_01 {
      text-align: center; }
      #contact_box .box_01 a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact_box .box_01 a:link, #contact_box .box_01 a:visited, #contact_box .box_01 a:active {
          text-decoration: underline;
          color: #0071bc; }
        #contact_box .box_01 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .box_01 dl {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        text-align: left; }
        #contact_box .box_01 dl dt {
          font-weight: 700; }
        #contact_box .box_01 dl dd {
          margin: 5px 0 0 0; }
          #contact_box .box_01 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 0 5px 0; }
            #contact_box .box_01 dl dd input[type="text"].w50 {
              width: 100%; }
            #contact_box .box_01 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact_box .box_01 dl dd input:focus {
            outline: none; }
          #contact_box .box_01 dl dd textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #ccc;
            padding: 5px;
            resize: none;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            margin: 0 0 5px 0; }
            #contact_box .box_01 dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
        #contact_box .box_01 dl:first-of-type {
          border-top: 3px solid #003298;
          margin: 30px 0 0 0; }
        #contact_box .box_01 dl:last-of-type {
          border-bottom: 3px solid #003298; }
      #contact_box .box_01 .submit_box {
        text-align: center;
        margin: 30px auto 0; }
        #contact_box .box_01 .submit_box .submit_button {
          width: 200px;
          padding: 20px 0;
          margin: 0 auto;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #1c3651;
          border-style: none;
          cursor: pointer;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #contact_box .box_01 .submit_box .submit_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact_box .box_01 .submit_box .back_button {
          width: 200px;
          padding: 20px 0;
          margin: 0 auto 10px;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #contact_box .box_01 .submit_box .back_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #contact_box .box_01 table {
        width: 100%;
        margin: 20px 0 0 0; }
        #contact_box .box_01 table tr {
          border-bottom: 1px solid #ccc;
          border-top: none; }
          #contact_box .box_01 table tr th {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: 30%;
            text-align: left;
            color: #000;
            font-weight: 700;
            background: #e6f3f9;
            box-sizing: border-box; }
          #contact_box .box_01 table tr td {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left;
            color: #000;
            box-sizing: border-box; }
          #contact_box .box_01 table tr:first-of-type {
            border-top: 1px solid #ccc; }

  /* ------------ inspection_form_box ------------ */
  #inspection_form_box {
    padding: 30px 5%;
    box-sizing: border-box;
    text-align: center; }
    #inspection_form_box h3 {
      width: 98%;
      margin: 30px auto;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #inspection_form_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px #fff;
        border-bottom: solid 50px transparent;
        z-index: 2; }
      #inspection_form_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 30px transparent;
        border-bottom: solid 50px #fff;
        z-index: 2; }
    #inspection_form_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #inspection_form_box .iconrequire {
      color: #ff0000; }
    #inspection_form_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #inspection_form_box a:link, #inspection_form_box a:visited, #inspection_form_box a:active {
        text-decoration: underline;
        color: #0071bc; }
      #inspection_form_box a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #inspection_form_box .box_01 dl {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      border-bottom: 1px solid #ccc;
      padding: 20px 0;
      text-align: left; }
      #inspection_form_box .box_01 dl dt {
        font-weight: 700; }
      #inspection_form_box .box_01 dl dd {
        margin: 5px 0 0 0; }
        #inspection_form_box .box_01 dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ccc;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box;
          padding: 5px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 0 5px 0; }
          #inspection_form_box .box_01 dl dd input[type="text"].w30 {
            width: 30%; }
          #inspection_form_box .box_01 dl dd input[type="text"].w50 {
            width: 50%; }
          #inspection_form_box .box_01 dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd input[type="text"]::placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #inspection_form_box .box_01 dl dd input:focus {
          outline: none; }
        #inspection_form_box .box_01 dl dd select {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #inspection_form_box .box_01 dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ccc;
          padding: 5px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box;
          margin: 0 0 5px 0; }
          #inspection_form_box .box_01 dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd textarea::placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #inspection_form_box .box_01 dl dd textarea::-ms-input-placeholder {
            color: #999; }
      #inspection_form_box .box_01 dl:first-of-type {
        padding: 0 0 20px 0; }
    #inspection_form_box .box_01 .submit_box {
      margin: 30px auto 0;
      text-align: center; }
      #inspection_form_box .box_01 .submit_box .submit_button {
        width: 200px;
        padding: 20px 0;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #1c3651;
        border-style: none;
        cursor: pointer;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-appearance: button; }
        #inspection_form_box .box_01 .submit_box .submit_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #inspection_form_box .box_01 .submit_box .back_button {
        width: 200px;
        padding: 20px 0;
        margin: 0 auto 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-appearance: button; }
        #inspection_form_box .box_01 .submit_box .back_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #inspection_form_box .box_01 table {
      width: 100%;
      margin: 20px 0 0 0; }
      #inspection_form_box .box_01 table tr {
        border-bottom: 1px solid #ccc;
        border-top: none; }
        #inspection_form_box .box_01 table tr th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 35%;
          text-align: left;
          color: #000;
          font-weight: 700;
          background: #e6f3f9;
          box-sizing: border-box; }
        #inspection_form_box .box_01 table tr td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          color: #000;
          box-sizing: border-box; }
        #inspection_form_box .box_01 table tr:first-of-type {
          border-top: 1px solid #ccc; }

  /* ------------ car_box ------------ */
  #car_box {
    padding: 30px 0;
    background: #c4e4f1;
    text-align: center; }
    #car_box figure.title_img {
      width: 80%;
      margin: 0 auto; }
      #car_box figure.title_img img {
        width: 100%;
        margin: -15px 0 0 0;
        vertical-align: bottom; }
    #car_box .form_box {
      width: 90%;
      margin: 0 auto;
      border: 5px solid #000;
      border-top: none;
      box-sizing: border-box;
      background: #f2f2f2; }
      #car_box .form_box h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #000;
        color: #f29600;
        padding: 10px 0; }
      #car_box .form_box dl {
        border-bottom: 1px dotted #ccc;
        background: #fff; }
        #car_box .form_box dl dt {
          background: #f8f6e7;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000;
          padding: 10px; }
        #car_box .form_box dl dd {
          padding: 10px;
          text-align: center;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #car_box .form_box dl dd input[type=checkbox] {
            width: 14px;
            height: 14px; }
          #car_box .form_box dl dd select {
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #car_box .form_box dl dd label:nth-of-type(3)::after {
            content: '\A';
            white-space: pre; }
        #car_box .form_box dl:first-child dd {
          text-align: left; }
      #car_box .form_box .search_button {
        width: 150px;
        margin: 15px auto;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background-color: #c1272d;
        color: #fff;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-decoration: none;
        position: relative;
        border: none; }
        #car_box .form_box .search_button::after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'search';
          font-size: 2.0rem;
          color: #fff;
          position: absolute;
          top: 8px;
          right: 5px; }
        #car_box .form_box .search_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #car_box .order_box {
      margin: 20px auto 0; }
      #car_box .order_box .sort_box {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #car_box .order_box .sort_box select {
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #car_box .order_box .number_box {
        margin: 10px 0 0 0; }
        #car_box .order_box .number_box p {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000; }
    #car_box ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #car_box ul li {
        list-style: none;
        border: 5px solid #f29600;
        background: #fff;
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #car_box ul li h3 {
          font-size: 18px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #f29600;
          color: #fff;
          padding: 10px 0; }
        #car_box ul li .photo_box {
          margin: 10px; }
          #car_box ul li .photo_box img#main_photo {
            width: 100%; }
          #car_box ul li .photo_box ul.photo_list {
            margin: 10px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #car_box ul li .photo_box ul.photo_list li {
              width: 23%;
              list-style: none;
              border: none;
              margin: 5px 0 0 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #car_box ul li .photo_box ul.photo_list li img {
                width: 100%;
                vertical-align: bottom; }
              #car_box ul li .photo_box ul.photo_list li:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #car_box ul li .photo_box ul.photo_list li:nth-child(1) {
                margin: 0; }
              #car_box ul li .photo_box ul.photo_list li:nth-child(2) {
                margin: 0; }
              #car_box ul li .photo_box ul.photo_list li:nth-child(3) {
                margin: 0; }
              #car_box ul li .photo_box ul.photo_list li:nth-child(4) {
                margin: 0; }
        #car_box ul li .price_box {
          margin: 20px;
          display: flex;
          justify-content: space-between; }
          #car_box ul li .price_box p.price {
            font-size: 22px;
            line-height: 1;
            font-weight: 400;
            font: 400 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #c1272d; }
            #car_box ul li .price_box p.price .small {
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #car_box ul li .price_box .detail_button {
            width: 120px;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #car_box ul li .price_box .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 2.0rem;
              color: #fff;
              position: absolute;
              top: 8px;
              right: 3px; }
            #car_box ul li .price_box .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #car_box ul li ul.detail_list {
          width: 100%;
          margin: 0;
          padding: 10px;
          background: #f2f2f2;
          display: inline-block;
          box-sizing: border-box;
          text-align: left;
          border-top: 2px dotted #ccc; }
          #car_box ul li ul.detail_list li {
            width: 100%;
            margin: 0;
            border: none;
            background: none;
            font-size: 12px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline;
            color: #333; }
            #car_box ul li ul.detail_list li::after {
              content: '|';
              font-size: 12px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              padding: 0 5px; }
            #car_box ul li ul.detail_list li:last-child::after {
              content: ''; }
    #car_box p.poweredby {
      margin: 20px auto 0;
      font-size: 10px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: center; }
      #car_box p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #car_box p.poweredby a:link, #car_box p.poweredby a:visited, #car_box p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #car_box p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #car_box p.poweredby img::before {
        content: "\A";
        white-space: pre;
        margin: 5px 0 0 0; }
    #car_box .pager {
      width: 90%;
      margin: 30px auto 0;
      clear: both; }
      #car_box .pager a {
        background: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #000;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 5px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #car_box .pager a.current {
        background: #000;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        margin: 0 5px;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #car_box .pager a:hover {
        background: #000;
        color: #fff; }
      #car_box .pager .overPagerPattern {
        padding: 0 5px; }
    #car_box p.error_box {
      width: 90%;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .clearfix, #top_oldcar ul li .photo_box, #car_box .order_box, #car_box ul li .photo_box {
    zoom: 1; }
    .clearfix::after, #top_oldcar ul li .photo_box::after, #car_box .order_box::after, #car_box ul li .photo_box::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ 共通------------ */
  #header .up_box {
    width: 100%;
    min-width: 1040px;
    height: 80px;
    background: #000; }
    #header .up_box .inner_box {
      min-width: 1040px;
      padding: 0 20px;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      #header .up_box .inner_box h1 {
        text-indent: -9999px;
        width: 294px;
        height: 64px;
        margin: 8px 0 0 0; }
        #header .up_box .inner_box h1 a {
          background-image: url(../img/t_01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 294px;
          height: 64px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header .up_box .inner_box h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #header .up_box .inner_box ul {
        display: flex;
        justify-content: space-between; }
        #header .up_box .inner_box ul li {
          list-style: none; }
          #header .up_box .inner_box ul li:nth-child(1) {
            margin: 14px 20px 0 0; }
            #header .up_box .inner_box ul li:nth-child(1) p {
              font-size: 16px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              text-align: right;
              position: relative;
              padding: 0 20px 0 0; }
              #header .up_box .inner_box ul li:nth-child(1) p a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #header .up_box .inner_box ul li:nth-child(1) p a:link, #header .up_box .inner_box ul li:nth-child(1) p a:visited, #header .up_box .inner_box ul li:nth-child(1) p a:active {
                  text-decoration: none;
                  color: #fff; }
                #header .up_box .inner_box ul li:nth-child(1) p a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
                #header .up_box .inner_box ul li:nth-child(1) p a::after {
                  font-family: 'Material Icons';
                  font-weight: normal;
                  font-style: normal;
                  display: inline-block;
                  line-height: 1;
                  text-transform: none;
                  letter-spacing: normal;
                  word-wrap: normal;
                  white-space: nowrap;
                  direction: ltr;
                  -webkit-font-smoothing: antialiased;
                  text-rendering: optimizeLegibility;
                  -moz-osx-font-smoothing: grayscale;
                  font-feature-settings: 'liga';
                  vertical-align: middle;
                  content: 'keyboard_arrow_right';
                  font-size: 2rem;
                  color: #f29600;
                  position: absolute;
                  top: 3px;
                  right: 0; }
          #header .up_box .inner_box ul li:nth-child(2) a {
            width: 170px;
            padding: 20px 0;
            margin: 12px 20px 0 0;
            position: relative;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #f29600;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none; }
            #header .up_box .inner_box ul li:nth-child(2) a::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'email';
              font-size: 1.8rem;
              color: #fff;
              position: absolute;
              top: 20px;
              right: 10px; }
            #header .up_box .inner_box ul li:nth-child(2) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #header .up_box .inner_box ul li:nth-child(3) {
            margin: 14px 0 0 0; }
            #header .up_box .inner_box ul li:nth-child(3) img {
              vertical-align: bottom; }
          #header .up_box .inner_box ul li:nth-child(n+4) {
            display: none; }
  #header .bars {
    display: none; }
  #header .down_box {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
    #header .down_box #g_nav ul {
      display: flex;
      justify-content: center;
      height: 50px; }
      #header .down_box #g_nav ul li {
        list-style: none;
        align-items: center;
        border-left: 1px solid #e6e6e6;
        box-sizing: border-box; }
        #header .down_box #g_nav ul li:nth-child(1) {
          width: 181px; }
          #header .down_box #g_nav ul li:nth-child(1) a {
            width: 170px;
            height: 42px;
            margin: 5px auto 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #c1272d;
            color: #fff;
            text-align: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center; }
            #header .down_box #g_nav ul li:nth-child(1) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #header .down_box #g_nav ul li:nth-child(2) {
          width: 181px; }
          #header .down_box #g_nav ul li:nth-child(2) a {
            width: 170px;
            height: 42px;
            margin: 5px auto 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #39b54a;
            color: #fff;
            text-align: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center; }
            #header .down_box #g_nav ul li:nth-child(2) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #header .down_box #g_nav ul li:nth-child(3) {
          width: 181px; }
          #header .down_box #g_nav ul li:nth-child(3) a {
            width: 170px;
            height: 42px;
            margin: 5px auto 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #29abe2;
            color: #fff;
            text-align: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center; }
            #header .down_box #g_nav ul li:nth-child(3) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #header .down_box #g_nav ul li:nth-child(n+4) {
          width: 151px; }
          #header .down_box #g_nav ul li:nth-child(n+4) a {
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            text-decoration: none;
            color: #000;
            position: relative; }
            #header .down_box #g_nav ul li:nth-child(n+4) a::before {
              content: '';
              position: absolute;
              bottom: 4px;
              left: 7%;
              width: 86%;
              height: 3px;
              margin: 0 auto;
              background-color: #f29600; }
            #header .down_box #g_nav ul li:nth-child(n+4) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #header .down_box #g_nav ul li:nth-child(6) {
          border-right: 1px solid #e6e6e6; }
        #header .down_box #g_nav ul li:nth-child(n+7) {
          display: none; }

  /* ------------ auction_banner_box ------------ */
  #auction_banner_box {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #auction_banner_box figure {
      text-align: center; }
      #auction_banner_box figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #auction_banner_box figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #auction_banner_box figure a img {
          vertical-align: bottom; }

  /* ------------ carinspection_box ------------ */
  #carinspection_box {
    min-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #eef8d8;
    text-align: center; }
    #carinspection_box figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #carinspection_box figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #carinspection_box figure a img {
        vertical-align: bottom;
        margin: -30px 0 0 0; }

  /* ------------ f_nav ------------ */
  #f_nav ul.banner {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    #f_nav ul.banner li {
      width: 320px;
      list-style: none; }
      #f_nav ul.banner li a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #f_nav ul.banner li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #f_nav ul.banner li a img {
          vertical-align: bottom; }
  #f_nav .text_link {
    min-width: 1040px;
    padding: 10px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f2f2f2; }
    #f_nav .text_link ul {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
      #f_nav .text_link ul li {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #f_nav .text_link ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #f_nav .text_link ul li a:link, #f_nav .text_link ul li a:visited, #f_nav .text_link ul li a:active {
            text-decoration: none;
            color: #000; }
          #f_nav .text_link ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #f_nav .text_link ul li::after {
          content: '|';
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          padding: 0 5px; }
        #f_nav .text_link ul li:last-child::after {
          content: '';
          padding: 0 5px; }

  /* ------------ footer ------------ */
  #footer {
    min-width: 1040px;
    background: #4d4d4d;
    text-align: center;
    padding: 30px 0 0 0; }
    #footer figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #footer figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #footer figure a img {
        vertical-align: bottom; }
    #footer p {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff; }
      #footer p.time {
        margin: 30px 0; }
      #footer p.company {
        font-weight: 700; }
    #footer .copy_box {
      background: #000;
      padding: 10px 0;
      margin: 30px 0 0 0; }
      #footer .copy_box p {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ pagetop ------------ */
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 1000; }
    #pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #pagetop img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ oldcar_box ------------ */
  #oldcar_box {
    min-width: 1040px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 0 0 50px 0; }
    #oldcar_box p.b_title {
      background: #999;
      color: #fff;
      font-size: 20px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      padding: 10px 0; }
    #oldcar_box .inner_box {
      width: 1000px;
      margin: 50px auto 0;
      box-sizing: border-box;
      border: 3px solid #f29600; }
      #oldcar_box .inner_box p.s_title {
        background: #f29600;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        padding: 10px 0; }
      #oldcar_box .inner_box ul {
        margin: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #oldcar_box .inner_box ul li {
          width: 22%;
          list-style: none;
          margin: 0; }
          #oldcar_box .inner_box ul li img {
            width: 100%;
            vertical-align: bottom;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #oldcar_box .inner_box ul li img:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #oldcar_box .inner_box ul li p.car_name {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #0071bc;
            margin: 5px 0 0 0; }
          #oldcar_box .inner_box ul li .text_box {
            display: flex;
            justify-content: space-between;
            margin: 5px 0 0 0; }
            #oldcar_box .inner_box ul li .text_box p.modelyear {
              font-size: 12px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
            #oldcar_box .inner_box ul li .text_box p.price {
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #c1272d;
              font-weight: 700; }
          #oldcar_box .inner_box ul li .detail_button {
            width: 100%;
            margin: 10px 0 0 0;
            padding: 7px 0;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #oldcar_box .inner_box ul li .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 1.8rem;
              color: #fff;
              position: absolute;
              top: 5px;
              right: 3px; }
            #oldcar_box .inner_box ul li .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #oldcar_box .inner_box ul li:nth-child(n + 5) {
            margin: 50px 0 0 0; }
    #oldcar_box p.poweredby {
      margin: 20px auto 0;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: center;
      vertical-align: middle; }
      #oldcar_box p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #oldcar_box p.poweredby a:link, #oldcar_box p.poweredby a:visited, #oldcar_box p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #oldcar_box p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #oldcar_box .list_button {
      width: 200px;
      padding: 15px 0;
      margin: 30px auto 0;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #oldcar_box .list_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2.4rem;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 10px; }
      #oldcar_box .list_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ button_box ------------ */
  #button_box {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 50px auto 0;
    box-sizing: border-box;
    background: #f8f3c5;
    text-align: center; }
    #button_box .form_button {
      width: 400px;
      padding: 35px 0;
      margin: 0 auto;
      font-size: 22px;
      line-height: 1;
      font-weight: 400;
      font: 400 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #button_box .form_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 3rem;
        color: #fff;
        position: absolute;
        top: 32px;
        right: 3px; }
      #button_box .form_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #button_box.c_01 {
      background: #ddf1f5; }

  /* ------------ page_title_box ------------ */
  #page_title_box {
    min-width: 1040px;
    height: 200px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center; }
    #page_title_box.c_01 {
      background: url(../auction/img/a_01.png) center center repeat-x; }
    #page_title_box.c_02 {
      background: url(../sell/img/s_01.png) center center repeat-x; }
    #page_title_box.c_03 {
      background: url(../rentacar/img/r_01.png) center center repeat-x; }
    #page_title_box.c_04 {
      background: url(../inspection/img/i_01.png) center center repeat-x; }
    #page_title_box figure {
      align-self: flex-end; }
      #page_title_box figure img {
        vertical-align: bottom; }

  /* ------------ toppage ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    min-width: 1040px;
    height: 400px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../img/t_03.png) center center repeat-x; }
    #top_eyecatch figure {
      text-align: center;
      padding: 5px 0 0 0; }
      #top_eyecatch figure img {
        vertical-align: bottom; }

  /* ------------ top_line ------------ */
  #top_line {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #top_line figure {
      text-align: center; }
      #top_line figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_line figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #top_line figure a img {
          vertical-align: bottom; }

  /* ------------ top_oldcar ------------ */
  #top_oldcar {
    min-width: 1040px;
    padding: 0 20px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #c4e4f1;
    text-align: center; }
    #top_oldcar figure.title_img img {
      margin: -30px 0 0 0;
      vertical-align: bottom; }
    #top_oldcar .inner_box {
      width: 1000px;
      margin: 0 auto;
      border: 5px solid #000;
      box-sizing: border-box;
      background: #f2f2f2; }
      #top_oldcar .inner_box h2 {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #000;
        color: #f29600;
        padding: 13px 0; }
      #top_oldcar .inner_box dl {
        display: flex;
        border-bottom: 2px dotted #ccc;
        background: #fff; }
        #top_oldcar .inner_box dl dt {
          width: 20%;
          background: #f8f6e7;
          font-size: 20px;
          line-height: 1;
          font-weight: 400;
          font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000;
          padding: 25px 0; }
        #top_oldcar .inner_box dl dd {
          width: 80%;
          padding: 25px 0 25px 25px;
          text-align: left;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #top_oldcar .inner_box dl dd input[type=checkbox] {
            width: 20px;
            height: 20px; }
          #top_oldcar .inner_box dl dd select {
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #top_oldcar .inner_box .search_button {
        width: 180px;
        margin: 15px auto;
        padding: 15px 0;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background-color: #c1272d;
        color: #fff;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-decoration: none;
        position: relative; }
        #top_oldcar .inner_box .search_button::after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'search';
          font-size: 2.4rem;
          color: #fff;
          position: absolute;
          top: 15px;
          right: 10px; }
        #top_oldcar .inner_box .search_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #top_oldcar ul {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_oldcar ul li {
        width: 490px;
        list-style: none;
        border: 5px solid #f29600;
        background: #fff;
        margin: 20px 0 0 0;
        box-sizing: border-box; }
        #top_oldcar ul li h3 {
          font-size: 20px;
          line-height: 1;
          font-weight: 400;
          font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #f29600;
          color: #fff;
          padding: 10px 0; }
        #top_oldcar ul li .photo_box {
          margin: 15px; }
          #top_oldcar ul li .photo_box img#main_photo {
            width: 320px;
            float: left; }
          #top_oldcar ul li .photo_box ul.photo_list {
            width: 120px;
            margin: 0 0 0 10px;
            float: left;
            display: flex;
            justify-content: space-between; }
            #top_oldcar ul li .photo_box ul.photo_list li {
              width: 48%;
              list-style: none;
              border: none;
              margin: 6px 0 0 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #top_oldcar ul li .photo_box ul.photo_list li img {
                width: 100%;
                vertical-align: bottom; }
              #top_oldcar ul li .photo_box ul.photo_list li:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(1) {
                margin: 0; }
              #top_oldcar ul li .photo_box ul.photo_list li:nth-child(2) {
                margin: 0; }
        #top_oldcar ul li .price_box {
          margin: 15px;
          display: flex;
          justify-content: space-between; }
          #top_oldcar ul li .price_box p.price {
            font-size: 30px;
            line-height: 1;
            font-weight: 400;
            font: 400 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #c1272d; }
            #top_oldcar ul li .price_box p.price .small {
              font-size: 18px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #top_oldcar ul li .price_box .detail_button {
            width: 140px;
            padding: 10px 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #top_oldcar ul li .price_box .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 2.4rem;
              color: #fff;
              position: absolute;
              top: 7px;
              right: 3px; }
            #top_oldcar ul li .price_box .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #top_oldcar ul li ul.detail_list {
          width: 100%;
          margin: 0;
          padding: 15px;
          background: #f2f2f2;
          display: inline-block;
          box-sizing: border-box;
          text-align: left;
          border-top: 2px dotted #ccc; }
          #top_oldcar ul li ul.detail_list li {
            width: 100%;
            margin: 0;
            border: none;
            background: none;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline;
            color: #333; }
            #top_oldcar ul li ul.detail_list li::after {
              content: '|';
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              padding: 0 5px; }
            #top_oldcar ul li ul.detail_list li:last-child::after {
              content: ''; }
    #top_oldcar p.poweredby {
      width: 1000px;
      margin: 20px auto 0;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: right; }
      #top_oldcar p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_oldcar p.poweredby a:link, #top_oldcar p.poweredby a:visited, #top_oldcar p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #top_oldcar p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #top_oldcar .list_button {
      width: 200px;
      padding: 15px 0;
      margin: 50px 0 0 0;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #top_oldcar .list_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 2.4rem;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 10px; }
      #top_oldcar .list_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ top_calendar ------------ */
  #top_calendar {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #top_calendar h4 {
      font-size: 18px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      background: #000;
      color: #fff;
      padding: 10px 0; }

  /* ------------ top_news ------------ */
  #top_news {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f2f2f2; }
    #top_news .inner_box {
      width: 1000px;
      margin: 0 auto;
      box-sizing: border-box; }
      #top_news .inner_box h4 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 10px 0; }
      #top_news .inner_box dl {
        border-bottom: 1px dotted #b3b3b3;
        padding: 20px 0;
        color: #000; }
        #top_news .inner_box dl dt {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #top_news .inner_box dl dd {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  /* ------------ auction_box ------------ */
  #auction_box h2 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #auction_box h2 .small {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #auction_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #auction_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #auction_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #auction_box h3 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #c1272d;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #auction_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #auction_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #auction_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #auction_box #box_01 .text_box {
      width: calc(100% - 434px); }
      #auction_box #box_01 .text_box p.s_title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
    #auction_box #box_01 figure {
      width: 434px; }
      #auction_box #box_01 figure img {
        vertical-align: bottom; }
    #auction_box #box_01 ul {
      width: 100%;
      margin: 30px 0 0 0;
      display: flex;
      justify-content: space-between; }
      #auction_box #box_01 ul li {
        max-width: 327px;
        list-style: none; }
        #auction_box #box_01 ul li img {
          width: 100%;
          vertical-align: bottom; }
  #auction_box #box_02 {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f2f2f2; }
    #auction_box #box_02 .inner_box {
      width: 1000px;
      margin: 0 auto;
      box-sizing: border-box; }
      #auction_box #box_02 .inner_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #auction_box #box_02 .inner_box ul li {
          list-style: none;
          width: 48%;
          margin: 50px 0 0 0; }
          #auction_box #box_02 .inner_box ul li p {
            text-align: center; }
            #auction_box #box_02 .inner_box ul li p.s_title {
              font-size: 24px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              border-bottom: 1px solid #ccc;
              padding: 0 0 10px 0;
              margin: 0 0 10px 0; }
          #auction_box #box_02 .inner_box ul li:nth-child(1) {
            margin: 0; }
          #auction_box #box_02 .inner_box ul li:nth-child(2) {
            margin: 0; }
  #auction_box #box_03 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #auction_box #box_03 ul.flow_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #auction_box #box_03 ul.flow_box li {
        display: flex;
        justify-content: space-between;
        list-style: none;
        width: 48%;
        margin: 50px 0 0 0; }
        #auction_box #box_03 ul.flow_box li figure {
          width: 170px; }
          #auction_box #box_03 ul.flow_box li figure img {
            width: 100%;
            vertical-align: bottom; }
        #auction_box #box_03 ul.flow_box li .text_box {
          width: calc(100% - 190px); }
          #auction_box #box_03 ul.flow_box li .text_box p.s_title {
            font-size: 20px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #c1272d; }
    #auction_box #box_03 .wrap_box {
      display: flex;
      justify-content: space-between;
      margin: 30px 0 0 0; }
      #auction_box #box_03 .wrap_box .text_box {
        width: calc(100% - 380px); }
        #auction_box #box_03 .wrap_box .text_box ul.button_box {
          display: flex;
          margin: 30px 0 0 0; }
          #auction_box #box_03 .wrap_box .text_box ul.button_box li {
            width: 30%;
            list-style: none;
            margin: 0 30px 0 0; }
            #auction_box #box_03 .wrap_box .text_box ul.button_box li a {
              width: 100%;
              padding: 20px 0;
              font-size: 16px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              background-color: #1c3651;
              color: #fff;
              text-align: center;
              display: inline-block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              border-radius: 3px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              -ms-border-radius: 3px;
              -o-border-radius: 3px;
              text-decoration: none;
              position: relative; }
              #auction_box #box_03 .wrap_box .text_box ul.button_box li a::after {
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                display: inline-block;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
                -webkit-font-smoothing: antialiased;
                text-rendering: optimizeLegibility;
                -moz-osx-font-smoothing: grayscale;
                font-feature-settings: 'liga';
                vertical-align: middle;
                content: 'keyboard_arrow_right';
                font-size: 2.4rem;
                color: #fff;
                position: absolute;
                top: 18px;
                right: 3px; }
              #auction_box #box_03 .wrap_box .text_box ul.button_box li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #auction_box #box_03 .wrap_box .text_box ul.button_box::after {
            content: "";
            display: block;
            width: 30%; }
      #auction_box #box_03 .wrap_box figure {
        width: 338px; }
        #auction_box #box_03 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ sell_box ------------ */
  #sell_box h2 {
    max-width: 1080px;
    min-width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #sell_box h2 .small {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #sell_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #sell_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #sell_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #sell_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sell_box #box_01 .text_box {
      width: calc(100% - 310px); }
      #sell_box #box_01 .text_box p.s_title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
    #sell_box #box_01 figure {
      width: 277px; }
      #sell_box #box_01 figure img {
        vertical-align: bottom; }
  #sell_box #box_02 ul {
    min-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #sell_box #box_02 ul li {
      width: 50%;
      list-style: none;
      text-align: center;
      padding: 40px 0; }
      #sell_box #box_02 ul li figure img {
        vertical-align: bottom; }
      #sell_box #box_02 ul li:nth-child(1) {
        background: #f6e7ed;
        padding: 40px 0 0 0; }
      #sell_box #box_02 ul li:nth-child(2) {
        background: #e6f3f5; }
      #sell_box #box_02 ul li .inner_box {
        width: 438px;
        margin: 0 auto; }
        #sell_box #box_02 ul li .inner_box ul {
          min-width: auto;
          margin: 20px 0 0 0;
          display: block; }
          #sell_box #box_02 ul li .inner_box ul li {
            width: 100%;
            font-size: 16px;
            line-height: 1.8;
            font-weight: 400;
            font: 400 1.6rem/1.8 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            text-align: left;
            padding: 0;
            list-style: none; }
            #sell_box #box_02 ul li .inner_box ul li .bold {
              color: #e04c8b; }
            #sell_box #box_02 ul li .inner_box ul li:nth-child(1) {
              background: none; }
  #sell_box #box_03 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #sell_box #box_03 ul {
      display: flex;
      justify-content: space-between; }
      #sell_box #box_03 ul li {
        width: 23%;
        list-style: none; }
        #sell_box #box_03 ul li p.s_title {
          background: #39b54a;
          padding: 7px 10px;
          color: #fff;
          font-size: 22px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
        #sell_box #box_03 ul li img {
          vertical-align: bottom;
          display: block;
          margin: 20px auto; }
        #sell_box #box_03 ul li p {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #sell_box #box_04 {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f2f2f2; }
    #sell_box #box_04 .form_button {
      width: 400px;
      padding: 35px 0;
      margin: 0 auto;
      font-size: 22px;
      line-height: 1;
      font-weight: 400;
      font: 400 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #sell_box #box_04 .form_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_right';
        font-size: 3rem;
        color: #fff;
        position: absolute;
        top: 32px;
        right: 3px; }
      #sell_box #box_04 .form_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ line_box ------------ */
  #line_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #line_box h3 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #39b54a;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #line_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #line_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #line_box #box_01 {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #line_box #box_01 .inner_box {
      width: 1000px;
      margin: 0 auto;
      border: 3px solid #39b54a; }
      #line_box #box_01 .inner_box p.s_title {
        background: #39b54a;
        color: #fff;
        font-size: 30px;
        line-height: 1;
        font-weight: 400;
        font: 400 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        padding: 10px 0; }
        #line_box #box_01 .inner_box p.s_title .small {
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #line_box #box_01 .inner_box .wrap_box {
        padding: 50px;
        display: flex;
        justify-content: space-between; }
        #line_box #box_01 .inner_box .wrap_box p {
          width: calc(100% - 400px);
          font-size: 22px;
          line-height: 2;
          font-weight: 400;
          font: 400 2.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #line_box #box_01 .inner_box .wrap_box p .bold {
            font-size: 30px;
            line-height: 1;
            font-weight: 400;
            font: 400 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #39b54a;
            font-weight: 700; }
        #line_box #box_01 .inner_box .wrap_box figure {
          width: 364px; }
          #line_box #box_01 .inner_box .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
    #line_box #box_01 p.text_01 {
      text-align: center;
      margin: 50px 0 0 0;
      font-size: 18px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #line_box #box_02 {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #eef8d8;
    text-align: center; }
    #line_box #box_02 p {
      margin: 20px 0 0 0; }
    #line_box #box_02 hr {
      margin: 50px 0; }
    #line_box #box_02 figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #line_box #box_02 figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #line_box #box_02 figure a img {
        vertical-align: bottom; }
    #line_box #box_02 .sp {
      display: none; }
  #line_box #box_03 {
    width: 1040px;
    padding: 0 20px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #line_box #box_03 figure {
      margin: 30px 0 0 0; }
      #line_box #box_03 figure a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #line_box #box_03 figure a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #line_box #box_03 figure a img {
          vertical-align: bottom; }
    #line_box #box_03 p.text_box {
      width: 680px;
      margin: 50px auto 0;
      border: 5px solid #39b54a;
      padding: 30px;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }
    #line_box #box_03 .sp {
      display: none; }

  /* ------------ rentacar_box ------------ */
  #rentacar_box h2 {
    max-width: 1080px;
    min-width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #29abe2;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #rentacar_box h2 .small {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #rentacar_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #rentacar_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #rentacar_box h3 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f29600;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #rentacar_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #rentacar_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
    #rentacar_box h3 br {
      display: none; }
  #rentacar_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #rentacar_box p.cap {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: right;
      margin: 5px auto 0; }
    #rentacar_box p.small {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left; }
  #rentacar_box #box_01 {
    width: 1040px;
    padding: 50px 20px 0;
    margin: 0 auto;
    box-sizing: border-box; }
    #rentacar_box #box_01 ul {
      display: flex;
      justify-content: space-between; }
      #rentacar_box #box_01 ul li {
        width: 12%;
        list-style: none;
        background-color: #1c3651;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
        #rentacar_box #box_01 ul li a {
          width: 100%;
          height: 60px;
          color: #fff;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          #rentacar_box #box_01 ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
  #rentacar_box .price_box {
    width: 1040px;
    padding: 30px 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #rentacar_box .price_box .table_box {
      width: 800px;
      margin: 50px auto 0; }
      #rentacar_box .price_box .table_box table {
        width: 100%;
        margin: 10px auto 0;
        border: 1px solid #ccc; }
        #rentacar_box .price_box .table_box table th {
          padding: 5px;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          background: #f5f5f5;
          text-align: center;
          vertical-align: middle;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
        #rentacar_box .price_box .table_box table td {
          padding: 5px;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          text-align: center;
          vertical-align: middle; }
          #rentacar_box .price_box .table_box table td.item2 {
            text-align: left; }
        #rentacar_box .price_box .table_box table caption {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 700;
          text-align: left;
          margin: 0 0 5px 0; }
    #rentacar_box .price_box a.pagetop_button {
      width: 140px;
      margin: 20px 0 0 auto;
      padding: 15px 0;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      background-color: #1c3651;
      color: #fff;
      text-align: center;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      position: relative; }
      #rentacar_box .price_box a.pagetop_button::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'keyboard_arrow_up';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 13px;
        right: 3px; }
      #rentacar_box .price_box a.pagetop_button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  #rentacar_box figure {
    text-align: center;
    margin: 50px auto 0; }
    #rentacar_box figure a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #rentacar_box figure a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #rentacar_box figure a img {
        vertical-align: bottom; }

  /* ------------ inspection_box ------------ */
  #inspection_box h2 {
    max-width: 1080px;
    min-width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #inspection_box h2 .small {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #inspection_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #inspection_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
  #inspection_box h3 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f29600;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #inspection_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #inspection_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #inspection_box #box_01 {
    width: 1040px;
    padding: 50px 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #inspection_box #box_01 .text_box {
      width: calc(100% - 290px); }
      #inspection_box #box_01 .text_box p {
        font-size: 18px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
    #inspection_box #box_01 figure {
      width: 241px; }
      #inspection_box #box_01 figure img {
        width: 100%;
        vertical-align: bottom; }
  #inspection_box #box_02 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #inspection_box #box_02 ul {
      margin: 30px 0 0 50px; }
      #inspection_box #box_02 ul li {
        font-size: 18px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
    #inspection_box #box_02 .wrap_box {
      display: flex;
      justify-content: space-between;
      margin: 30px 0 0 0; }
      #inspection_box #box_02 .wrap_box ul {
        width: calc(100% - 360px);
        margin: 0 0 0 50px; }
      #inspection_box #box_02 .wrap_box figure {
        width: 323px; }
        #inspection_box #box_02 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ repair_box ------------ */
  #repair_box h2 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #repair_box h2 .small {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #repair_box h2:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px #fff;
      border-bottom: solid 100px transparent;
      z-index: 2; }
    #repair_box h2:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 100px transparent;
      border-bottom: solid 100px #fff;
      z-index: 2; }
    #repair_box h2 br.sp {
      display: none; }
  #repair_box p {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #repair_box p.bold {
      font-size: 30px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 30px 0; }
  #repair_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }

  /* ------------ aucnet_box ------------ */
  #aucnet_box {
    width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #aucnet_box h2 {
      width: 1040px;
      margin: 50px auto 0;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #000;
      font-size: 34px;
      line-height: 1;
      font-weight: 400;
      font: 400 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #aucnet_box h2 .small {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #aucnet_box h2:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 100px #fff;
        border-bottom: solid 100px transparent;
        z-index: 2; }
      #aucnet_box h2:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 100px transparent;
        border-bottom: solid 100px #fff;
        z-index: 2; }
    #aucnet_box h3 {
      width: 1040px;
      margin: 50px auto 0;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
      font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #aucnet_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px #fff;
        border-bottom: solid 60px transparent;
        z-index: 2; }
      #aucnet_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px transparent;
        border-bottom: solid 60px #fff;
        z-index: 2; }
    #aucnet_box p {
      font-size: 18px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
      #aucnet_box p.bold {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 30px 0; }
      #aucnet_box p.small {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #aucnet_box p.bold_c {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #39b54a;
        margin: 20px 0 0 0; }
    #aucnet_box #box_01 {
      width: 800px;
      padding: 50px 20px 0;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: center; }
    #aucnet_box #box_02 {
      width: 881px;
      padding: 50px 20px 0;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: center; }
      #aucnet_box #box_02 ul li {
        list-style: none;
        margin: 20px 0 0 0; }
        #aucnet_box #box_02 ul li img {
          vertical-align: bottom; }
        #aucnet_box #box_02 ul li:first-child {
          margin: 0; }
      #aucnet_box #box_02 p {
        width: 800px;
        margin: 0 auto; }
        #aucnet_box #box_02 p.bold {
          margin: 30px 0; }
    #aucnet_box #box_03 {
      width: 881px;
      padding: 50px 20px;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: center; }

  /* ------------ company_box ------------ */
  #company_box h3 {
    width: 1040px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #company_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #company_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #company_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
    #company_box p .small {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #company_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #company_box #box_01 .gmap_box {
      width: 800px;
      margin: 30px auto 15px;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
    #company_box #box_01 .gmap_box iframe, #company_box #box_01 .gmap_box object, #company_box #box_01 .gmap_box embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #company_box #box_02 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #company_box #box_02 .wrap_box {
      width: 800px;
      margin: 30px auto 0; }
      #company_box #box_02 .wrap_box dl {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #ccc; }
        #company_box #box_02 .wrap_box dl dt {
          background: #e6f3f9;
          font-weight: 700;
          width: 30%;
          padding: 10px 0; }
        #company_box #box_02 .wrap_box dl dd {
          width: 70%;
          text-align: left;
          padding: 10px 20px;
          box-sizing: border-box; }
          #company_box #box_02 .wrap_box dl dd ul {
            display: flex;
            flex-wrap: wrap; }
            #company_box #box_02 .wrap_box dl dd ul li {
              list-style: none;
              font-size: 16px;
              line-height: 2;
              font-weight: 400;
              font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              margin: 0 10px 0 0; }
              #company_box #box_02 .wrap_box dl dd ul li span {
                color: #fac232; }
        #company_box #box_02 .wrap_box dl:first-of-type {
          margin: 50px 0 0 0;
          border-top: 3px solid #003298; }
        #company_box #box_02 .wrap_box dl:last-of-type {
          border-bottom: 3px solid #003298; }

  /* ------------ faq_box ------------ */
  #faq_box h3 {
    width: 1040px;
    margin: 50px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #faq_box h3:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px #fff;
      border-bottom: solid 60px transparent;
      z-index: 2; }
    #faq_box h3:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -0;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 60px transparent;
      border-bottom: solid 60px #fff;
      z-index: 2; }
  #faq_box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #faq_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #faq_box #box_01 dl {
      width: 800px;
      margin: 0 auto;
      padding: 20px 0;
      font-size: 16px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 1px solid #ccc;
      text-align: left; }
      #faq_box #box_01 dl dt span {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 0 10px 0 0;
        color: #0071bc; }
      #faq_box #box_01 dl dd {
        margin: 10px 0 0 60px;
        display: flex; }
        #faq_box #box_01 dl dd span {
          font-size: 30px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 0 10px 0 0;
          color: #ed1e79; }
      #faq_box #box_01 dl:last-of-type {
        margin: 0 auto 30px; }
    #faq_box #box_01 a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #faq_box #box_01 a:link, #faq_box #box_01 a:visited, #faq_box #box_01 a:active {
        text-decoration: underline;
        color: #0071bc; }
      #faq_box #box_01 a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ privacy_box ------------ */
  #privacy_box p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000; }
  #privacy_box #box_01 {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #privacy_box #box_01 .wrap_box {
      width: 800px;
      margin: 0 auto; }
      #privacy_box #box_01 .wrap_box ol {
        margin: 30px 0 0 0; }
        #privacy_box #box_01 .wrap_box ol li {
          font-size: 14px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          border-bottom: 1px solid #ccc;
          padding: 20px 0; }
      #privacy_box #box_01 .wrap_box .contact_box {
        border: 2px solid #f29600;
        padding: 20px;
        margin: 50px 0 0 0;
        text-align: left; }

  /* ------------ contact_box ------------ */
  #contact_box {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #contact_box h3 {
      width: 800px;
      margin: 50px auto 30px;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
      font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #contact_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px #fff;
        border-bottom: solid 60px transparent;
        z-index: 2; }
      #contact_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px transparent;
        border-bottom: solid 60px #fff;
        z-index: 2; }
    #contact_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #contact_box .iconrequire {
      color: #ff0000; }
    #contact_box .box_01 {
      width: 800px;
      margin: 0 auto;
      text-align: center; }
      #contact_box .box_01 a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact_box .box_01 a:link, #contact_box .box_01 a:visited, #contact_box .box_01 a:active {
          text-decoration: underline;
          color: #0071bc; }
        #contact_box .box_01 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .box_01 dl {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #ccc; }
        #contact_box .box_01 dl dt {
          background: #e6f3f9;
          font-weight: 700;
          width: 30%;
          padding: 10px 0; }
        #contact_box .box_01 dl dd {
          width: 70%;
          text-align: left;
          padding: 10px 20px;
          box-sizing: border-box; }
          #contact_box .box_01 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 0 5px 0; }
            #contact_box .box_01 dl dd input[type="text"].w50 {
              width: 50%; }
            #contact_box .box_01 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact_box .box_01 dl dd input:focus {
            outline: none; }
          #contact_box .box_01 dl dd textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #ccc;
            padding: 5px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            margin: 0 0 5px 0; }
            #contact_box .box_01 dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
        #contact_box .box_01 dl:first-of-type {
          margin: 50px 0 0 0;
          border-top: 3px solid #003298; }
        #contact_box .box_01 dl:last-of-type {
          border-bottom: 3px solid #003298; }
      #contact_box .box_01 .submit_box {
        text-align: center;
        margin: 30px auto 0; }
        #contact_box .box_01 .submit_box .submit_button {
          width: 300px;
          padding: 20px 0;
          margin: 30px 0 0 0;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #1c3651;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #contact_box .box_01 .submit_box .submit_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact_box .box_01 .submit_box .back_button {
          width: 300px;
          padding: 20px 0;
          margin: 30px 30px 0 0;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #contact_box .box_01 .submit_box .back_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #contact_box .box_01 table {
        width: 100%;
        margin: 30px 0 0 0; }
        #contact_box .box_01 table tr {
          border-bottom: 1px solid #ccc;
          border-top: none; }
          #contact_box .box_01 table tr th {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: 30%;
            text-align: left;
            color: #000;
            font-weight: 700;
            background: #e6f3f9;
            box-sizing: border-box; }
          #contact_box .box_01 table tr td {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left;
            color: #000;
            box-sizing: border-box; }
          #contact_box .box_01 table tr:first-of-type {
            border-top: 1px solid #ccc; }

  /* ------------ inspection_form_box ------------ */
  #inspection_form_box {
    width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #inspection_form_box h3 {
      width: 1040px;
      margin: 50px auto 0;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #f29600;
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
      font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1; }
      #inspection_form_box h3:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px #fff;
        border-bottom: solid 60px transparent;
        z-index: 2; }
      #inspection_form_box h3:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -0;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 60px transparent;
        border-bottom: solid 60px #fff;
        z-index: 2; }
      #inspection_form_box h3:first-of-type {
        margin: 50px auto; }
    #inspection_form_box p {
      font-size: 14px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #inspection_form_box .iconrequire {
      color: #ff0000; }
    #inspection_form_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #inspection_form_box a:link, #inspection_form_box a:visited, #inspection_form_box a:active {
        text-decoration: underline;
        color: #0071bc; }
      #inspection_form_box a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #inspection_form_box .box_01 {
      width: 800px;
      margin: 0 auto; }
      #inspection_form_box .box_01 dl {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #ccc; }
        #inspection_form_box .box_01 dl dt {
          background: #e6f3f9;
          font-weight: 700;
          width: 30%;
          padding: 10px 0; }
        #inspection_form_box .box_01 dl dd {
          width: 70%;
          text-align: left;
          padding: 10px 20px;
          box-sizing: border-box; }
          #inspection_form_box .box_01 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 0 5px 0; }
            #inspection_form_box .box_01 dl dd input[type="text"].w30 {
              width: 30%; }
            #inspection_form_box .box_01 dl dd input[type="text"].w50 {
              width: 50%; }
            #inspection_form_box .box_01 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd input[type="text"]::placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #inspection_form_box .box_01 dl dd input:focus {
            outline: none; }
          #inspection_form_box .box_01 dl dd select {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #inspection_form_box .box_01 dl dd textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #ccc;
            padding: 5px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            margin: 0 0 5px 0; }
            #inspection_form_box .box_01 dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd textarea::placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #inspection_form_box .box_01 dl dd textarea::-ms-input-placeholder {
              color: #999; }
        #inspection_form_box .box_01 dl:first-of-type {
          margin: 50px 0 0 0;
          border-top: 3px solid #003298; }
        #inspection_form_box .box_01 dl:last-of-type {
          border-bottom: 3px solid #003298; }
      #inspection_form_box .box_01 .submit_box {
        text-align: center;
        margin: 30px auto 0; }
        #inspection_form_box .box_01 .submit_box .submit_button {
          width: 300px;
          padding: 20px 0;
          margin: 30px 0 0 0;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #1c3651;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #inspection_form_box .box_01 .submit_box .submit_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #inspection_form_box .box_01 .submit_box .back_button {
          width: 300px;
          padding: 20px 0;
          margin: 30px 30px 0 0;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-appearance: button; }
          #inspection_form_box .box_01 .submit_box .back_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #inspection_form_box .box_01 table {
        width: 100%;
        margin: 30px 0 0 0; }
        #inspection_form_box .box_01 table tr {
          border-bottom: 1px solid #ccc;
          border-top: none; }
          #inspection_form_box .box_01 table tr th {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: 35%;
            text-align: left;
            color: #000;
            font-weight: 700;
            background: #e6f3f9;
            box-sizing: border-box; }
          #inspection_form_box .box_01 table tr td {
            padding: 20px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left;
            color: #000;
            box-sizing: border-box; }
          #inspection_form_box .box_01 table tr:first-of-type {
            border-top: 1px solid #ccc; }

  /* ------------ car_box ------------ */
  #car_box {
    min-width: 1040px;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #c4e4f1;
    text-align: center; }
    #car_box figure.title_img img {
      margin: 0;
      vertical-align: bottom; }
    #car_box .form_box {
      width: 1000px;
      margin: 0 auto;
      border: 5px solid #000;
      box-sizing: border-box;
      background: #f2f2f2; }
      #car_box .form_box h2 {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #000;
        color: #f29600;
        padding: 13px 0; }
      #car_box .form_box dl {
        display: flex;
        border-bottom: 2px dotted #ccc;
        background: #fff; }
        #car_box .form_box dl dt {
          width: 20%;
          background: #f8f6e7;
          font-size: 20px;
          line-height: 1;
          font-weight: 400;
          font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000;
          padding: 25px 0; }
        #car_box .form_box dl dd {
          width: 80%;
          padding: 25px 0 25px 25px;
          text-align: left;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #car_box .form_box dl dd input[type=checkbox] {
            width: 20px;
            height: 20px; }
          #car_box .form_box dl dd select {
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #car_box .form_box .search_button {
        width: 180px;
        margin: 15px auto;
        padding: 15px 0;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background-color: #c1272d;
        color: #fff;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-decoration: none;
        position: relative; }
        #car_box .form_box .search_button::after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'search';
          font-size: 2.4rem;
          color: #fff;
          position: absolute;
          top: 15px;
          right: 10px; }
        #car_box .form_box .search_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #car_box .order_box {
      width: 1000px;
      margin: 20px auto 0; }
      #car_box .order_box .sort_box {
        float: right;
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #car_box .order_box .sort_box select {
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #car_box .order_box .number_box {
        float: left; }
        #car_box .order_box .number_box p {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #000; }
    #car_box ul {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #car_box ul li {
        width: 490px;
        list-style: none;
        border: 5px solid #f29600;
        background: #fff;
        margin: 20px 0 0 0;
        box-sizing: border-box; }
        #car_box ul li h3 {
          font-size: 20px;
          line-height: 1;
          font-weight: 400;
          font: 400 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #f29600;
          color: #fff;
          padding: 10px 0; }
        #car_box ul li .photo_box {
          margin: 15px; }
          #car_box ul li .photo_box img#main_photo {
            width: 320px;
            float: left; }
          #car_box ul li .photo_box ul.photo_list {
            width: 120px;
            margin: 0 0 0 10px;
            float: left;
            display: flex;
            justify-content: space-between; }
            #car_box ul li .photo_box ul.photo_list li {
              width: 48%;
              list-style: none;
              border: none;
              margin: 6px 0 0 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #car_box ul li .photo_box ul.photo_list li img {
                width: 100%;
                vertical-align: bottom; }
              #car_box ul li .photo_box ul.photo_list li:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #car_box ul li .photo_box ul.photo_list li:nth-child(1) {
                margin: 0; }
              #car_box ul li .photo_box ul.photo_list li:nth-child(2) {
                margin: 0; }
        #car_box ul li .price_box {
          margin: 15px;
          display: flex;
          justify-content: space-between; }
          #car_box ul li .price_box p.price {
            font-size: 30px;
            line-height: 1;
            font-weight: 400;
            font: 400 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #c1272d; }
            #car_box ul li .price_box p.price .small {
              font-size: 18px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #car_box ul li .price_box .detail_button {
            width: 140px;
            padding: 10px 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #1c3651;
            color: #fff;
            text-align: center;
            display: inline-block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-decoration: none;
            position: relative; }
            #car_box ul li .price_box .detail_button::after {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'keyboard_arrow_right';
              font-size: 2.4rem;
              color: #fff;
              position: absolute;
              top: 7px;
              right: 3px; }
            #car_box ul li .price_box .detail_button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #car_box ul li ul.detail_list {
          width: 100%;
          margin: 0;
          padding: 15px;
          background: #f2f2f2;
          display: inline-block;
          box-sizing: border-box;
          text-align: left;
          border-top: 2px dotted #ccc; }
          #car_box ul li ul.detail_list li {
            width: 100%;
            margin: 0;
            border: none;
            background: none;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline;
            color: #333; }
            #car_box ul li ul.detail_list li::after {
              content: '|';
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              padding: 0 5px; }
            #car_box ul li ul.detail_list li:last-child::after {
              content: ''; }
    #car_box p.poweredby {
      width: 1000px;
      margin: 20px auto 0;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      text-align: right; }
      #car_box p.poweredby a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #car_box p.poweredby a:link, #car_box p.poweredby a:visited, #car_box p.poweredby a:active {
          text-decoration: underline;
          color: #f15a24; }
        #car_box p.poweredby a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #car_box .pager {
      width: 1000px;
      margin: 30px auto 0;
      clear: both; }
      #car_box .pager a {
        background: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #000;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 5px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #car_box .pager a.current {
        background: #000;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        margin: 0 5px;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #car_box .pager a:hover {
        background: #000;
        color: #fff; }
      #car_box .pager .overPagerPattern {
        padding: 0 5px; }
    #car_box p.error_box {
      width: 1000px;
      margin: 20px auto 0;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
