@charset "Shift_JIS";

/* ============================================================
	共通(element)
============================================================ */



/* ============================================================
	共通(id,class)
============================================================ */



/* ============================================================
	ポストカード
============================================================ */
#postcard {
	padding: 30px;
	width: 100%;
	height: 540px;
	margin: 0 auto;
	background: #fff;
	filter: drop-shadow(.0 .0 5px rgba(0, 0, 0, .2));
	margin-top: 20px;
}

/*------------------------------
	検索結果
------------------------------ */
#postcard .result {
	position: relative;
	width: 100%;
	height: 100%;
}
/* 郵便番号 */
#postcard .result-num {
	position: absolute;
	top: 0;
	right: 0;
}
#postcard .result-num tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 290px;
}
#postcard .result-num .code-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 50px;
	font-size: 28px;
	border: solid 2px #e40012;
	text-align: center;
}
#postcard .result-num .hyphen {
	color: #e40012;
}
#postcard .result-num .code-4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
	font-size: 28px;
	border: solid 1px #e40012;
	text-align: center;
}
/* 住所 */
#postcard .result-addr {
	height: 85%;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .1em;
}
#postcard .result-addr p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .1em;
}
#postcard .result-addr p span {
	color: #878c8c;
}



/* ============================================================
	広告
============================================================ */
#ad {
	margin-top: 30px;
	text-align: center;
}



/* ============================================================
	タブ
============================================================ */
#tab-label {
	-js-display: flex;
	display: flex;
	align-items: center;
	background: #eff2f4;
	margin-top: 20px;
}

/*------------------------------
	ボタン
------------------------------ */
#tab-label .button {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 10px;
	width: 200px;
	height: 60px;
	font-size: 16px;
	letter-spacing: .1em;
	background: linear-gradient(to bottom, #fff 70%, #f2f4f6 100%);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#tab-label .button.check {
	background: #fff;
}
#tab-label .button img {
	margin-right: 10px;
	width: 21px;
}
#tab-label .button a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ============================================================
	タブの本文
============================================================ */
#tab-panel {
	position: relative;
	background: #fff;
	padding: 40px 35px 50px;
	z-index: 1;
}

/*------------------------------
	郵便番号から検索
------------------------------ */
#tab-panel .postalcode {
}
/* タイトル */
#tab-panel .postalcode .title {
	padding-bottom: 10px;
	font-size: 16px;
	letter-spacing: .1em;
	border-bottom: solid 1px;
}
/* 入力エリア */
#tab-panel .postalcode form {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
#tab-panel .postalcode form span {
	margin-right: 5px;
	font-size: 20px;
	letter-spacing: .1em;
}
#tab-panel .postalcode form .nmb {
	padding: 0 6px;
	font-size: 16px;
	height: 30px;
	letter-spacing: .1em;
	border: solid 1px #d8dcdc;
}
#tab-panel .postalcode form .radio {
	margin-right: 10px;
	margin-left: 20px;
	width: 24px;
	height: 24px;
	border: solid 1px #d8dcdc;
	cursor: pointer;
}
#tab-panel .postalcode form .radio-text {
	font-size: 14px;
	letter-spacing: .1em;
}
/* 注意書き */
#tab-panel .postalcode form .note {
	margin-left: 20px;
	font-size: 14px;
	letter-spacing: .1em;
}

/*------------------------------
	都道府県から検索
------------------------------ */
#tab-panel .address {
	margin-top: 30px;
}
/* 検索結果一覧 */
#tab-panel .address a {
	font-size: 14px;
	color: #193584;
	line-height: 1.8;
	letter-spacing: .1em;
}
#tab-panel .address .abbr {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: .1em;
}
/* クリアボタン */
#tab-panel .address .reload {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 50px;
	width: 100px;
	height: 30px;
	background: #fff;
	border: solid 1px;
	font-size: 16px;
	letter-spacing: .1em;
	cursor: pointer;
}
