@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: 1100px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#mymainback #footstep_wrap {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

#footstep {
	position: relative;
	padding-left: 6rem;
}

#footstep_detail {
	display: inline;
	position: static;
}
#footstep_ttl {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #333333;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

#clear_footstep {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear_black.png) no-repeat center center #333333;
	background-size: 18px 18px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}

#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 {
	text-align: left;
}
#keep_page .btn_func {
	display: block;
	width: 100%;
	border: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px top;
	color: #111111;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 8px 0px 8px 38px;
	cursor: pointer;
	text-align: left;
}
#keep_page .btn_func:hover,
#keep_page .btn_func:focus {
	text-decoration: underline;
}
#keep_page #ktp_save.btn_func {
	background-image: url(/img/common/icon_btn_keep1.png);
}
#keep_page #ktp_del_all.btn_func {
	background-image: url(/img/common/icon_btn_keep2.png);
}

#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;
	margin: 0px;
	padding: 10px 30px 10px 0px;
	line-height: 1.5;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear_white.png) no-repeat center center #ffffff;
	background-size: 18px 18px;
	border-radius: 100%;
	color: #000000;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
/*
.errrange ~ #keep_page {
	display: none !important;
}
*/
/* アクセシビリティチェック画面 ここまで */


/* スマートフォン */
@media screen and (max-width : 1099px) {

	#footstep_wrap {
		display: none !important;
	}

}
/* スマートフォン ここまで */