@charset "utf-8";

/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-break: strict;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
	color: #111;
}
a {
    transition: opacity 0.3s ease-out;
	color: #111;
	text-decoration: underline;
}
a:hover {
    opacity: 0.7;
}
img{
	width: 100%;
}
.sp-br {
    display: none;
}
.pc-br {
    display: block;
}
@media (max-width: 768px) {
    .sp-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 48px;
	height: 48px;
	z-index: 10000;
}
#page-top.fixed {
    position: fixed !important;
}
#page-top img{
	width: 100%;
}
@media screen and (max-width: 768px){
	#page-top {
		bottom: 3vw;
		right: 3vw;
		width: 12.8vw;
    	height: 12.8vw;
	}
}

