.type009-block div.preset-btn-box a{display:block}.type009-block div.preset-btn-box .type009-txt a{display:inline-block}
/* 2022/04/26 kawasaki アイコン表示位置　上下追加 */
.type009-block .icon-top span.title-span,
.type009-block .icon-bottom span.title-span
{
	display: inline-block;
}

.type009-block .icon-top span.title-span{
	padding-top: 1.5em;
}

.type009-block .icon-bottom span.title-span{
	padding-bottom: 1.5em;
}

.type009-top {
	position : absolute;
	/*margin-top: -1em;*/
    top      : 0%;
	right: 0;
	left: 0;
}
.type009-bottom {
	position : absolute;
	/*margin-top: -1em;*/
    bottom   : 0%;
	right: 0;
	left: 0;
}
