/*----- gray_wrap -----*/
/* 新着中古車コンテンツ */
.new_stock-list {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(5, 128px);
    grid-gap: 20px 20px;
}

.new_stock-link:link
,.new_stock-link:visited
,.new_stock-link:active {
    color: #5f5f5f;
    text-decoration: none;
}
.new_stock-link {
    display: block;
    transition: all .5s;
}
.new_stock-link:hover {
    opacity: 0.7;
}

.new_stock-item {
    background-color: #fff;
    width: 128px;
    padding: 5px;
}

.new_stock-titletex {
    height: 33px;
    overflow: hidden;
    margin: 5px 0px 15px 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    position: relative;
}
.new_stock-titletex::before {
    content: "...";
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.new_stock-cardata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.new_stock-cardata dt {
    font-size: calc(12px * 0.8);
    margin-top: 4px;
}
.new_stock-cardata dd {
    line-height: 1.2;
    font-family: "Roboto","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.new_stock-data {
    font-size: calc(12px * 1.5);
    font-weight: bold;
}
.new_stock-client {
    margin: auto 0px 0px 0px;
}
.emphasis-text {
    color: #f00;
}
/* 新着中古車コンテンツ */


/* 車種レビューコンテンツ */
.car_review-list {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
}
.car_review-list:not(:last-child) {
    margin-right: 10px;
}
.car_review-item {
    width: calc((100% / 3) - 50px); 
    margin-right: 10px;
    height: 200px;
    padding: 20px;
    background-color: #fff;
    padding: 20px;
}
.car_review-link {
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}
.car_review-link:link
,.car_review-link:visited
,.car_review-link:active {
    color: #333;
    text-decoration: none;
}
.car_review-link:hover {
    opacity: 0.7;
}
.car_review-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.car-review-img {
    height: 50px;
    vertical-align: initial;
}
.car_review-revtxt {
    margin-bottom: 10px;
}
.car_review-evaluation {
    display: flex;
    justify-content: start;
    align-items: end;
    margin-bottom: 10px;
}
.car_review-evaluation > * {
    margin-right: 20px;
}
.car-review-revstar {
    display: flex;
    justify-content: space-between;
}
.car_review-average {
    font-size: 160%;
    font-weight: bold;
    color: #da0905;
    vertical-align: top;
    line-height: 1;
}
/* 車種レビューコンテンツ */

.related_cars-list {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px 10px;
    width: 100%;
}
.related_cars-item {
    background: #fff;
    padding: 15px;
}
.related_cars-ele {
    text-align: center;
    margin-bottom: 5px;
}
.related_cars-link {
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}
.related_cars-link:link
,.related_cars-link:visited
,.related_cars-link:active {
    color: #333;
    text-decoration: none;
}
.related_cars-link:hover {
    opacity: 0.7;
}

.inner_column4 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.article1 {
    width: calc(100% / 4.5);
    margin: 20px 20px 20px 0px;
}
.article1:first-child {
    margin-left: 20px;
}
.image {
    width: 100%;
    justify-content: center;
}
.title {
    font-size: 109%;
    margin-top: 13px;
}
.main_txt {
    margin-top: 13px;
}
.date {
    float: right;
}

/* 共通 */
.sub_content, .maker_article {
    margin: 30px 0px 30px 0px;
}

.content_title, .h2_typeA>h2 {
    border-left: 5px solid #dc0707;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 20px;
}

.h2_typeA>p {
    visibility: hidden;
}

/*----- 共通 -----*/
.gray_wrap .search_condition {
    width: 960px;
    margin: 0 auto;
}

.rel_contents:not(:last-child) {
    margin-bottom: 40px;
}

.rel_contents h2 {
	border-left: 5px solid #dc0707;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
}

.inner_column {
    margin-top: 20px;
}

.box_item {
	width: 100%;
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.box_item li {
    width: calc(100% / 5 + 15px);
    padding: 15px 10px 15px 10px;
	background-color: #fff;
	float: left;
	text-align: center;
	margin: 0 0 7px 7px;
}
.box_item a {
	color: #1063a2;
	font-size: 117%;
}

.color01 a,
.color02 a,
.color03 a,
.color04 a,
.color05 a,
.color06 a,
.color07 a,
.color08 a,
.color09 a,
.color10 a,
.color11 a,
.color12 a,
.color13 a,
.color14 a,
.color15 a {
    display: block;
    background-image: url(../../../img-sub/cache/common/icon_footerSearchCond_color_sprite.png);
    background-repeat: no-repeat;
    line-height: 22px;
    margin-left: 8px;
}

.color01 a {
    background-position: 0px 1px;
}
.color02 a {
    background-position: 0px -32px;
}
.color03 a {
    background-position: 0px -66px;
}
.color04 a {
    background-position: 0px -99px;
}
.color05 a {
    background-position: 0px -132px;
}
.color06 a {
    background-position: 0px -165px;
}
.color07 a {
    background-position: 0px -199px;
}
.color08 a {
    background-position: 0px -232px;
}
.color09 a {
    background-position: 0px -266px;
}
.color10 a {
    background-position: 0px -299px;
}
.color11 a {
    background-position: 0px -332px;
}
.color12 a {
    background-position: 0px -366px;
}
.color13 a {
    background-position: 0px -399px;
}
.color14 a {
    background-position: 0px -432px;
}
.color15 a {
    background-position: 0px -466px;
}

.gray_wrap {
	padding: 45px;
    margin-bottom: 30px;
	background-color: #fafafa;
	font-size: 12px;
    color: #5f5f5f;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

/*価格相場(車種詳細)ページ「地域から〜の中古車を探す」*/
.box_item.box_outline li {
    width: calc(100% / 4 + 45px);
    padding: 15px 10px 15px 10px;
    background-color: #fff;
    float: left;
    text-align: left;
    margin: 0 0 7px 7px;
}
.pref_title{
    display: flex;
}
.left_title{
    width: 65px;
    margin-top: 1px;
}
.right_title{
    margin-left: 6px;
}
