@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1100px){
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 480px){
}

/* トップページ_新着情報 */
.top-news h1 {
  width: 100%;
  height: 40px;
  background: url("../images/top/ttl_topnews.png") 0% 50% no-repeat;
  border-bottom: 4px solid #d3101a;
  text-indent: -9999px;
}
/** 新着情報_中古車情報 **/
.top-list-car {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .top-list-car li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .top-list-car li {
    width: 49%;
  }
}
/** 新着情報下部 **/
.top-topics {
  display: flex;
}
.top-topics > .item1, .top-topics > .item3 {
  flex: 1;
}
.top-topics > .item2 {
  margin: 0 2%;;
  width: 45%;
  flex: 2;
}
/** youtube埋め込み **/
.tvcm {
  background: url("../images/top/bn_tvcm.png") 50% 0% no-repeat;
  background-size: 100% auto;
  display: flex;
}
.tvcm > div {
  margin: 28% 15px 5px;
  width: 100%;
  position: relative;
}
.tvcm > div > iframe {
  position: absolute;
}

.month-cp{
	text-align: center;
	margin: 20px 0 0;
}

/* トップページ_共通_h2 */
.ttl-wrap {
  position: relative;
  margin-bottom: 15px;
}
.ttl-wrap:before {
  content: '';
  background-color: #c3191f;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-wrap h2 {
  margin: 0 auto;
  width: 20%;
  background-color: #fff;
  position: relative;
}

/* トップページ_会社概要 */
.about-us {
  padding-top: 80px;
}
.company-info {
  margin: 0 auto;
  padding: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.company-info > dt {
  width: 26%;
  padding: 20px 0;
  text-align: center;
  background: #f0f0f0;
  border-bottom: 4px solid #fff;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
}
.company-info > dd {
  margin-left: auto;
  padding: 10px;
  width: 73%;
  background: #fff;
  display: flex;
  align-items: center;
  align-self: stretch;
}
.company-info-type {
  display: flex;
  flex-wrap: wrap;
}
.company-info-type li {
  margin: 4px;
  padding: 2px 10px;
  border: 1px solid #b21f2d;
  border-radius: 4px;
  color: #b21f2d;
}
@media screen and (max-width: 480px){
  .company-info > dt, .company-info > dd {
    width: 100%;
  }
}

/* トップページ_アクセス */
.access {
  padding: 80px 0 100px;
}
.top-maps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top-maps > div {
  width: 48%;
}
.top-maps h3 {
  font-size: 18px;
  height: 70px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px){
  .top-maps > div {
    margin-bottom: 30px;
    width: 100%;
  }
}