/*	call set.sccs
----------------------------------------------------------------------------------*/
/*	set
----------------------------------------------------------------------------------*/
/* bootstrap grid
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
*/
@media screen and (min-width: 0px) and (max-width: 991px) {
  .test {
    color: red; } }
@media screen and (min-width: 992px) {
  .test {
    color: red; } }

body {
  font-family: 'Catamaran', sans-serif;
  font-size: 17px;
  line-height: 2.2; }

.nav-link,
.dropdown-menu {
  font-size: 16px; }

.boxGray .txt {
  font-size: 14px; }

.boxBlueBorder .ttl h3 {
  font-size: 20px; }

@media screen and (min-width: 992px) {
  .col-lg-3.sitemapWrap {
    width: 29%; }

  .col-lg-2.sitemapWrap {
    width: 12%; } }
