@charset "UTF-8";

main h1{
	line-height: 1.6;
}
main .erLink{
	margin-top: 32px;
}
main .erLink ul{
	margin-left: auto !important;
	margin-right: auto !important;
	width: 35%;
}
/* SP ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	main .erLink ul{
	margin-left: 0 !important;
	margin-right: auto !important;
	}
}


main .erSearch{
	position: relative;
	/*border-top: solid 1px #000;
	border-bottom:  solid 1px #f00;
	*/
	height: 96px;
	
}
main .erSearch .input-text-area {
	position: absolute;
	left: 0;
	/*top: 36px;/*109px*/
	top: 56px;
	background: #000;
	width: 100%;
	height: auto;/*160px*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
	padding: 0px;
	overflow: visible !important;
	transition: height .4s ease, top .4s ease;
}
.search-input{
	background-color: var(--bgGray_05) !important;
}