.t-search {
	padding: 12px 16px;
	border: 1px solid #e2e2e2;
}

.t-search__header {
	margin: 4px 0 8px;
	color: #298538;
	font-size: 2.2rem;
	text-align: center;
}

.t-search__header .icon--search {
	margin-right: 4px;
	font-size: 1.8rem;
	vertical-align: -.1rem;
}

.t-search__form {
	padding-top: 8px;
	border-top: 1px solid #e2e2e2;
}

.t-search__term {
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	font-weight: bold;
}

.t-search__value {
	margin-bottom: 16px;
}

.t-search__pulldown-wrapper {
	position: relative;
	display: inline-block;
}

.t-search__pulldown-wrapper::after {
	content: '\226D';
	font-family: 'AmebaSymbols';
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 12px;
	top: 0;
	color: #626262;
	font-size: 1.2rem;
	pointer-events: none;
}

.t-search__pulldown-wrapper--disabled::after {
	content: none;
}

.t-search__pulldown-wrapper:nth-of-type(n + 2) {
	margin-left: 8px;
}

.t-search__pulldown {
	width: 202px;
	height: 24px;
	padding: 0 8px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	line-height: 24px;
	font-size: 1.2rem;
}

.t-search__term--row {
	float: left;
}

.t-search__value--row {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #e2e2e2;
	text-align: right;
}

.t-search__pulldown--row {
	width: 120px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.t-search__textbox {
	width: 182px;
	height: 24px;
	padding: 0 8px;
	vertical-align: middle;
	border: solid 1px #e2e2e2;
	border-radius: 4px;
	font-size: 1.4rem;
	word-break: initial;
}

.t-search__textbox--age {
	width: 28px;
	margin-right: 4px;
}

.t-search__textbox--age-to {
	margin-left: 4px;
}

.t-search__radio {
	margin-left: 20px;
	line-height: 24px;
}

.t-search__radio-text {
	font-size: 1.4rem;
	position: relative;
}

.t-search__radio-text::before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: -1px;
	left: -20px;
	border-radius: 50%;
	border: solid 1px #e2e2e2;
	background-color: #fff;
}

.t-search__radio:checked + .t-search__radio-text::before {
	background-color: #fff;
}

.t-search__radio:checked + .t-search__radio-text::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 2px;
	left: -17px;
	border-radius: 50%;
	background-color: #2d8c3c;
}

.t-search__reset-container {
	text-align: center;
}

.t-search__reset {
	border: none;
	font-size: 1.4rem;
	color: #298538;
}

.t-search__send-container {
	margin-top: 16px;
}
