@charset "utf-8";

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	margin: 10px 0 15px;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.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;
}

/***************************************************
* ヘッダー
***************************************************/
.secHead h2 {
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 10px;
	background: #e4f1d7;
	text-shadow: none;
}

.secHead h2 span {
	display: block;
	border-left: 3px solid #61aa12;
	padding-left: 5px;
	margin-left: 5px;
	border-radius: 1px;
	font-size: 12px;
}

/***************************************************
* コンテンツ
***************************************************/
.tsukintsugaku {
	background: #f4f4f4;
}

.tsukintsugaku .p10 {
	padding: 15px 10px 0;
}

.tsukintsugaku .notes {
	padding: 15px 20px 0;
	color: #808080;
	line-height: 1.4;
	font-size: 13px;
}

.tsukintsugaku .annotation {
	margin: 10px 20px 0;
}

.tsukintsugaku .annotation small {
	color: #808080;
	display: block;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 12px;
	text-indent: -1em;
}

.tsukintsugaku .operator {
	display: block;
	margin: 5px 20px;
	font-weight: bold;
	color: #808080;
}

.tsukintsugaku .stationSet {
	margin: 10px;
	border: 2px solid #dcdcdc;
	border-radius: 6px;
	background: #fff;
	padding-bottom: 15px;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.tsukintsugaku .stationSet .title {
	border-bottom: 2px solid #dcdcdc;
	display: table;
	width: 100%;
}

.tsukintsugaku .stationSet .title h3 {
	padding: 10px;
	font-size: 13px;
	display: table-cell;
}

.tsukintsugaku .stationSet .title a.btnCross {
	display: table-cell;
	width: 30px;
	text-indent: -9999px;
	position: relative;
}

.tsukintsugaku .stationSet .title a.btnCross::before {
	content: " ";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/tsukin/sprite/icon.png?id=20260202a14321fa850);
	background-repeat: no-repeat;
	background-size: 16px 37px;
	-webkit-background-size: 16px 37px;
	background-position: 0 0;
	right: 15px;
	margin-right: -6px;
}

.tsukintsugaku .stationSet p.err {
	color: #c01718;
	padding-bottom: 10px;
	font-weight: bold;
}

.tsukintsugaku .stationSet input.err {
	background-color: #ffd5d5;
}

.tsukintsugaku .stationSet .itemName {
	padding-bottom: 5px;
	font-weight: bold;
}

.tsukintsugaku .stationSet .character {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}

.schStBox input[type=text].formStyle {
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	-webkit-appearance: none;
	line-height: 1.2;
	padding: 8px 5px;
	width: 205px;
}

.schStBox input[type=text]:disabled.formStyle {
	color: #ccc;
	background-color: #f1f1f1;
	box-shadow: none;
	opacity: 1;
	line-height: 1.2;
}

.schStBox input[type=text].formStyle.err {
	box-shadow: none;
}

select {
	color: #333;
	font-size: 12px;
	padding: 9px 20px 9px 5px;
	-webkit-appearance: none;
	border-radius: 3px;
	box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	border: 1px solid #bcbcbc;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/tsukin/select_down.png?id=20260202a14321fa850);
	background-repeat: no-repeat;
	background-size: 17px 7px;
	-webkit-background-size: 17px 7px;
	background-position: right center;
	background-color: #fff;
	width: 205px;
}

select:disabled {
	color: #ccc;
	background-color: #f1f1f1;
	box-shadow: none;
}

.btnAddSt {
	display: block;
	margin: 15px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	line-height: 40px;
}

.btnAddSt span {
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.btnAddSt.ui-hover {
	background: #f9f9f9;
}

.btnAddSt span::before {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/tsukin/sprite/icon.png?id=20260202a14321fa850);
	background-repeat: no-repeat;
	background-size: 16px 37px;
	-webkit-background-size: 16px 37px;
	background-position: 0 -12px;
}

/***************************************************
 * 駅名入力フォーム
 ***************************************************/
.schStBox p.cmt {
	color: #ff5400;
	padding-bottom: 0;
	padding-top: 10px;
	font-weight: bold;
}

.stationNameList {
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	width: 205px;
	margin-top: 10px;
}

.stationNameItem {
	position: relative;
	display: block;
	border-bottom: 1px solid #bcbcbc;
}

.stationNameItem:last-child {
	border-bottom: none;
}

.stationNameItem input {
	position: absolute;
	left: -9999px;
}

.stationNameItemContent {
	position: relative;
	padding: 10px 35px 10px 10px;
}

.stationNameItemContentFirst {
	border-radius: 3px 3px 0 0;
}

.stationNameItemContentLast {
	border-radius: 0 0 3px 3px;
}

.stationNameRadioIcon {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
}

.stationNameItem input:checked + div .stationNameRadioIcon::before {
	visibility: visible;
}

.stationNameItem input:checked + div div {
	background: #f9f9f9;
}

.stationNameRadioIcon::before {
	visibility: hidden;
	content: " ";
	display: block;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/tsukin/sprite/icon.png?id=20260202a14321fa850);
	background-repeat: no-repeat;
	background-size: 16px 37px;
	-webkit-background-size: 16px 37px;
	background-position: 0 -25px;
}

.stationNameTextIcon::before {
	content: " ";
	display: block;
	width: 16px;
	height: 12px;
	margin-left: 10px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/tsukin/sprite/icon.png?id=20260202a14321fa850);
	background-repeat: no-repeat;
	background-size: 16px 37px;
	-webkit-background-size: 16px 37px;
	background-position: 0 -25px;
}

.stationNameLine {
	display: table;
}

.stationNameLine span,
.tsukintsugaku .stationSet .stationNameLine span.character {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/***************************************************
* 検索ボタンエリア
***************************************************/
.formBtnWrap {
	border-bottom: 1px solid #eee;
	background: #e6ede0;
}

.formBtn {
	margin: 20px 10px 0;
}

.formBtn.only {
	margin-top: 15px;
	padding: 10px 0;
}

.formBtn.col2 .btnSearch.line2 {
	padding: 12px 10px;
}

.formBtn.col2 .btnSearch.more {
	padding: 12px 10px;
}

.formBtn.col2 ul {
	display: table;
	width: 100%;
}

.formBtn.col2 li:nth-child(1) {
	padding-right: 10px;
}

.formBtn.col2 li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.formBtn.col2 li span {
	display: table;
	margin: 0 auto;
}

.formBtn .btnSearch {
	display: block;
	border: 1px solid #068bf1;
	background: #068bf1;
	border-bottom: 2px solid #0b6cba;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
}

.formBtn .btnSearch.ui-hover {
	border: 1px solid #0b82de;
	background: #0b82de;
	border-bottom: 2px solid #0f66ad;
}

.formBtn .btnSearch.disabled {
	border: 1px solid #929292;
	text-shadow: 0 -1px 1px #858585;
	background-color: #929292;
	border-bottom: 2px solid #929292;
}

.formBtn .btnSearch.disabled.ui-hover {
	border-bottom: 2px solid #929292;
}

.formBtn .btnSearch.more {
	border: 1px solid #61aa12;
	background: #61aa12;
	border-bottom: 2px solid #47880f;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
	cursor: pointer;
}

.formBtn .btnSearch.more.ui-hover {
	border: 1px solid #5c9e15;
	background: #5c9e15;
	border-bottom: 2px solid #458013;
}

.formBtn .btnSearch.more.disabled {
	border-color: #929292;
	background-color: #929292;
	color: #fff;
	text-shadow: none;
	border-bottom: 2px solid #929292;
}
