@charset "UTF-8";
/*！cscカラーを宣言*/
.bg-csc { background-color: #009BA2; }

.text-color-csc { color: #009BA2; }

/*!基本の幅*/
.mr-auto, .wide-sm, .wide-md, .wide-lg, .wide-xl { margin-left: auto; margin-right: auto; }

.wide-sm { width: 576px; }

.wide-md { width: 768px; }

.wide-lg { width: 992px; }

.wide-xl { width: 1200px; }

.wide-max-xl { max-width: 1200px; }
