/* 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;
}

.preset-btn-box .type009-relative > div{
	position : relative;
    display: inline-block;
    width: 100%;
}

.type009-top {
	position : absolute;
	/*margin-top: -1em;*/
}
.type009-bottom {
	position : absolute;
	/*margin-top: -1em;*/
}

.type009-top {
	top      : 0%;
	right: 0;
	left: 0;
}

.type009-bottom {
	bottom   : 0%;
	right: 0;
	left: 0;
}