.home_search {
	padding: 5px 30px 20px 0;
}

.home_search_lt {
	text-align: center;
	width: 164px;
	justify-content: center;
	line-height: 43px;
	font-size: 28px;
}

.home_search_rt {
	width: calc(100% - 384px);
	padding-left: 24px;
}

.home_search_input input {
	width: 860px;
}

.home_search_input_btn {
	width: 100px;
}

.home_search_list ul li {
	margin-left: 25px;
}

.home_search_navigation {
	background: #1bacb5;
	font-size: 18px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 180px;
	border-radius: 5px;
	margin-left: 40px;
}

.home_search_navigation img {
	width: 22px;
	height: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.home_search_lt br {
		display: none;
	}

	.home_search_lt {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		font-size: 18px;
	}

	.home_search {
		padding: 5px 15px 25px;
		background: url('../img/home_ico17.png') no-repeat;
		background-size: 100% auto;
	}
	.home_search_navigation img{
		width: 15px;
		height: auto;
	}

	.home_search_rt {
		width: 100%;
		padding: 0;
	}

	.home_search_list ul li {
		margin-left: calc((100vw - (255px + 2em)) / 4);
	}

	.home_search_navigation {
		font-size: 14px;
		width: 100%;
		height: 45px;
		margin-top: 15px;
	}
}