



/********* コラム一覧 **********/
section.column_list .wrapper {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
section.column_list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 60px;
}
section.column_list li {
	width: 100%;
	height: max-content;
	background-color: #fff;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}
section.column_list li:nth-of-type(3n) {
	margin-right: 0;
}
section.column_list li > a {
	display: block;
	width: 100%;
	overflow: hidden;
}
section.column_list li > a img {
	width: 265px;
	height: 150px;
	object-fit: scale-down;
	object-position: 50% 0%;
	float: left;
}
section.column_list li > a img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.column_list li > a div {
	width: calc(100% - 285px);
	height: 150px;
	float: right;
	display: inline-block;
	position: relative;
}
section.column_list li > a div span {
	width: max-content;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #FB8C38;
	border-radius: 3px;
	padding: 4px 10px 2px;
	margin-bottom: 8px;
}
section.column_list li > a div p:nth-of-type(1) {
	height: 77px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.column_list li > a:hover div p:nth-of-type(1) {
	color: #FB8C38;
}
/*日付け*/
section.column_list li > a div p:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}



/**ページネーション**/
.pagenation {
	display: table;
	text-align: center;
	margin: 50px auto 0px;
	line-height: 1.0;
	font-size:14px;
}
.pagenation span {
	display: block;
	position:relative;
	float:left;
}
.pagenation span.prev,
.pagenation span.next {
	margin:14px 10px !important;
}
.pagenation span.prev a,
.pagenation span.next a {
	width:30px;
	height:30px;
	box-sizing:border-box;
	background:#fff;
	color:#888888;
	padding:7px 3px;
	border: 1px solid #888888;
	text-decoration:none;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	color:#fff;
	background:#888888;
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.prev.current:after,
.pagenation span.next.current:after,
.pagenation span.prev a:after,
.pagenation span.next a:after {
	display: none;
}
.pagenation span.current {
	box-sizing: border-box;
	display:block;
	float:left;
	color: #ffffff;
	padding: 4px 7px;
	background:#f39800;
	position: relative;
	margin: 0 39px 40px;
}
.pagenation span a:after {
	display: block;
	background:#888;
	content: "";
	width: 102px;
	height: 3px;
	position: absolute;
	bottom: -9px;
	left: -40px;
}
.pagenation span.next a:hover:after,
.pagenation span.prev a:hover:after {
	display:none;
}
.pagenation span.scope_limit {
	color: #f39800;
	text-decoration: none;
}
.pagenation span a {
	box-sizing: border-box;
	display: inline-block;
	color:#f39800;
	padding: 4px 7px;
	background: #0071ca;
	position: relative;
	background: #ffffff;
}
.pagenation span a:hover {
	color:#ffffff;
	background: #f39800;
	text-decoration: none;
}
.pagenation span.current:after {
	background: none;
}
.pagenation span a:hover:after {
	background: none;
}
.pagenation span {
	font-size: 22px;
	font-weight: bold;
	color: #FB8C38;
	background-color: #fff;
	border: 1px solid #FB8C38;
	border-radius: 5px;
	line-height: 37px;
	text-align: center;
	width: 48px;
	height: 48px;
	margin-left: 10px;
	margin-right: 10px;
}
.pagenation span a {
	background-color: transparent;
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
.pagenation span.current {
	color: #fff;
	background-color: #FB8C38;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}
.pagenation span.prev,
.pagenation span.next {
	width: 112px;
}
.pagenation span.prev a,
.pagenation span.next a {
	background-color: transparent;
	color: transparent;
	border: none;
	width: 100%;
	height: 100%;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	background-color: #FB8C38;
	color: transparent;
}
.pagenation span.prev,
.pagenation span.next {
	margin-top: 0 !important;
}
.pagenation span a:after {
	display: none;
}
.pagenation span.prev a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: '前へ';
	color: #FB8C38;
	line-height: 45px;
}
.pagenation span.next a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: '次へ';
	color: #FB8C38;
	line-height: 45px;
}
.pagenation span.prev a:hover::before,
.pagenation span.next a:hover::before {
	color: #fff;
}
@media screen and (max-width: 736px) {
	.pagenation {
		margin-top: 40px;
		padding-bottom: 30px;
	}
	body .pagenation span,
	.pagenation span.prev,
	.pagenation span.first,
	.pagenation span.current,
	.pagenation span.last,
	.pagenation span.next{
		display: inline-block;
		float: none;
		margin: 0 !important;
		padding: 10px;

	}
	.pagenation span a:hover:after {
		display: none;
	}
	.pagenation span.scope_limit{
		display: none;
	}
	.pagenation span.current::after{
		display: none;
	}
	.pagenation span {
		font-size: 16px;
		width: 34px;
		height: 34px;
		line-height: 30px;
		padding: 0 !important;
	}
	div.pagenation span.page,
	div.pagenation span.first,
	div.pagenation span.last,
	div.pagenation span.prev {
		margin-right: 1.5vw !important;
	}
	div.pagenation span.prev {
		margin-left: 0 !important;
	}
	div.pagenation span.next {
		margin-right: 0 !important;
	}
	.pagenation span.prev a,
	.pagenation span.next a {
		white-space: nowrap;
	}
	.pagenation span.prev a::before,
	.pagenation span.next a::before {
		line-height: 30px;
	}
	.pagenation span a {
		vertical-align: middle;
		padding: 0;
	}
	.pagenation span.current {
		width: 36px;
		height: 36px;
	}
	.pagenation span.prev,
	.pagenation span.next {
		width: 40px;
	}

}




/*TOPへ戻る*/
div.tolist {
	text-align: center;
	margin-bottom: 60px;
}
div.tolist a {
	color: #f39800;
	font-size: 18px;
	font-weight: bold;
}
div.tolist a:hover {
	border-bottom: 2px solid #f39800;
}
div.tolist a::before {
	position: static;
	display: inline-block;
	content: '\f104';
	color: #f39800;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}








/********* コラム詳細 **********/
/*パンくず*/
/*
av#breadcrumb ul li:nth-of-type(2) {
	display: none;
}
*/
section.shosai {
	background-color: #F8F8F8;
}
section.shosai .wrapper {
	width: 960px;
	padding-top: 30px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 60px;
	background-color: #fff;
}
section.shosai > div {
	text-align: center;
}
section.shosai > div img {
	max-width: 100%;
}
section.shosai > div h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 10px;
}
section.shosai > div > ul {
	display: flex;
	margin-bottom: 20px;
}
/*コラム・日時*/
section.shosai > div > ul li:nth-of-type(1) span {
	width: max-content;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #FB8C38;
	border-radius: 3px;
	padding: 4px 10px 2px;
	margin-right: 10px;
}
section.shosai > div > ul li:nth-of-type(2) {
	font-size: 16px;
	font-weight: 500;
	color: #999;
}

section.shosai > div p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.8;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*ドロップダウン*/
.open p {
	position: relative;
	cursor: pointer;
}
.open p:hover::after {
	color: #ED6103;
}
.open p:after, 
.open.active p:after {
	margin-left: 10px;
	margin-top: 4px;
}
.open.active p::after {
	display: inline-block;
}
.open p::after {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
}
.open.active p::after {
	content: "[非表示▲]";
}
.open p::after {
	content: "[表示▼]";
}
/*もくじ*/
div.mokuji {
	background-color: #F7F7F7;;
	padding: 10px 40px 10px;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 60px;
}
div.mokuji div p {
	font-size: 20px;
	font-weight: bold;
	color: #ED6103;
	margin: 10px 0;
}
div.mokuji div p::before {
	content: '\f03a';
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ED6103;
	margin-right: 10px;
}
ul.mokujiList {
	border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}
ul.mokujiList li {
	display: block;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: left;
}
ul.mokujiList li::before {
	content: '\f058';
	color: #ED6103;
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}
ul.mokujiList li a:hover {
	font-weight: bold;
}
/*中見出し*/
section.shosai > div h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: solid 2px #ED6103;
	margin-bottom: 20px;
}
/*小見出し*/
section.shosai > div h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	text-align: left;
	/* padding-bottom: 10px; */
	border-top: none;
	border-bottom: solid 1px #ED6103;
}
section.shosai div.text {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.6;
	word-break: break-word;
	margin-bottom: 40px;
}










/********* SNSボタン群 **********/
div.sns {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	position: relative;
	padding: 30px 0 40px;
	margin-bottom: 30px;
}
div.sns::before {
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: 'SHARE';
	font-size: 22px;
	font-weight: bold;
	color: #FB8C38;
	background-color: #fff;
	padding: 0 10px;
}
div.sns ul {
	width: 540px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
div.sns ul li {
	width: 30%;
}
div.sns ul li img {
	width: 100%;
	height: auto;
}
/*記事一覧に戻る*/
a.bk2list {
	font-size: 16px;
	font-weight: bold;
	color: #4FC4CA;
	border-bottom: 2px solid #4FC4CA;
}
a.bk2list::before {
	content: '\f137';
	color: #4FC4CA;
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}
a.bk2list:hover {
	color: #333;
	border-bottom: 2px solid #333;
}
a.bk2list:hover::before {
	color: #333;
}









/********* 新着投稿記事群 **********/
section.news_list {
	width: 960px;
	margin: 0 auto 0px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 10px;
	background-color: #fff;
}
section.news_list h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #FB8C38;
	margin: 0 auto 50px;
	padding: 15px 0;
}
ul.news_list {
	width: 100%;
	margin: 0 auto 40px;
}
ul.news_list li {
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 0px 3px 3px rgb(10 10 10 / 30%);
}
ul.news_list li > a {
	padding: 20px;
	display: block;
	position: relative;
}
ul.news_list li:hover {
	border: 2px solid #FB8C38;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px rgb(10 10 10 / 30%);
}
ul.news_list li img:first-of-type {
	max-width: 250px;
	max-height: 150px;
	float: left;
}
ul.news_list li > a > div {
	height: 150px;
	position: relative;
	margin-left: 270px;
}
ul.news_list li > a > div > div {
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
ul.news_list li > a > div span:nth-of-type(1) {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	color: #4FC4CA;
	border-bottom: 2px solid #4FC4CA;
}
ul.news_list li > a > div span:nth-of-type(1)::after {
	position: static;
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}
ul.news_list li img:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: auto;
}
/*スライダー*/
.slick-vertical .slick-slide {
	border-top: 2px solid #FB8C38;
	border-bottom: 2px solid #FB8C38;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
}
.slick-prev {
	width: 40px;
	height: 40px;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	z-index: 1;
}
.slick-prev:before {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-bottom: 18px solid #fff;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid transparent;
}
.slick-next {
	width: 40px;
	height: 40px;
	top: unset;
	bottom: -10px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.slick-next:before {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-top: 18px solid #fff;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: unset;
	outline: unset;
	background: rgba(0,0,0,0.1);;
}
/*過去の記事を読む*/
a.w_btn {
	width: 290px;
	margin: 60px auto 0;
	border: 2px solid #4FC4CA;
	color: #4FC4CA;
	display: block;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	position: relative;
	background-color: #fff;
	filter: drop-shadow(3px 3px 3px #aaa);
}
a.w_btn:after {
	position: absolute;
	top: 38%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #4FC4CA;
	border-right: 2px solid #4FC4CA;
}
a.w_btn:hover {
	color: #6A6661;
	border: 2px solid #aaa;
	filter: drop-shadow(3px 3px 3px #F8F3F1);
}
a.w_btn:hover:after {
	border-top: 2px solid #6A6661;
	border-right: 2px solid #6A6661;
}




/*軽未使用車を安く購入したい方は コチラがおすすめです！*/
section.osusume {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}
div.notice {
	width: 340px;
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight: bold;
	color: #ED6103;
	text-align: center;
	position: relative;
}
div.notice:before {
	position: absolute;
	top: 50%;
	left: -36px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 36px;
	height: 66px;
	background-image: url(../images/blog/banzai_left_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
}
div.notice:after {
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 36px;
	height: 66px;
	background-image: url(../images/blog/banzai_right_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
}
section.osusume a {
	width: 80%;
	max-width: 800px;
	display: block;
	margin: 0 auto 40px;
	filter: drop-shadow(3px 3px 3px #aaa);
}
section.osusume a img {
	width: 100%;
	height: auto;
}
section.osusume a:hover {
	filter: drop-shadow(0px 0px 1px #aaa);
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1140px) {
*{}
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/********* コラム一覧 **********/
section.column_list .wrapper {
	width: 96%;
	max-width: 600px;
}
section.column_list ul {
	margin-top: 40px;
	margin-bottom: 40px;
}
section.column_list li > a img {
	width: 120px;
	height: 90px;
}
section.column_list li > a div {
	width: calc(100% - 140px);
	height: auto;
}
section.column_list li > a div p:nth-of-type(1) {
	height: 71px;
	font-size: 14px;
}
/*日付*/
section.column_list li > a div p:nth-of-type(2) {
	position: static;
}



/*TOPへ戻る*/
div.tolist {
	margin-bottom: 40px;
}







/********* コラム詳細 **********/
section.shosai .wrapper {
	width: 100%;
	max-width: 960px;
	padding: 20px 5% 60px;
}
section.shosai > div h2 {
	font-size: min(7vw,24px);
	/*230124_見出しフォントサイズ調整の為非表示
	font-size: 20px;*/
}
section.shosai > div > ul {
	margin-bottom: 10px;
}
/*中見出し*/
section.shosai > div h3 {
	font-size: min(7vw,22px);
	/*230124_見出しフォントサイズ調整の為非表示
	font-size: 18px;*/
}
/*小見出し*/
section.shosai > div h4 {
	font-size: 18px;
	/*230124_見出しフォントサイズ調整の為非表示
	font-size: 16px;*/
}

/*目次*/
div.mokuji {
	padding: 10px 20px 10px;
	margin-bottom: 40px;
}
.open p:after,
.open.active p:after {
	position: static;
}
ul.mokujiList {
	padding-left: 0;
	padding-right: 0;
}
ul.mokujiList li {
	padding-left: 25px;
	text-indent: -25px;
}
section.mainWrap h3 {
	font-size: 18px;
}
section.mainWrap h4 {
	font-size: 18px;
}
/*SNSボタン群*/
div.sns ul {
	width: 100%;
	max-width: 600px;
}
div.sns ul li {
	width: 30%;
}








/********* 新着投稿記事群 **********/
section.news_list {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 0;
}
section.news_list h2 {
	padding: 10px 0;
}
section.news_list > div {
	width: 90%;
	margin: 0 auto;
}
ul.news_list {
	max-width: 350px;
}
ul.news_list li {
	font-size: 16px;
	margin-bottom: 0px;
}
ul.news_list li > a {
	height: calc(100% - 40px);
}
ul.news_list li img:first-of-type {
	float: none;
	max-width: unset;
	max-height: unset;
	height: 77%;
	width: auto;
	display: block;
	margin: 0 auto 5px;
}
ul.news_list li > a > div {
	margin-left: 0px;
	/* height: 43%; */
	height: 50%;
}

/*スライダー*/
.slick-prev {
	top: -6px;
}
.slick-vertical .slick-slide {
	margin: 15px 0;
	/* height: min(88vw, 350px); */
	height: min(88vw, 250px);
}

/*過去の記事を読む*/
a.w_btn {
	width: 90%;
	max-width: 260px;
}



/*軽未使用車を安く購入したい方は コチラがおすすめです！*/
section.osusume {
	padding-bottom: 10px;
}
div.notice {
	width: 85%;
	max-width: 350px;
	font-size: min(4.5vw,20px);
}
div.notice:before {
	left: 0px;
}
div.notice:after {
	right: 0px;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
