@charset "UTF-8";



.tab-container11 {
  list-style-type: none;
  padding: 0;
  margin: 60px auto;
  max-width: 900px;
  position: relative;
  background: #fff;
}
.tab-container11:after {
  content: "";
  display: table;
  clear: both;
}
.tab-container11 ul {
  list-style-type: none;
  padding: 0;
}
.tab-container11 .arrows11  {
  display: block;
  width: 60px;
  font-size: 32px;
  bottom: 10px;
  right: 0px;
  position: absolute;
}
.tab-container11 .arrows11  label {
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
.tab-container11 .arrows11  label:hover {
  color: #333;
}
.tab-container11 .tab-content-container11 {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 22px;
  background: #fff;
  position: absolute;
  top: 42px;
  padding: 0px 40px 0 20px;
  border: 2px solid #490E67;
  border-top: 0;
  box-shadow: 0 5px 5px -5px #333;
}
.tab-container11 .tab-content-container11 .tab-content11 {
  opacity: 0;
  padding-top: 25px;
  min-height: 160px;
  transition: opacity 0.1s ease-in;
}
.tab-container11 .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 20%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #715091;
  color: #fff;
  text-align: center;
  border-top: 2px solid #490E67;
  border-right: 2px solid #490E67;
}
.tab-container11 .tab.l-b-chapter6 {
  border-left: 2px solid #490E67;
}
.tab-container11 .tab:hover {
  background: #490E67;
}
.tab-container11 .tab-toggle-chapter6 {
  display: none;
}
.tab-container11 .tab-toggle-chapter6.active + .tab, .tab-container11 .tab-toggle-chapter6:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container11 .tab-toggle-chapter6.active ~ .tab-content-container11, .tab-container11 .tab-toggle-chapter6:checked ~ .tab-content-container11 {
  height: auto;
  opacity: 1;
	width: 100%;
}
.tab-container11 .tab-toggle-chapter6.active ~ .tab-content-container11 .tab-content11, .tab-container11 .tab-toggle-chapter6:checked ~ .tab-content-container11 .tab-content11 {
  opacity: 1;
}
.tab-container11 .tab-toggle-chapter6.active ~ .tab-content-container11 .tab-content11 label, .tab-container11 .tab-toggle-chapter6:checked ~ .tab-content-container11 .tab-content11 label {
  opacity: 1;
}


