/*---------------------------------------------------------------------------------------------[ベーシックスタイル]*/

/*フォント調整*/
.small{
	font-size: 0.75em!important;
}
.large{
	font-size: 1.25em!important;
}
.accent_txt{
	color: #FF5B38!important;
	font-weight: bold!important;
}

/*コンテナー*/
.ya-container{
	margin-top: 40px!important;
	margin-bottom: 20px!important;
}
@media screen and (max-width: 959px) {
	.ya-container{
		margin-top: 20px!important;
	}
}

/*カラム制御2-2-1*/
.col_2-2-1{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
	.col_2-2-1{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 20px;
	}
}
@media screen and (max-width: 599px) {
	.col_2-2-1{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 20px;
	}
}

/*カラム制御3-2-1*/
.col_3-2-1{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
}
#wrapper:not(.colum1) .col_3-2-1{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
	.col_3-2-1{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 20px;
	}
}
@media screen and (max-width: 599px) {
	.col_3-2-1{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 20px;
	}
}

/*---------------------------------------------------------------------------------------------[テキストデコレーション]*/
/*大きい太文字（赤）*/
.large_red{
	font-size: 1.5em!important;
	color: #DB1108!important;
	font-weight: bold!important;
}

/*---------------------------------------------------------------------------------------------[アーカイブ]*/
/*カードコンテナー（初期値）*/
.card_container{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
#wrapper:not(.colum1) .card_container{
	grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width: 959px) and (min-width: 600px) {
	div.card_container{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 599px){
	div.card_container{
		grid-template-columns: repeat(1,1fr);
	}
}

/*---------------------------------------------------------------------------------------------[固定ページ]*/
/*パンくず・タイトル*/
.titleArea{
	padding: 20px 30px 10px 30px;
	border: 2px solid #DDDDDD;
	border-radius: 5px;
	margin-bottom: 32px !important;
}
/*アイキャッチ画像*/
#content #contentInner div.st-eyecatch{
	margin: 0;
	margin-bottom: 20px;
    position: relative;
}
div.st-eyecatch-under, #content #contentInner div.st-eyecatch{
	position: relative;
	padding-top: 35.5%;
	overflow: hidden;
	border-radius: 5px;
}
.st-eyecatch-under img.attachment-full, .st-eyecatch img.attachment-full{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------------------------------------------------------------------------------------------[ホーム]*/
/*ファーストビジュアル*/
.fvArea-container{
	width: 100%;
	position: relative;
}
img.fvArea-container_ovelay{
	display: block;
	width: 100%;
	height: auto;
}
.fvArea-btnWrapper{
	padding: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
}
a.fvArea-btn{
	width: 50%;
	font-size: 1.25rem;
	max-width: 400px;
	margin: 0 30px;
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	display:flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	transition: all ease 0.3s;
}
a.fvArea-btn:hover{
	transform: translateY(-4px);
}
.fvArea-btn_iconBefore{
	flex: 1 1 auto;
	text-align: center;
}
.fvArea-btn_iconAfter{
	flex: 0 0 60px;
	height: auto;
}
.fvArea-btn_icon{
	margin-right: 15px;
}
a.fvArea-btn-car .fvArea-btn_iconBefore{
	color: #3385D8;
}
a.fvArea-btn-line .fvArea-btn_iconBefore{
	color: #36D13D;
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
	a.fvArea-btn{
		margin: 0 15px;
	}
	a.fvArea-btn{
		font-size: 1rem;
	}
	.fvArea-btn_icon{
		margin-right: 10px;
		width: 16px;
		height: auto;
	}
}
@media screen and (max-width: 599px) {
	.fvArea-btnWrapper{
		background: #EAF5EF;
		position: relative;
		padding: 15px;
		flex-direction: column;
		align-items: center;
	}
	a.fvArea-btn{
		width: 100%;
		margin: 7px 0;
		font-size: 1rem;
	}
	.fvArea-btn_icon{
		margin-right: 10px;
		width: 16px;
		height: auto;
	}
}

/*私たちは、福祉車両を通じて笑顔あふれるカーライフを提供します。*/
#content #contentInner .greetingCard-container{
	padding: 20px 30px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
#content #contentInner .greetingCard-wrapper{
	display: flex;
	padding: 10px 0;
}
#content #contentInner .greetingCard-innner_left{
	flex: 0 0 35%;
	align-self: stretch;
}
#content #contentInner .greetingCard-innner_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
#content #contentInner .greetingCard-innner_right{
	padding-left: 40px;
	flex: 1 1 auto;
}
#content #contentInner .greetingCard-innner_right p{
	font-size: 0.875rem;
	text-align: justify;
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
	#content #contentInner .greetingCard-container{
		padding: 10px 15px;
		border: 1px solid #DDDDDD;
		background: #FFFFFF;
	}
	#content #contentInner .greetingCard-innner_left{
		flex: 0 0 50%;
	}
	#content #contentInner .greetingCard-innner_right{
		padding-left: 15px;
	}
	#content #contentInner .greetingCard-innner_right p{
		line-height: 1.5;
	}
	#content #contentInner .greetingCard-innner_left img{
		object-position : 100% 50%;
	}
}
@media screen and (max-width: 599px) {
	#content #contentInner .greetingCard-container{
		padding: 15px;
	}
	#content #contentInner .greetingCard-wrapper{
		display: block;
		padding: 0;
	}
	#content #contentInner .greetingCard-innner_right{
		padding-left: 0;
		margin-top: 10px;
	}
}

/*安心して福祉車両を使っていただくための当社の取り組み*/
.initiative-card-wrapper{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 60px;
}
.initiative-card-wrapper h3{
	margin: 20px 0 30px!important;
}
.initiative-card-imgBox{
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#content #contentInner a.initiative-card-imgBox_layer{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.initiative-card-desc{
	text-align: justify;
}
#content #contentInner a.initiative-card-btn{
	margin: 30px auto 0 auto;
	font-size: 1rem;
	padding: 10px 0;
	width: 180px;
	line-height: 1;
	color: #18A36E;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	font-weight: bold;
	border: 2px solid #18A36E;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 15%);
	transition: all ease 0.3s;
}
#content #contentInner a.initiative-card-btn:after{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
}
#content #contentInner a.initiative-card-btn:hover{
	background: #18A36E;
	color: #FFFFFF;
}
@media screen and (max-width: 959px) {
	.initiative-card-desc{
		font-size: 0.875rem;
	}
	#content #contentInner a.initiative-card-btn{
		margin-top: 10px;
	}
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
	.initiative-card-wrapper{
		grid-gap: 30px;
	}
}
@media screen and (max-width: 599px) {
	.initiative-card-wrapper{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 30px;
	}
	.initiative-card-wrapper h3{
		margin: 0px 0 20px!important;
	}
	.initiative-card-imgBox{
		margin-bottom: 10px;
	}
}

/*お役立ち情報（上）*/
.useful-container{
	padding-top: 20px;
}
.useful-cardWrapper{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
}
.useful-card{
	position: relative;
}
#content #contentInner a.useful-card_layer{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#content #contentInner a.useful-card_layer:hover ~ .useful-card-imgBox .useful-card-imgItem{
	transform: scale(1.2);
}
.useful-card-imgBox{
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
}
.useful-card-imgItem{
	transition: all ease 0.3s;
}
.useful-card_title{
	font-size: 1.125rem;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 10px;
	border-left: 4px solid #00C67A;
	color: #333333;
}
.useful-card_more{
	font-size: 1rem;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1;
	color: #18A36E;
	transition: all ease 0.3s;
}
#content #contentInner a.useful-card_layer:hover ~ .useful-card_more{
	transform: translateX(4px);
}
@media screen and (max-width: 959px) {
	.useful-card_title{
		font-size: 1rem;
	}
	.useful-card_more{
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 599px) {
	.useful-cardWrapper{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 20pxx;
	}
	.useful-card_title{
		font-size: 0.875rem;
	}
}
/*お役立ち情報（下）*/
.localNavi-container{
	margin-top: 80px;
}
.localNavi-card-wrapper{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
.localNavi-card{
	padding: 20px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
}
.localNavi-card-imgBox{
	border-radius: 5px;
	overflow: hidden;
}
#content #contentInner a.localNavi-card_layer{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.localNavi-card_btn{
	font-size: 1.5rem;
	padding: 1em 1.5em;
	line-height: 1;
	font-weight: bold;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	color: #18A36E;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	white-space: nowrap;
	transition: all ease 0.3s;
}
#content #contentInner a.localNavi-card_layer:hover ~ .localNavi-card_btn{
	background-color: #18A36E;
	color: #FFFFFF;
}
@media screen and (max-width: 959px) {
	.localNavi-container{
		margin-top: 40px;
	}
	.localNavi-card{
		padding: 15px;
	}
	.localNavi-card_btn{
		font-size: 1rem;
	}
}
@media screen and (max-width: 599px) {
	.localNavi-card-wrapper{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 30px;
	}
}



/*---------------------------------------------------------------------------------------------[福祉車両改造]*/
/*福祉車両改造：高齢者・身障者の介護をサポートする改造*/
.kaizo-card{
	padding: 20px;
	border-radius: 10px;
	height:  100%;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	position: relative;
	box-sizing: border-box;
}
a.kaizo-card-imgBox_layer{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.kaizo-card-imgBox{
	border-radius: 5px;
	overflow: hidden;
}
.kaizo-card-imgItem{
	transition: all ease 0.3s;
}
.kaizo-card-title{
	margin-top: 20px;
	padding-left: 10px;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 600;
	border-left: 4px solid #00C67A;
}
.kaizo-card-desc{
	margin-top: 15px;
	font-size: 0.875rem;
	line-height: 1.8;
}
a.kaizo-card-imgBox_layer:hover ~ .kaizo-card-imgBox .kaizo-card-imgItem{
	transform: scale(1.2);
}
@media screen and (max-width: 599px) {
	.kaizo-card{
		padding: 15px;
		height: auto;
	}
	.kaizo-card-title{
		margin-top: 10px;
		padding-left: 10px;
		font-size: 1rem;
	}
	.kaizo-card-desc{
		margin-top: 7px;
	}
}

/*福祉車両改造：当店が選ばれる理由*/
#content #contentInner .entry-content .C1_reason-container .C1_reason-card h4.C1_reason-title{
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	padding-bottom: 0.75em;
	border: none;
	border-bottom: 2px solid #00C67A;
}
#content #contentInner .entry-content .C1_reason-container .C1_reason-card p.C1_reason-desc{
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 0;
}
@media screen and (max-width: 959px) {
	.C1_reason-container.ya-container.col_3-2-1{
		grid-gap: 30px;
	}
	#content #contentInner .entry-content .C1_reason-container .C1_reason-card h4.C1_reason-title{
		font-size: 1.125rem;
	}
	#content #contentInner .entry-content .C1_reason-container .C1_reason-card p.C1_reason-desc{
		font-size: 0.875rem;
	}
}

/*福祉車両改造：改造実績①（画像ギャラリー）*/
.C2_resultImg-imgBox{
	overflow: hidden;
	border-radius: 5px;
}
#content #contentInner p.C2_resultImg-caption{
	margin-top: 0.5em;
	line-height: 1.2;
	padding-left: 0.5em;
	border-left: 4px solid #00C67A;
	margin-bottom: 0;
}
@media screen and (max-width: 959px) {
	.C2_resultImg-container.ya-container.col_3-2-1{
		grid-gap: 20px;
	}
	#content #contentInner p.C2_resultImg-caption{
		font-size: 0.875rem;
	}
}

/*福祉車両改造：改造実績②（動画ギャラリー）*/
.C2_resultVideo{
	overflow: hidden;
	border-radius: 5px;
}
.C2_resultVideo-title{
	margin-top: 0.5em;
	line-height: 1.2;
	padding-left: 0.5em;
	border-left: 4px solid #00C67A;
}
@media screen and (max-width: 959px) {
	.C2_resultVideo-container.ya-container.col_3-2-1{
		grid-gap: 20px;
	}
	.C2_resultVideo-title{
		font-size: 0.875rem;
	}
}

/*福祉車両改造：お客様の声*/
.C3_voice-container.ya-container.col_2-2-1{
	grid-gap: 60px;
}
.C3_voice-video{
	overflow: hidden;
	border-radius: 5px;
}
.C3_voice-title{
	margin-top: 0.5em;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.C3_voice-container.ya-container.col_2-2-1{
		grid-gap: 20px;
	}
	.C3_voice-title{
		font-size: 0.875rem;
	}
}
.cta_05-container.ya-container{
	margin-top: 0!important;
	padding-top: 20px;
	text-align: center;
}
#content #contentInner a.cta_05-btn.cta-btn{
	color: #333333;
	background: #FFE46F;
	box-shadow: 0 3px 0 #FFCB57;
}

/*福祉車両改造：改造の流れ*/


/*福祉車両改造：よくある質問*/
.C5_faq{
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.C5_faq:last-child{
	margin-bottom: 0;
}
.C5_faq-top{
	display: flex;
}
.C5_faq-icon{
	flex: 0 0  auto;
	margin-right: 20px;
}
.C5_faq-title{
	flex: 1 1 auto;
	font-weight: bold;
	text-align: justify;
}
.C5_faq-under{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
	text-align: justify;
}
@media screen and (max-width: 959px) {
	.C5_faq{
		padding: 15px;
		margin-bottom: 15px;
		font-size: 0.875rem;
	}
	.C5_faq-icon{
		margin-right: 15px;
	}
	.C5_faq-under{
		margin-top: 15px;
		padding-top: 15px;
	}
}

/*---------------------------------------------------------------------------------------------[福祉車両販売]*/
/*福祉車両：選ばれる3つの理由*/
.A1_reason-container.ya-container{
	grid-gap: 60px;
}
.A1_reason-title{
	font-size: 1.25rem;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 1em;
	border-bottom: 2px solid #00C67A;
	margin-bottom: 1em;
}
.A1_reason-imgBox{
	border-radius: 5px;
	overflow: hidden;
}
.A1_reason-desc{
	font-size: 0.875rem;
	margin-top: 10px;
	text-align: justify;
	line-height: 1.8;
}
@media screen and (max-width: 959px) {
	.A1_reason-container.ya-container{
		grid-gap: 20px;
	}
	.A1_reason-title{
		font-size: 1.125rem;
		line-height: 1;
		font-weight: bold;
		padding-bottom: 1em;
		border-bottom: 2px solid #00C67A;
		margin-bottom: 1em;
	}
}

/*福祉車両販売：オンライン限定特典*/

/*福祉車両販売：お客様の声*/
.A2_voice-sectionWrapper_01{
	display: flex;
}
.A2_voice-section_01_left{
	flex: 1 1 auto;
	padding-right: 60px;
}
.A2_voice-section_01_right{
	flex: 1 0 40%;
	align-self: flex-start;
	border-radius: 5px;
	overflow: hidden;
}
.A2_voice-section_01_left_voice{
	padding: 15px 0;
	border-top: 1px solid #DDDDDD;
	text-align: justify;
	line-height: 1.8;
}
.A2_voice-section_01_left_voice:last-child{
	border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 959px)  {
	.A2_voice-section_01_left{
		flex: 1 1 auto;
		padding-right: 20px;
	}
	.A2_voice-section_01_right{
		flex: 1 0 40%;
	}
	.A2_voice-section_01_left_voice{
		padding: 10px 0;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 599px) {
	.A2_voice-sectionWrapper_01{
		flex-direction: column;
	}
	.A2_voice-section_01_left{
		flex: 1 1 auto;
		padding-right: 0;
	}
	.A2_voice-section_01_right{
		width: 100%;
		flex: 1 1 auto;
		order: -1;
		margin-bottom: 20px;
	}
}
.A2_voice-sectionWrapper_02.col_2-2-1{
	margin-top: 60px;
	grid-gap: 70px;
}
.A2_voice-section_02_video-title{
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 1em;
}
.A2_voice-section_02-video{
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (max-width: 959px) {
	.A2_voice-sectionWrapper_02.col_2-2-1{
		margin-top: 30px;
		grid-gap: 30px;
	}
	.A2_voice-section_02_video-title{
		font-size: 1rem;
	}
}

.A2_voice-sectionWrapper_03 .card_post-container{
	grid-gap: 40px;
}
.A2_voice-sectionWrapper_03 .card_post{
	position: relative;
}
.A2_voice-sectionWrapper_03 .card_post-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.A2_voice-sectionWrapper_03 .card_post-imgBox{
	border-radius: 5px;
	overflow: hidden;
	transition: all ease 0.3s;
}
.A2_voice-sectionWrapper_03 .card_post-imgBox .card_post-imgItem{
	transition: all ease 0.3s;
}
.A2_voice-sectionWrapper_03 .card_post-layer:hover ~ .card_post-imgBox .card_post-imgItem{
	transform: scale(1.2);
}
.A2_voice-sectionWrapper_03 .card_post-title{
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: justify;
}
.A2_voice-sectionWrapper_03 .card_post-desc{
	font-size: 0.875rem;
	text-align: justify;
}
.A2_voice-viewMore{
	margin-top: 40px;
	text-align: center;
}
a.A2_voice-viewMore_btn{
	font-size: 1rem;
	padding: 1em 0;
	width: 80%;
	max-width: 260px;
	line-height: 1;
	color: #18A36E;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-weight: bold;
	border: 2px solid #18A36E;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 15%);
	transition: all ease 0.3s;
}
a.A2_voice-viewMore_btn:after{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
}
a.A2_voice-viewMore_btn:hover{
	background: #18A36E;
	color: #FFFFFF;
}
@media screen and (max-width: 959px) {
	.A2_voice-sectionWrapper_03 .card_post-container{
		grid-gap: 20px;
	}
	.A2_voice-viewMore{
		margin-top: 20px;
	}
}
/*福祉車両：お客様の声3（アンケート）*/
.A2_voice_03-card{
	padding: 20px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    box-sizing: border-box;
}
@media screen and (max-width: 599px){
.A2_voice_03-card{
	padding: 15px;
}	
}
.el_btn.A2_voice_03-btn{
	position: relative;
	padding-right: 2em;
	padding-left: 1.38em;
	border-radius: 5px;
}
.A2_voice_03-btn::after{
	content: '\f105';
	position: absolute;
	top: 50%;
	right: .83em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}
/*福祉車両販売：納車の流れ*/
.A3_flow-container{
	width: 100%;
}
.A3_flow{
	margin-bottom: 60px;
	display: flex;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	position: relative;
}
.A3_flow:last-child{
	margin-bottom: 0;
}
.A3_flow-left, .A3_flow-right{
	padding: 1.5em;
}
.A3_flow-left{
	flex: 0 0 25%;
	background: #EAF5EC;
	position: relative;
}
.A3_flow:not(:last-child) .A3_flow-left:after{
	bottom: -42px;
	font-size: 1.5rem;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #00C67A;
}
span.A3_flow-step{
	color: #00C67A;
	font-weight: bold;
	text-align: center;
	display: block;
}
.A3_flow-title{
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
}
.A3_flow-right{
	flex: 1 1 auto;
	text-align: justify;
	font-size: 0.875rem;
}
@media screen and (max-width: 599px) {
	.A3_flow{
		margin-bottom: 30px;
		display: block;
	}
	.A3_flow:not(:last-child):after{
		bottom: -27px;
		font-size: 1.5rem;
		font-family: "Font Awesome 5 Free";
		content: '\f0d7';
		font-weight: 900;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		color: #00C67A;
	}
	.A3_flow:not(:last-child) .A3_flow-left:after{
		content: none;
	}
}

/*福祉車両販売：よくある質問*/
.A4_faq{
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.A4_faq:last-child{
	margin-bottom: 0;
}
.A4_faq-top{
	display: flex;
	align-items: center;
}
.A4_faq-icon{
	flex: 0 0  auto;
	margin-right: 20px;
}
.A4_faq-title{
	flex: 1 1 auto;
	font-weight: bold;
	text-align: justify;
}
.A4_faq-under{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
	text-align: justify;
}
@media screen and (max-width: 959px) {
	.A4_faq{
		padding: 15px;
		margin-bottom: 15px;
		font-size: 0.875rem;
	}
	.A4_faq-icon{
		margin-right: 15px;
	}
	.A4_faq-under{
		margin-top: 15px;
		padding-top: 15px;
	}
}










/*---------------------------------------------------------------------------------------------[在庫車一覧（中古車リスト）]*/
/* Overall Wrapper */
#search-result {
	margin-bottom: 40px;
}

/* Left side form control */
#search-result > .form {

}

/* 絞り込みページへのリンク集 */
.search-links__section {
	margin-bottom: 20px;
}

.search-links__title {
	margin: 0 0 4px !important;
	padding: 0 !important;
}

.search-links__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.search-links__btn {
	display: block;
	padding: 8px 12px;
	border-radius: 4px;
	background: #027b34;
	color: #fff;
	text-decoration: none;
}

.search-links__btn:hover {
	opacity: 0.8;
	color: #fff;
}

.search-links__sp-more-btn-wrap {
	text-align: center;
}

@media screen and (min-width: 600px) {
	.search-links__sp-more-btn-wrap {
		display: none;
	}
}

.search-links__sp-more-btn::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	vertical-align: 3px;
	transform: rotate(45deg);
}

/*絞り込み検索フォーム*/
.formOptions {
	border: 1px solid #DDDDDD;
}

.formSection{
	display: flex;
	flex-wrap: wrap;
	padding: 1% 1.5%;
	font-size: 0.875rem;
	line-height: 1;
	align-items: center;
	background: #FAFAFA;
	border-bottom: 1px solid #DDDDDD;
}
.formSection:last-child {
	border-bottom: none;
}

.carType_checbox {
	flex: 0 0 auto;
    padding: 8px 0;
	margin-left: 4px;
    margin-right: 24px;
	font-size: 16px;
}
.carType_checbox input{
	margin-top: 0!important;
	margin-bottom: 0!important;
	margin-right: 10px!important;
	transform: scale(1.5);
}
.carType_checbox label{
	display: flex;
	align-items: center;
}

.select-container{
	display: flex;
	align-items: center;
}
.select-container > span {
	margin: 0 8px;	
}

.select-wrapper{
	flex: 1 1 auto;
}
.select-wrapper:first-child{
	order: -1;
}
.select-wrapper:last-child{
	order: 1;
}
.select-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
.selectPart{
	padding: 1% 2%;
	flex-grow: 1;
}
.select-wrapper select{
	border-color: #DDDDDD!important;
	border-radius: 3px;
}
.select-wrapper select{
	font-size: 16px;
}

#search-result div.submitButton {
	text-align: center;
}
#search-result div.submitButton input.submit-button{
	margin-top: 16px;
	margin-bottom: 24px;
	padding: 1em 4em;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	transition: all ease 0.3s;
	position: relative;
	background: #3992EB;
	box-shadow: 0 4px 0 #2c71b5;
	border: none;
	width: 96%;
}
#search-result div.submitButton input.submit-button:hover{
	transform: translateY(-3px);
}

.displayControl {
    display: flex;
    justify-content: space-between;
	margin: 60px 0;
    padding: 16px 24px;
    background-color: #FAFAFA;
	border-top: 4px solid #027B34;
}
.displayControl input[type='checkbox'] {
	margin-right: 8px !important;
	transform: scale(1.5);
}
.displayControl select {
	border-color: #DDDDDD!important;
    border-radius: 3px;
}

.onSale-wrapper label{
	display: flex;
	align-items: center;
}
.onSale-wrapper input{
	margin-top: 0!important;
	margin-bottom: 0!important;
	margin-right: 6px!important;
}

/* @media */
@media screen and (max-width: 959px) and (min-width: 600px)  {
	.formSection{
		display: flex;
	}
}
@media screen and (max-width: 599px) {
	.formSection{
		padding: 5% 3%;
	}
	.select-title{
		width: 100%;
		padding-right: 0;
		padding-bottom: 5%;
	}
	.selectPart:nth-child(n+2) .select-title{
		padding-top: 5%;
	}
}
.not-found_message {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}

/*カードスタイル：中古車リスト*/
.search-result-list > div {
	margin-bottom: 80px;
	padding: 32px 24px;
    border-radius: 24px;
}
.search-result-list > div.lift {
	background-color: #ffc5c53b;
	box-shadow: 8px 8px 0px #ffc5c5ab;
}
.search-result-list > div.slope {
	background-color: #ffebd83b;
	box-shadow: 8px 8px 0px #ffebd8ab;
}
.search-result-list > div.rotat {
	background-color: #c7dca73b;
	box-shadow: 8px 8px 0px #c7dca7ab;
}
.search-result-list > div.self-other {
	background-color: #89b9ad3b;
	box-shadow: 8px 8px 0px #89b9adab;
}

.search-result-list h3 {
	font-size: 26px !important;
	margin-top: 0px !important;
	margin-bottom: 24px !important;
}

div.card_vehicle-container.card_container{
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
#wrapper:not(.colum1) div.card_vehicle-container.card_container{
	grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 959px) and (min-width: 600px) {
	div.card_vehicle-container.card_container{
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (max-width: 599px){
	div.card_vehicle-container.card_container{
		grid-template-columns: repeat(1,1fr);
	}
}

.card_vehicle{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
	background-color: #ffffff;
}
.card_vehicle:hover {
	transform: scale(1.02);
}

.card_vehicle-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.card_vehicle-imgBox{
	overflow: hidden;
}
/* .card_vehicle-imgBox .card_vehicle-imgItem{
	transition: all ease 0.3s;
} */
/* .card_vehicle-layer:hover ~ .card_vehicle-imgBox .card_vehicle-imgItem{
	transform: scale(1.2);
} */
.card_vehicle-imgBox{
	position: relative;
}
.card_vehicle-icon_wrapper{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
}
.card_vehicle-icon{
	padding: 5px 14px;
	border-radius: 3px;
}
.card_vehicle-iconSold{
	background: #000000;
}
.card_vehicle-iconNew{
	background: #DB1108;
}
.card_vehicle-content_wrapper{
	padding: 10px;
}

a.card_vehicle-catItem{
	font-size: 0.8125rem;
	text-decoration: unset;
	display: inline-block;
	color: #FFFFFF;
	line-height: 1;
	padding: 5px 15px 4px;
	background: #00C67A;
	border: 1px solid #00C67A;
	border-radius: 50px;
	position: relative;
	z-index: 10;
	transition: all ease 0.3s;
}
a.card_vehicle-catItem:hover{
	color: #00C67A;
	background: #FFFFFF;
}
.card_vehicle-title{
	font-size: 18px;
	padding: 10px;
	font-weight: 600;
	margin-left: -10px;
	margin-right: -10px;
	line-height: 1.2;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.card_vehicle-price, .card_vehicle-year{
	display: flex;
	font-size: 0.875rem;
	line-height:1;
	justify-content: space-between;
	align-items: flex-end;
}
.card_vehicle-price{
	padding: 15px 0;
}
.card_vehicle-price_right{
	font-size: 1rem;
	font-weight: bold;
}
.card_vehicle-year_right{
	font-weight: bold;
}
.card_vehicle-note {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 1.5;
} 
@media screen and (max-width: 959px) and (min-width: 600px)  {
	div.card_vehicle-container.card_container{
		grid-gap: 10px;
	}
	.card_vehicle-title{
		font-size: 0.875rem;
	}
}










/*---------------------------------------------------------------------------------------------[中古車リスト詳細]*/
/*中古車リスト詳細：タイトルエリア*/
.postVehicle-meta{
	display: flex;
	align-items: center;
}
.postVehicle_icon div{
	font-size: 0.8125rem;
	line-height: 1;
	padding: 4px 15px;
	border-radius: 50px;
	color: #FFFFFF;
	margin-right: 10px;
}
.postVehicle-iconSold{
	background: #000000;
}
.postVehicle-iconNew{
	background: #DB1108;
}
.postVehicle-badg{
	display: flex;
	align-items: center;
}
a.postVehicle-badg_item{
	font-size: 22px;
	text-decoration: none;
	line-height: 1;
	padding: 8px 32px;
	border-radius: 50px;
	background: #3AC67A;
	margin-right: 10px;
	transition: all ease 0.3s;
	color: #FFFFFF;
	margin-top: 16px;
}
a.postVehicle-badg_item:hover{
	opacity: 0.7;
}

/*中古車リスト詳細：スイッチギャラリー*/
.swichGallery-main{
	position: relative;
	padding-top: 56%;
  overflow: hidden;
  border-radius: 5px;
}
.swichGallery-main img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.postVehicle-section01{
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}
.postVehicle-01-left{
	padding-right: 10px;
	flex: 1 1 auto;
}
.swichGallery-thumb-wrapper{
	display: grid;
	grid-template-columns: repeat(10,1fr);
	grid-gap: 10px;
}
/* .swichGallery-thumb{
	border: 1px solid #DDDDDD;
} */
.postVehicle-01-right{
	flex: 0 0 30%;
	padding: 20px 10px;
	background: #FAFAFA;
}
.postVehicle-price-wrapper, .postVehicle-year-wrapper{
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	padding: 0 20px;
	line-height: 1;
	align-items: center;
}
.postVehicle-price-wrapper{
	border-bottom: 1px solid #E7E7E7;
	font-weight: bold;
	padding-bottom: 10px;
}
.postVehicle-year-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
	.postVehicle-section01{
		display: block;
	}
	.postVehicle-01-left{
		padding-right: 0;
		padding-bottom: 10px;
	}
	.postVehicle-price-wrapper, .postVehicle-year-wrapper {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 599px) {
.swichGallery-thumb-wrapper{
	grid-template-columns: repeat(4,1fr);
}
	.postVehicle-price-wrapper, .postVehicle-year-wrapper{
	padding-right: 0;
	padding-left: 0;
}
}

/* 追加 */
.grid_container {
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 40%;
	grid-template-columns: 1fr 40%;
	-ms-grid-rows: auto 20px 100px;
	grid-template-rows: auto 100px;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: stretch;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
  }
  .grid_container > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  .grid_container > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  .grid_container > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
  }
  .grid_container > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
  }
  @media screen and (max-width: 599px) {
	.grid_container {
	  display: block;
	}
	.swichGallery-main {
		margin-bottom: 20px;
	}
  }
  
  
  .postVehicle_detail {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
  }
  .postVehicle_detail .postVehicle-01-right {
	padding: 16px 8px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
  }
  .postVehicle_detail .postVehicle-price-wrapper, .postVehicle_detail .postVehicle-year-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	font-size: 0.875rem;
	padding: 0 20px;
	line-height: 1;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .postVehicle_detail .postVehicle-price-wrapper {
	border-bottom: 1px solid #E7E7E7;
	font-weight: bold;
	padding-bottom: 10px;
  }

/* 車両詳細ページの価格内訳 */
.postVehicle_detail .postVehicle-price-detail-wrapper {
	display: flex;
	gap: 40px;
	padding: 10px 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 0.875rem;
	font-weight: bold;
}
.postVehicle_detail .postVehicle-price-detail-note {
	font-size: 0.75rem;
	font-weight: normal;
}
@media screen and (max-width: 959px) {
	.postVehicle_detail .postVehicle-price-detail-wrapper {
		gap: 30px;
		padding: 10px 0;
	}
}

  .postVehicle_detail .postVehicle-year-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .postVehicle_detail .postVehicle_detail_txt {
	max-height: 80px;
	overflow-y: auto;
	border: 1px solid #DDD;
	margin-top: 10px;
	padding: 0.5rem;
  }
  .postVehicle_detail .postVehicle_detail_txt > p {
	font-size: 0.75rem !important;
	line-height: 1.6 !important;
  }
  .postVehicle_detail .large_red {
	font-size: 32px !important;
	color: #DB1108 !important;
	font-weight: bold !important;
	margin-right: 8px;
  }
  
  .swichGallery-thumb-wrapper {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	overflow-y: auto;
	height: 170px;
  }
  
  .bl_tableSct {
	margin-top: 10px;
	text-align: left;
	font-size: 0.75rem !important;
	width: 100%;
  }
  .bl_tableSct table {
	width: 100%;
  }
  .bl_tableSct th {
	width: 20%;
	background: #fafafa;
	padding: 0.5rem;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	vertical-align: middle;
	font-size: 0.75rem !important;
  }
  .bl_tableSct td {
	width: 30%;
	padding: 0.5rem;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: middle;
	font-size: 0.75rem !important;
  }
  .bl_tableSct td > a {
	color: inherit;
  }
  .bl_tableSct td > span {
	font-size: 0.875em;
  }
  .bl_tableSct tr:first-child th,
  .bl_tableSct tr:first-child td {
	border-top: 1px solid #DDD;
  }
  @media screen and (max-width: 599px) {
	.swichGallery-thumb-wrapper {
		margin-bottom: 20px;
		height: 100px;
	}
	.bl_tableSct th {
		width: 20%;
	}
	.bl_tableSct td {
		width: 30%;
	}
  }




/*中古車リスト詳細：テーブル*/
.postVehicle-table{
	display: flex;
}
.postVehicle-table_wrapper{
	flex: 0 1 50%;
}
table.postVehicle-table_table{
	border: 1px solid #DDDDDD;
}
th.postVehicle-table_table-content{
	width: 30%;
	text-align: left;
	padding: 15px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}
td.postVehicle-table_table-content{
	width: auto;
	padding: 15px;
	border: 1px solid #DDDDDD;
}
@media screen and (max-width: 959px)  {
.postVehicle-table{
	display: block;
}
	th.postVehicle-table_table-content{
		width: 50%;
	}
}
/*-----------------------------中古車リスト詳細：動画、パノラマエリア*/
.postVehicle01-container{
	margin-top: 40px;
}
.postVehicle01-videoWrapper{
	position: relative;
	background: #333333;
}
.postVehicle01-videoWrapper >div{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*-----------------------------中古車リスト詳細：フォームスタイル*/
.postVehicle__telInfo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1em;
}
.postVehicle__telInfo >dt,
.postVehicle__telInfo >dd {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.postVehicle__telInfo >dt,
	.postVehicle__telInfo >dd {
		font-size: 1rem;
	}
}

.postVehicle02-container{
	margin-top: 40px;
}
.postVehicle02-container > div {
	margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
		border-top:1px solid #d7d7d7!important;
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size: 0.625rem;
	}
}
/*見出し欄*/
.elementor .inquiry th{
	padding: 10px;
	vertical-align: middle;
	text-align:left;
	font-size: 0.875rem;
	font-weight: bold;
	color:#444;
	padding-right:5px;
	width:200px;
	border: none;
}
/*通常欄*/
.elementor .inquiry td{
	padding: 10px;
	font-size: 0.8125rem;
	border: none;
}
.elementor .inquiry td input, .elementor .inquiry td textarea{
	background:#ffff;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	border:none;	
}
/*必須の調整*/
.haveto{
	font-size: 0.75rem;
	font-weight: bold;
	padding:5px 8px;
	background:#FF7F00;
	color:#fff;
	border-radius:2px;
	margin-left:10px;
	position:relative;
	bottom:1px;
}
/*ドロップダウン*/
.elementor .drop option:first-child{
	color: #ddd;
}
.elementor span.wpcf7-list-item{
	margin: 0 0 0 30px;
}
.elementor span.wpcf7-list-item:first-child{
	margin: 0;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding:1em 0;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	width: 30%;
	background:#C4290D;
	box-shadow: 0 3px 0 0 #902612;
	color:#FFFFFF;
	font-size:1.125rem;
	font-weight:bold;	 
	border-radius:5px;
	border: none;
	transition: all ease .3s;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	transform: translatey(-4px);
}
/*placeholderのフォントカラー指定*/
/* Chrome, Safari */
input::-webkit-input-placeholder{
	color: #CCCCCC;
}
textarea::-webkit-input-placeholder{
	color: #CCCCCC;
}
/* Firefox */
input::-moz-placeholder{
	color: #CCCCCC;
}
textarea::-moz-placeholder{
	color: #CCCCCC;
}
/* Firefox 18以前 */
input:-moz-placeholder{
	color: #CCCCCC;
}
textarea:-moz-placeholder{
	color: #CCCCCC;
}
.agree-privacy{
	text-align: center;
}
.postVehicle02_form_wrapper{
	padding: 32px;
	background: #E0F4EC;
	box-shadow: 8px 8px 0px #027B34;
	border-radius: 12px;
}
.postVehicle02_form_wrapper h5{
	text-align: center;
	font-size: 22px !important;
    margin-bottom: 32px !important;
}
.postVehicle02_form_wrapper table.inquiry{
	border: none;
}
.postVehicle02_form_wrapper table.inquiry th{
	border: none;
	text-align: left;
	font-weight: bold;
}
.postVehicle02_form_wrapper table.inquiry td{
	border: none;
}
.wpcf7-list-item{
	margin: 0 0 0 2em;
}
.wpcf7-list-item.first{
	margin: 0;
}
@media screen and (max-width: 959px) {
.postVehicle02_form_wrapper{
	padding: 10px;
}
	.postVehicle02_form_wrapper h5{
	text-align: left;
}
.postVehicle02_form_wrapper table.inquiry th{
	font-size: 0.875rem;
}
.postVehicle02_form_wrapper table.inquiry td{
	font-size: 0.875rem;
}
.postVehicle02_form_wrapper .wpcf7-list-item{
	margin: 0;
	padding: 3px 7px;
}
	.postVehicle02_form_wrapper #formbtn{
		width: 75%;
		font-size: 0.875rem;
		margin-top: 1em;
	}
}

/*---------------------------------------------------------------------------------------------[会社案内]*/
/*会社案内：会社概要*/
table.D1_table-table{
	border: none;
}
th.D1_table-th{
	text-align: left;
	width: 25%;
}
@media screen and (max-width: 599px) {
th.D1_table-th, td.D1_table-td{
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 0.875rem;
}
	td.D1_table-td{
		margin-bottom: 1em;
	}
}

/*---------------------------------------------------------------------------------------------[求人情報]*/
.card_requirements-container{
	padding: 20px 0;
}
.card_requirements{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 15px;
}
a.card_requirements-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.card_requirements-imgBox{
	overflow: hidden;
}
.card_requirements-imgBox .card_requirements-imgItem{
	transition: all ease 0.3s;
}
a.card_requirements-layer:hover ~ .card_requirements-imgBox .card_requirements-imgItem{
	transform: scale(1.2);
}
a.card_requirements-layer:hover ~ .card_requirements-more{
	transform: translateX(5px);
}
#contentInner h5.card_requirements-title{
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 1rem;
}
#contentInner p.card_requirements-desc{
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: justify;
}
.card_requirements-more{
	padding-top: 10px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	color: #3FB286;
	transition: all ease 0.3s;
}
.card_requirements-more:before{
	font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
	padding-right: 5px;
}

/*---------------------------------------------------------------------------------------------[Call To Action]*/
/*CTAボタンスタイル*/
#content #contentInner a.cta-btn{
	padding: 1em 3.75em;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	/*background: #18A36E;
	box-shadow: 0 4px 0 #2F8162;*/
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	transition: all ease 0.3s;
	position: relative;
}
#content #contentInner a.cta-btn:after{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
}
#content #contentInner a.cta-btn:hover{
	transform: translateY(-4px);
}
@media screen and (max-width: 959px) {
	#content #contentInner a.cta-btn{
		font-size: 0.875rem;
		padding: 1em 2em;
	}
}

/*相談・購入特典*/
.cta02-container{
	padding: 30px;
	border: 2px solid #2CC47C;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.cta02-hed{
	font-size: 1.125rem;
	font-weight: bold;
	color: #2CC47C;
	text-align: center;
}
#content #contentInner ul.cta02-listBlock{
	padding-right: 0;
	padding-left: 1.2em;
	align-self: center;
}
#content #contentInner ul.cta02-listBlock li.cta02-list_item{
	font-size: 1rem;
}
#content #contentInner ul.cta02-listBlock li.cta02-list_item:last-child{
	margin-bottom: 0;
}
.cta02-btn-wrapper{
	display: flex;
	justify-content: center;
}

#content #contentInner a.cta02-btn_left{
	background: #F8ED63;
	box-shadow: 0 4px 0 #FAD96A;
	margin-right: 7px;
	margin-left: 7px;
	color: #333333;
}

#content #contentInner a.cta02-btn_center{
	background: #00C67A;
	box-shadow: 0 4px 0 #08AD6E;
	margin-right: 7px;
	margin-left:7px ;
}
#content #contentInner a.cta02-btn_right{
	background: #3992EB;
	box-shadow: 0 4px 0 #2C71B5;
	margin-left: 7px;
	margin-left:7px ;
}
@media screen and (max-width: 599px) {
	.cta02-container{
		padding: 15px;
	}
	.cta02-hed{
		font-size: 1rem;
	}
	#content #contentInner ul.cta02-listBlock{
		padding-left: 1em;
	}
	#content #contentInner ul.cta02-listBlock li.cta02-list_item{
		font-size: 0.875rem;
		line-height: 1.7;
		text-align: justify;
	}
	.cta02-btn-wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#content #contentInner a.cta02-btn_left{
		margin: 0;
	}
	#content #contentInner a.cta02-btn_center{
		margin: 0;
		margin-top: 15px;
	}
	#content #contentInner a.cta02-btn_right{
		margin: 0;
		margin-top: 15px;
	}
}

/*お問い合わせ*/
.cta01-container{
	margin-top: 80px;
	border:1px solid #DDDDDD;
}
.cta01-inner{
	padding: 0 15px 15px 15px;
}
h2.cta01-h2{
	margin-top: 0!important;
}
.cta01-subHed{
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.cta01-desc{
	margin-top: 15px;
	font-size: 1rem;
	text-align: center;
}
.cta01-btnWrapper-container{
	display: flex;
	justify-content: center;
}
.cta01-btnWrapper{
	padding: 30px;
	width: 50%;
	max-width: 430px;
}
div.cta01-container a.cta01-btn{
	padding: 25px;
	font-size: 1.25rem;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #18A36E;
	box-shadow: 0 4px 0 #2F8162;
	border-radius: 5px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: all ease 0.3s;
}
div.cta01-container a.cta01-btn:hover{
	transform: translateY(-4px);
}
.cta01-btn_desc{
	margin-top: 10px;
	text-align: center;
}
/*お問い合わせ（サイドバー有り）*/
#wrapper:not(.colum1) .cta01-desc{
	font-size: 0.875rem;
	text-align: justify;
}
#wrapper:not(.colum1) .cta01-btnWrapper{
	padding: 15px;
}
#wrapper:not(.colum1) div.cta01-container a.cta01-btn{
	padding: 15px;
	font-size: 1.125rem;
}
.cta01-btn_desc{
	font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
	.cta01-desc{
		font-size: 0.875rem;
		text-align: justify;
	}
	.cta01-btnWrapper{
		padding: 15px;
	}
	div.cta01-container a.cta01-btn{
		padding: 15px;
		font-size: 1.125rem;
	}
	.cta01-btn_desc{
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 599px) {
	.cta01-btnWrapper-container{
		display: block;
	}
	.cta01-btnWrapper{
		width: 100%;
		margin-top: 8px;
		padding: 7px;
		box-sizing: border-box;
	}
	.cta01-btn_desc{
		font-size: 0.8125rem;
	}
}

/*福祉車両を再活用*/
.cta03-hed{
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.cta03-inner{
	padding: 30px;
	border: 2px solid #F5A639;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cta03-subHed{
	font-size: 1rem;
	text-align: center;
}
span.cta03-ac{
	font-size: 1.125em;
	font-weight: bold;
	color: #FD4E09;
}
.cta03-btnDesc{
	text-align: center;
	line-height: 1;
	margin-top: 1.75em;
	margin-bottom: 0.85em;
	font-weight:bold;
}
#content #contentInner a.cta03-btn{
	background: #F5A639;
	box-shadow: 0 4px 0 #E38C26;
}
@media screen and (max-width: 599px) {
	.cta03-inner{
		padding: 15px;
	}
	.cta03-hed{
		font-size: 1rem;
	}
	.cta03-subHed{
		font-size: 0.875rem;
		text-align: justify;
	}
	span.cta03-ac{
		font-size: 1.125em;
		font-weight: bold;
		color: #FD4E09;
	}
	.cta03-btnDesc{
		font-size: 0.875rem;
	}
}

/*お役立ち情報*/
.cta_06-container{
	padding: 50px 0;
}
#content #contentInner h5.cta_06-video_title{
	font-size: 1.125rem;
	padding-left: 0.5em;
	border-left: 4px solid #00C67A;
	line-height: 1.2;
}
.cta_06-video{
	overflow: hidden;
	border-radius: 5px;
}
.cta_06-btn_wrapper{
	margin-top: 60px;
	text-align: center;
}
#wrapper:not(.colum1) #content #contentInner h5.cta_06-video_title{
	font-size: 0.875rem;
}
#wrapper:not(.colum1) .cta_06-btn_wrapper{
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.cta_06-container{
		padding: 30px 0;
	}
	#content #contentInner h5.cta_06-video_title{
		font-size: 0.875rem;
	}
	.cta_06-btn_wrapper{
		margin-top: 20px;
		text-align: center;
	}
}
/*---------------------------------------------------------------------------------------------[中古車一覧詳細]*/

/*---------------------------------------------------------------------------------------------[福祉車両買取]*/
/*福祉車両を高価買取できる理由*/
.section_1 {
	
}

.section_1 > figure {
	position: relative;
	text-align: center;
 }

.section_1 > figure::after {
	margin-top: 20px;
	display: inline-block;
	content: '';
	border-top: 20px solid #F5A639;
	border-right: 14px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid transparent;
}

.kaitoriReason_card {
	text-align: center;
	margin-bottom: -20px;
}

.kaitoriReason_card >span {
	margin-bottom: 1.25em;
}

.kaitoriReason_card > figure.imgWrapper {
	border-radius: 10px;
}

.kaitoriReason_card p.kaitoriReason_card_ttl {
	font-size: 20px!important;
	font-weight: bold!important;
	margin-top: 1em;
}
/*実際の買取実績*/
.section_2 > p,
.section_3 > p {
	font-size: 1.375rem!important;
	font-weight: bold!important;
	margin-top: 1.25em!important;
	margin-bottom: 2em!important;
}

.kaitoriPerform_card {
	padding: 15px;
	border: 1px solid #DDD;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 5px;
}

.kaitoriPerform_card_upper {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

.kaitoriPerform_card_upper_inner {
	flex: 1;
}

.kaitoriPerform_card_upper_inner.left {
	margin-right: 4.6%;
}

.kaitoriPerform_card_upper_inner > .el_label {
	background-color: #2CC47C;
	font-size: 0.8125rem;
}

.kaitoriPerform_card_upper_inner > h5 {
	margin-top: .5em!important;
	margin-bottom: .25em!important;
	font-size: 1.125rem!important;
	line-height: 1.25!important;
}

.kaitoriPerform_card_upper_inner > dl {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
}

.kaitoriPerform_card_under {
	display: flex;
	align-items: center;
}

.kaitoriPerform_card_under_inner {
	flex: 1;
}

.kaitoriPerform_card_under_inner  span{
	font-size: 0.875rem;
}

.kaitoriPerform_card_under_inner > div{
	font-size: 1rem;
}

.kaitoriPerform_card_under_inner > div > span{
	font-size: 0.875rem;
}

.kaitoriPerform_card_under::after {
	display: inline-block;
	content: '';
	border-top: 10px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #F5A639;
}

.kaitoriPerform_card_under_inner.right{
	order: 1;
}

@media screen and (max-width: 599px) {
	.section_2 > p,
	.section_3 > p {
		font-size: 1rem!important;
	}
	.kaitoriPerform_card_upper_inner > .el_label {
		font-size: 0.625rem;
	}
	.kaitoriPerform_card_upper_inner > h5 {
		font-size: 0.875rem!important;
	}
	.kaitoriPerform_card_upper_inner > dl {
		font-size: 0.8125rem;
	}
	.kaitoriPerform_card_under_inner  span{
		font-size: 0.8125rem;
	}

	.kaitoriPerform_card_under_inner > div{
		font-size: 0.875rem;
	}

	.kaitoriPerform_card_under_inner > div > span{
		font-size: 0.8125rem;
	}
}