/* CSS Document */


/* sub-fv */
.sub-fv {
    height: 420px;
    width: 100%;
    position: relative;
    background: url(../img/bk/skyblue-drop.png) repeat center top;
    background-size: auto;
	padding-top: 100px;
    display: flex;
    align-items: center;
}

.subpage_title {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.subpage_title h2 {
    z-index: 2;
    color: #003c93;
    text-align: center;
    font-size: min(6vw, 65px);
    letter-spacing: 5px;
    line-height: 1.5;
    text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, 0px 0 0 #fff, 4px 0 0 #fff;
    justify-content: center;
}

.sub-fv-wrap .drop-skyblue-jpg {
    background: url(../img/top/sky-drop.jpg);
    background-size: cover;
    bottom: 1px;
    transform: scale(1, 1);
    z-index: -1;
}


@media(max-width: 1000px){
	
	.sub-fv {
    	height: 300px;
		padding-top: 80px;
	}
	
	.subpage_title h2 {
    	font-size: 3rem;
		text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, 0px 0 0 #fff, 2px 0 0 #fff;
	}
	
}



@media(max-width: 600px){
	
	.sub-fv {
    	height: 250px;
	}
	
	.subpage_title h2 {
		font-size: 2.5rem;
	}
	
}
