.hxstyle04 {
    font-size: 1.6em;
    margin-bottom: 30px;
    background: url(../images/bg01.svg) no-repeat;
    background-size: 60%;
    height: 80px;
    background-position: bottom left;
    display: inline-block;
}

#telework h3 {
	font-size: 1.3em;
	margin-bottom: 1.5em;
}

#telework .hxstyle02 span {
	background-size: 100%;
	background-position: center bottom 5px;
}

#telework .hxstyle01#telework3 {
	margin-bottom: 15px;
}

#telework .hxstyle01#telework3 span {
	background-size: 200px;
	background-position: bottom 20px right;
}

#telework .note {
	line-height: 19px;
	font-size: 12px;
	color: #666666;
	text-indent: 0;
	counter-reset: note;
	padding-left: 70px;
}

#telework .note span {
	display: block;
	position: relative;
}

#telework .note span:before {
	counter-increment: note;
	content: "※" counter(note);
	position: absolute;
	top: 0;
	left: -70px;
}

@media only screen and (min-width: 1150px) {
	#telework h1 {
		top: 120px;
	}
	
	.mainv-ttl {
		top: 230px;
	}
}

@media screen and (max-width: 1149px) and (min-width: 768px) {
	#telework h1 {
		top: 9.72vw;
	}
}


@media screen and (max-width: 767px) and (min-width: 320px) {
	#telework h1 {
		top: 20vw;
	}
	
	#telework .hxstyle01#telework3 span {
		background-size: 45vw;
        background-position: bottom;
        height: 125px;
	}
    
