#technologyOuter h2{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
	z-index: 10;
	font-size: 34px;
}
#technologyOuter h2 span{
	font-size: 34px;
}
/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	#technologyOuter h2{
		position: static;
	}
	#technologyOuter h2,
	#technologyOuter h2 span{
		font-size: 24px;
	}
}
    
    
        
        
