<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ---------------------------
 フォーム関係
---------------------------- */


th label span {
	line-height: 1.5em;
}


.hero {
    background-image: url("/shared/img/contactus-main.jpg");
}

.w150 {
	width: 45% !important;
}
	
.red {
	color: red;
}

#form_submit {
	float: none;
	margin-right: 0;
	width: 300px;

}

.confirm {
	width: 100%;
	margin: 0 auto;
}

.back {
	margin-top: 20px;
}

.zip_srch {
	-moz-appearance: none;
    background-color: #3a465b;
    border: medium none;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
	margin-top: 10px;
	margin-left: 0;
}

.zip_srch:hover {
	color: #fff;
    opacity: 0.9;
    outline: medium none;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

select {
	padding: 1rem;
}

#pref, #city {
	margin-bottom: 10px;
}

table+div.text-center {
	text-align: center !important;
}

#check {
	margin: 0 auto;
}

@media (min-width: 768px) {
	
	.w150 {
		width: 150px !important;
	}
	
	#back {
		border: medium none;
	}

	#submit {
		border: medium none;
	}

	#form_back {
		display: inline;
		margin-left: 115px;
	}

	#form_submit {
		float: right;
		margin-right: 160px;
		width: 300px;

	}

	.confirm {
		width: 300px;
		margin: 0 auto;
	}

	.back {
		margin-top: -42px;
	}
	
	.zip_srch {
		margin-left: 20px;
		margin-top: 0px;
	}
}

#form_back {
	display: block;
	margin-left: 0;
}</pre></body></html>