@charset "utf-8";


/*----------------------------------------------------

	voice

----------------------------------------------------*/



/*----------------------------------------------------

	header

----------------------------------------------------*/
#voice header {
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	width: 100%;
	
	background-image: none;
	text-align: center;
	padding: 10px 0;
}

/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
#voice header {
	width: 100%;	
}

#voice header img {
	width: 135px;
	height: 100px;
}
}


/*----------------------------------------------------

	.contents

----------------------------------------------------*/
.mhuSec05 {
	padding-top: 180px;
    padding-bottom: 50px;
}

/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
.mhuSec05 {
	padding-top: 150px;
    padding-bottom: 20px;
}
}

.backHome {
    margin-top: 0px;
}




