.myPageTitle {
  margin: 40px 0 0;
  text-align: center;
}

.myPageTitle img {
  width: 100%;
}

.myPageTitle02 {
  margin: 40px 0 60px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myPageTitle02 {
    margin-bottom: 30px;
  }
}

.myPageTitle02 img {
  width: 100%;
}

.myPhBlock {
  padding: 30px 0 0;
  background-color: #FBF1F3;
  position: relative;
  /* .myPhBlock */
}

@media only screen and (max-width: 992px) {
  .myPhBlock {
    padding-top: 0;
    background-color: #fff;
  }
}

.myPhBlock_global {
  background-color: #EFF2FB;
}

@media only screen and (max-width: 992px) {
  .myPhBlock_global {
    background-color: #fff;
  }
}

.myPhBlock_active {
  background-color: #EFF8EB;
}

@media only screen and (max-width: 992px) {
  .myPhBlock_active {
    background-color: #fff;
  }
}

.myPhBlock_lifescience {
  background-color: #EFF7EC;
}

@media only screen and (max-width: 992px) {
  .myPhBlock_lifescience {
    background-color: #fff;
  }
}

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

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

.myPhBlock_type02:before {
  height: 80%;
}

@media only screen and (max-width: 992px) {
  .myPhBlock_type02:before {
    height: 30px;
  }
}

.myPhBlock_type03:after {
  content: "";
  background-color: #EFF8EB;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 970px;
  margin: 0 auto;
  height: 30%;
}

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

.myPhBlock .top {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.myPhBlock .top img {
  width: 100%;
}

.myPhBlock_type02 .top {
  margin-bottom: 0;
}

.myPhBlock_type03 .top {
  margin-bottom: 0;
}

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

.myPhBlock .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
}

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

.myPhBlock .list li {
  width: 31.3%;
}

.myLeadBlock {
  max-width: 600px;
  margin: 0 auto 30px;
  /* .myLeadBlock */
}

.myLeadBlock_type02 {
  margin-bottom: 0;
}

.myLeadBlock02 {
  max-width: 600px;
  margin: 0 auto 30px;
  /* .myLeadBlock */
}

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

.myLeadBlock02 .detail, .myLeadBlock02 .image {
  display: table-cell;
  vertical-align: middle;
}

.myLeadBlock02 .detail {
  padding-right: 50px;
}

.myLeadBlock02 .image {
  width: 80px;
}

.myLeadBlock03 {
  max-width: 900px;
  margin: 0 auto 30px;
  /* .myLeadBlock */
}

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

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

@media only screen and (max-width: 992px) {
  .myLeadBlock03 .inner div:not(:last-child) {
    margin-bottom: 15px;
  }
}

.myLeadBlock03 .detail, .myLeadBlock03 .image {
  display: table-cell;
  vertical-align: middle;
}

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

.myLeadBlock03 .detail {
  padding: 0 40px;
}

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

.myLeadBlock03 .image {
  width: 150px;
}

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

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