@charset "UTF-8";

header{
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*20211027*/
}
@media print, screen and (min-width: 1001px) {
header{
	height: 70px;
	background: rgba(255,255,255,1.0);/*20211027*/
	position: relative;
}
}
.header_bg{
	width:100%;
	height: 70px;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.fixedBox3{
	display: block;
}
@media print, screen and (min-width: 1001px) {
.fixedBox3{
	display: none;
}
.fixedBox3_pc_on{
/*	display: none;*/
	display: block;
	/*opacity: 0;*
}
}


