@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ 郵便番号検索フォーム */

.postcode-form {
	margin: 0;
	padding: 0;
}

.postcode-form dt {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
	font-weight: bold;
	color: #23a4cf;
}

.postcode-form dd {
	margin: 0 0 10px;
	padding: 4px 0 0;
}

.postcode-form dd:nth-last-child(1) {
	margin-bottom: 0;
}


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

.postcode-form dt {
	clear: left;
	float: left;
	width: 90px;
	padding-top: 17px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}

.postcode-form dd {
	margin-bottom: 15px;
	padding: 0 0 0 90px;
}

} /* min 481px -- */

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

.postcode-form dt {
	padding-top: 22px;
}

.postcode-form dd {
	margin-bottom: 20px;
}

.postcode-form dd select {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

} /* min 641px -- */

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

.postcode-form dd select {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
}

} /* min 769px -- */



/* ------------------------------------------------------------------------------------------------------ 郵便番号 検索結果 */

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

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

.postcode-sr strong:before {
	content: "〒";
	color: #eb2f00;
}


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

.postcode-sr strong {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.5em;
}

} /* min 481px -- */

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

.postcode-sr strong {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.5em;
}

} /* min 641px -- */

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

.postcode-sr strong {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.5em;
}

} /* min 769px -- */


