@charset "UTF-8";

header {
	margin-top: 4.4vw;
}

.search {
	background-color: #3B8937;
}

.search_category {
	width: 100%;
	max-width: 1080px;
	max-height: 300px;
	display: flex;
	justify-content: center;
	padding: 2vw;
	text-align: center;
	margin: 45px auto;
	line-height: 6vw;
}

.searchSection {
	scroll-behavior: unset;
}

.notice {
	padding-top: 0rem;
	padding-bottom: 9rem;
}

.search_category select {
	padding: 8px;
	width: 100%;
	max-width: 1080px;
	border-radius: 3px;
	border: #aaa solid 1px;
	overflow: hidden;
	box-sizing: border-box;
	font-weight: normal;
}

.search_category input {
	padding: 6px;
	font-size: 16px;
	margin-left: 20px;
	font-weight: bold;
	vertical-align: middle;
	color: #2A2A2A;
	display: none;
}

@media screen and (min-width: 1200px) {
	h2 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 420px) {
	h2 {
		font-size: 1.25rem;
		line-height: 1.5;
		overflow-wrap: initial;
		white-space: initial;
	}
}