/*
.demo {
    background-color: red;
    @include mqMin(w4) {
	    background-color: blue;
	}
}
*/
/*
.demo {
    background-color: red;
    @include mqMax(w4) {
	    background-color: blue;
	}
}
*/
/*
.demo {
    background-color: red;
    @include mqRange(w2, w4) {
	    background-color: blue;
	}
}
*/
.tab-group {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.tab-group__tab-ul {
  list-style: none;
  background-color: #cd2f2f;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: 3rem;
}

.tab-group__tab-li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.tab-group__tab-btn {
  background-color: #827879;
  border-color: transparent;
  border-radius: 0;
  border-width: 0 0 0.3rem 0;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  height: 100%;
  width: 100%;
  font-family: Roboto, sans-serif !important;
}
.tab-group__tab-btn:focus, .tab-group__tab-btn:hover {
  color: #202020;
}
.tab-group__tab-btn:focus {
  outline: none;
}

.tab-group__tabpanel {
  border-color: #e0dddd;
  border-style: solid;
  border-width: 0 0.05rem 0.05rem 0.05rem;
}

.tab-group__tab-content {
  padding: 1rem;
}

.tab-group__tab-li_fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tab-group__tab-btn_selected {
  background: #fff !important;
  border-bottom: solid 4px #0094dd;
  color: #0094dd;
}
.tab-group__tab-btn_selected:focus, .tab-group__tab-btn_selected:hover {
  color: #202020;
}






@media only screen and (min-width:320px) and (max-width:669px) {
	
	
	
	
	
}