@charset "UTF-8";
.is_page-top-txt-in p{
	text-align: left;
	padding-bottom: 1em;
}
.is_page-top-txt-in{
	top: 200%;
    line-height: 2;
}
.is_page-top{
	top:40%;
}
.is_page_in{
	height: 75vw;
}
@media screen and (max-width:499px){
	.is_page-top{
		top: 33%;
	}
	.is_page-top-txt-in{
        line-height: 1.6;
		margin-right:-160%;
	}
	.is_page-top-txt-in{
	top: 230%;
}
.is_page_in{
	height: 230vw;
}
}

