ability_yuma
4/3/2018 - 8:01 AM

20180403

<script>
$(function(){
	var $match = $('.box_about').find('.txt');
	$w.superResize({
		resizeAfter : function() {
			matchHeight($match,(abi.pc) ? 3 : (abi.tab) ? 2 : 2);
		}
	});
});
</script>