@charset "UTF-8";

.support .contents { margin-top: 0; padding-bottom: 5rem;}
.support .content-tit{ margin-bottom: 0;}
.flex-support-head { margin-bottom: var(--Space-XL); display: flex; justify-content: space-between; align-items: center;}
.support .figcaption{ text-align: end;}
.img-support{ margin-bottom: 2rem;}

@media (max-width: 768px) {
    .flex-support-head { flex-direction: column; row-gap: var(--Space-M);}
    
    .tag { margin: 0 0 0 auto;}
}
