.v-introduction {
  padding: 50px 0 86px;
  width: 100%;
}
.v-introduction__text {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.v-h4 {
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
}

.v-modelbtn {
  font-weight: bold;
  font-size: 16px;
  width: 297px;
  max-width: 100%;
  margin: 0;
  display: block;
  margin: 0 0 60px;
  padding-right: 0;
  padding-left: 0;
}

.v-table1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .v-table1 {
    font-size: 12px;
  }
}
.v-table1 > tbody > tr > th {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .v-table1 > tbody > tr > th {
    width: auto;
    padding: 1em;
    white-space: nowrap;
  }
}
.v-table1 > tbody > tr > td {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-wrap: anywhere;
}
.v-table1 > tbody > tr > td > span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .v-table1 > tbody > tr > td {
    width: auto;
    padding: 1em;
  }
}

.v-tablesmall {
  margin-bottom: 15px !important;
}

.v-table2 {
  margin-top: 10px;
  margin-bottom: 29px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .v-table2 {
    font-size: 12px;
  }
}
.v-table2 > tbody > tr > th {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .v-table2 > tbody > tr > th {
    width: auto;
    padding: 1em;
    white-space: nowrap;
  }
}
.v-table2 > tbody > tr > td {
  text-align: left;
  padding-left: 5px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.v-table2 > tbody > tr > td > span {
  font-size: 10px;
}
.v-table2 > tbody > tr > td.is-vertical {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .v-table2 > tbody > tr > td {
    width: auto;
    padding: 1em;
  }
}

.v-img {
  width: auto;
  display: block;
  margin: 0;
  max-width: 100%;
}

.v-remarks > li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}

.contact_makerprofile_table {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .contact_makerprofile_table {
    font-size: 13px;
    width: 100%;
  }
}
.contact_makerprofile_table tr th, .contact_makerprofile_table tr td {
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}
.contact_makerprofile_table tr th .f-bold {
  font-size: 20px;
  font-weight: bold;
}
.contact_makerprofile_table tr td {
  line-height: 1.2;
}

.c-num-model {
  text-align: left;
  border: 1px solid #004ea1;
  padding: 10px;
  margin-top: 20px;
  font-size: 12px;
  margin-left: 23px;
}
.c-num-model + .c-num-model {
  margin-bottom: 20px;
}
.c-num-model_title {
  margin-bottom: 10px;
}
.c-num-model_list {
  margin-bottom: 10px;
}
.c-num-model_list li {
  margin-bottom: 5px;
}

.model-tbl {
  font-size: 90%;
  -webkit-text-size-adjust: 100%;
}
.model-tbl th {
  width: 16% !important;
}
.model-tbl td {
  width: 84% !important;
}
.model-tbl td.half {
  width: 42% !important;
}
.model-tbl td.third{
  width: 28% !important;
}
.model-tbl td.fourth{
  width: 20% !important;
}
.model-tbl td.fifth{
  width: 16% !important;
}
.model-tbl td.sixth{
  width: 13.33333% !important;
}
.model-tbl td.seven{
  width: 12% !important;
}
.model-tbl td.eight{
  width: 10.5% !important;
}
.model-tbl td.nine{
  width: 9.33333333% !important;
}
.model-tbl td.ten{
  width: 8.4% !important;
}
.model-tbl td.fourteen{
  width: 6% !important;
}
.mitsubishi-tbl-container,
.toyota-tbl-container {
  overflow-x: scroll;
  margin-bottom: 29px;
  width: 100%;
}
.toyota-tbl th {
  width: 340px !important;
}
.toyota-tbl td {
  width: 200px !important;
}
.toyota-tbl td.fifteen {
  width: 100px !important;
}
.mitsubishi-tbl {
  width: 1250px;
  margin-bottom: 0;
}
.mitsubishi-tbl th {
  width: 340px !important;
}
.mitsubishi-tbl td {
  width: 200px !important;
}
.mitsubishi-tbl td.half {
  width: 100px !important;
}

.toyota-tbl {
  width: 3000px;
  margin-bottom: 0;
}
.toyota-tbl th {
  width: 6% !important;
}
.toyota-tbl td.fourteen {
  width: 6% !important;
}

.toyota-tbl td.fifteen {
  width: 4.6% !important;
}

.br-sp {
  display: none;
}

.v-remarks {
  letter-spacing: 0.01em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .model-tbl {
    font-size: 12px;
  }
  .model-tbl th {
    width: 12% !important;
    font-size: 12px;
  }
  .model-tbl td {
    width: 88% !important;
    font-size: 12px;
  }
  .model-tbl td.half {
    width: 44% !important;
  }
  .model-tbl td.third {
    width: 29% !important;
  }

  .mitsubishi-tbl-container {
    margin-bottom: 15px;
    width: auto;
    overflow-x: visible;
  }

  .toyota-tbl {
    width: 1600px;
    margin-bottom: 1px;
  }

  .toyota-tbl th {
    width: 100px !important;
  }
  .toyota-tbl td {
    width: 150px !important;
  }
  .toyota-tbl td.fifteen {
    width: 100px !important;
  }

  .mitsubishi-tbl {
    width: 1050px;
    margin-bottom: 1px;
  }
  .mitsubishi-tbl th {
    width: 100px !important;
  }
  .mitsubishi-tbl td {
    width: 150px !important;
  }
  .mitsubishi-tbl td.half {
    width: 100px !important;
  }

  .br-sp {
    display: inline-block;
  }
}

.v-info{
  margin-bottom: 20px;
  text-align: left;
}

.v-info p{
  display: inline-block;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

.v-info p.f-small{
  width: 100%;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .v-info p{
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .v-info p.f-small{
    font-size: 11px;
  }
}

.v-info p strong{
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .v-info p strong{
    font-size: 15px;
  }
}

