@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: calc(100% - 20px);
	max-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;
	width: 100%;
}

#footstep {
	position: relative;
	padding: 0px 0px 0px 11rem;
}

#footstep_detail {
	display: inline;
	position: static;
}
#footstep_detail:before {
	content: '足あと';
	display: block;
	width: 9rem;
	height: 3rem;
	background: #1566ca;
	border-radius: 15px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 0.6rem 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: 20px;
	height: 20px;
	border: none;
	background: url(/img/common/icon_footstep_clear.png) no-repeat center top;
	margin: 4px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}

#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep {
	display: none;
}

.fs_rireki {
	display: inline;
	position: relative;
	top: 3px;
}
.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: 120px;
	right: 0px;
	z-index: 90;
	border: 2px solid #FFF;
	border-right: none;
	border-radius: 20px 0px 0px 20px;
	overflow: hidden;
}

#ktp_viewsw {
	display: inline-block;
	min-width: 4rem;
	background: #ffbb43;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 4rem;
	letter-spacing: 1px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-indent: 1em;
	white-space: nowrap;
	text-align: center;
	padding: 10px 10px 60px 10px;
	cursor: pointer;
	position: relative;
}
#ktp_viewsw.open {
	display: block;
	width: auto;
	height: auto;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	padding: 10px 60px 10px 10px;
}

#ktp_viewsw:after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(/img/common/icon_keep_open.png) no-repeat center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#ktp_viewsw.open:after {
	width: 60px;
	height: 100%;
	background-image: url(/img/common/icon_keep_close.png);
}

#ktp_list_wrap {
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 0px 0px 0px 20px;
}
#ktp_list_wrap2 {
	padding: 20px;
	font-size: 1.6rem;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	background: #1566ca;
	color: #fff;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 8px 10px 7px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#ktp_list_wrap2 .btn_func:hover {
	text-decoration: underline;
	opacity: 0.75;
}

#ktp_item_list {
	display: block;
	width: 18em;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 440px);
	min-height: 45px;
	overflow: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。';
	display: block;
	margin-top: 1em;
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #d4dee7;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	background: url(/img/common/btn_keep_clear.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	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%);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.75;
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none;
}
/* アクセシビリティチェック画面 ここまで */


/* タブレット */
@media screen and (max-width: 1199px) {

	#keep_page {
		display: none !important;
	}

}
/* タブレット ここまで */