@charset "utf-8";
/* common */
.section_title { font-size: var(--font-large); font-weight: 400; line-height: 34px; margin: 8px 0 32px; }
.img_box { width: 100%; text-align: center; padding: 16px; background: rgba(139, 79, 246, 0.12); border-radius: var(--border-radius-s); }
.img_box p { font-size: var(--font-regular); font-weight: 400; margin-top: 24px; }
.img_box p strong { color: var(--color-main); }