@charset "UTF-8";
.blank{
    padding: 4rem 0;
}
.is_page h3.txt-subttl{
	font-size: .9em;
    color: #444;
    text-align: right;
}
.is_page_in{
	position: relative;
	padding: 3em 0;
	height: 30vw;
	min-height: 300px;
}
.is_page-top{
	margin: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
	transition: 1s;
}
.is_page-top-txt{
	position: relative;
	padding: 3em 0;
}
.is_page-top-txt-in{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -350%;
    transform: translate(-50%, -50%) ;
	transition: 1s;
}
.is_page-top-txt-in p,.is_pageplus_txt p{
	font-size: .9em;
    color: #444;
	text-align: center;
	font-weight: lighter;
}
.is_pageplus_txt{
    margin-top: 2em;
}
.is_pageplus_txt img{
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
}
@media screen and (max-width:768px){
	.is_page h3.txt-subttl{
		font-size: 1.1em;
		text-align: center;
	}
    .is_pageplus_txt{
         margin: 2em;
    }
    .is_pageplus_txt p{
        text-align: left;
    }
	.is_page_in{
		min-height: 500px;
	}
	.is_page-top{
		top:50%;
	}
	.is_page-top-txt-in{
		margin-right:-200%;
	}
}
