/*
fontawesome svg表示代替
各svgファイル置き場は
/fullsize/images/front/fa-alt/
*/

.fa-angle-right::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fullsize/images/front/fa-alt/fa-angle-right.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
}

.fas.fa-chevron-circle-right::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fullsize/images/front/fa-alt/fa-chevron-circle-right.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
}

.fa.fa-chevron-circle-right::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fullsize/images/front/fa-alt/fa-chevron-circle-right-invert.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
    filter: invert(100%);
}

.fa-search::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fullsize/images/front/fa-alt/fa-search.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
}

.fa-map-marker-alt::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fullsize/images/front/fa-alt/fa-map-marker-alt.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
}