.s-chart {
  position: relative;
}
.s-chart::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #003380;
  z-index: -1;
}
.s-chart .s-chart__label {
  margin: 0 20px 35px;
  padding: 15px;
  background: #003380;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart__label {
    margin: 0 80px 35px;
    padding: 20px;
    font-size: 1.125rem;
  }
}
.s-chart .s-chart-chief {
  margin: 0 20px 35px;
  padding: 20px;
  border-radius: 10px;
  background: #E4EDFC;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-chief {
    margin: 0 80px 35px;
    padding: 20px 35px 35px;
  }
}
.s-chart .s-chart-section-wrapper {
  padding: 20px;
  border-radius: 10px;
  background: #E4EDFC;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px;
  }
}
.s-chart .s-chart-section {
  margin: 0 0 30px;
  padding: 0 10px 10px;
  background: #F8F8F8;
}
.s-chart .s-chart-section:last-child {
  margin-bottom: 0;
}
.s-chart .s-chart-section .p-teacher {
  margin: 0 0 25px;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }
  .s-chart .s-chart-section .p-teacher {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section-description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.s-chart .s-chart-section__label {
  margin: 0 -10px 20px;
  padding: 15px;
  border: 2px solid #003380;
  background: #fff;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #003380;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section__label {
    margin: 0 -20px 20px;
    padding: 20px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section-auxiliary-facility {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.s-chart .s-chart-section-auxiliary-facility__label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 20px;
  background: #003380;
  font-size: 1.16666667rem;
  font-weight: bold;
  color: #fff;
}
.s-chart .s-chart-section-auxiliary-facility__label::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section-auxiliary-facility__label {
    padding: 8px 25px;
    font-size: 0.9375rem;
  }
}
.s-chart .s-chart-section-auxiliary-facility__name {
  margin: 0;
  padding: 20px;
  background: #fff;
  font-size: 1.33333333rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-chart .s-chart-section-auxiliary-facility__name {
    padding: 25px;
    font-size: 1rem;
  }
}

.s-member-card {
  margin: 0 0 12px;
  padding: 20px 12px 25px;
  background: #F8F8F8;
}
.s-member-card + .p-h2, .s-member-card + .p-h3 {
  margin-top: 35px !important;
}
@media print, screen and (min-width: 701px) {
  .s-member-card + .p-h2, .s-member-card + .p-h3 {
    margin-top: 45px !important;
  }
}
@media print, screen and (min-width: 701px) {
  .s-member-card {
    margin-bottom: 20px;
    padding: 30px 25px;
  }
}
.s-member-card .s-member-card__image {
  float: right;
  margin: 0 0 15px;
}
.s-member-card .s-member-card__image img {
  width: 100px;
}
@media print, screen and (min-width: 701px) {
  .s-member-card .s-member-card__image img {
    width: 130px;
  }
}
.s-member-card .p-teacher__position {
  width: calc(100% - 120px);
}
@media print, screen and (min-width: 701px) {
  .s-member-card .p-teacher__position {
    width: calc(100% - 170px);
  }
}
.s-member-card .p-teacher__name {
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 701px) {
  .s-member-card .p-teacher__name {
    width: calc(100% - 170px);
  }
}
.s-member-card .p-teacher__meta {
  clear: both;
}
@media print, screen and (min-width: 701px) {
  .s-member-card .p-teacher__meta {
    clear: none;
    width: calc(100% - 170px);
  }
}
@media print, screen and (min-width: 701px) {
  .s-member-card .p-profile-box {
    clear: both;
  }
}

.s-bulletin-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E2E2E2;
}
.s-bulletin-list__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background: #F8F8F8;
}
.s-bulletin-list__term:last-of-type {
  border-bottom: none;
}
@media print, screen and (min-width: 701px) {
  .s-bulletin-list__term {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
  }
}

.s-bulletin-list__desc {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
  font-size: 1.16666667rem;
  font-weight: bold;
}
.s-bulletin-list__desc:nth-of-type(even) {
  background: #F8F8F8;
}
.s-bulletin-list__desc:last-of-type {
  border-bottom: none;
}
.s-bulletin-list__desc a {
  position: relative;
  display: block;
  padding: 20px;
  color: #003380;
  text-decoration: none;
}
.s-bulletin-list__desc a[target=_blank] {
  padding-right: 40px;
}
.s-bulletin-list__desc a[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #1260D3;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s-bulletin-list__desc a[href$=".pdf"] {
  padding-right: 40px;
}
.s-bulletin-list__desc a[href$=".pdf"]::after {
  content: "\f1c1";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #1260D3;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 701px) {
  .s-bulletin-list__desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
  }
  .s-bulletin-list__desc a {
    padding: 25px 40px 25px 20px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .s-bulletin-list__desc a[target=_blank] {
    padding-right: 70px;
  }
  .s-bulletin-list__desc a[target=_blank]::after {
    right: 40px;
  }
  .s-bulletin-list__desc a[href$=".pdf"] {
    padding-right: 70px;
  }
  .s-bulletin-list__desc a[href$=".pdf"]::after {
    right: 40px;
  }
  .s-bulletin-list__desc a:hover {
    opacity: 0.6;
  }
}