@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: 1080px;
	margin: 0px auto 11px;
	-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: 5rem;
	background: #535354;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	padding: .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 3px 4px 11px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #545454;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	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 {
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#kpt_viewsw_wrap {
	color: #fff;
	background-color: #00824f;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}
#ktp_viewsw {
	display: block;
	width: 6rem;
	height: auto;
	background: url(/img/common/icon_star.png) no-repeat top 14px center #00824f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 6rem;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-align:  left;
	padding: 46px 0px 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
#ktp_list_wrap {
	color: #fff;
	background-color: #00824f;
}
#ktp_list_wrap2 {
	padding: 20px;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 10px;
	color: #333;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0px 0px 10px;
	padding: 7px 10px;
	text-align: center;
	cursor: pointer;
}
#ktp_list_wrap2 .btn_func:hover {
	text-decoration: underline;
}
#ktp_item_list {
	display: block;
	width: 25em;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: calc(100vh - 350px);
	min-height: 1.5em;
	overflow-y: auto;
}
#ktp_item_list:empty::before {
	content: '登録がありません。';
}
.ktp_item {
	position: relative;
	display: block;
	color: #333;
	background: #fff;
	margin: 2px 0px 0px 0px;
	padding: 8px 35px 8px 10px;
}
.ktp_item a {
	color: #333;
	text-decoration: underline;
}
.ktp_item a:hover {
	text-decoration: none;
}
.ktp_item_del {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #5e5e5e;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* ページ記憶ここまで */

/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none !important;
}
/* アクセシビリティチェック画面 ここまで */

/* スマートフォン */
@media screen and (max-width: 671px) {

	#footstep_wrap,
	#keep_page {
		display: none !important;
	}

}
/* スマートフォン ここまで */