.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}



ol, ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:0;
}



.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock, .tabBlock-tabs {
  margin: 0;
  text-align:left;
  width:100%;
  float:left;
}
.tabBlock-tabs {
	text-align:left;	
	background-color:#fff;
	

}
.tabBlock-tab {
  background-color:#fff;
  border:1px solid #ddd;
  color: #000;
  cursor: pointer;
  font-family: 'Conv_Futura Koyu';
  float: none;
  display:block;
  padding:20px 25px;
  position: relative;
  transition: 0.1s ease-in-out;
  margin:0;
  font-size:18px;
  text-align:center;
  float:left;
}


/***********/





/*.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
/*.tabBlock-tab::before {
  background-color: #ed87bd;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}*/
.tabBlock-tab:hover {
  background-color:#FF0013;
   color: #fff;
}
.tabBlock-tab.is-active {
  position: relative;
  color: #fff;
  z-index: 1;
  background-color:#FF0013;
}

.tabBlock-tab.is-active:after{
	position:absolute;
	z-index:2;
	left:50%;
	bottom:-10px;
	margin-left:-15px;
	content:'';
	 border-right: 18px solid transparent;
    border-left: 15px solid transparent;
    border-top:10px solid #FF0013;
}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/
.tabBlock-content {
	/*background-color:#E6E6E8;*/
  border: 1px solid #DDDDDD;
	overflow:hidden;
	width:100%;
	float:left;
	text-align:left;
	padding:50px 25px;
}


.tabBlock-pane > :last-child {
  margin-bottom: 0;
  overflow:hidden;
}

/***********************640px *************************************/
@media only screen and (max-width: 1024px) {
.tabBlock-tab {
  padding: 10px 10px;
  font-size:16px;
  border-right:0;
 	width:100%;
 	/*margin:0 0 1px 0;*/
	border-bottom:1px solid #ddd;

}
.tabBlock-content {
		border-top:0;


}
.tabBlock-tab.is-active:after{
	display:none;
}
}
@media only screen and (max-width: 768px) {
.tabBlock-content {

	padding:25px;
}}