@charset "utf-8";
/* for Charge: 2023.09.14 */
.hwrapper_ptn1 h2,
.hwrapper_ptn1 h3,
.hwrapper_ptn1 h4,
.hwrapper_ptn1 h5,
.hwrapper_ptn1 h6{
  margin-bottom:1.5em;
  padding-bottom:0;
  padding-left:32px;
  background-position: left 0px top 2px;
  border-bottom:none;
}
@media screen and (max-width:360px) {
  .hwrapper_ptn1 h2,
  .hwrapper_ptn1 h3,
  .hwrapper_ptn1 h4,
  .hwrapper_ptn1 h5,
  .hwrapper_ptn1 h6{
    margin-bottom:1.0em !important;
    padding-bottom:0;
  }
}

.erlschools {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 60px;
}
@media screen and (max-width:360px) {
  .erlschools {
    display: block;
    margin-bottom: 30px;
  }
}

.erlschools_items {
  display: table;
  width: calc((880 - 20) / 2 * 1px);
  font-size: 24px;
  line-height: 1.0;
  color: #fff;
  background-color: #3f507e;
}
@media screen and (max-width:360px) {
  .erlschools_items {
    margin-bottom: 2px;
    width: 100%;
    font-size: 22px;
  }
}

.erlschools_items_green {
  background-color: #4e7148;
}

.erlschools_items a {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  gap: 0;
  padding: 0 30px 5px;
  height: 78px;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width:360px) {
  .erlschools_items a {
    gap: 0;
    padding: 0 10px 2px;
    height: 62px;
  }
}

.erlschools_items a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.erlschools_items a::after {
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: FontAwesome;
  content: "\f105";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 2px 4px;
  width: 40px;
  height: 40px;
  font-size: 38px;
  font-weight: 400;
  color: #3a5082;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width:360px) {
  .erlschools_items a::after {
    top: 18px;
    right: 15px;
    padding: 0 0 2px 2px;
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
}

.erlschools_items_green a::after {
  color: #4e7148;
}

.erlschools_name {
  margin: 0;
}
.erlschools_name_small {
  font-size: 18px;
}
@media screen and (max-width:360px) {
  .erlschools_name_small {
    font-size: 15px;
  }
}
.erlschools_location {
  font-size: 18px;
}
@media screen and (max-width:360px) {
  .erlschools_location {
    font-size: 14px;
  }
}

.erlschools_catch {
  font-size: 15px;
}


@media screen and (max-width:360px) {

}

