@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */


.img1_space {
	width: 100%;
	display: block;
	margin-bottom: 2.5em;
	position: relative;
}
.img1 {
	width: 65%;
	display: block;
}
.img1_spacetext {
	width: 55%;
	background-color: rgba(243,239,228,0.75);
	padding: 1.5em 3em;
	display: block;
	color: #205289;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 1px;
	position: absolute;
	left: 45%;
	top: 23%;
	z-index: 2;
}
.img2 {
	width: 70%;
	display: block;
	margin: 0 auto 2.5em;
}




@media screen and (max-width:1199px) {
.img1_spacetext {
	width: 55%;
	padding: 1.5em 2em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 45%;
	top: 20%;
}		
}


@media screen and (max-width:944px) {
.img1_spacetext {
	width: 55%;
	padding: 1.5em 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 45%;
	top: 18%;
}		
}


@media screen and (max-width:896px) {
.img1_spacetext {
	width: 60%;
	padding: 1.5em 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 40%;
	top: 20%;
}		
}

@media screen and (max-width:821px) {
.img1_spacetext {
	width: 62%;
	padding: 1.5em 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 38%;
	top: 15%;
}		
}


@media screen and (max-width:795px) {
.img1_spacetext {
	width: 62%;
	padding: 1.5em 1.4em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 38%;
	top: 15%;
}		
}

@media screen and (max-width:786px) {
.img1_spacetext {
	width: 63%;
	padding: 1.5em 1.4em;
	font-size: 1.3em;
	line-height: 1.5em;
	left: 37%;
	top: 15%;
}		
}

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



@media screen and (max-width:767px) {
.img1_space {
	width: 100%;
	display: block;
	margin-bottom: 1.5em;
	position:;
	position: static;
}
.img1 {
	width: 100%;
	display: block;
	margin-bottom: 1.5em;
}
.img1_spacetext {
	width: 100%;
	background-color: rgba(255,255,255,1);
	padding: 0;
	display: block;
	color: #205289;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.45em;
	letter-spacing: 0px;
	position: static;
}
.img2 {
	width: 100%;
	display: block;
	margin: 0 auto 1.5em;
}


	
	
}





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




}





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


}
