@charset "UTF-8";
#education .education-container {
  max-width: 1034px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #education .education-container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#education .education-item:not(:first-child) {
  padding-top: 29px;
}
#education .education-item:not(:last-child) {
  border-bottom: 1px solid #b3bfa4;
  padding-bottom: 29px;
}
#education .education-item__title {
  font-weight: bold;
  font-size: 22px;
  color: #006031;
  margin-bottom: 8px;
}
#education .education-item__text {
  font-weight: normal;
  font-size: 16px;
}
#education .education-item__text span {
  color: #006031;
}
#education .education-detail {
  margin-top: 20px;
}
#education .education-detail-item__title {
  font-weight: bold;
}
#education .education-detail-item__title::before {
  content: "●";
  color: #006031;
  font-weight: 500;
}
#education .education-detail-item__warning {
  font-size: 14px;
  margin-top: 10px;
}/*# sourceMappingURL=education.css.map */