body a {
    word-break: break-all;
}
.icon-calendar {
    background: url(/assets/icon/icon_calendar.svg) left center no-repeat;
    background-size: auto 100%;
}
.icon-pin {
    background: url(/assets/icon/icon_pin.svg) left center no-repeat;
    background-size: auto 100%;
}
.icon-yen {
    background: url(/assets/icon/icon_yen.svg) left center no-repeat;
    background-size: auto 100%;
}
.icon-time {
    background: url(/assets/icon/icon_time.svg) left center no-repeat;
    background-size: auto 100%;
}
