@media screen and (min-width: 960px) {
  .red-text-title {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1200px) {
  .red-text-title {
    font-size: 2em;
  }
}

.pageHeader {
  position: relative;
}

.pageHeader p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.pageHeader p img {
  width: 80%;
}

@media screen and (min-width: 960px) {
  .pageHeader p {
    left: 21vw;
  }
}

@media screen and (min-width: 1200px) {
  .pageHeader p img {
    width: auto;
  }
}

.performance .school {
  margin-top: 2rem;
}

.performance .school .table-title {
  font-size: 1.5em;
}

.performance .school .schoolList-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #333;
}

.performance .school .schoolList-wrapper .schoolList dt {
  background-color: #DBDCDC;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: .3rem;
}

.performance .school .schoolList-wrapper .schoolList dd {
  padding: .3rem;
  font-size: .8em;
}

.performance .school .schoolList-wrapper .public {
  width: 25%;
  border-right: 1px solid #333;
}

.performance .school .schoolList-wrapper .private {
  width: 75%;
}

.performance .school .schoolList-wrapper .private dd {
  float: left;
  width: 50%;
}

.performance .school .schoolList-wrapper + p {
  font-size: .7em;
  text-align: right;
}

@media screen and (min-width: 960px) {
  .performance .red-text-title:nth-of-type(1) {
    text-align: center;
  }
  .performance .school .schoolList-wrapper .schoolList dd {
    padding: .5rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .performance {
    font-size: 1.2em;
  }
  .performance .red-text-title span {
    letter-spacing: -.1em;
  }
  .performance .school .table-title {
    margin-top: 5rem;
  }
}

.story {
  margin-top: 4rem;
}

.story h3.red-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.story h3.red-text-title img {
  width: 25%;
}

.story .storyList {
  margin-top: 2rem;
}

.story .storyList li {
  margin-bottom: 3rem;
}

.story .storyList li .before {
  background-color: #EEEEEF;
  border-radius: 8px;
  border: 1px solid #868686;
  padding: .5rem;
  margin: .3rem 0;
  font-size: .9em;
}

.story .storyList li .after {
  background-color: #5FB530;
  color: #fff;
  border-radius: 8px;
  padding: .5rem 1rem;
  margin-left: 4rem;
  position: relative;
  font-weight: bold;
  font-size: .9em;
  line-height: 1.8;
}

.story .storyList li .after:before {
  content: "";
  background-image: url(../img/example_miracle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 4.5rem;
  height: 4rem;
  left: -4rem;
  top: 0;
}

.story .storyList li figure {
  margin-top: .5rem;
}

.story .storyList li figure img {
  width: 100%;
}

.story .storyList li figure figcaption{
  text-align: right;
}

@media screen and (min-width: 768px) {
  .story .storyList {
    margin-top: 2rem;
  }
  .story .storyList li {
    margin-bottom: 4rem;
  }
  .story .storyList li .before {
    margin: .5rem 0;
  }
}

@media screen and (min-width: 960px) {
  .story h3.red-text-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .story h3.red-text-title img {
    margin-bottom: -2rem;
    width: auto;
    height: 3.5em;
  }
  .story .storyList {
    margin-top: 2rem;
  }
  .story .storyList li {
    margin-bottom: 5rem;
  }
  .story .storyList li .before {
    padding: .5rem 1rem;
    font-size: 1.3em;
    margin: .8rem 0;
  }
  .story .storyList li .after {
    padding: 1rem 1.5rem;
    margin-left: 8rem;
    font-size: 1.3em;
  }
  .story .storyList li .after:before {
    width: 9rem;
    height: 9rem;
    left: -8rem;
  }
}

@media screen and (min-width: 1200px) {
  .story h3.red-text-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 3em;
  }
  .story h3.red-text-title img {
    height: 3em;
  }
}

.case .caseList {
  padding: 2rem 0;
}

.case .caseList li {
  border: 1px solid #5FB530;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: .8rem;
}

.ob .first-text {
  background-color: #D82617;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: .5rem 1rem;
  margin: 2rem 0 1rem;
}

.ob .movie {
  margin-top: 1rem;
}

.ob .movie div {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.ob .movie div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .ob .first-text {
    font-size: 1.3em;
  }
  .ob .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ob .wrapper p {
    width: 40%;
    margin-right: 5%;
    margin-top: 1rem;
    font-size: 1.1em;
  }
  .ob .wrapper .movie {
    width: 55%;
  }
}
/*# sourceMappingURL=example.css.map */