@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
#mv {
  max-width: 1200px;
  margin: 50px auto 25px auto;
}
#mv h1 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
#mv h1:after {
  content: "";
  display: block;
  background: rgb(235, 27, 35);
  width: 20px;
  height: 3px;
  margin: 10px 0;
}
#mv h1 + p {
  margin-top: 15px;
  font-weight: 500;
}
@media only screen and (max-width:736px) {
  #mv {
    margin: 25px 15px 25px 15px;
  }
  #mv h1 {
    font-size: 18px;
  }
  #mv h1 + p {
    font-size: 13px;
  }
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.glay-bk {
  background: #F7F7F7;
  margin: 50px 0;
  padding: 25px;
}
.glay-bk > section {
  max-width: 1200px;
  margin: 0 auto;
}
table.normal {
  width: 100%;
  margin-bottom: 20px;
}
table.normal th, table.normal td {
  border: 1px solid #EEE;
  padding: 10px;
}
table.normal th {
  background: #F7F7F7;
}
@media only screen and (max-width:736px) {
  table.normal th, table.normal td {
    font-size: 13px;
  }
  .w1200 {
    margin: 0 auto 50px auto;
  }
}
.text-top p small {
  font-size: 80%;
}
h2.subtitle {
  margin: 50px 0 10px 0;
  font-size: 20px;
  border-left: #333 solid 2px;
  padding-left: 15px;
  font-weight: bold;
}
h2.subtitle + div {
  margin: 0 0 0 20px;
}
h2.subtitle + div ul li {
  margin-bottom: 10px;
}
h2.subtitle + div p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
h3.smalltitle {
  margin: 10px 0;
  font-weight: bold;
}
h3.smalltitle span {
  border: 1px solid #333;
  padding: 5px;
}
h2.title6 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  h3.smalltitle {
    font-size: 14px;
  }
  h2.subtitle {
    margin: 25px 0 10px 0;
    font-size: 15px;
    border-left: #999 solid 2px;
    padding-left: 15px;
  }
  h2.subtitle + div {
    margin: 0 0 0 20px;
  }
  .text-top, .text-top + section {
    margin: 0 15px;
  }
  h2.title6 {
    margin: 15px 0;
    font-size: 15px;
  }
  .text-top + section p, .text-top p, h2.subtitle + div p, h2.subtitle + p {
    font-size: 13px;
  }
  h2.subtitle + div ul li {
    font-size: 13px;
  }
  h3.smalltitle span {
    font-size: 15px;
    display: block;
    text-align: center;
  }
}
.red {
  color: #EC1C24;
}
.bolder {
  font-weight: bold;
}
.centre {
  text-align: center !important;
}
/*保険*/
.tel-box {
  overflow: hidden;
  clear: both;
}
.tel-box h3 {
  margin: 5px 0 10px 0;
}
.tel-box h3 span {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 20px;
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  .tel-box h3 {
    margin: 10px 0 10px 0;
  }
  .tel-box h3 span {
    padding: 10px 5px;
    font-size: 15px;
    display: block;
    text-align: center;
  }
}
.tel-box h4 i {
  float: left;
  margin-right: 20px;
  font-size: 80%;
  position: relative;
  top: 20px;
  color: rgb(235, 27, 35);
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  .tel-box h4 i {
    top: 10px;
  }
}
.tel-box h4 span {
  float: left;
  font-size: 50px;
  position: relative;
}
.tel-box h4 span a {
  font-family: 'Oswald', sans-serif !important;
}
@media only screen and (max-width:736px) {
  .tel-box h4 span {
    font-size: 38px;
    display: block;
  }
}
.tel-box h4 sup.one {
  position: absolute;
  right: 100px;
  font-size: 11px;
  color: #999;
}
.tel-box h4 sup.two {
  position: absolute;
  right: 20px;
  font-size: 11px;
  color: #999;
}
@media only screen and (max-width:736px) {
  .tel-box h4 sup.one {
    right: 75px;
  }
  .tel-box h4 sup.two {
    right: 10px;
  }
}
ul.assistance-list {
  overflow: hidden;
  clear: both;
  margin: 25px 0;
  border-bottom: 1px dashed #CCC;
}
ul.assistance-list li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
ul.assistance-list li:last-child {
  margin-right: 0;
}
ul.assistance-list li img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
ul.assistance-list li h4 {
  text-align: center;
  margin: 20px 0 0 0;
}
ul.assistance-list li h4 small {
  font-size: 90%;
}
.attention {
  background: rgb(235, 27, 35);
}
.attention p {
  color: #FFF;
  padding: 10px 5px;
}
.attention p span {
  background: #FFF;
  margin: 10px;
  color: rgb(235, 27, 35);
  padding: 5px;
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  .attention p span {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
  }
  .attention p {
    font-size: 13px;
  }
  ul.assistance-list li img {
    width: 100%;
  }
}
/*緊急*/
.glay-box {
  background: #F7F7F7;
  padding: 15px;
  margin-bottom: 20px;
}
.glay-box h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
/*NEWS*/
ul.news {
  margin-bottom: 100px;
}
ul.news li {
  overflow: hidden;
  clear: both;
  border-bottom: 1px dashed #bbb;
  padding: 15px 0;
}
ul.news li:first-child {
  padding-top: 0;
}
ul.news li:last-child {
  border-bottom: none;
}
ul.news li dl dt {
  float: left;
  width: 10%;
  margin-right: 5%;
  color: #999;
}
ul.news li dl dd {
  float: right;
  width: 85%;
}
@media only screen and (max-width:736px) {
  ul.news li dl dt, ul.news li dl dd {
    float: none;
    width: auto;
    font-size: 13px;
  }
  ul.news li dl dt {
    font-size: 11px;
  }
}
/*価格表*/
.sticky_table {
  width: 100%;
}
.sticky_table thead th:first-child {
  /* 行内の他のセルより手前に表示する */
  z-index: 2;
}
.sticky_table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.sticky_table {
  border-collapse: collapse;
}
.sticky_table th, .sticky_table td {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #DDD;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}
th.bk, td.bk {
  background: #EEE !important;
}
thead td.bk {
  font-weight: bold;
  color: #666;
}
.sticky_table th span {
  color: #C00;
}
.sticky_table tbody tr:nth-child(even) th {
  background: #FFF;
  font-weight: bold;
}
.sticky_table tbody tr:nth-child(even) td {
  background: #FFF;
}
.sticky_table tbody tr:nth-child(odd) th {
  background: #FFF;
  font-weight: bold;
}
.sticky_table tbody tr:nth-child(odd) td {
  background: #FFF;
}

table.table th, table.table td {
    border: 1px solid #CCC;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}
@media only screen and (max-width:736px) {
  .scroll-t {
    overflow: auto;
    /*tableをスクロールさせる*/
  }
  .sticky_table th, .sticky_table td {
    font-size: 13px;
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
  }
  .scroll-t::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll-t::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll-t::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}
/*よくあるご質問*/
ul.faq-list {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
ul.faq-list li {
  overflow: hidden;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.faq-list li dl dt span {
  color: #EB1B23;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 10px;
}
ul.faq-list li dl dt {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  text-indent: -1.9em;
  padding-left: 1.9em;
  font-weight: bold;
}
ul.faq-list li dl dt:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 0.7) rotate(90deg);
  color: #EB1B23;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  text-indent: 0;
  padding-left: 0;
}
ul.faq-list li dl dt.on:after {
  transform: scale(1, 0.7) rotate(-90deg);
}
ul.faq-list li dl dd span {
  color: #1C75BC;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 10px;
}
ul.faq-list li dl dd {
  display: none;
  text-indent: -1.8em;
  padding-left: 1.8em;
  font-size: 0.95rem;
}
@media only screen and (max-width:736px) {
  ul.faq-list {
    margin: 0 15px 25px 15px;
  }
  ul.faq-list li dl dt {
    font-size: 0.85rem;
    padding-right: 30px;
  }
  ul.faq-list li dl dt span {
    font-size: 0.9rem;
  }
  ul.faq-list li dl dd {
    font-size: 0.8rem;
  }
}
/*お問い合わせ系*/
.contact_flow {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.contact_flow > ul li {
  background: #ccc;
  color: #fff;
  width: 31.2%;
  float: left;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  margin-right: 3%;
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.contact_flow > ul li:last-child {
  margin-right: 0;
}
.contact_flow > ul li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #ccc;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
.contact_flow > ul li:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_flow > ul li:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #ccc;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
.contact_flow > ul li:last-child::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_flow > ul li.active {
  background: rgba(236, 27, 35, .5);
  position: relative;
}
.contact_flow > ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid rgba(236, 27, 35, .5);
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
.contact_flow > ul li span {
  color: rgba(236, 27, 35, .2);
  position: absolute;
  left: 0;
  top: -25px;
  font-weight: bold;
}
.contact_flow > ul li.active span {
  color: rgba(236, 27, 35, 1);
}
@media only screen and (max-width:736px) {
  .contact_flow > ul {
    display: flex;
  }
  .contact_flow > ul li {
    width: 33.3333%;
    margin: 0;
    font-size: 12px;
    border-right: 1px solid #fff;
  }
  .contact_flow > ul li {
    font-size: 12px;
    padding: 10px 0;
  }
  .contact_flow > ul li span {
    padding: 0 5px;
  }
  .contact_flow > ul li:nth-child(2)::before, .contact_flow > ul li:last-child::before {
    display: none;
  }
  .contact_flow > ul li:nth-child(2)::after, .contact_flow > ul li:first-child::after {
    border-top: 19px solid transparent;
  }
  .contact_flow > ul li:nth-child(2)::after {
    right: 0;
  }
  .contact_flow > ul li.active::after {
    right: 0;
    display: none;
  }
  .contact_flow li:nth-child(2)::after, .contact_flow li:first-child::after {
    display: none;
  }
}
.must_contact {
  color: #EC1B23 !important;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width:736px) {
  .must_contact {
    font-size: 12px;
  }
}
.form_btn_area {
  text-align: center;
  margin: 50px auto 0 auto;
  overflow: hidden;
  clear: both;
}
.form_back_btn {
  margin: 25px 0 0 0 !important;
  padding: 0 !important;
}
.form_back_btn a {
  background: none;
  padding: 25px 10px;
  color: #999;
}
.form_back_btn:before {
  content: "<";
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
.submit_btn {
  margin: 25px 0 150px 0 !important;
  padding: 0 !important;
}
.submit_btn input[type=submit] {
  background: #EC1B23;
  color: #FFF;
  border: none;
  padding: 15px 70px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
}
@media only screen and (max-width:736px) {
  .form_btn_area {
    text-align: center;
    margin: 25px auto 0 auto;
  }
  .submit_btn input[type=submit] {
    font-size: 15px;
  }
}
.submit_btn2 input[type=submit]:hover {
  opacity: 0.7;
}
.back_to_top {
  margin: 50px 0 0 0;
}
.back_to_top:before {
  content: "<";
  font-family: Arial, Helvetica, sans-serif;
}
table.contact-table {
  width: 100%;
}
table.contact-table th, table.contact-table td {
  border-bottom: 1px solid #CCC;
}
table.contact-table th {
  width: 30%;
  padding: 15px 15px 15px 0;
}
table.contact-table td {
  padding: 15px 15px 15px 0;
}
table.contact-table th .req {
  float: right;
  background: #EC1B23;
  color: #FFF;
  font-size: 12px;
  padding: 3px;
}
table.contact-table td select, table.contact-table td input[type=text] {
  background: #EEE;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
table.contact-table td textarea {
  width: 100%;
  height: 300px;
  padding: 5px;
  background: #EEE;
  border: none;
  box-sizing: border-box;
}
table.contact-table td .mb10 {
  margin-bottom: 10px !important;
}
table.contact-table td .redlob {
  color: #EC1B23 !important;
  font-size: 12px;
}
table.contact-table td div {
  margin-bottom: 10px;
}
table.contact-table td div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:736px) {
  table.contact-table th, table.contact-table td {
    display: block;
    font-size: 13px;
  }
  table.contact-table td, table.contact-table th {
    padding-right: 0;
  }
  table.contact-table th {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
}
.thanks {
  margin-bottom: 100px;
}
.thanks h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width:736px) {
  .thanks h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
input[type=date] {
  width: 150px;
  position: relative;
  background: #EEE url(../img/icon/calender-scope.png) no-repeat 92% 50%;
  background-size: 20px;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*はじめてのかたへ*/
ul.visitor-list {
  position: relative;
  overflow: hidden;
}
ul.visitor-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 25px;
  background: url(../img/common/road.png) repeat-y;
  background-size: 25px;
  z-index: -2;
}
ul.visitor-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  height: 135px;
  width: 13px;
  background: url(../img/pic/realtruck.png) no-repeat;
  background-size: 13px;
  animation: move 15s ease-in infinite;
  z-index: -1;
}
@keyframes move {
  0% {
    top: -50px;
  }
  100% {
    top: 100%;
  }
}
ul.visitor-list li div {
  margin: 25px 0 25px 50px;
  border: 3px solid #EEE;
  padding: 15px;
}
@media only screen and (max-width:736px) {
  ul.visitor-list li div {
    margin: 15px 15px 15px 35px;
    padding: 15px;
  }
}
ul.visitor-list li div p {
  font-weight: 500;
}
h2.subtitle2 {
  position: relative;
  z-index: 9;
  margin-top: 10px;
}
h2.subtitle2 span {
  background: rgb(235, 27, 35);
  color: #FFF;
  padding: 10px;
  position: relative;
  z-index: 9;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width:736px) {
  ul.visitor-list li div p {
    font-size: 13px;
  }
  h2.subtitle2 span {
    font-size: 16px;
  }
}
h2.subtitle2 span i {
  background: #FFF;
  margin-right: 10px;
  color: rgb(235, 27, 35);
  padding: 0 5px;
  font-family: 'Oswald', sans-serif !important;
  font-weight: normal;
  position: relative;
  font-size: 90%;
}
h2.subtitle2 span i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4px solid rgb(235, 27, 35);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgb(235, 27, 35);
}
h2.subtitle2 span:after {
  content: "";
  position: absolute;
  right: -21px;
  top: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid rgb(235, 27, 35);
}
dl.step {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
dl.step:last-child {
  margin-bottom: 0;
}
dl.step dt {
  float: left;
  clear: left;
  margin: 0 2% 0 0;
  font-weight: bold;
  color: #333;
}
dl.step dd {
  border-left: 1px solid #CCC;
  padding-left: 2%;
  float: left;
}
dl.step.ver1 dt {
  width: 12%;
}
dl.step.ver1 dd {
  width: 80%;
}
dl.step.ver2 dt {
  width: 20%;
}
dl.step.ver2 dd {
  width: 75%;
}
@media only screen and (max-width:736px) {
  h2.subtitle2 span:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid rgb(235, 27, 35);
  }
  dl.step.ver1 dt, dl.step.ver1 dd, dl.step.ver2 dt, dl.step.ver2 dd {
    width: auto;
    float: noen;
    clear: both;
  }
  dl.step dd {
    border: none;
    padding: 0;
  }
}
dl.step dt span {
  background: #CCC;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-right: 10px;
}
dl.step dd a, a.tel {
  font-family: 'Oswald', sans-serif !important;
  font-size: 120%;
}
dl.step dd p.link {
  margin: 10px 0;
}
dl.step dd p.link a {
  background: #999;
  border-radius: 5px;
  font-size: 14px;
  color: #FFF;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
dl.step dd p.link a:hover {
  opacity: 0.7;
}
dl.step dd p.link a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  transform: scale(0.7, 1);
}
img.free {
  width: 27px;
  margin: 0 10px;
}
ul.access-list li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
ul.access-list li .text {
  padding: 50px;
}
ul.access-list li .text h3 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  ul.access-list li {
    display: block;
  }
  ul.access-list li .text h3 {
    font-size: 16px;
  }
  ul.access-list li iframe {
    width: 100%;
    height: 250px;
  }
  ul.access-list li .text {
    padding: 0;
  }
}
#search-box {
  margin: 0 auto 50px auto;
}
#search-box ul {
  max-width: 1200px;
  overflow: hidden;
  clear: both;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#search-box ul li {}
@media only screen and (max-width:736px) {
  #privacy p {
    font-size: 13px;
  }
  #search-box ul {
    display: block;
    margin: 0 15px;
  }
  #search-box ul li, #search-box ul li:nth-child(2) {
    width: auto;
    margin-right: 0;
    float: none;
  }
  #search-box ul + div {
    margin: 0 15px;
  }
}
#search-box ul li dl {
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}
#search-box ul li dl dt {
  font-weight: bold;
  color: #333;
}
#search-box ul li dl dd {}
@media only screen and (max-width:736px) {
  #search-box ul li dl dt, #search-box ul li dl dd {
    float: none;
    clear: both;
    width: auto;
  }
  #search-box ul li dl dt {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
#search-box ul li ul.maker {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#search-box ul li ul.maker li {
  position: relative;
  float: left;
  width: 24%;
  text-align: center;
  font-size: 13px;
  margin: 0 1.33% 3.5% 0;
  background: #F7F7F7;
}
@media only screen and (max-width:736px) {
  #search-box ul li ul.maker li {
    font-size: 11px;
    margin: 0 1.33% 5% 0;
  }
  #search-box ul li ul.maker li:nth-child(n + 5) {
    margin-bottom: 0 !important;
  }
}
#search-box ul li ul.maker li:nth-child(4n) {
  margin-right: 0;
}
#search-box ul li ul.maker li:last-child {
  border-bottom: none;
}
#search-box ul li ul.maker li input[type="checkbox"] {
  display: none;
}
#search-box ul li ul.maker li label {
  display: block;
  padding: 5px;
  cursor: pointer;
  background: #F7F7F7;
  height: 100%;
}
#search-box ul li ul.maker li label:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 20px;
}
#search-box ul li ul.maker li:nth-child(1) label:before {
  background: url(../img/icon/icon_maker_01.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(2) label:before {
  width: 41px;
  background: url(../img/icon/icon_maker_02.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(3) label:before {
  background: url(../img/icon/icon_maker_03.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(4) label:before {
  background: url(../img/icon/icon_maker_04.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(5) label:before {
  background: url(../img/icon/icon_maker_05.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(6) label:before {
  background: url(../img/icon/icon_maker_06.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.maker li:nth-child(7) label:before {
  background: url(../img/icon/icon_maker_07.png) center 50% no-repeat;
  background-size: 100%;
}
/*#search-box ul li ul.maker li:nth-child(8) label:before {
	background: url(../img/icon/icon_maker_08.png) center 50% no-repeat;
	background-size: 100%;
}*/
#search-box ul li ul.maker li input[type="checkbox"]:checked {
  background: #EC1B23;
}
#search-box ul li ul.maker li input[type="checkbox"]:checked + label {
  background: #EC1B23;
  color: #fff;
}
#search-box input[type=text], #search-box select {
  background: #EEE;
  border: 30px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width:736px) {
  #search-box input[type=text], #search-box select {
    font-size: 14px;
    width: 100%;
  }
}
#search-box input[type=submit] {
  background: #EC1B23;
  color: #FFF;
  padding: 12px 70px;
  border: none;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 5px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#search-box input[type=button] {
  background: #999;
  color: #FFF;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 5px 0 0 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:736px) {
  #search-box input[type=submit], #search-box input[type=button] {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 10px 0 0 0;
  }
}
#search-box input[type=submit]:hover {
  opacity: 0.7;
}
#search-box ul:last-child {
  margin: 20px auto 0 auto;
}
#search-box ul li dl dt.category-label {
  width: 110px;
  margin-right: 10px;
}
#search-box ul.category {
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 920px !important;
}
#search-box ul.category li {
  float: left;
  border: 2px solid #D61518;
  box-sizing: border-box;
  text-align: center;
  width: 18.5%;
  margin: 0 1.25% 1.25% 0;
}
#search-box ul li ul.category li label {
  height: 100%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px 0 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
#search-box ul.category li label:hover {
  background: rgba(230, 0, 18, .8);
}
#search-box ul.category li label:hover {
  color: #FFF;
}
#search-box ul li ul.category li input[type="radio"] {
  display: none !important;
}
#search-box ul li ul.category li input[type="radio"]:checked + label {
  background: rgba(230, 0, 18, .8);
  color: #fff;
}
#search-box ul li ul.category li:nth-child(1) label:after {
  background: url(../img/top/truck1.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(2) label:after {
  background: url(../img/top/truck2.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(3) label:after {
  background: url(../img/top/truck3.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(4) label:after {
  background: url(../img/top/truck4.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(5) label:after {
  background: url(../img/top/truck5.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(6) label:after {
  background: url(../img/top/truck6.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(7) label:after {
  background: url(../img/top/truck7.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(8) label:after {
  background: url(../img/top/truck8.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(9) label:after {
  background: url(../img/pic/truck9.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li:nth-child(10) label:after {
  background: url(../img/pic/truck10.png) center 50% no-repeat;
  background-size: 100%;
}
#search-box ul li ul.category li label:after {
  content: "";
  width: 85px;
  height: 35px;
  display: block;
  padding-top: 20px;
    margin-top: 10px;
}
@media only screen and (max-width: 736px) {
  #search-box ul.category li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #outlet_vehicle_box li {
    margin: 0 !important;
  }
  #search-box ul.category li:nth-child(3n) {
    margin-right: 0 !important;
  }
  /*
  #search-box ul.category li:last-child {
    width: 100%;
    margin-right: 0 !important;
  }*/
  #search-box ul li ul.category li label:after {
    content: "";
    width: 50%;
    display: block;
    padding-top: 20px;
  }
  /*#search-box ul.category li:last-child label:after {
    display: none;
  }*/
  #search-box ul li ul.category li label {
    font-size: 12px !important;
    padding-bottom: 10px;
  }
  #search-box ul.category {
    width: unset !important;
  }
}
/*=================================================================*/
#result {
  padding: 25px 0 60px 0;
  background: #F7F7F7;
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;
}
@media only screen and (max-width:736px) {
  #result {
    padding: 50px 15px;
  }
}
.search-bar {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
}
.search-bar:before, .search-bar:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.search-bar .left-box {
  float: left;
}
.search-bar .left-box ul li {
  float: left;
  font-size: 14px;
  margin-right: 15px;
}
@media only screen and (max-width:736px) {
  .search-bar .left-box ul li {
    margin-right: 10px;
    font-size: 12px;
  }
  .search-bar .left-box ul li:last-child {
    margin-right: 0;
  }
}
.search-bar .left-box ul li.amount strong {
  font-size: 130%;
  font-weight: bold;
}
.search-bar .center-box {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
.search-bar .center-box ul li {
    float: left;
    font-size: 13px;
    background: #FFF;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: block;
    margin: 0 7px;
    position: relative;
    top: -3px;
}
.search-bar .center-box ul li.active {
    background: #ec1b23;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    /*border-radius: 50%;*/
    display: block;
    margin: 0 7px;
    position: relative;
    top: -3px;
}
.search-bar .center-box ul li a {
     color: #ec1b23;
 }
.search-bar .center-box ul li.active a {
    color: #FFF;
}
@media only screen and (max-width:736px) {
  .search-bar .left-box ul li.amount {
    margin-top: 15px;
  }
  .search-bar .center-box {
    position: static;
    transform: translateX(0);
    text-align: center;
  }
  .search-bar .center-box ul {
    display: inline-block;
  }
  .search-bar .center-box ul li {
    margin: 0 7px;
  }
  .search-bar .center-box ul li.active {
    margin: 0 3px;
  }
}
.search-bar .right-box {
  float: right;
}
.search-bar .right-box ul li {
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width:736px) {
  .search-bar .right-box {
    width: 80%;
    border-left: 1px solid #CCC
  }
  .search-bar .right-box ul li {
    margin-left: 15px;
  }
}
.search-bar .right-box ul li button {
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width:736px) {
  .search-bar .right-box ul li button {
    font-size: 12px;
  }
}
.search-bar .right-box ul li button.on {
  opacity: 0.7;
}
.search-bar .right-box ul li button.active {
  color: #005BAC;
  /*font-weight: bold;*/
}
@media only screen and (max-width:736px) {
  .search-bar.topver .center-box {
    display: none;
  }
}
#result-car {
  margin: 25px auto 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
#result-car:before, #result-car:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
ul.icons {
  display: flex;
  margin: 10px 0 0 0;
}
ul.icons li {
  width: 22%;
  margin-right: 4%;
}
ul.icons li p {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 5px;
}
ul.icons li:last-child {
  margin-right: 0;
}
ul.under-icons{
	width:250px;
}
ul.under-icons li p{
	text-align: center;
	float: none;
}
@media only screen and (max-width:736px) {
  ul.icons {
    margin: 10px 15px;
  }
	ul.under-icons{
	width:200px;
		margin: 0 0 10px 0;
}
  ul.icons li p {
    margin-top: 5px;
  }
  ul.icons li img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.car:hover {
  opacity: 0.7;
}
.car ul.numberandshop {
  overflow: hidden;
  clear: both;
}
.car ul.numberandshop li {
  float: left;
}
.car .pic {
  position: relative;
}
.car .pic i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  z-index: 99;
}
.car .pic i.new {
  background: #E80000;
}
.car .pic i.talk {
  background: #FBB040;
}
.car .pic i.sold {
  background: #414042;
}
.car .txt ul.car-detail li dl.box {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
  border: 1px solid #EEE;
}
.car .txt ul.car-detail li:last-child {
  margin-right: 0;
}
.search-list {
  background: #EFEFEF;
  padding: 50px 0;
  margin-bottom: 50px;
}
.search-list ul {
  max-width: 1200px;
  margin: 0 auto;
}
.search-list ul {
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.search-list ul li {
  float: left;
  background: #FFF;
  box-sizing: border-box;
  text-align: center;
  width: 15%;
  margin: 0 2% 1.25% 0;
}
.search-list ul li a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.search-list ul li:first-child a {
  animation: ten 2s ease-in-out infinite;
}
.search-list.outlet ul li:first-child a {
  animation: inherit;
}
@keyframes ten {
  0% {
    background: #FFF;
  }
  50% {
    background: #C00;
    color: #FFF;
  }
  100% {
    background: #FFF;
  }
}
.search-list ul li a:hover {
  background: #e60012
}
.search-list ul li a:hover h2 {
  color: #FFF;
}
.search-list ul li:nth-child(6n) {
  margin-right: 0;
}
.search-list ul li h2 {
  padding: 10px 5px;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width:736px) {
  .search-list {
    padding: 15px;
  }
  .search-list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .search-list ul li:last-child h2 {
    text-align: center;
  }
  .search-list ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .search-list ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .search-list ul li h2 {
    font-size: 12px;
  }
  .search-list ul li a img {
    width: 50%;
  }
}
/* CSS Document */
.search-bar .left-box ul li.list a {
  background: url(../img/icon/list-on.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 33px;
  display: block;
}
.search-bar .left-box ul li.square a {
  background: url(../img/icon/square-off.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 33px;
  display: block;
}
.car ul.numberandshop {
  position: absolute;
  top: 0;
  right: 0;
}
.car ul.numberandshop li {
  padding: 5px;
}
.car ul.numberandshop li:nth-child(1) {
  background: #E80000;
  color: #FFF;
  font-size: 12px;
}
.car ul.numberandshop li:nth-child(1) span {
  font-weight: bold;
}
.car ul.numberandshop li:nth-child(2) {
  background: #58595B;
  font-size: 13px;
  color: #FFF;
	padding-bottom: 4px;
}
.car {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
  width: 100%;
}
.car:before, .car:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.car .pic i {
  top: -10px;
  left: -10px;
}
.car .pic {
  float: left;
  width: 20%;
  position: relative;
}
.car .txt {
  float: right;
  width: 78%;
  position: relative;
}
@media only screen and (max-width:736px) {
  .car ul.numberandshop {
    position: static;
    float: right;
  }
  .car ul.numberandshop li:nth-child(1) {
    background: none;
    color: #333;
  }
  .car {
    padding: 10px;
  }
  .car .pic i {
    top: 10px;
    left: 0;
  }
  .car .pic, .car .txt {
    float: none;
    width: auto;
    position: relative;
  }
}
.car .txt h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
    color: #ec1b23;
}
@media only screen and (max-width:736px) {
  .car .txt h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.car .txt ul.car-detail li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.car .txt ul.car-detail li dl.box {
  display: flex;
}
.car .txt ul.car-detail li dl.box dt {
  width: 30%;
  font-size: 14px;
  background: #F7F7F7;
  margin-right: 2%;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #EEE;
}
.car .txt ul.car-detail li dl.box dd {
  width: 68%;
  font-size: 14px;
  padding: 3px 0 0 0;
}
.car .txt ul.car-detail li dl.box dd br {
  display: none;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dt {
  width: 23%;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dd {
  width: 75%;
}
@media only screen and (max-width:736px) {
  .car .txt ul.car-detail li {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .car .txt ul.car-detail li:nth-child(2) {
    width: auto;
  }
  .car .txt ul.car-detail li:nth-child(2n) {
    margin-right: 0;
  }
  .car .txt ul.car-detail li dl.box dt {
    width: 30%;
    font-size: 13px;
  }
  .car .txt ul.car-detail li dl.box dd {
    width: 68%;
    font-size: 13px;
  }
  .car .txt ul.car-detail li dl.box dd br {
    display: none;
  }
  .car .txt ul.car-detail li:nth-child(2) dl.box dt {
    width: 30%;
  }
  .car .txt ul.car-detail li:nth-child(2) dl.box dd {
    width: 68%;
  }
}
#verification_doc_img {
  width: 60% !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}
#verification_doc_img img {
  width: 100% !important;
}
ul.contact-list li.printout a {
  background: url(/assets/frontend/truck/img/icon/printout.png) 20px 50% no-repeat;
  background-size: 25px;
  text-align: left;
  padding-left: 60px;
  border: 2px solid #333;
}
ul.contact-list {
  margin-top: 10px !important;
}
div.vehicle-info .panel {
  border:2px solid #EEE;
  border-radius: unset;
  padding: 10px 10px;
  margin-bottom: 5px;
}
div.vehicle-info .tab-group {
  margin: unset;
}
div.vehicle-info .tab-group li {
  box-shadow: 0 0 3px #CCC;
}
img {
  vertical-align: middle !important;
}
.vehicle-detail {
  margin: unset !important;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.vehicle-detail ul#thumbnail-list {
  display: inline-block;
  margin-top: 10px;
}
.vehicle-summary {
  position: relative;
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 24px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.vehicle-summary h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #e60012;
}
.vehicle-summary > span {
  background: #e60012;
  padding: 5px 15px;
  color: #fff;
  font-size: 20px;
}
.vehicle-price span {
  font-family: 'Anton', "メイリオ", helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #e60012;
  margin: 0 0 0 5px;
}
.vehicle-price span span {
  font-size: 18px;
}
.slider-right table {
  margin-top: 0 !important;
  width: 100%;
}
.vehicle_detail_info li {
  width: 40% !important;
  list-style: disc !important;
  border-bottom: 1px dotted black;
  padding: 10px !important;
  margin: 10px 3% !important;
  float: left !important;
}
.vehicle_detail_info .bg_white {
  background-color: white !important;
  border: none !important;
}
.vehicle_detail_info th {
    padding: 10px 10px !important;
    width: 30% !important;
    background-color: #f7f7f7 !important;
    color: black !important;
    vertical-align: middle;
    font-size: 13px !important;
}

.vehicle_detail_info td{
    padding: 10px 10px !important;
    background-color: #FFFFFF !important;
    color: black !important;
    width: 70% !important;
    font-size: 13px !important;
}
#vehicle_verify_doc {
  height: 500px !important;
}
#vehicle_checksheet {
  height: 300px !important;
}
.text-center {
  text-align: center !important;
}
.vehicle_basic_info {
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 20px !important;
  font-size: small !important;
}
.vehicle_basic_info th {
  background-color: #eee !important;
  border: 1px solid #fff !important;
  color: #333 !important;
  padding: 4px 8px 5px !important;
  vertical-align: top !important;
  width: 152px !important;
  box-sizing: border-box !important;
  font-size: small !important;
}
.vehicle_basic_info td {
  border: #fff solid 1px !important;
  padding: 4px 8px 5px !important;
  vertical-align: top !important;
  background: #f5f5f5 !important;
  font-size: small !important;
}
.tire_table {
  width: 100% !important;
  border: none !important;
}
.tire_table td {
  padding: 5px !important;
  border: none !important;
  width: 20% !important;
}
.tire_table td div {
  background-color: #fff37c;
  text-align: center;
  width: 98% !important;
  height: 25px !important;
  padding-top: 10px !important;
  border-radius: 5px !important;
  margin: auto !important;
  color: black !important;
}
.pt20 {
  padding-top: 20px !important;
  font-size: 10px !important;
}
#contactAreaTxt {
  margin: 0 0 20px;
  padding: 40px 0;
  background: #fff697;
  text-align: center;
}
#contactAreaWrap {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100% !important;
}
#contactAreaTxt p {
  font-size: 24px;
}
.vehicle-summary p {
  float: right;
  font-size: 13px;
}
.notice {
  font-size: 13px;
  margin: 0 0 40px;
}
.thum {
  overflow: hidden;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.thum ul {
  background: #fff;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  width: 545px !important;
}
.thum li {
  display: inline;
  float: left;
  /* margin: 0 1px 1px 0; */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.thum li img {
  width: 76px !important;
  height: 63px !important;
}
.thum .liLast {
  border-right: none;
}
.thumLast {
  margin: 0;
}
.navWrap {
  margin: 0 0 50px;
  background: #e60012;
  -moz-box-shadow: 0px 5px 0px 0px #8d0813;
  -webkit-box-shadow: 0px 5px 0px 0px #8d0813;
  box-shadow: 0px 5px 0px 0px #8d0813;
  background-color: #e60013;
}
.contactAreaBtn a {
  background: #555555;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(61, 61, 61, 1);
}
.printBtn a {
  background: #555555;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(61, 61, 61, 1);
}
.skypeBtn a {
  background: #00aff0;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 147, 201, 1);
}
.vehicle-price {
  text-align: right;
  line-height: 1;
}
.btnAreaBox {
  text-align: right;
}
#btnArea {
  overflow: hidden;
  margin: 0 0 20px;
  display: inline-block;
}
#btnArea li {
  display: inline;
  float: left;
  margin: 0 0 0 8px;
}
#btnArea li a {
  display: block;
  padding: 0 8px;
  margin: 0 0 3px;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
}
#basic-wrap {
  margin-right: 20px !important;
}
.lineBtn a {
  background: #00c300;
  box-shadow: 0 3px 0 rgba(0, 153, 0, 1);
}
#slider .slick-next {
  background: url(/assets/frontend/truck/img/slider/icon-next.png) no-repeat;
  background-size: 37px;
  right: 10px;
  width: 37px;
  height: 37px;
  transition: all 0.3s ease-in-out;
}
#slider .slick-prev {
  background: url(/assets/frontend/truck/img/slider/icon-prev.png) no-repeat;
  background-size: 37px;
  left: 10px;
  width: 37px;
  height: 37px;
  transition: all 0.3s ease-in-out;
}
ul.relation {
  display: flex;
  flex-wrap: wrap;
}
ul.relation li {
  box-sizing: border-box;
  position: relative;
}

#thumbnail-list li {
  width: 32.3% !important;
  margin: 0.5% 0.5% 0.5% 0.5% !important;
}
.slider-right {
  width: 39% !important;
}
.slider-left {
    width: 60% !important;
    margin-right: 1% !important;
}
#wrap-slide .talk {
  left: 0px !important;
  width: 60% !important;
  border-radius: 0 !important;
  top: 0 !important;
  text-align: left !important;
}
#wrap-slide .talk span {
  margin: 0 10px !important;
}
@media only screen and (max-width: 736px) {
	div.vehicle-info .panel {
		border-bottom: none;
			border-left: none;
					border-right: none
	}
	#thumbnail-list{
		margin: 0 10px;
	}
  .vehicle-summary {
    margin: 15px 0 0 0;
  }
  .slider-right {
    width: 100% !important;
  }
  .slider-left {
    width: 100% !important;
  }
  .vehicle-summary > span {
    padding: 3px 10px;
    font-size: 18px;
  }
  .vehicle-summary h2 {
    font-size: 18px;
    padding:10px 0;
  }
  .vehicle-price span {
    font-size: 18px;
  }
  .vehicle-price span span {
    font-size: 14px;
  }


  .vehicle_detail_info th {
    background-color: #f7f7f7 !important;
    color: black !important;
    font-weight: bold;
  }
  .tire_table td, .tire_table th {
    width: 100% !important;
    text-align: center !important;
  }
  .tire_table td div {
    width: 100% !important;
  }
  #slider .slick-next {
    right: 15px;
    background: url(/assets/frontend/truck/img/slider/icon-next.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  #slider .slick-prev {
    display: block;
    left: 15px;
    background: url(/assets/frontend/truck/img/slider/icon-prev.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
  }
  ul.contact-list li.printout a {
    background: url(/assets/frontend/truck/img/icon/printout.png) 20px 50% no-repeat;;
    background-size: 25px;
    padding-left:30px;
    border: 2px solid #333;
  }
  #wrap-slide .talk {
    width: calc(100% - 40px) !important;
    top: 0 !important;
  }
  #verification_doc_img {
    width: 100% !important;
  }
  #verification_doc_img img {
    width: 100% !important;
  }
}
/*====================================================================*/
.tab-group {
  overflow: hidden;
  clear: both;
  margin: 30px 0 0 0;
  padding: 5px 0 0 12px;
}
.tab-group li {
  float: left;
  margin-right: 15px;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 0 30px #CCC;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .tab-group {
    margin-top: 15px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: flex;
	  padding: 10px 0 0 10px;
  }
  .tab-group li {
    white-space: nowrap;
    flex: 0 0 17%;
    margin-right: 10px;
    font-size: 12px;
  }
}
#wrap-slide {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
  position: relative;
}
#wrap-slide i {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  z-index: 99;
  left: -10px;
  top: -10px;
}
@media only screen and (max-width: 736px) {
  #wrap-slide {
    margin-bottom: 25px;
  }
  #wrap-slide i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;  left: 10px;
  top: 10px;
  }
}
#wrap-slide i.new {
  border: 2px solid #E80000;
  color: #E80000;
  background: #FFF;
}
#wrap-slide i.expected {
  border: #638c37 solid 2px;
  color: #fff;
  background: #638c37;
}
#wrap-slide i.talk {
  background: #FBB040;
}
#wrap-slide i.sold {
  background: #414042;
}
.slider-left {
  float: left;
  width: 51%;
  margin-right: 3%;
}
#slider li .pic {
  position: relative;
}
#slider li .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  padding: 10px;
  box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
  color: black;
}
.slide-item img {
  width: 100%;
}
.slider-right {
  float: right;
  width: 46%;
}
@media only screen and (max-width: 736px) {
  #slider li .pic p {
    font-size: 13px;
  }
  .slider-left, .slider-right {
    float: none;
    width: 100%;
  }
  .slider-right {
    margin: 10px 0 0 0;
  }
}
#thumbnail-list li {
  float: left;
  width: 17.5%;
  margin: 1.25% 1.25% 1.25% 1.25%;
  transition: all 0.3s ease-in-out;
}
#thumbnail-list li:hover {
  opacity: 0.7;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.numberandshop-wrap {
  overflow: hidden;
  clear: both;
  margin: 25px 0 25px 0;
}
@media only screen and (max-width: 736px) {
  .numberandshop-wrap {
    margin: 25px 15px 0 15px;
  }
}
ul.numberandshop-under {
  float: right;
}
ul.numberandshop-under li {
  float: left;
  padding: 5px;
}
ul.numberandshop-under li:nth-child(1) {
  background: #E80000;
  color: #FFF;
  font-size: 14px;
}
ul.numberandshop-under li:nth-child(1) span {
  font-weight: bold;
}
ul.numberandshop-under li:nth-child(2) {
  background: #58595B;
  font-size: 14px;
  color: #FFF;
}
@media only screen and (max-width: 736px) {
		ul.numberandshop-under:before,
	ul.numberandshop-under:after{
		content:"";overflow: hidden;
		clear: both;
		display: block;
	}
	ul.numberandshop-under{
		float: none;
	}
  ul.numberandshop-under li {
    font-size: 12px !important;
  }
  ul.numberandshop-under li:nth-child(2) {
    padding: 5px 6px 5px 6px;
  }
}
.search-navi {
  border-bottom: 3px solid #E6E7E8;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
.search-navi span {
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  background: #F1F2F2;
  padding: 7px 14px;
  border-radius: 5px 5px 0 0;
}
.search-navi span.select {
  background: rgba(232, 0, 0, .5);
  color: #FFF;
}
@media only screen and (max-width: 736px) {
  .search-navi {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .search-navi span {
    font-size: 12px;
    margin-right: 7px;
    background: none;
  }
  .search-navi span.select {
    border-bottom: 3px solid rgba(232, 0, 0, 1);
    color: rgba(232, 0, 0, 1);
    ;
    background: none;
  }
}
.tab-basic {
  padding: 7px 14px;
  list-style: none;
  cursor: pointer;
  background: #E80000;
  color: #FFF;
  font-weight: bold;
}
.panel-group {
  border-top: none;
  background: #FFF;
}
.panel {
  display: none;
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 0 7px 7px 7px;
}
.tab-basic.is-active {
  background: #FFF;
  color: #E80000;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
.panel.is-show {
  display: block;
}
#contact-box {
  overflow: hidden;
  clear: both;
}
#contact-box h3 {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
#contact-box .contact-left {
  float: left;
  width: 48%;
}
#contact-box .contact-right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 736px) {
  #contact-box h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #contact-box .contact-left, #contact-box .contact-right {
    float: none;
    width: auto;
  }
}
ul.contact-list {
  overflow: hidden;
  clear: both;
}
ul.contact-list li {
  float: left;
  margin-right: 2%;
}
ul.contact-list li a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
ul.contact-list li a:hover {
  opacity: 0.7;
}
ul.contact-list li:nth-child(n + 4) {
  margin: 10px 0 0 0;
}
ul.contact-list li span {
  font-size: 120%;
  font-weight: bold;
  display: block;
}
ul.contact-list li.mail a {
  background: url(../img/icon/mail.png) no-repeat 20px 50%;
  background-size: 25px;
  padding-left: 60px;
  border: 2px solid #333;
  line-height: 1.5;
}
ul.contact-list li.skype a {
  background: url(../img/icon/skype.png) no-repeat 20px 50% #31C4ED;
  background-size: 25px;
  border: 2px solid #31C4ED;
  color: #FFF;
  padding-left: 55px;
}
ul.contact-list li.line a {
  background: url(../img/icon/line.png) no-repeat 20px 50% #00B900;
  background-size: 25px;
  border: 2px solid #00B900;
  color: #FFF;
  padding-left: 55px;
}
ul.contact-list li.shaken a {
  background: #E6E7E8 url(../img/icon/shaken.png) 20px 50% no-repeat;
  background-size: 25px;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 15px;
}
ul.contact-list li.printout a {
  background: #FFF url(../img/icon/printout.png) 20px 50% no-repeat;
  background-size: 25px;
  border:2px solid #333;  line-height: 1.5; padding-left: 60px;
}
ul.contact-list li:nth-child(3) {
  margin-right: 0;
}
#contact-box p.tel a {
  font-family: 'Oswald', sans-serif !important;
  background: url(../img/icon/tel.png) no-repeat left 50%;
  font-size: 60px;
  font-weight: bold;
  padding-left: 60px;
}
#contact-box p.righttext {
  text-align: right;
}
@media only screen and (max-width: 736px) {
  #contact-box p.righttext {
    text-align: left;
  }
  #contact-box p.tel a {
    font-size: 45px;
    background: url(../img/icon/tel.png) no-repeat left 50%;
    background-size: 30px;
    padding-left: 45px;
  }
  #contact-box .contact-left p.tel {
    text-align: center;
  }
  #contact-box p.righttext:nth-child(2) {
    text-align: center;
    font-size: 13px;
  }
  ul.contact-list {
    margin: 20px 15px 0 15px;
	  display:block;
  }
  ul.contact-list li {
    font-size: 13px;
	  width:48%;
  }

  ul.contact-list li.line a {
    background: url(../img/icon/line.png) no-repeat center 10px #00B900;
    background-size: 25px;
    border: 2px solid #00B900;
    color: #FFF;
    padding-left: 10px;
	  text-align: left;
    padding-top: 35px;
  }
  ul.contact-list li.shaken a {
    background: #E6E7E8 url(../img/icon/shaken.png) 10px 50% no-repeat;
    background-size: 18px;
    border: 1px solid #CCC;
    padding-left: 20px;
    font-size: 13px;
  }

}

.check-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    background: #FFF;
    padding: 25px;
}
.check-wrap > .check-left{
    width:48%;
}
.check-wrap > .check-right{
    width:49%;
}
.check-wrap table{
    width:100%;

}
.checksheet_main_info.one-block table th,
.checksheet_main_info.one-block table td,
.check-wrap table th,
.check-wrap table td{
    padding: 5px;word-break: break-all;
}
.checksheet_main_info.one-block thead th,
.check-wrap .one-block thead th{
    background: #AAA;
    color: #FFF;
    text-align: center;
}
.checksheet_main_info.one-block tbody th,
.check-wrap .one-block tbody th{
    font-weight:bold;
}
.checksheet_main_info aside{
    font-size: 11px;
    margin: 15px 0 30px 0;
}

.check-wrap .one-block{
    margin-bottom: 20px;
}
.checksheet_main_info.one-block {
    padding: 25px;
}
.checksheet_main_info.one-block table tbody th,
.checksheet_main_info.one-block table tbody td,
.check-wrap .one-block table tbody th,
.check-wrap .one-block table tbody td{
    text-align: center;font-size:12px;	border: 1px solid #CCC;background: #FFF;
}
.one-block table td{
    font-size:12px;
    height:20px;

}
.three-block ul{
    display: flex;
    justify-content: space-between;
}
.three-block ul li{
    width:32%;
}
.three-block ul li h2{
    text-align: center;
    font-weight:bold;
    font-size:12px;
}
.three-block table{
    margin: 10px 0 20px 0;
}
.three-block table th,
.three-block table td{
    font-size:12px !important;
    padding: 5px !important;
    border: 1px solid #CCC !important;
    background: #FFF !important;
    color: black !important;
}
.three-block table th{
    text-align: center;
}
.three-block ul li table td:nth-child(2){
    text-align: center;
}
.two-block ul{
    display: flex;
    justify-content: space-between;
}
.two-block ul li{
    width:49%;
}

.checksheet_main_info .other{
    font-size:11px;
    margin-bottom: 20px;
}
.checksheet_main_info .other table th,
.checksheet_main_info .other table td{
    border: 1px solid #CCC;background: #FFF;
}
.check-wrap .tire-block table th,
.check-wrap .tire-block table td{
    text-align: center;font-size:12px;
    word-break: break-all;
}
.check-wrap .tire-block table th{
    font-weight:bold;
}
.check-wrap .tire-block table td .bd{
    border: 2px solid #333;
}
.check-wrap .tire-block table td .bd2{
    border-bottom: 2px solid #333;
}
.check-wrap .tire-block table td.bo{
    border-top:1px dotted #333;
}
.check-wrap .tire-block table td.fr{
    text-align: right;
}
.icons{
    display: flex;
    margin-top: 20px;
}
.icons dl{
    margin-right: 20px;
}
.icons dl:last-child{
    margin-right: 0;
}
.icons dt{
    font-size: 13px;
    margin-bottom: 10px;
}
.icons dd ul{
    display: flex;
    justify-content:flex-start;
}
.icons dd ul li{
    font-size: 10px;
    font-weight: 900;
    border: 1px solid #333;
    height:30px;
    display: flex;align-items: center;
    margin-right: 10px;
    padding: 3px 5px;
    white-space: nowrap;
    text-align: center;
}
.image img:first-child {
    width: 30%;
}
.image img:nth-child(2) {
    width: 60%;
}
div.image {
    margin-bottom: 10px;
}
.non-border {
    border: none !important;
}
a.vehicle_check_image {
    color: #00B900;
    width: 22px;
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #00B900;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
}
.checksheet_main_info.one-block table {
    width: 100%;
}
.check-wrap {
    padding-top: 0 !important;
}
.checksheet_main_info.one-block {
    background-color: #FFF;
}
.check-left label {
    width: 98%;
    text-align: center;
    background: #AAA;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}
.text-left {
    text-align: left !important;
}
.w100 {
    width: 100px !important;
}
#vehicle_check_main_info_com {
    display: table;
}
#vehicle_check_main_info_phone {
    display: none;
}
@media only screen and (max-width:736px) {
    #vehicle_check_main_info_com {
        display: none;
    }
    #vehicle_check_main_info_phone {
        display: table;
    }
    .two-block label,
    .checksheet_main_info.one-block thead th,
    .check-wrap .one-block thead th{
        font-size:14px;
    }
    .check-wrap{
        display:block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .check-wrap > .check-left,
    .check-wrap > .check-right{
        width:auto;
    }
    .tire-block label,
    .checksheet_main_info.one-block table th,
    .checksheet_main_info.one-block table td,
    .check-wrap table th,
    .check-wrap table td{
        padding:3px;
    }
    .checksheet_main_info aside{
        font-size: 11px;
        margin: 0 0 30px 0;
    }
    .three-block ul{
        display: block;
    }
    .three-block ul li{
        width:auto;
    }
    .tire-block{
        margin-bottom: 30px;
    }
    .two-block ul{
        display: block;
    }
    .two-block ul li{
        width:auto;
    }
    .two-block ul li:first-child{
        margin-bottom:15px;
    }
    .icons{
        display: block;
    }
    .icons dl{
        margin-bottom: 15px;
    }
    .icons dt{
        font-size: 12px;
    }
}
.three-block table tbody td:first-child,
.three-block table tbody td:nth-child(3) {
    text-align: left !important;
}
.three-block table thead th {
    font-weight: bold;
}

.three-block table th:first-child,
.three-block table td:first-child {
    width: 30% !important;
}
.three-block table th:nth-child(2),
.three-block table td:nth-child(2) {
    width: 20% !important;
}
.three-block table th:nth-child(3),
.three-block table td:nth-child(3) {
    width: 50% !important;
}
.one-block table tbody th {
    border-top: 3px solid #CCC !important;
    border-bottom: 3px solid #CCC !important;
    background-color: #f2f2f2 !important;
}
.one-block table tbody th:first-child,
.one-block table tbody td:first-child,
.three-block table thead th:first-child {
    border-left: 3px solid #CCC !important;
}
.three-block table thead th {
    border-top: 3px solid #CCC !important;
    border-bottom: 3px solid #CCC !important;
    background-color: #f2f2f2 !important;
}
.one-block table tbody th:last-child,
.one-block table tbody td:last-child,
.three-block table thead th:last-child {
    border-right: 3px solid #CCC !important;
}
.one-block table tbody tr:last-child td {
    border-bottom: 3px solid #CCC !important;
}
div.other table tr:first-child th {
    border-bottom: 1px solid #CCC !important;
}
div.other table tr:last-child th {
    border-top: 1px solid #CCC !important;
}
div.other table th {
    border-right: 3px solid #CCC !important;
}
div.other table tr:first-child td {
    border-top: 3px solid #CCC !important;
}
div.other table tr:last-child td {
    border-bottom: 3px solid #CCC !important;
}
div.other table tr td {
    border-right: 3px solid #CCC !important;
}
div.fine_info table tbody tr:nth-child(3) td,
div.fine_info table tbody tr:nth-child(5) td {
    border-bottom: 3px solid #CCC !important;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex_wrap>div {
    display: inline-block;
    padding: 5px 0px 0px 0px;
    width: auto !important;
    vertical-align: middle;
}
ul.faq-list li dl a {
    text-decoration: underline !important;
}
.company {
    display: table;
    width: auto;
}
.company>div {
    display: table-cell;
    padding: 5px 0px 0px 0px;
    width: auto;
    vertical-align: middle;
}

.w100per {
    width: 100% !important;
}
.w60per {
    width: 60% !important;
}
.w50per {
    width: 50% !important;
}
.w40per {
    width: 40% !important;
}

.select-box select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee;
}
th.bold {
    font-weight: bold;
}
@media only screen and (max-width:736px) {
    input[type=date], #search-box ul li dl dt, #search-box .select-box select {
        font-size: 0.9rem;
    }
    input[type=date] {
        height: 36px;
    }
    input[type=date] {
        background: #EEE url(../img/icon/calender-scope.png) no-repeat 95% 50%;
        background-size: 20px;
    }
}

#search-box input[type=date] {
    width: 100%;
    position: relative;
    background: #EEE url(../img/icon/calender-scope.png) no-repeat 92% 50%;
    background-size: 20px;
    border: none;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50px;
}
#search-box input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#search-box input[type=date]::-webkit-clear-button {
    -webkit-appearance: none;
}
#search-box input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.select-box label {
    position: relative;
}
.select-box label:after {
    display: block;
    content: " >";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    pointer-events: none;
    transform: scale(1, 0.7) rotate(90deg);
    color: #EB1B23;
    font-weight: bold;
    z-index: 99;
}
#search-box .select-box select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee;
    border-radius: 50px;
}
#search-box .w40per.select-box select {
    width: 100px !important;
}

#search-box .w60per input[type=date] {
    width: 150px !important;
}

@media only screen and (max-width:736px) {
    #search-box input[type=date], #search-box ul li dl dt,#search-box  .select-box select {
        font-size: 0.9rem;
        border-radius: 5px;
    }
    #search-box input[type=date] {
        height: 36px;
    }
    #search-box input[type=date] {
        background: #EEE url(../img/icon/calender-scope.png) no-repeat 95% 50%;
        background-size: 20px;
    }
}
p.empty_car {
    margin: 50px 0;
    text-align: center;
}

.radiobtn-wrap label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.radiobtn-wrap input {
    display: none;
}

.radiobtn-wrap label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #CCC;
    border-radius: 50%;
}

.radiobtn-wrap input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #FFF;
}
