/* common.css */

.l_page2top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	z-index: 999;
	margin: 0;
	-webkit-transform: translate(100%, 0);
	        transform: translate(100%, 0);
	-webkit-transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.3s;
	transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.3s;
	transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.3s;
	transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.l_page2top.-visible {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.l_page2top.-static {
	position: absolute;
	top: -90px;
	right: 0;
}

.l_page2top > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background: #3F3F3F;
	font-size: 0.8rem;
}

@media (pointer: fine) {
	.l_page2top > a:hover {
		background-color: #00A2CB;
	}
}

@media (-ms-high-contrast: none) {
	.l_page2top > a:hover {
		background-color: #00A2CB;
	}
}

@media (pointer: coarse) {
	.l_page2top > a:active {
		background-color: #00A2CB;
	}
}

.l_page2top > a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin-bottom: 5px;
}



/* common_smartphone.css */

@media screen and (max-width: 767px) {
	.l_page2top {
		width: 60px;
		height: 60px;
	}
	.l_contents.-hils + .l_footer .l_page2top,
	.l_contents.-ranpak + .l_footer .l_page2top,
	.l_contents.-ranpak + .rpk_footer + .l_footer .l_page2top,
	.l_contents.-haivision + .l_footer .l_page2top,
	.l_contents.-innophys + .l_footer .l_page2top,
	.l_contents.-ldl + .l_footer .l_page2top,
	.l_contents.-iot + .l_footer .l_page2top,
	.l_contents.-ai + .l_footer .l_page2top {
		bottom: 60px;
	}
	.l_page2top.-static {
		top: -60px;
	}
	.l_page2top > a {
		font-size: 0.76923rem;
	}
	.l_page2top > a::before {
		width: 15px;
		height: 15px;
		margin-bottom: 0;
	}
}