@charset "UTF-8";
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI3IDI3Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojQkJCO308L3N0eWxlPjwvZGVmcz48dGl0bGU+PC90aXRsZT48cGF0aCBjbGFzcz0iYSIgZD0iTTUuMDE1LDIuODk0LDI0LjEwNywyMS45ODZsLTIuMTIyLDIuMTIxTDIuODkzLDUuMDE0WiIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjEuOTg1LDIuODk0LDIuODkzLDIxLjk4NmwyLjEyMiwyLjEyMUwyNC4xMDcsNS4wMTRaIi8+PC9zdmc+");
}
@media screen and (min-width: 768px) {
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    height: 48px;
    width: 48px;
  }
}

.iziModal.hasShadow::after {
  content: none;
}

.school_list_title {
  text-align: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.school_list_title span {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}
.school_list_title span::before, .school_list_title span::after {
  content: "";
  display: block;
}
.school_list_title span::before {
  background: #0095da;
}
.school_list_title span::after {
  background: #f06671;
}
@media screen and (max-width: 767px) {
  .school_list_title {
    width: 64vw;
    margin-bottom: 4vw;
  }
  .school_list_title img {
    width: auto;
    height: 6.4vw;
  }
  .school_list_title img:first-child {
    margin-right: 6.267vw;
  }
  .school_list_title span {
    margin-top: 2vw;
    font-size: 3.6vw;
  }
  .school_list_title span::before, .school_list_title span::after {
    width: 19.333vw;
    height: 0.4vw;
  }
}
@media screen and (min-width: 768px) {
  .school_list_title {
    width: 369px;
    margin-bottom: 30px;
  }
  .school_list_title img:first-child {
    margin-right: 36px;
  }
  .school_list_title span {
    margin-top: 12.5px;
    font-size: 21px;
  }
  .school_list_title span::before, .school_list_title span::after {
    width: 115px;
    height: 3px;
  }
}

.modal_schoollist {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px;
}
.modal_schoollist ul {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.modal_schoollist ul li {
  max-width: 25%;
}
.modal_schoollist ul img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .modal_schoollist {
    padding: 20px;
  }
  .modal_schoollist ul li {
    max-width: 50%;
  }
}

/*# sourceMappingURL=personal_schoollist.css.map */
