@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: 0px;
	position: relative;
}

#footstep_detail {
	margin: 10px 0px 5px;
	padding: 3px 0px 3px 6rem;
	position: relative;
	display: inline;
}
#footstep_detail:before {
	content: '足あと';
	display: inline-block;
	width: 4rem;
	height: auto;
	background: #764a32;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1;
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 0px;
	text-align: center;
}

#clear_footstep {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center;
	background-size: auto;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	top: 4px;
	right: auto;
}
#clear_footstep:hover, #clear_footstep:focus {
	opacity: 0.8;
}
#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep {
	display: none;
}

.fs_rireki {
	display: inline;
	color: #333333;
}
.fs_rireki:before {
	content: '>';
	padding: 0px 1.5rem;
}
.fs_rireki:first-child:before {
	display: none;
}
.fs_rireki:last-child a {
	text-decoration: none !important;
	color: inherit !important;
	cursor: default;
}
/* あしあと機能 ここまで */


/* ページ記憶 */
#keep_page {
	width: auto;
	min-height: 5em;
	margin: 0px auto;
	position: fixed;
	top: 155px;
	right: 0px;
	z-index: 90;
	background: rgba(255,255,255,0.9);
	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;
}

#ktp_viewsw {
	display: inline-block;
	min-width: 5rem;
	background: url(/img/common/kpt_view_img.png)no-repeat center top 20px #2a5725;
	height: auto;
	text-align: center;
	padding: 22px 0px 178px;
	cursor: pointer;
	position: relative;
}
#ktp_viewsw span {
	/*display: block;*/
}
#ktp_viewsw .kpt_txt {
	/*-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;*/
}
#ktp_viewsw.open {
	display: block;
	width: auto;
	height: auto;
}
#ktp_viewsw:before {
	/*content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(/img/common/icon_keep_open.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;*/
}
#ktp_viewsw.open:after {
	width: 50px;
	height: 100%;
	background-image: url(/img/common/icon_keep_close.png);
}
#ktp_list_wrap2 {
	padding: 19px 0px 17px;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	border: 1px solid #2a5725;
	color: #333;
	line-height: 2rem;
	margin: 0px 35px 5px 20px;
	text-align: left;
	cursor: pointer;
	font-size: 1.4rem;
}
#ktp_list_wrap2 #ktp_save.btn_func {
	background: url(/img/common/icon_keep_btn1.png) no-repeat 36px center;
	padding: 8px 0px 4px 54px;
}
#ktp_list_wrap2 #ktp_del_all.btn_func {
	background: url(/img/common/icon_keep_btn2.png) no-repeat 18px center;
	padding: 8px 0px 4px 37px;
}
#ktp_list_wrap2 .btn_func:hover {
	background: #f5f5f5;
}
#ktp_list_wrap {
	border: 1px solid #d3d6cd;
}
#ktp_item_list {
	display: block;
	min-width: 255px;
	height: auto;
	margin: 0px;
	padding: 0px 10px 0 20px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}
.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 30px 0px 0px;
	position: relative;
	font-size: 1.4rem;
}
.ktp_item_del {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear1.png) no-repeat center center #c1c1c1;
	background-size: 10px 10px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.8;
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none;
}
/* アクセシビリティチェック画面 ここまで */


/* タブレット */
@media screen and (max-width : 1099px) {

	#keep_page {
		display: none !important;
	}

}
/* タブレット ここまで */