@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ 住所検索フォーム */

.address-form {
	position: relative;
	padding: 0 40px;
}

.address-form:before {
	content: "〒";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0em;
	font-weight: bold;
	color: #eb2f00;
}

.address-form:after {
	content: "半角";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #b3b3b3;
}

.address-form input {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}


@media screen and (min-width: 641px) {

.address-form {
    padding-left: 55px;
}

.address-form:before {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0em;
}

.address-form input {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0em;
}

} /* min 641px -- */



/* ------------------------------------------------------------------------------------------------------ 住所 検索結果 */

#address {
    display: none;
}

.address-sr {
	padding: 10px 0;
	border-bottom: 1px solid #092a35;
	text-align: center;
}

.address-sr strong {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
}

.address-sr strong:before {
	content: "\f279"; font-family: "Font Awesome 5 Free"; font-weight: 400;
	margin: 0 0.25em;
	color: #23a4cf;
}


@media screen and (min-width: 641px) {

.address-sr strong {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5em;
}

} /* min 641px -- */


