@charset "UTF-8";
#teacher-society label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  background-color: #063D8C;
  border-top: 5px solid #fff;
  color: #fff;
}

#teacher-society label.panel-label:hover {
  background-color: #fff;
  border-top: 5px solid #063D8C;
  color: #063D8C;
}

#teacher-society #panels section {
	display: none;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
  overflow-y: hidden;
}

#teacher-society #panel-1-ctrl:checked ~ #panels #panel-1,
#teacher-society #panel-2-ctrl:checked ~ #panels #panel-2,
#teacher-society #panel-3-ctrl:checked ~ #panels #panel-3,
#teacher-society #panel-4-ctrl:checked ~ #panels #panel-4 {
	display: inline;
  max-height: initial;
  opacity: 1;
}

#teacher-society #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
#teacher-society #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
#teacher-society #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
#teacher-society #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
}

#teacher-society #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
#teacher-society #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
#teacher-society #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
#teacher-society #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background-color: #fff;
  border-top: 5px solid #063D8C;
  color: #063D8C;
}

#teacher-society ul#tabs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  text-align: center;
}

#teacher-society ul#tabs-list li {
  border-right: 1px solid #fff;
  text-align: center;
  position: relative;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

#teacher-society ul#tabs-list li label.panel-label {
  position: relative;
  padding: 24px 0;
}

#teacher-society ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
}

#teacher-society ul#tabs-list li:last-child {
  border-right: none;
}

#teacher-society ul#tabs-list li a {
  background-color: #063D8C;
  border-top: 5px solid #fff;
  color: #fff;
  display: block;
  padding: 24px 0;
  text-decoration: none;
}

#teacher-society ul#tabs-list li a:hover {
  background-color: #fff;
  border-top: 5px solid #063D8C;
  color: #063D8C;
}

#teacher-society .panel-radios {
  display: none;
}

#teacher-society .block.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#teacher-society .block.flex figure {
  -webkit-flex-basis: 240px;
  flex-basis: 240px;
  width: 240px !important;
}

#teacher-society .block.flex > div {
  -webkit-flex-basis: 500px;
  flex-basis: 500px;
  width: 500px !important;
}

#teacher-society .block h4 {
  margin-bottom: 15px;
}

#teacher-society .block p + h4 {
  margin-top: 20px;
}

#teacher-society #panel-1 .block.flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#teacher-society #panel-1 #history {
  border-left: 1px solid #063D8C;
  padding-left: 30px;
  margin-left: 15px;
}

#teacher-society #panel-1 #history article {
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

#teacher-society #panel-1 #history article h5 {
  margin-left: -45px;
  margin-bottom: 20px;
}

#teacher-society #panel-1 #history article h5 span {
  background-color: #063D8C;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 20px 3px;
}

#teacher-society #panel-1 #history article ul li {
  font-weight: bold;
  margin-bottom: 15px;
}

#teacher-society #panel-1 #history article ul li:before {
  content: '■';
}

#teacher-society #panel-1 #history article p.pickup {
  background: url(../img/teacher_info/PICKUP.png) no-repeat left center;
  padding: 5px 0 5px 90px;
  color: #063D8C;
  font-size: 110%;
  font-weight: bold;
}

#teacher-society #panel-1 #history article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#teacher-society #panel-2 .block,
#teacher-society #panel-3 .block {
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

#teacher-society #panel-2 .block h3,
#teacher-society #panel-3 .block h3 {
  font-size: 100%;
  font-weight: bold;
  padding: 7px 15px 5px;
  margin-bottom: 15px;
}

#teacher-society #panel-2 .block h4,
#teacher-society #panel-3 .block h4 {
  border: none;
  font-size: 120%;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

#teacher-society #panel-2 .block a,
#teacher-society #panel-3 .block a {
  color: #333;
  position: relative;
  padding: 3px 30px 3px 0;
  text-decoration: underline;
}

#teacher-society #panel-2 .block a:after,
#teacher-society #panel-3 .block a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 8px;
  height: 9px;
  background: url("../img/common/icon_link02.png") no-repeat center top;
  content: "";
  margin-top: -4px;
}

#teacher-society #panel-4 .block table th, #teacher-society #panel-4 .block table td {
  border: 1px solid #00408E;
  padding: 10px 15px;
}

#teacher-society #panel-4 .block table th strong, #teacher-society #panel-4 .block table td strong {
  color: #00408E;
}

#teacher-society #panel-4 .block table th {
  background-color: #F2F4F9;
  color: #00408E;
  vertical-align: middle;
}
