@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

popup_menu
closeBtn

------------------------------------------------- */
.closeBtn:before{
	content: "\f00d";
	width: 45px;
	height: 45px;
	display: block;
	right: 15px;
	top: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 45px;
	color: #fff;
	position: fixed;
	z-index:2;
}
/*  PC */
@media print, screen and (min-width:769px) {
.closeBtn:before{
	right: 20px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.closeBtn:before{
	right: 10px;
}
}






