@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: 1080px;
	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_detail:before {
	content: '足あと';
	width: 4rem;
	height: 2rem;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 0.4rem 0px 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

#clear_footstep {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 19px;
	margin: 1px 0px 0px 10px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_footstep_clear.png) no-repeat center center;
	line-height: 1;
	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 {
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 90;
	width: auto;
	background: #1b416d;
	color: #fff;
	border-radius: 5px 0px 0px 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#kpt_viewsw_wrap {
	display: inline-block;
	width: 6rem;
}
#ktp_viewsw {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-align:  left;
	padding: 52px 18px 20px;
	background: url(/img/common/icon_ttl_keep.png) no-repeat center 20px;
	cursor: pointer;
}

#ktp_list_wrap {
}
#ktp_list_wrap2 {
	padding: 15px 50px 15px 10px;
	font-size: 1.5rem;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	background: #fff;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 5px 0px 3px;
	text-align: center;
	cursor: pointer;
}
#ktp_list_wrap2 .btn_func:hover {
	text-decoration: underline;
}

#ktp_item_list {
	display: block;
	width: 17.5em;
	height: auto;
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。';
	display: block;
	background: #fff;
	color: #333;
	padding: 10px;
}

.ktp_item {
	display: block;
	margin: 0px 0px 1px;
	padding: 9px 30px 8px 10px;
	background: #fff;
	color: #333;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 19px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center;
	color: #000;
	line-height: 1;
	cursor: pointer;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#keep_page_close {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	color: inherit;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none;
}
/* アクセシビリティチェック画面 ここまで */