@charset "UTF-8";

a#tec_01+div .wrapper_item .inner_item {
    position: relative;
}
a#tec_01+div .wrapper_item .inner_item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #F3F3F3;
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    a#tec_01+div .wrapper_item .inner_item:after {
        top: auto;
        left: calc(50% - 5px);
        bottom: -20px;
        transform: rotate(90deg);
    }
}