
/* utilities.css (u- prefix, rem font sizes)
   - Margins: .u-mt-5..100 / .u-mb-5..100 (5px steps)
   - Font size (rem): .u-fs-10..32 (2px刻み)
   - Text-align: .u-ta-l / .u-ta-c / .u-ta-r
   - Font-weight: .u-fw-300/400/500/600/700/800
   - Display/Flex helpers: .u-d-flex .u-ai-c .u-jc-sb .u-gap-16 etc.
*/
.u-ff-zenmaru {font-family: Zen Maru Gothic, sans-serif;}
.u-mt-0{margin-top:0!important;}
.u-mt-5{margin-top:0.5rem!important;}
.u-mt-10{margin-top:1.0rem!important;}
.u-mt-15{margin-top:1.5rem!important;}
.u-mt-20{margin-top:2.0rem!important;}
.u-mt-25{margin-top:2.5rem!important;}
.u-mt-30{margin-top:3.0rem!important;}
.u-mt-35{margin-top:3.5rem!important;}
.u-mt-40{margin-top:4.0rem!important;}
.u-mt-45{margin-top:4.5rem!important;}
.u-mt-50{margin-top:5.0rem!important;}
.u-mt-55{margin-top:5.5rem!important;}
.u-mt-60{margin-top:6.0rem!important;}
.u-mt-65{margin-top:6.5rem!important;}
.u-mt-70{margin-top:7.0rem!important;}
.u-mt-75{margin-top:7.5rem!important;}
.u-mt-80{margin-top:8.0rem!important;}
.u-mt-85{margin-top:8.5rem!important;}
.u-mt-90{margin-top:9.0rem!important;}
.u-mt-95{margin-top:9.5rem!important;}
.u-mt-100{margin-top:10rem!important;}
.u-mb-0{margin-bottom:0!important;}
.u-mb-5{margin-bottom:0.5rem!important;}
.u-mb-10{margin-bottom:1.0rem!important;}
.u-mb-15{margin-bottom:1.5rem!important;}
.u-mb-20{margin-bottom:2.0rem!important;}
.u-mb-25{margin-bottom:2.5rem!important;}
.u-mb-30{margin-bottom:3.0rem!important;}
.u-mb-35{margin-bottom:3.5rem!important;}
.u-mb-40{margin-bottom:4.0rem!important;}
.u-mb-45{margin-bottom:4.5rem!important;}
.u-mb-50{margin-bottom:5.0rem!important;}
.u-mb-55{margin-bottom:5.5rem!important;}
.u-mb-60{margin-bottom:6.0rem!important;}
.u-mb-65{margin-bottom:6.5rem!important;}
.u-mb-70{margin-bottom:7.0rem!important;}
.u-mb-75{margin-bottom:7.5rem!important;}
.u-mb-80{margin-bottom:8.0rem!important;}
.u-mb-85{margin-bottom:8.5rem!important;}
.u-mb-90{margin-bottom:9.0rem!important;}
.u-mb-95{margin-bottom:9.5rem!important;}
.u-mb-100{margin-bottom:10rem!important;}
.u-fs-10{font-size:1rem!important;}
.u-fs-12{font-size:1.2rem!important;}
.u-fs-14{font-size:1.4rem!important;}
.u-fs-16{font-size:1.6rem!important;}
.u-fs-18{font-size:1.8rem!important;}
.u-fs-20{font-size:2rem!important;}
.u-fs-22{font-size:2.2rem!important;}
.u-fs-24{font-size:2.4rem!important;}
.u-fs-26{font-size:2.6rem!important;}
.u-fs-28{font-size:2.8rem!important;}
.u-fs-30{font-size:3rem!important;}
.u-fs-32{font-size:3.2rem!important;}
.u-ta-l{text-align:left!important;}
.u-ta-c{text-align:center!important;}
.u-ta-c img { margin-left: auto !important; margin-right: auto !important;}
.u-ta-r{text-align:right!important;}
.u-fw-300{font-weight:300!important;}
.u-fw-400{font-weight:400!important;}
.u-fw-500{font-weight:500!important;}
.u-fw-600{font-weight:600!important;}
.u-fw-700{font-weight:700!important;}
.u-fw-800{font-weight:800!important;}
.u-ind-1em{padding-left:1em;}
.u-ind-2em{padding-left:2em;}
.u-ind-3em{padding-left:3em;}
.u-w-2   { width: 2% !important; }
.u-w-4   { width: 4% !important; }
.u-w-6   { width: 6% !important; }
.u-w-8   { width: 8% !important; }
.u-w-10  { width: 10% !important; }
.u-w-12  { width: 12% !important; }
.u-w-14  { width: 14% !important; }
.u-w-16  { width: 16% !important; }
.u-w-18  { width: 18% !important; }
.u-w-20  { width: 20% !important; }
.u-w-22  { width: 22% !important; }
.u-w-24  { width: 24% !important; }
.u-w-25  { width: 25% !important; }
.u-w-26  { width: 26% !important; }
.u-w-28  { width: 28% !important; }
.u-w-30  { width: 30% !important; }
.u-w-32  { width: 32% !important; }
.u-w-34  { width: 34% !important; }
.u-w-36  { width: 36% !important; }
.u-w-38  { width: 38% !important; }
.u-w-40  { width: 40% !important; }
.u-w-42  { width: 42% !important; }
.u-w-44  { width: 44% !important; }
.u-w-46  { width: 46% !important; }
.u-w-48  { width: 48% !important; }
.u-w-50  { width: 50% !important; }
.u-w-52  { width: 52% !important; }
.u-w-54  { width: 54% !important; }
.u-w-56  { width: 56% !important; }
.u-w-58  { width: 58% !important; }
.u-w-60  { width: 60% !important; }
.u-w-62  { width: 62% !important; }
.u-w-64  { width: 64% !important; }
.u-w-66  { width: 66% !important; }
.u-w-68  { width: 68% !important; }
.u-w-70  { width: 70% !important; }
.u-w-72  { width: 72% !important; }
.u-w-74  { width: 74% !important; }
.u-w-76  { width: 76% !important; }
.u-w-78  { width: 78% !important; }
.u-w-80  { width: 80% !important; }
.u-w-82  { width: 82% !important; }
.u-w-84  { width: 84% !important; }
.u-w-86  { width: 86% !important; }
.u-w-88  { width: 88% !important; }
.u-w-90  { width: 90% !important; }
.u-w-92  { width: 92% !important; }
.u-w-94  { width: 94% !important; }
.u-w-96  { width: 96% !important; }
.u-w-98  { width: 98% !important; }
.u-w-100 { width: 100% !important; }

.u-d-block{display:block!important;}
.u-d-inline{display:inline!important;}
.u-d-inlineblock{display:inline-block!important;}
.u-d-flex{display:flex!important;}
.u-f-wrap{flex-wrap:wrap!important;}
.u-ai-c{align-items:center!important;}
.u-jc-c{justify-content:center!important;}
.u-jc-sb{justify-content:space-between!important;}

@media (max-width:768px){
  .u-md-hide{display:none!important;}
}
