@charset "utf-8";

.column_border_top{
    border-top: 1px solid #ddd;
}
.icon_new{
    position:relative;
}
.icon_new::after {
    display: inline-block;
    width: 52px;
    height: 52px;
    content: "";
    position: absolute;
    left: 5%;
    bottom: -26px;
}
.icon_new.red::after{
    background: url(/jp/ja/jalcard/service/img_sites/travelcolumn/icon_red.png) no-repeat;
    background-size:contain;
}
.icon_new.world::after{
    background: url(/jp/ja/jalcard/service/img_sites/travelcolumn/icon_world.png) no-repeat;
    background-size:contain;
}
.contents_txt p{
    line-height: 2;
}
@media all and (min-width:740px){
    .icon_new::after {
        width: 105px;
        height: 105px;
        left: 5%;
        bottom: -52px;
    }
}