.box-intro {
	margin: 30px 30px 45px;
	padding: 27px 30px;
	background-color: #f5f9fa
}
.section-news {
	margin: 0 30px 50px
}
.section-news .hgroup-typeA {
	margin-bottom: 50px
}
.section-news .list-news {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 30px;
	margin-bottom: 50px
}
.section-news .list-news>.item {
	width: calc((100% - 90px) / 4)
}
@media (min-width:1024px) {
	.section-news .list-news>.item a {
		transition: opacity 0.3s ease-out
	}
	.section-news .list-news>.item a:hover {
		opacity: 0.5
	}
}
.section-news .list-news>.item .thumb {
	position: relative;
	margin-bottom: 18px
}
.section-news .list-news>.item .thumb .label-bland {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px
}
.section-news .list-news>.item .time {
	display: block;
	margin-bottom: 9px;
	color: #333;
	font-size: 1.4rem
}
.section-news .list-news>.item .name {
	font-size: 2.2rem;
	font-weight: 700
}
.section-news .box-subNews {
	display: none
}
.section-news .box-subNews .list-carUnit {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 50px
}
.section-news .box-subNews .list-carUnit>.item {
	background-color: #e6e6e6
}
@media (min-width:1024px) {
	.section-news .box-subNews .list-carUnit>.item:nth-child(odd) {
		padding: 0 10px 10px 10px
	}
	.section-news .box-subNews .list-carUnit>.item:nth-child(2n) {
		padding: 0 10px 10px 0
	}
	.section-news .box-subNews .list-carUnit>.item:nth-child(-n+2) {
		padding-top: 10px
	}
}
.section-news .btn-more {
	width: 280px;
	margin: 0 auto;
	padding: 16px 0 18px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background-color: #333
}
.section-news .btn-more:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 8px;
	margin-left: 9px;
	vertical-align: 0;
	background: url("../img/common/icon-more.svg") no-repeat 0 0/12px auto
}
.section-news .btn-more.-open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
@media (min-width:1024px) {
	.section-news .btn-more {
		cursor: pointer;
		transition: opacity 0.3s ease-out
	}
	.section-news .btn-more:hover {
		opacity: 0.6
	}
}
.section-search {
	padding: 48px 30px 50px;
	background-color: #e6e6e6
}
.section-search>.inner {
	max-width: 1000px;
	margin: 0 auto
}
.section-search .list-search {
	display: -webkit-flex;
	display: flex;
	gap: 20px;
	text-align: center;
	font-weight: 700
}
.section-search .list-search>.item {
	width: 100%;
	max-width: 313px;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.section-search .list-search>.item a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	height: 80px;
	padding: 0 20px;
	background-color: #fff
}
.section-search .list-search>.item a:after {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: '';
	width: 19px;
	height: 19px;
	background: url("../img/common/icon_link.svg") no-repeat 0 0/19px auto
}
.section-search .list-search>.item.-modellista a .logo {
	margin-top: 2px;
	margin-bottom: 12px
}
.section-search .list-search>.item a .logo {
	margin-bottom: 10px
}
@media (min-width:1024px) {
	.section-search .list-search>.item a {
		transition: all 0.3s ease-out
	}
	.section-search .list-search>.item a:hover {
		color: #0086c9;
		background-color: #e6f3fa
	}
}
.section-search .list-search>.item.-modellista .logo {
	width: 130px
}
.section-search .list-search>.item.-trd {
	padding-right: 20px;
	border-right: 1px solid #e0e0e0
}
.section-search .list-search>.item.-trd .logo {
	width: 150px
}
.section-sub_news>.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 30px;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.list-bannerNews {
	display: -webkit-flex;
	display: flex;
	gap: 50px;
	text-align: center
}
.list-bannerNews>.item {
	width: 100%;
	max-width: 475px
}
.list-bannerNews>.item a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 0 20px;
	height: 80px;
	background-color: #e6e6e6
}
.list-bannerNews>.item a:after {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: '';
	width: 29px;
	height: 29px;
	background: url("../img/common/icon_blank.svg") no-repeat 0 0/29px auto
}
.list-bannerNews>.item a .logo {
	margin-bottom: 20px
}
.list-bannerNews>.item a .txt {
	font-family: 'Montserrat', "Noto Sans JP", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.8rem;
	font-weight: 700
}
@media (min-width:1024px) {
	.list-bannerNews>.item a {
		transition: all 0.3s ease-out
	}
	.list-bannerNews>.item a:hover {
		color: #0086c9;
		background-color: #e6f3fa
	}
}
.list-bannerNews>.item.-modellista .logo {
	width: 140px
}
.list-bannerNews>.item.-trd .logo {
	width: 80px
}
@media (max-width:1024px) {
	.section-news .list-news {
		gap: 40px 20px
	}
	.section-news .list-news>.item {
		width: calc((100% - 40px) / 3)
	}
	.section-news .list-news>.item .time {
		margin-bottom: 7px
	}
	.section-news .list-news>.item .name {
		line-height: 1.2
	}
	.section-news .box-subNews .list-carUnit {
		display: block
	}
	.section-news .box-subNews .list-carUnit>.item {
		padding: 0 10px 10px
	}
	.section-news .box-subNews .list-carUnit>.item:first-child {
		padding-top: 10px
	}
	.list-bannerNews {
		gap: 30px
	}
}
@media (max-width:768px) {
	.section-news .hgroup-typeA {
		margin-bottom: 30px
	}
}
@media (max-width:600px) {
	.box-intro {
		margin: 20px 20px 26px;
		padding: 15px 20px
	}
	.section-news {
		margin: 0 20px 30px
	}
	.section-news .hgroup-typeA {
		margin-bottom: 20px
	}
	.section-news .list-news {
		gap: 20px;
		margin-bottom: 20px
	}
	.section-news .list-news>.item {
		width: calc(50% - 10px)
	}
	.section-news .list-news>.item .thumb {
		margin-bottom: 10px
	}
	.section-news .list-news>.item .thumb .label-bland {
		width: 80px
	}
	.section-news .list-news>.item .time {
		margin-bottom: 6px;
		font-size: 1rem
	}
	.section-news .list-news>.item .name {
		font-size: 1.8rem
	}
	.section-news .box-subNews .list-carUnit {
		margin-bottom: 20px
	}
	.section-news .box-subNews .list-carUnit>.item .name {
		max-width: calc(100% - 130px)
	}
	.section-news .btn-more {
		width: 200px;
		padding: 13px 0 15px
	}
	.section-news .btn-more:after {
		width: 9px;
		height: 6px;
		margin-left: 5px;
		vertical-align: 1px;
		background-size: 9px auto
	}
	.section-search {
		padding: 29px 20px 30px
	}
	.section-search .list-search {
		-webkit-flex-direction: column;
		flex-direction: column;
		gap: 10px
	}
	.section-search .list-search>.item {
		max-width: 100%
	}
	.section-search .list-search>.item a {
		height: 60px;
		padding: 0
	}
	.section-search .list-search>.item a:after {
		right: 6px;
		bottom: 6px
	}
	.section-search .list-search>.item.-modellista a .logo {
		margin-bottom: 8px
	}
	.section-search .list-search>.item.-trd a .logo {
		margin-bottom: 6px
	}
	.section-search .list-search>.item.-modellista .logo {
		width: 92px
	}
	.section-search .list-search>.item.-trd {
		padding: 0 0 10px 0;
		border-right: none;
		border-bottom: 1px solid #e0e0e0
	}
	.section-search .list-search>.item.-trd .logo {
		width: 120px
	}
	.section-sub_news>.inner {
		padding: 30px 20px
	}
	.list-bannerNews {
		-webkit-flex-direction: column;
		flex-direction: column;
		gap: 10px
	}
	.list-bannerNews>.item {
		max-width: 100%
	}
	.list-bannerNews>.item a {
		padding: 0;
		height: 60px
	}
	.list-bannerNews>.item a:after {
		right: 6px;
		bottom: 6px;
		width: 23px;
		height: 23px;
		background-size: 23px auto
	}
	.list-bannerNews>.item a .logo {
		margin-bottom: 7px
	}
	.list-bannerNews>.item a .txt {
		font-size: 1.4rem
	}
	.list-bannerNews>.item.-modellista .logo {
		width: 77px
	}
	.list-bannerNews>.item.-trd .logo {
		width: 47px
	}
}