@charset "utf-8";
/* CSS Document */


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.inline_b {
	display: inline-block;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


@media screen and (max-width:767px) {
  .subpage img {
/*    width:100% !important;*/
    max-width: 100%; }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}




/* リンクリスト */
.link-icon {
    width: 1.1rem !important;
/*    margin: 0.2rem 0.25rem 0.25rem 0.5rem !important;*/
	margin: 0 0.3rem 0.3rem 0.3rem !important;
    vertical-align: middle;
    display: inline;
    padding:0 !important;
}

.link-icon + .link-icon,
.link-icon + span.filesize + .link-icon,
.link-icon + span.filesize + br + .link-icon,
.link-icon + span.small + .link-icon {
    display: none;
}

td .link-icon {
    width: 1rem;
    margin: 0.2rem 0.5rem 0.25rem 0;
    vertical-align: middle;
    display: inline;
    padding:0 !important;
}

/*.link-icon,*/
.lnk2 a img.link-icon {
	width: 1.1rem !important;
    margin: 0 0.3rem 0.3rem !important;
    display: inline;
    padding:0 !important;
    float: none;
}


/*.link-icon 別ウィンドウ*/
/*
.lnk2 .out a img.link-icon{
    margin: 0.6rem 0.3rem 0.6rem 0 !important;
}
*/

.lnk2 .out.float-left a img.link-icon{
    margin: 0.8rem 0.5rem 0 0 !important;
	float: left;
}

.lnk2 .pdf a .small,
.lnk2 .word a .small,
.lnk2 .excel a .small,
.lnk2 .ppt a .small {
	margin-left: 0.5rem;
}



/* リンクリスト */
/* 0814 */
ul.lnkLst li, .lnkLst li,
div.lnkLst p, .lnkLst p {	
	list-style: none;
/*	background: url("/content/100063065.png");*/ /* /content/100063065.png */
	background-repeat: no-repeat !important;
	background-size: 1.2rem !important;
	background-position: top 0.5rem left 0rem !important;
/*	padding:0.25rem 0 !important;*/
/*	padding-left: 1.7rem !important;*/
}

/*横並び（事業・プロジェクト内）*/
ul.lnkLst.line2 li, .lnkLst.line2 li {
    background-position: top 0.5rem left 0rem !important;
	padding: 0.3rem 0;
}

ul.lnk2.lnkLst li,
ul.lnkLst li.out, .lnkLst li.out,
div.lnkLst p.out, .lnkLst li.out {
	background: none;
	padding:inherit!important;
	padding-left: 0 !important;
}

.lnk2 .lnkLst p {
	background-image :none !important;
	padding-left: 0 !important;
}

ul.lnk2.lnkLst p {
    background: none;
    padding-left: 0 !important;
}

ul.lnk2.lnkLst li a > p {
    font-weight: bold;
	color: var(--blue-color);
}

ul.lnk2.lnkLst li a img.link-icon + p {
    display: inline;
}

ul.lnk2.lnkLst li a > h3 + p,
ul.lnk2.lnkLst li a > h2 + p,
ul.lnk2.lnkLst li a > h3 + p + p,
ul.lnk2.lnkLst li a > h2 + p + p {
	font-weight: normal;
	color: var(--black--color);
}

ul.lnkLst li ul li, .lnkLst li ul li {
    padding-bottom: 0 !important;
}

ul.lnkLst li.pdf.iconlist + li,
.lnkLst li.pdf.iconlist + li {
    background-position: top 0.3rem left 0rem !important;
    color: #0055A7;
    text-decoration: underline;
}
ul.lnkLst li.pdf.iconlist + li:hover,
.lnkLst li.pdf.iconlist + li:hover {
	text-decoration: none;
}

.main-container ul.lnkLst ul,
.main-container .lnkLst ul {
    margin-bottom: 0;
}


/* 0721 */
.e-book {
  list-style: none;
  background-image: url("/content/100921832.png") !important; /* /content/100921832.png */
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
  padding:0.25rem 0 !important;
  padding-left: 24px !important; }

/*
li.out {
  list-style: none;
  background-image: url("/content/100921816.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
  padding:0.25rem 0 !important;
  padding-left: 24px !important; }
*/

.con-text li.out:before {
	display: none;
}

li.pdf {
  list-style: none;
  background-image: url("/content/100921818.png") !important; /* /content/100921818.png */
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important;}

ul:not([class]) li.pdf {
  background-position: 0 0.4rem !important;
}

li.word {
  list-style: none;
  background-image: url("/content/100921811.png") !important; /* /content/100921811.png */
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

.con-text li.pdf:before,
.con-text li.word:before {display: none;}

/* lnk2内PDF,word */
.lnk2 li.pdf,.lnk2 li.word {
	padding:0 !important;
}

/* テーブル内PDF */
td.pdf a {
	padding: 5px 0 0 30px;
	display: inline-block;
}
/* テーブル内PDF */
td a.pdf { background: url("/content/100921818.png") no-repeat left 0.1em !important; } /* /content/100921818.png */

/* テキスト内PDF（dt） */
td.pdf a { background: url("/content/100921818.png") no-repeat left 0.1em !important; } /* /content/100921818.png */

td a.pdf {
	display: block;
/*	text-indent: 20px;*/
	line-height: 1.4;
}
li.excel {
  list-style: none;
  background-image: url("/content/100921820.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

li.ppt {
  list-style: none;
  background-image: url("/content/100921837.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

li.zip {
  list-style: none;
  background-image: url("/content/zip.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

li.dl {
  list-style: none;
  background-image: url("/content/dl.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

li.img {
  list-style: none;
  background-image: url("/content/100921835.png") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

li.note {
  list-style: none;
  background: url("/content/100115288.gif") !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: left 0.4rem !important;
/*  padding:0.25rem 0 !important;*/
  padding-left: 24px !important; }

img.movie-icon {
	width: 30px;
	margin-bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
.subpage img.movie-icon {
    width: 20px !important;
  }
}


.text-left {
  text-align: left !important;
}

.text-right,
.aly_tx_right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.d-none,
.viewer {
  display: none !important;
}



/* common pattern
--------------------------------------------*/

/*---- table ----*/

table {
	width: 100% !important;
    margin: 1rem 0 2rem;
	padding-left: 1rem;
	border-collapse: collapse;
}

table caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    caption-side: top;
    font-weight: bold; }

table caption.nomal {
    font-weight: 100; }

table tr th {
/*	white-space: nowrap;*/
	background: var(--gray-color1);
	text-align: left;
}

table tr td {
	background: var(--white-color);	
}

table tr th,
table tr td {
    border: 1px solid var(--gray-color2);
    padding: 1rem 0.5rem;
    font-weight: normal;
}

table tr th.nowrap,
table tr td.nowrap {
	white-space: nowrap;
}

.table_wrap {
  overflow-x: auto;
  width: 100%;
}



.table1 {
 display: block;	
/*	width: 100%;*/
	margin-bottom: 1rem;
/*	border-collapse: collapse;*/
  table-layout: fixed;
  width: auto;	
	overflow-x: auto;
}

table.table1 {
	padding-left: 0 !important;
}
.table1 th,
.table1 td {
	padding: 2rem 1.5rem;	
	vertical-align: top;
}

.table1 tr th,
.table1 tr td {
	border-top :none;
	border-left :none;
	border-right :none;	
}

.table1 th {
	text-align: center;	
	border-bottom: 1px solid var(--gray-color2);
	background: var(--gray-color1);
}

.table1 td:nth-child(2) {
	width: 40%;
	min-width: 18rem;
}

.table1 td:nth-child(3) {
    width: 60% !important;
	min-width: 43rem;
}

.table1 th:nth-child(1),
.table1 td:nth-child(1),
.table1 th:nth-child(4),
.table1 td:nth-child(4),
.table1 th:nth-child(5),
.table1 td:nth-child(5),
.table1 th:nth-child(6), 
.table1 td:nth-child(6),
.table1 th:nth-child(7), 
.table1 td:nth-child(7) {
        white-space: nowrap;
}

.table1 td {
	text-align: left;
	border-bottom: 1px solid var(--gray-color2);
}

.table1 th:nth-child(1),
.table1 td:nth-child(1) {
	width: 10% !important;
}

.main-container .table1 td ul.topic_tag {
	margin-bottom: 0;
}

.table1 td div a {font-weight: bold;}

.table1 b span:first-child {
    color: var(--black-color);
    background: var(--gray-color1);
    border: solid 1px var(--gray-color2);
}

.table1 b span {
	display: block;
	padding: 0.5rem;
    line-height: 1.4rem;
}

.table1 b span:empty{
  display: none;
}

.table1 b span.sub {
	color: var(--black-color);
	background: var(--white-color);
	border: 1px solid var(--gray-color2);
	border-top: none;
	display: block;
}

@media screen and (max-width: 767px) {
	.table1 {display: table;}
	.table1 thead th {display: none;}	
    .table1 th {	
        padding: 1rem 1.5rem;		
	}
    .table1 td {
		display: block;
		width: 100% !important;
		padding: 0.5rem;
		text-align: left;	
		border-bottom: none;
	}		
	.table1 time br {
		display: none;
	}
	.table1 thead tr,
    .table1 tbody tr {
        border-top: 1px solid var(--gray-color2);
	}
	.table1 tbody tr:first-child {
        border: none;
    }
	.table1 tbody tr:last-child {
        border-bottom: 1px solid var(--gray-color2);
    }	
}

/*事業紹介一覧*/

#pjt_table th:nth-child(4),
#pjt_table th:nth-child(5),
#pjt_table th:nth-child(6),
#pjt_table td:nth-child(4),
#pjt_table td:nth-child(5),
#pjt_table td:nth-child(6) {
  display: none;
}
#pjt_table.show th:nth-child(4),
#pjt_table.show th:nth-child(5),
#pjt_table.show th:nth-child(6),
#pjt_table.show td:nth-child(4),
#pjt_table.show td:nth-child(5),
#pjt_table.show td:nth-child(6) {
  display: table-cell;
}

@media screen and (max-width: 767px) {
	p.chck_btn1 {
		display: none;
	}	
	#pjt_table th,	
	#pjt_table td {
		text-align: left;
	}	
    #pjt_table th:nth-child(1),	
    #pjt_table th:nth-child(2),	
    #pjt_table th:nth-child(3),	
    #pjt_table th:nth-child(4),
    #pjt_table th:nth-child(5),
    #pjt_table th:nth-child(6),
    #pjt_table td:nth-child(4),
    #pjt_table td:nth-child(5),
    #pjt_table td:nth-child(6),	
    #pjt_table.show th:nth-child(1),	
    #pjt_table.show th:nth-child(2),	
    #pjt_table.show th:nth-child(3),	
    #pjt_table.show th:nth-child(4),
    #pjt_table.show th:nth-child(5),
    #pjt_table.show th:nth-child(6),
    #pjt_table.show td:nth-child(4),
    #pjt_table.show td:nth-child(5),
    #pjt_table.show td:nth-child(6) {
		display: block;		
        width: 100% !important;				
    }	
	#pjt_table td  {
        width: 100% !important;
        min-width: auto;
    }
}
	/*-- hr --*/

hr{
    margin: 5rem 0;
    border: solid 1px var(--gray-color2);
}




/*-- border（関連ページ） --*/

/*
.subpage .relevant {
	border: 6px solid var(--blue-color2);
	margin: 2.5rem 0;
}
*/

.subpage .relevant h2 {
	margin-top: 0;
}

.subpage .relevant .relevant_field ul {
	margin: 1.5rem 0;
    padding: 0;
}

.subpage .relevant .relevant_field ul li {
    list-style: none;
}

.subpage .relevant .relevant_field ul li dl dt {
    margin-bottom: 0.5rem;
}

/*
.subpage .relevant .relevant_field dl dd {
    margin-bottom: 0.5rem;
    background: url(../content/100063065.png) no-repeat left 0.4rem !important;
    background-size: 1rem !important;
    padding-left: 1.5rem !important;
}
*/

/*
.main-container .relevant ul {
    padding-left: 0;
    
}
*/

.relevant .relevant_indexs.row{
	margin: 2rem 0 1rem;
}

.relevant_index a {
    display: inline-block;
    border: solid 2px var(--blue-color);
	border-radius: 3rem;	
	padding: 1rem 1rem 1rem 2.5rem;
	color: var(--black-color);
	background: url("/common2/img/arrow.svg") no-repeat; /* img/arrow.svg */
	background-position: left 0.8rem top 52%;
	background-size: 1.2rem;	
    width: 100%;
	text-decoration: none !important;
    text-align: left;
}

.relevant_index a:hover {
    color: var(--blue-color);
	background: var(--blue-color2) url("/common2/img/arrow.svg") no-repeat; /* img/arrow.svg */
	background-position: left 0.8rem top 52%;
	background-size: 1.2rem;
	transition: 0.3s;	
    border: solid 2px var(--blue-color2);
}

.relevant .col-md-4{
    padding-left: 0;
}

.relevant .col-md-4:last-child{
    padding-right: 0;
}

.relevant_indexs li:first-child {
    padding-right: 0;
}
.relevant_indexs li:last-child {
    padding-right: 15px;
}

  @media (max-width: 767px) {
    .relevant .relevant_indexs.row{
        margin: 1rem 0 1rem;
    }	  	  
    .relevant_indexs li {
        padding-bottom: 1rem;
      }
    .relevant .col-md-4 {
        padding-right: 0;
      }
}


/* list-style-type: none; まとめ */
.subpage .relevant .relevant_indexs,
.subpage table ul,
.update-information table tbody ul li,
.nomk, .line, .lnkLst,
ul.nomk, ul.line, ul.lnkLst,
ol.nomk {
    list-style-type: none;
}

/* .main-container ul {padding-left: 1.4rem;} 打ち消し まとめ */
.main-container ul.lnk2,
.main-container ul.content_list,
.main-container .tab_panel ul {
	padding-left: 0;
}


/*あわせて読みたい*/

/*
.read h2{
    background: url("/common2/img/icon_relevant.svg"); 
    background-position: 1rem center;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    padding: 0.8rem 1.2rem 0.7rem 4rem;
    margin: 2rem auto 1.5rem;
}
*/

/*-- icon --*/

.lnkLst{
    margin-bottom: 1rem;
}

.lnkLst .pdf,
.lnkLst .word,
.lnkLst .excel,
.lnkLst .ppt,
.lnkLst .zip,
.lnkLst .dl,
.lnkLst .iconlist,
.lnkLst .noMarker,
.noMarker {
  list-style: none !important;
  background: none !important;
/*  margin-left: -1.3rem !important;*/
  margin-left: 0 !important;
  padding: 0 !important;	
}

.lnkLst .pdf:before,
.lnkLst .word:before,
.lnkLst .excel:before,
.lnkLst .ppt:before,
.lnkLst .zip:before,
.lnkLst .dl:before,
.lnkLst .iconlist:before {
	display: none;
}

.lnkLst h3.pdf,
.lnkLst h3.word,
.lnkLst h3.excel,
.lnkLst h3.ppt,
.lnkLst h3.zip,
.lnkLst h3.dl {
	padding-left: 1.2rem !important;
}

@media screen and (max-width:767px) {
  .e-book,li.out,li.pdf,li.word,li.excel,li.ppt,li.zip,li.dl,li.img,li.note {
    background-size: 12px !important;
    padding: 0 0 !important;
    padding-left: 18px !important; }
  li.note {
    background-position: left 0.2rem !important;
  }
  .subpage img.link-icon {
      width: 1rem !important;
      margin: 0 0.3rem 0 0 !important;
      padding:0 !important;}
}



/*ページネーション*/

ol.pagination{
    text-align: center;
    padding-left: 0;
}

ol.pagination li{
    list-style: none;
    display: inline;
    padding: 0 0.2rem;
}

ol.pagination li a{
    padding: 0 0.1rem;
}

ol.pagination li.prev a{
    background: url("/common2/img/arrow_g_l.svg") no-repeat; /* img/arrow_g_l.svg */
    background-size: 1.2rem;
    background-position: 0 center;
    transform: rotate(30deg);
    padding-left: 1.5rem;
}

ol.pagination li.next a{
    background: url("/common2/img/arrow_g.svg") no-repeat; /* img/arrow_g.svg */
    background-size: 1.2rem;
    background-position: right center;
    padding-right: 1.5rem;
}

@media screen and (max-width:767px) {
	ol.pagination li {
        padding: 0;
	}
}


/* コンテンツ外コンテンツ　:
-------------------------------------------*/

.content_out {
    margin: auto;
    background: var(--gray-color1);
    padding: 4rem 0;
}

.content_out .outline {
    margin: auto;
}
  @media (max-width: 767px) {
    .content_out .outline {
      width: 100%;
      padding: 1rem;
      }
}
  @media (min-width: 768px) and (max-width: 1365px) {
    .content_out .outline {
    width: 100%;
    padding: 1rem 1rem 2rem;
      }
    .content_out section.read .outline {
    padding: 1rem 2rem 2rem;
    }
}
  @media (min-width: 1366px) {
    .content_out .outline {
    width: 100%;
    padding: 1rem 1rem 3rem;
    max-width: 1366px;
    }
    .content_out section.read .outline {
    padding: 1rem 2rem 3rem;
    }
}







.content_out .tab_list ul button{
    padding: 1.5rem 0.6rem 2rem;
}


.content_out section{
    background: var(--white-color);
    border-top: solid 8px var(--blue-color);
    border-left: solid 2px var(--gray-color2);
    border-right: solid 2px var(--gray-color2);
    border-bottom: solid 2px var(--gray-color2);
    margin-top: 4rem;
    padding: 2rem;
}
.content_out section.read{
    padding: 2rem 0;
}

@media (max-width: 767px) {
.content_out section{
    padding: 1rem;
    }
}


.content_out section *:last-child{
    margin-bottom: 0;
}

.content_out section:first-child{
    margin-top: 0rem
}

.content_out section > h2{
    margin-top: 2rem;
    background: none;
    border-left: none;
    padding: 0;
}
.content_out section.read > h2{
    margin: 2rem 2rem 0;
}

.content_out section h2:first-child{
    margin-top: 0;
}



.content_out h3{
    border-left: none;
    margin-top: 2rem;
    padding: 0;
}


/*lo_nav
------------------------------*/
.main-container ul.lo_nav,
.main-container ol.lo_nav {
	padding: 1.5rem 0.5rem;
    border-top: solid 1px var(--gray-color2);
    border-bottom: solid 1px var(--gray-color2);
    margin-bottom: 2rem;
}

.main-container ul.lo_nav li,
.main-container ol.lo_nav li {
    display: inline-block;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    background: url("/common2/img/btn.svg") no-repeat; /* /common2/img/btn.svg */
    background-size: 0.6rem;
    background-position: 0.5rem;
}

.con-text .secondary-navs ul {
	padding: 1.5rem 0.5rem !important;
    border-top: solid 1px var(--gray-color2) !important;
    border-bottom: solid 1px var(--gray-color2) !important;
    margin-bottom: 2rem !important;
}

.con-text .secondary-navs ul li {
    display: inline-block !important;
    padding: 0.5rem 1.5rem 0.5rem 2rem !important;
    background: url("/common2/img/btn.svg") no-repeat !important; /* /common2/img/btn.svg */
    background-size: 0.6rem !important;
    background-position: 0.5rem !important;
}

.con-text .secondary-navs ul.row {display: inherit; margin:0;}
.con-text .secondary-navs ul.text-center {text-align: left !important;}

.con-text .secondary-navs ul li.col-md-3,
.con-text .secondary-navs ul li.col-sm-6 {
	max-width: 100% !important;
    flex: initial !important;
	width: auto;	
}


/*visual_Layout
------------------------------------*/

/*
.visual_Layout{
    display: flex;
    flex-flow: wrap;
    list-style-type: none; 
    justify-content: center;
}

.visual_Layout li{
    max-width: calc( 50% - 2rem );
    margin: 0 2rem 2rem 0;
    text-align: center;
}

.visual_Layout li:even{
    margin: 0 0 2rem 0;
}

.visual_Layout li img{
    max-width: 100%;;
}

@media screen and (max-width:767px) {
    .visual_Layout li{
        max-width: 100%;
        margin: 0 0 2rem 0;
    }
}

*/
