@charset "utf-8";

/***************************************************
* 見出し
***************************************************/
h2.sectionHead {
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 10px;
	background: transparent;
	text-shadow: none;
	font-weight: bold;
	text-align: left;
}

h2.sectionHead span {
	display: block;
	height: 15px;
	border-left: 5px solid #5f5b5b;
	padding-left: 10px;
	margin-left: 10px;
	border-radius: 0;
}

/***************************************************
* リスト
***************************************************/
ul.list {
	display: block;
	width: 100%;
	border-top: 1px solid #dadada;
}

ul.list li {
	display: block;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #dadada;
}

ul.list li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #333;
}

/* 2カラムの場合 */
ul.list.col2 li {
	float: left;
	width: 50%;
}

ul.list.col2 li:nth-child(odd) {
	border-right: 1px solid #dadada;
}

ul.list.col2:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* 右矢印アイコン */
ul.iconArrowRight li a {
	padding-right: 20px;
}

ul.iconArrowRight li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/common/arrow_right_brown.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 9px 13px;
	-webkit-background-size: 9px 13px;
	background-position: 0 0;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}

/***************************************************
* アイコン
***************************************************/

/* 丸アイコン：ムラサキ */
.iconCirclePurple {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 1;
	line-height: 18px;
	font-size: 10px;
}

.iconCirclePurple:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	top: 50%;
	margin-top: -9px;
	background-color: #b275dc;
	z-index: -1;
}

/* PCアイコン */
.iconPc:before {
	content: "PC";
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 18px;
	position: absolute;
	width: 40px;
	height: 18px;
	border-radius: 10px;
	top: 50%;
	margin-top: -9px;
	right: 30px;
	background-color: #c3bd9e;
}

/***************************************************
* アプリ紹介
***************************************************/
.appIntroduction {
	display: block;
}

.appIntroduction .inner {
	display: block;
	padding: 10px 10px 0;
}

.appIntroduction .appImage {
	display: block;
	position: relative;
	width: 88px;
	height: 88px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/index/app_icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 88px 88px;
	-webkit-background-size: 88px 88px;
	margin: 0 auto;
}

/* 無料アイコン */
.iconFree:before {
	content: " ";
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/index/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 38px 127px;
	-webkit-background-size: 38px 127px;
	background-position: 0 -89px;
	right: -24px;
}

.appIntroduction h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}

.appIntroduction p {
	padding: 10px;
	line-height: 1.4;
	border: 1px dotted #ccc;
	background-color: #fff;
	margin-bottom: 10px;
}

/* appleStore */
.appIntroduction .appStoreBadge {
	display: block;
	width: 162px;
	height: 50px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/index/app_store_badge.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 162px 50px;
	-webkit-background-size: 162px 50px;
	margin: 0 auto 10px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

/* googlePlay */
.appIntroduction .googlePlayBadge {
	display: block;
	width: 144px;
	height: 45px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/index/google_store_badgr.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 144px 45px;
	-webkit-background-size: 144px 45px;
	margin: 0 auto 10px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

/* .listを上書き */
.appIntroduction ul.list {
	padding-bottom: 5px;
	border-top: 1px dotted #ccc;
}

.appIntroduction ul.list li {
	background: transparent;
	border-bottom: 1px dotted #ccc;
}

.appIntroduction ul.list li a {
	padding: 10px 10px 10px 0;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

.appIntroduction ul.list li a span {
	padding-right: 5px;
}

.appIntroduction ul.list li a.ui-hover {
	background-color: #faf9f5;
}

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	margin: 10px 0 15px;
}

.breadcrumb-inner {
	padding: 0 9px;
}

.breadcrumb-list {
	list-style: none;
}

.breadcrumb-list li {
	display: inline-block;
	font-size: 10px;
	line-height: 23px;
}

.breadcrumb-list li a {
	text-decoration: underline;
}

.headerPclinkWrap {
	height:180px;
	background: #5f5b5b;
	position: relative;
}

a.headerPclinkButton {
	display: block;
	width:70%;
	max-width: 720px;
	height: 136px;
	font-size: 36px;
	font-weight: 700;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 136px;
	background: #fff;
	color: #333;
	box-shadow: inset 0 -2px #f1f1f1;
	border: solid 1px #6fba2c;
	text-align: center;
	margin:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

a.headerPclinkButton.ui-hover {
	background: #eaeaea;
}
