@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.header_inner{
	background-color: rgba(0,0,0,0.5);
}
.header_cnt .logo img{
	max-width: 50px;
	top: 0;
}
.h_cnt_h1{
	position: relative;
}
.h_cnt_h1:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 1;
}
.h_cnt_h1 article{
	position: relative;
	z-index: 2;
}
.h_cnt_h1 article h1, .h_cnt_h1 article p{
	text-shadow: 0px 0px 5px #000;
}
.h_cnt_h1 article div{
	text-shadow: 0px 0px 5px #000;
}
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */