@charset "UTF-8";

.swichtab-controller {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 317px;
  margin: 0 auto;
}

.swichtab-controller > li {
  flex: 1 1 auto;
  border: #f7c527 1px solid;
  border-width: 1px 1px 1px 0;
}

.swichtab-controller > li:first-child {
  border-width: 1px;
}

.swichtab-controller > li > a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.swichtab-controller > li.is-active > a {
  background-color: #f7c527;
  color: #fff;
}

.swichtab-contents {
  padding: 20px;
  margin-top: 31px;
}

.swichtab-panel {
  display: none;
}
