@charset "UTF-8";
.myBlock01 {
  padding-left: 12%;
  position: relative;
  /* .myBlock01 */
}

.myBlock01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 992px) {
  .myBlock01 {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
  }
}

.myBlock01 .left {
  float: left;
  width: 34%;
  padding-top: 5%;
}

@media only screen and (max-width: 992px) {
  .myBlock01 .left {
    float: none;
    width: auto;
    max-width: none;
    margin-bottom: 30px;
    padding-top: 0;
    position: relative;
    z-index: 10;
  }
}

.myBlock01 .catch {
  margin-bottom: 40px;
  color: #57b437;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "黎ミンY10 M", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .myBlock01 .catch {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlock01 .catch span {
  display: block;
}

.myBlock01 .txt {
  margin: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 992px) {
  .myBlock01 .txt {
    margin: 0 6vw;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.myBlock01 .right {
  width: 66%;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .myBlock01 .right {
    position: static;
    width: auto;
    margin: -15px;
    text-align: center;
  }
}

.myBlock01 .deco {
  position: absolute;
  bottom: 10%;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .myBlock01 .deco {
    display: none;
  }
}

.myBlock02 {
  max-width: 850px;
  margin: 0 auto 20px;
  /* .myBlock02 */
}

.myBlock02 .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 992px) {
  .myBlock02 .inner {
    display: block;
    width: auto;
  }
}

.myBlock02 .image01, .myBlock02 .image02, .myBlock02 .detail {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 992px) {
  .myBlock02 .image01, .myBlock02 .image02, .myBlock02 .detail {
    display: block;
  }
}

.myBlock02 .image01 {
  width: 70px;
}

@media only screen and (max-width: 992px) {
  .myBlock02 .image01 {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

.myBlock02 .image02 {
  width: 150px;
}

@media only screen and (max-width: 992px) {
  .myBlock02 .image02 {
    width: auto;
    text-align: center;
  }
}

.myBlock02 .detail {
  padding: 0 50px;
}

@media only screen and (max-width: 992px) {
  .myBlock02 .detail {
    padding: 0;
    margin-bottom: 15px;
  }
}

.myBlock03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 830px;
  margin: 30px auto 70px;
  /* .myBlock03 */
}

@media only screen and (max-width: 992px) {
  .myBlock03 {
    margin-bottom: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myBlock03 .title {
  width: 31.3%;
  color: #57b437;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .myBlock03 .title {
    width: auto;
    margin-bottom: 10px;
  }
}

.myBlock03 .title .main {
  font-size: 18px;
  font-size: 1.8rem;
}

.myBlock03 .title .sub {
  margin-left: 1em;
  font-size: 11px;
  font-size: 1.1rem;
}

.myBlock03 .detail {
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .myBlock03 .detail {
    -ms-flex: 0;
    flex: 0;
  }
}

.myBlock04 {
  position: relative;
  margin-bottom: 60px;
  /* .myBlock04 */
}

.myBlock04:before {
  content: "";
  background-image: url(../img/junior/active/frameLeft.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.53%;
}

@media only screen and (max-width: 992px) {
  .myBlock04:before {
    background-size: 100% auto;
  }
}

.myBlock04:after {
  content: "";
  background-image: url(../img/junior/active/frameRight.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.53%;
}

@media only screen and (max-width: 992px) {
  .myBlock04:after {
    background-size: 100% auto;
  }
}

.myBlock04 .head, .myBlock04 .foot {
  position: relative;
  z-index: 10;
}

.myBlock04 .head img, .myBlock04 .foot img {
  width: 100%;
  max-width: none;
}

.myBlock04 .head img {
  vertical-align: top;
}

.myBlock04 .foot img {
  vertical-align: bottom;
}

.myBlock04 .body {
  padding: 0 0.5%;
}

.myBlock04 .inner {
  padding: 40px 50px;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .inner {
    padding: 20px;
  }
}

.myBlock04 .title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .title {
    overflow: hidden;
  }
  .myBlock04 .title span {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -400px;
  }
  .myBlock04 .title img {
    width: 800px;
    max-width: none;
  }
}

.myBlock04 .box {
  padding: 0 20px;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .box {
    padding: 0;
  }
}

.myBlock04 .detail {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .detail {
    display: block;
    width: auto;
  }
}

.myBlock04 .detail .txt, .myBlock04 .detail .image {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .detail .txt, .myBlock04 .detail .image {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .myBlock04 .detail .txt {
    margin-bottom: 15px;
  }
}

.myBlock04 .detail .image {
  width: 31.3%;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .detail .image {
    width: auto;
    text-align: center;
  }
}

.myBlock04 .list li {
  margin-left: 1em;
  text-indent: -1em;
}

.myBlock04 .list li:before {
  content: "\FF0A";
  color: #57b437;
}

.myBlock04 .photo ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .photo ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myBlock04 .photo li {
  width: 31.3%;
}

@media only screen and (max-width: 992px) {
  .myBlock04 .photo li {
    width: auto;
    text-align: center;
  }
  .myBlock04 .photo li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.myBlock05 {
  /* .myBlock05 */
}

.myBlock05 .body {
  background-color: #EFF8EB;
  padding: 30px 70px;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .body {
    padding: 20px;
  }
}

.myBlock05 .title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #57b437;
}

.myBlock05 .title .main {
  font-size: 18px;
  font-size: 1.8rem;
}

.myBlock05 .title .sub {
  font-size: 11px;
  font-size: 1.1rem;
}

.myBlock05 .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myBlock05 .inner .left, .myBlock05 .inner .right {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner .left, .myBlock05 .inner .right {
    width: auto;
  }
}

.myBlock05 .inner .left {
  padding-right: 45px;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner .left {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.myBlock05 .inner .right {
  padding-left: 15px;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner .right {
    padding-left: 0;
  }
}

.myBlock05 .inner ul {
  padding: 0 40px;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner ul {
    padding: 0;
  }
}

.myBlock05 .inner li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 992px) {
  .myBlock05 .inner li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlock05 .inner li:before {
  content: "\FF0A";
  color: #009591;
}

.myBlock06 {
  /* .myBlock06 */
}

.myBlock06 .body {
  margin-bottom: 30px;
  padding-top: 50px;
  background-color: #EFF8EB;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .myBlock06 .body {
    padding-top: 20px;
  }
}

.myBlock06 .body:before {
  content: "";
  background-color: #fff;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.myBlock06 .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .myBlock06 .inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myBlock06 .inner .txt {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .myBlock06 .inner .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlock06 .inner .txt span {
  display: block;
}

.myBlock06 .inner .left {
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .myBlock06 .inner .left {
    margin-bottom: 20px;
  }
}

.myBlock06 .inner .right {
  width: 350px;
}

@media only screen and (max-width: 992px) {
  .myBlock06 .inner .right {
    width: auto;
  }
}

/*# sourceMappingURL=maps/highschool_active.css.map */
