@CHARSET "UTF-8";

/**
 * style.css にフォルダ内共通スタイルを記述してください。
 */
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(100,100,100,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}



.botan1 {
	background-color: #205289;
	color: #FFFFFF;
	width: 46%;
	margin: 0px auto;
	display: block;
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	font-size: 1.1em;
}
.botan1:hover {
	background-color: #CEE4E9;
	text-decoration: none;
}
.end_emphasis {
	font-size: 1rem!important;
  font-weight: bold;
  color: #1e528e;
}
.end_topbtn a {
	width: 150px;
	border-radius: 10px;
	border: solid #1f528e 1px;
 }
 .end_topbtn a{
	color: #1f528e;
	display: block;
}



@media screen and (max-width:767px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(100,100,100,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}



}




@media screen and (max-width:575px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(100,100,100,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}



}




@media screen and (max-width:425px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(100,100,100,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}



}
