#schoollife .main-title {
  padding: 0;
  margin: 0;
  background: transparent;
}

#qnnda .main-title {
  background: transparent;
}

#about section {
  scroll-margin-top: 100px;
}

footer {
  line-height: 1.15;
}

.f-menu .f-menu-title {
  background: #44457b;
  background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
  border-bottom: 1px solid #fff;
}

.f-menu .f-menu-title a {
  display: block;
  background: url(../../img/common/arw_02.png) right 15px center no-repeat;
  background-size: 10px;
  font-size: 1.6rem;
  color: #fff !important;
  padding: 14px 27px 14px 16px;
}

.f-menu .f-menu-title-sub {
  display: none;
}

.f-menu-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 18px 5px 18px;
  background: #fff;
}

.f-menu-bottom .f-menu-title {
  width: 50%;
  margin: 0 0 10px;
}

.f-menu-bottom .f-menu-title a {
  display: block;
  background: url("../../img/common/arw_03.png") left center no-repeat;
  background-size: 10px;
  font-size: 1.2rem;
  padding: 0 0 0 15px;
  color: #1a1a1a;
}

.f-info {
  border-top: 1px solid #192965;
  padding: 15px 0px;
  background: #fff;
}

.f-info .f-logo img {
  display: block;
  width: 244px;
  margin: 0px auto 15px;
}

.f-info .f-info-addres {
  font-size: 1rem;
  text-align: center;
  margin: 0px 0px 6px;
}

.f-info .f-info-tell {
  font-size: 1rem;
  text-align: center;
  margin: 0px 0px 6px;
}

.f-info .f-info-tell div {
  margin: 0px 0px 5px;
}

.f-info .f-info-email {
  font-size: 1rem;
  text-align: center;
  margin: 0px 0px 6px;
}

.f-info .f-info-copyright {
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* PC */
  .f-menu-wrap {
    background-color: #444480;
    background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
  }
  .f-menu-box {
    width: 730px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px auto;
  }
  .f-menu-box > div:nth-child(1) {
    width: 23%;
  }
  .f-menu-box > div:nth-child(2) {
    width: 19%;
  }
  .f-menu-box > div:nth-child(3) {
    width: 29%;
  }
  .f-menu-box > div:nth-child(4) {
    width: 29%;
  }
  .f-menu {
    margin: 28px 0px 0px;
  }
  .f-menu.diff {
    margin: 14px 0px 0px;
  }
  .f-menu .f-menu-title {
    background: none;
    border-bottom: none;
  }
  .f-menu .f-menu-title a {
    display: inline-block;
    background: none;
    font-size: 1.4rem;
    padding: 0px;
    border-bottom: 1px solid #fff;
  }
  .f-menu .f-menu-title a:hover {
    opacity: 0.7;
  }
  .f-menu .f-menu-title-sub {
    display: block;
    padding: 6px 0px 0px 18px;
    margin: 5px 0px 0px;
  }
  .f-menu .f-menu-title-sub li {
    margin: 7px 0px 0px;
  }
  .f-menu .f-menu-title-sub li a {
    font-size: 1.35rem;
    background: url(../../img/common/arw_02.png) left center no-repeat;
    background-size: 10px;
    color: #fff;
    padding: 0px 0px 0px 15px;
  }
  .f-menu .f-menu-title-sub li a:hover {
    opacity: 0.7;
  }
  .f-menu-bottom {
    display: block;
    margin: 24px 0px 0px;
    padding: 0px 0px 36px 0px;
    background: transparent;
  }
  .f-menu-bottom .f-menu-title {
    width: auto;
    margin: 14px 0px 0px;
  }
  .f-menu-bottom .f-menu-title a {
    background: none;
    font-size: 1.4rem;
    padding: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    color: #fff;
  }
  .f-menu-bottom .f-menu-title a:hover {
    opacity: 0.7;
  }
  .f-info .f-logo img {
    width: 244px;
  }
  .f-info .f-info-tell {
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .f-info .f-info-tell div:nth-child(1) {
    margin: 0px 20px 0px 0px;
  }
  .f-info .f-info-copyright {
    margin: 20px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .openschool .new_btn {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li span:nth-of-type(2) {
    font-size: 10.4638vw;
  }
  .openschool .contents .schedule-list .list .title span:first-child {
    font-size: 4.3377vw;
  }
  .h-menu .h-menu-item ul.h-menu-item__ex li a {
    border-radius: 0;
  }
}/*# sourceMappingURL=include.css.map */