@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mymainback #footstep_wrap {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	width: 100%;
}

#footstep {
	margin: 0px;
	padding: 5px 0px 4px 6rem;
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
}

#footstep_detail {
	display: inline;
}
#footstep_detail:before {
	content: '足あと';
	display: block;
	width: 4.5rem;
	background: #fff;
	border-radius: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	padding: 4px 0px 3px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 0px;
}

#clear_footstep {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 0px 0px 10px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_footstep_clear.png) no-repeat center center #fff;
	color: #000;
	border-radius: 100%;
	cursor: pointer;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep {
	display: none;
}

.fs_rireki {
	display: inline;
}
.fs_rireki:before {
	content: '>';
	padding: 0px 0.4em;
}
.fs_rireki:first-child:before {
	display: none;
}
.fs_rireki:last-child a {
	text-decoration: none !important;
	color: inherit !important;
	cursor: default;
}
/* あしあと機能 ここまで */


/* ページ記憶 */
#keep_page {
	font-size: 1.5rem;
	text-align: left;
	padding: 20px;
}
#keep_page .btn_func {
	display: block;
	width: 100%;
	border: none;
	background: #831c22;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	text-align: center;
	cursor: pointer;
}

#ktp_item_list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: calc(100vh - 280px);
	min-height: 60px;
	overflow-y: auto;
}
#ktp_item_list:empty {
	min-height: 0px;
}
#ktp_item_list:empty:before {
	content: '登録がありません。';
	display: block;
	margin: 1em 0px;
}

.ktp_item {
	display: block;
	border-bottom: 1px solid #831c22;
	padding: 9px 30px 8px 0px;
	position: relative;
}
.ktp_item_del {
	display: block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_mypage_close.png) no-repeat center center #fff;
	color: #000;
	border-radius: 100%;
	cursor: pointer;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
/*
.errrange ~ #keep_page {
	display: none;
}
*/
/* アクセシビリティチェック画面 ここまで */