@charset "utf-8";
/* CSS Document */

/* 角丸 */
.corner-rounded__200 {border-radius: var(--rounded-200);}

.corner-rounded__5-10 {border-radius: var(--rounded-5-10);}
.corner-rounded__10-25 {border-radius: var(--rounded-10-25);}

.corner-rounded__50per {border-radius: 50%;}

