@charset "UTF-8";


/* CSS Import Style キャッシュされるため、インポート禁止
------------------------------------------------------------- */

.search_bnr{
	margin-top: 25px;
	padding-top: 20px;
	position: relative;
}

.search_bnr::before{
  height: 1px;
	content: "";
	background-color: #000;
	width: 120%;
	position: absolute;
	left: -10%;
	right: 0;
	top: 0;
}

.search_bnr h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.search_bnr > p{
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.search_bnr .btnWrap{
	display: flex;
	flex-wrap: wrap;
}

.search_bnr .btnWrap > .btn{
	width: 100%;
}

.search_bnr .btnWrap > .btn:not(:last-child){
	margin-bottom: 10px;
}

.search_bnr .btnWrap > .btn a{
	width: 100%;
	height: 40px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border: 1px solid #ce4d66;
	background-color: #FFF;
	color: #ce4d66;
}

.search_bnr .btnWrap > .btn a span {
	margin-left: -5px;
	margin-right: 5px;
	width: 10%;
}

.search_bnr .btnWrap > .btn a span img {
	height: 25px;
	min-width: 23px;
	width: auto;
}

@media screen and (max-width: 767px){
	.search_bnr > p{
		font-size: 14px;
	}

	.search_bnr .btnWrap > .btn a span {
		width: 5%;
	}

}