/* CSS Document */

.sectionVox > .inner + .inner{margin-top:80px;}

body.corporate.other .imgbox .col.ver2026{gap:10px 2em;}
body.corporate.other .imgbox .col.ver2026 > *{flex-grow:1;}
body.corporate.other .imgbox .col.ver2026 img{object-fit:cover;}
body.corporate.other .imgbox .col.ver2026 > * img{width:100%;}
@media only screen and (max-width: 960px) {
	body.corporate.other .imgbox .col.ver2026{display: flex; flex-direction: column;}
	body.corporate.other .imgbox .col.ver2026 img{width:100%!important;}
}