#container {
  width: 100%;
  margin: 0;
  padding: 114px 0 0;
}
@media screen and (max-width: 740px) {
  #container {
    padding: 45px 0 0;
  }
}

#main_column.colnum1 {
  width: 100%;
  margin: 0;
}

#main_column h2.title {
  padding: 0 0 14px;
  border: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #959595;
  margin-bottom: 26px;
}
@media screen and (max-width: 740px) {
  #main_column h2.title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    background: none;
    color: #383838;
    padding: 0 0 16px;
  }
}

.dealer {
  margin-top: 91px;
  padding-bottom: 190px;
}
.dealer .mv {
  border-radius: 10px;
  overflow: hidden;
}
.dealer .mv img {
  width: 100%;
  height: auto;
}
.dealer .wrap {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
}
.dealer .lead {
  margin-top: 40px;
  border-top: dashed 1px #CCCCCC;
  border-bottom: dashed 1px #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 29px 0;
}
.dealer .lead_detail {
  margin-top: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.dealer .lead_detail + .block {
  margin-top: 57px;
}
.dealer .block + .block {
  margin-top: 57px;
}
.dealer .block .title {
  padding: 0 0 14px;
  border: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #959595;
  margin-bottom: 23px;
}
.dealer .block .body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.dealer .block .body p + p {
  margin-top: 20px;
}
.dealer .block .body .center {
  text-align: center;
}
.dealer .block .body .strong {
  font-weight: 500;
}
.dealer .block .body .tel-btn {
  margin-top: 11px;
}
.dealer .block .body .sm {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.dealer .block .body .row {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.dealer .block .body .row .item {
  width: 334px;
}
.dealer .block .body .row .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.dealer .block .body .row .img {
  margin-top: 21px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  .dealer {
    margin-top: 65px;
    padding-bottom: 120px;
  }
  .dealer .lead {
    margin-top: 49px;
  }
  .dealer .lead_detail {
    margin-top: 32px;
  }
  .dealer .block .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    padding: 0 0 11px;
    margin-bottom: 27px;
  }
  .dealer .block .body .tel-btn {
    text-align: center;
  }
  .dealer .block .body .tel-btn img {
    max-width: 100%;
    height: auto;
  }
  .dealer .block .body .row {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .dealer .block .body .row .item {
    max-width: 100%;
  }
  .dealer .block .body .row .name {
    text-align: center;
  }
}