@charset "UTF-8";

.no-result {
    padding: 3em 15px;
    text-align: left;
}

.no-result h1 {
    font-size: 25px;
    margin-bottom: 1em;
}

.gradBtn__link {
	height: auto;
	margin-top: 2em;
}

.result-search-form input {
    width: 100%;
    padding: 1em;
    border-radius: 5px;
    border: none;
}

.result-search-form button {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: var(--color-ruby);
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
}

.result-search-form button,
.result-search-form input {
    box-sizing: border-box;
    height: 100%;
    border: 0;
    font-size: 12px;
}

.result-search-form {
    height: 50px;
    position: relative;
    max-width: 650px;
    width: 95%;
    margin: 2em auto 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.result-search-form button:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 18%;
    background-image: url(../img/top/top-search-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 16px;
}

@media screen and (min-width: 515px) {
		.no-result {
			text-align: center;
	}
	.no-result h1 {
			font-size: 30px;
	}
	.result-search-form button {
    width: 20%;
    position: absolute;
}
.result-search-form button,
.result-search-form input {
    font-size: 16px;
}



}