@charset "utf-8";
/* ==================================================
		
		ご成婚者の声 PC

================================================== */
@media screen and (min-width:751px) {
  
/* --------------------------------------------------
		#vi
-------------------------------------------------- */
#vi {
 background: url(/voice/img/bak_vi_pc.jpg) no-repeat center top / cover;
}
  
/* --------------------------------------------------
		.voice
-------------------------------------------------- */
.voice > li {
 width: 47%;
}
.voice > li > div .cap01 {
 width: 164px;
}

}


/* ==================================================
		
		ご成婚者の声 SP

================================================== */
@media screen and (max-width:750px) {
  
/* --------------------------------------------------
		#vi
-------------------------------------------------- */
#vi {
 background: url(/voice/img/bak_vi_sp.jpg) no-repeat right top / cover;
 position: relative;
}
  
/* --------------------------------------------------
		.voice
-------------------------------------------------- */
.voice > li {
 width: 48%;
}

}