.fixed {
	background-color: #ffffff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.grid_txt,
.grid_section .grid_txt{height: 100%;}

.gridline_section_catch,
.gridline_section_catch a,
.grid_section_catch,
.grid_section_catch a,
.grid_section_txt,
.gridline_section_txt,
.gridline_section_txt a{
	color: #ffffff;
}

.blink.imgliq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.blink.imgliq.black_tm::before {background-color: rgba(0, 0, 0, 0.3);}
.blink.imgliq:hover::before {background-color: rgba(204, 0, 0, 0.3);}

.qa_click_a{display: none;}

main.inner {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 979px) {
	main.inner{display: block;}
}


/****************************************************************/
/* on off */
/****************************************************************/
.sp_on{display: none;}
.sptab_on{display: none;}

@media only screen and (max-width: 979px) {
	.sptab_non{display: none;}
	.sptab_on{display: block;}
}
@media only screen and (max-width: 690px) {
	.sp_on{display: block;}
	.pc_on{display: none;}
	.sp_non{display: none;}
}