/**
 * footer/footer.php用のCSS
 * 
 */



.common-privacy-policy-wrapper{
	margin              : 1em auto;
	max-width           : 750px;
	font-size           : 12px; 
	font-family         : 'Josefin Slab', 'Noto Serif JP', 'Noto Serif', serif;
	font-weight         : 700;
	text-align          : center;
}
.common-privacy-policy-wrapper::before{
	content             : '\f3ed';
	font-family         : 'Font Awesome 5 Free';
	font-weight         : 900;
	font-size           : smaller;
	color               : #696969;
	padding-right       : 8px;
}
@media screen and (max-width: 768px){
	.commmon-privacy-policy{
		display         : none;
	}
}



#footer_copyright{
	position            : fixed;
	top                 : 0;
	left                : 0.5em;
	z-index             : 999;
	height              : 100%;
	height              : 100vh;
	max-height          : 800px;
	font-size           : 12px;
	line-height         : 2.0em;
	text-align          : center;
	text-shadow         : 0 0 0.10em #FFFFFF, 0 0 0.12em #FFFFFF, 0 0 0.15em #FFFFFF,
	                      0 0 0.20em #FFFFFF, 0 0 0.30em #FFFFFF, 0 0 0.35em #FFFFFF,
	                      0 0 0.40em #FFFFFF, 0 0 0.48em #FFFFFF, 0 0 0.50em #FFFFFF;
	-ms-writing-mode    : tb-rl;
	    writing-mode    : vertical-rl;
	text-orientation    : sideways;
}

#footer_copyright span{
	display             : inline-block;
	margin              : 0.2em;
}

@media screen and (max-width: 768px){
	#footer_copyright{
		position        : static;
		margin          : 0.7em;
		font-size       : 10px;
		height          : auto;
		-ms-writing-mode: unset;
		    writing-mode: unset;
		text-orientation: unset;
	}
}

