@charset "utf-8";

.shiryou-ico {
        position: absolute;
        bottom: 0;
        right: 10%;
        width: 10%;
}

.shiryou-seikyu-ico {
        width: 80%;
}

.select-box select {
	width: 40%;
        padding: 1rem;
	color: #555555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.8rem;
}

.from-box {
	margin: 15px;
}

#otoiawase .form-item .kibo-box {
	width: 50%;
	height: auto;
	float: left;
}

#otoiawase .form-item .kibo-box input {
	display: inline;
	width: 60%;
}

@media screen and (max-width:768px) {

.select-box select {
	width: 100%;
}

}