@charset "utf-8";
/* CSS Document */



.category_top_title{
	position: relative;
	background: url("../images/menu/category_top_bg.jpg") left;
	background-repeat: no-repeat;
	height: 165px;
	width: 100%;
}

.category_top_title h2{
	position: absolute;
	top:40%;
	left:1em;
}

.category_search h3{
	color:#ffffff;
	background-color:#E8702C;
	padding: 4px;
}

.category_search .e_title{
	display: flex;
	margin-bottom: 1em;
}

.category_search .e_title img{
	width: 150px;
	margin-right: 1em;
}

.category_search .e_title form{
	display: flex;
	max-height: 42px;
	margin-top: 3px;
}

.category_search .search-input{
    width:clamp(18.125rem, 1.533rem + 36.67vw, 25rem);
    padding: 8px 11px;
    font-size: 14px;
	max-height: 42px;
    color: #686868;
    font-weight: 600;
    border: 2px solid #E8702C;
	margin: 0;
}

.category_search .search-botton {
	border: 2px solid #E8702C;
	border-left: none;
    width: 81px;
    font-size: 14px;
    max-height: 42px;
    color: #333;
    font-weight: 600;
    background: url(../images/menu/search_icon.png) no-repeat 12px center;
}

.categoryLP{
	clear: both;
}



.categoryMaker h3{
	color:#ffffff;
	background-color:#E8702C;
	padding: 4px;
	margin-bottom: 0;
}
.categoryMaker_in{
	display: flex;	
}

.categoryMaker_in ul{
	position: relative;
	width: 100%;
	padding-left: 1em;
}

.categoryMaker_in ul li{
	list-style: none;
	margin: 4px 0 4px 10px;
}

.categoryMaker_in ul li a{
	font-weight: 700;
	font-display: block;
	width:  calc( 100% / 3);
}