/*
 ************************************************************
 *
 * FORM
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * SEARCH
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

.form-search form
{
	position: relative;
	width: 100%;
}

.form-search input
{
	margin: 0;
}

@media only screen and (min-width: 1280px)
{
	.responsive .form-search
	{
		width: 240px;
	}
}

/*
 * - INPUT
 */

.form-search input.keyword
{
	width: 100%;
	height: 44px;
	padding: 0;
	padding-left: 44px;
	padding-right: 16px;
	border-radius: 44px;
}

/*
 * - BUTTON
 */

.form-search input.button
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	font-size: 0;
	border: none;
	background-color: transparent;
	background-image: url('../icon/misc/search.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

/*
 * ----------------------------------------------------------
 *
 * Contact Forms 7
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .wpcf7 a
{
	text-decoration: underline !important;
}

#top .wpcf7 p
{
	margin: 8px 0;
}

#top .wpcf7 div + p
{
	margin-top: 0;
}

#top .wpcf7 .wpcf7-list-item
{
	margin: 0;
}

#top .wpcf7 .wpcf7-acceptance
{
	display: block;
	padding: 8px 0;
}

#top .wpcf7 .wpcf7-not-valid-tip
{
	display: none !important;
}

#top .wpcf7 .wpcf7-not-valid
{
	border-color: #e4067e;
}

#top .wpcf7 .wpcf7-response-output
{
	margin: 16px 0 0 0;
	padding: 0;
	border: none;
	font-weight: 600;
	font-size: 16px;
	color: var(--color-cvi-2);
}