/* - autoguide
------------------------------------------------------------------ */

/* - mv
------------------------------------------------------------------ */
.autoguide .autoguide_kv img {
	width: 100%;
}

/* - base
------------------------------------------------------------------ */
.l-autoguide_block {
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (max-width:1100px) {
	.l-autoguide_block {
		max-width: 94%;
	}
}

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

/* - heading
------------------------------------------------------------------ */
.autoguide_head {
	position: relative;
	padding: 0 0 50px;
	margin: 0 0 50px;
}

.autoguide_head::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 3px;
	transform: translate(-50%, 0);
	background: #000000;
}

.autoguide_head .autoguide_heading {
	font-size: 40px;
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.autoguide_head {
		padding: 0 0 25px;
		margin: 0 0 25px;
	}

	.autoguide_head::before {
		width: 80px;
		height: 3px;
	}

	.autoguide_head .autoguide_heading {
		font-size: 20px;
	}
}


/* - autoguide_user
------------------------------------------------------------------ */
.autoguide_user {
	padding: 150px 0 100px;
}

.autoguide_slider_item+.autoguide_slider_item {
	margin-right: 20px;
}

@media screen and (max-width:767px) {
	.autoguide_user {
		padding: 60px 0;
	}
}

/* - autoguide_about
------------------------------------------------------------------ */
.autoguide_about {
	padding: 55px 0 100px;
	background: #f3f3f3;
}

.autoguide_about .autoguide_about_list {
	display: flex;
	justify-content: space-between;
}

.autoguide_about .autoguide_about_item {
	background: #ffffff;
	border: 2px solid #000;
	width: 28%;
	padding: 30px 15px;
}

.autoguide_about .autoguide_about_item_text {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.autoguide_about .autoguide_about_item_img {
	max-width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.autoguide_about {
		padding: 30px 0;
	}

	.autoguide_about .autoguide_about_list {
		display: block;
	}

	.autoguide_about .autoguide_about_item+.autoguide_about_item {
		margin-top: 20px;
	}

	.autoguide_about .autoguide_about_item {
		width: 90%;
		margin: 0 auto;
	}

	.autoguide_about .autoguide_about_item_text {
		font-size: 20px;
	}

	.autoguide_about .autoguide_about_item_img {
		max-width: 60%;
	}
}

/* - autoguide_merit
------------------------------------------------------------------ */
.autoguide_merit {
	padding: 100px 0;
}

.autoguide_merit_list {
	display: flex;
	justify-content: space-between;
}

.autoguide_merit .autoguide_merit_item {
	background: #ffffff;
	border: 2px solid #000;
	width: 28%;
	padding: 15px;
}

.autoguide_merit .autoguide_merit_item_text {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.autoguide_merit .autoguide_merit_item_text .color {
	font-size: 1.25em;
	color: #ffc000;
	display: inline-block;
}

.autoguide_merit .autoguide_merit_item_img {
	max-width: 80%;
	margin: 0 auto;
}


@media screen and (max-width:767px) {
	.autoguide_merit {
		padding: 50px 0;
	}

	.autoguide_merit_list {
		display: block;
	}

	.autoguide_merit .autoguide_merit_item {
		width: 80%;
		margin: 0 auto;
	}

	.autoguide_merit .autoguide_merit_item+.autoguide_merit_item {
		margin-top: 30px;
	}

	.autoguide_merit .autoguide_merit_item_text {
		font-size: 18px;
	}
}

/* - autoguide_merit
------------------------------------------------------------------ */
.autoguide_flow {
	background: #f3f3f3;
	padding: 100px 0;
}
.autoguide_flow_text {
	text-align: right;
	margin-top: 30px;
	font-size: 16px;
}

@media screen and (max-width:767px) {
	.autoguide_flow {
		padding: 50px 0;
	}
	.autoguide_flow_text {
		margin-top: 20px;
		text-align: left;
		font-size: 12px;
	}
}

/* - autoguide_function
------------------------------------------------------------------ */
.slideIn {
	opacity: 0;
	transform: translate(0px, 60px);
	transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideIn.animate {
	opacity: 1;
	transform: translate(0px, 0px);
}
.autoguide_function{
	padding: 100px 0;
}
.autoguide_function_table{
	width: 52%;
	margin: 0 auto;
}
.autoguide_function_item{
	margin-bottom: 30px;
	transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.autoguide_function_table .autoguide_function_table_head {
 display: flex;
 align-items: center;
}
.autoguide_function_table .autoguide_function_table_head img{
	transform: scale(.8);
}
.function_table_head_txt{
 font-size: 28px;
 margin-left: 5px;
 font-weight: 500;
}
.autoguide_function_table .autoguide_function_table_body {
	padding: 10px 0;
	line-height: 1.5;
	font-size: 22px;
}
@media screen and (max-width:767px) {
	.autoguide_function {
		padding: 50px 0;
	}
	.autoguide_function_table{
		display: block;
		width: 100%;
	}
	.autoguide_function_table .autoguide_function_item{
   margin-bottom: 20px;
	}
	.autoguide_function_table .autoguide_function_table_head img{
		transform: scale(.6);
	}
	.autoguide_function_table .function_table_head_txt{
		font-size: 20px;
		margin-left: 0;
	}
	.autoguide_function_table .autoguide_function_table_body{
		font-size: 14px;
		padding: 0 10px;
	}
}

/* - autoguide_system
------------------------------------------------------------------ */
.autoguide_system{
	background: #f3f3f3;
	padding: 100px 0;
}
.autoguide_system .autoguide_system_desc {
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width:767px) {
	.autoguide_system {
		padding: 50px 0;
	}
	.autoguide_system .autoguide_system_desc{
		font-size: 14px;
	}
}