/* Bootstrap Utilities - trimmed for current Kyushu Sangyo University LP
   Based on Bootstrap Utilities v5.3.8
   Contains only utility classes currently used by index.html.
*/

/* display */
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-flex{display:flex!important}

/* flex */
.align-items-center{align-items:center!important}

/* order */
.order-3{order:3!important}
.order-4{order:4!important}

/* margin */
.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}

/* padding */
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}

/* typography */
.lh-1{line-height:1!important}
.lh-lg{line-height:2!important}
.text-center{text-align:center!important}

/* md: 768px+ */
@media (min-width:768px){
	.d-md-flex{display:flex!important}
	.flex-md-column{flex-direction:column!important}

	.order-md-1{order:1!important}
	.order-md-2{order:2!important}
	.order-md-3{order:3!important}
	.order-md-4{order:4!important}

	.mt-md-5{margin-top:3rem!important}
	.mt-md-auto{margin-top:auto!important}
	.mb-md-5{margin-bottom:3rem!important}

	.pt-md-5{padding-top:3rem!important}
	.ps-md-5{padding-left:3rem!important}
}

/* lg: 992px+ */
@media (min-width:992px){
	.order-lg-1{order:1!important}
	.order-lg-2{order:2!important}
	.order-lg-3{order:3!important}
	.order-lg-4{order:4!important}
}