@charset "utf-8";
/* CSS Document */

/* トップ画像
-----------------------------------------*/

.image {
	background-image: url(../img/top.jpg);/*TOP画像*/
	background-repeat:no-repeat;
	background-position:center;	
	background-blend-mode:screen;
	background-size: cover;
	background-color: rgba(0,65,178,0.4);
}







/*------------↓ここからウィンドウ幅が771〜1024pxの場合に適用するCSS---------------*/
@media screen and (max-width: 1024px) {





}

/*------------↓ここからウィンドウ幅が580〜770pxの場合に適用するCSS---------------*/

	
@media screen and (max-width:770px) {



}

/*------------↓ここからウィンドウ幅が0〜580pxの場合に適用するCSS---------------*/
@media screen and (max-width:580px) {




}


/*------------↓ここからウィンドウ幅が0〜480pxの場合に適用するCSS---------------*/
@media screen and (max-width:480px) {


}


/*------------↓ここからウィンドウ幅が0〜360pxの場合に適用するCSS---------------*/
@media screen and (max-width:360px) {



}
