@charset "UTF-8";
/* CSS Document */
ul.educationImg {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 40px auto 40px;
  padding: 0;
  width: 100%;
}
ul.educationImg li {
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  width: 25%;
}
ul.educationImg li img {
  height: auto;
  width: 100%;
}
#education .left {
  padding-right: 20px;
}
#education .right {
  padding-left: 20px;
}
.educationList h3 span {
  font-size: 16px;
}
ul.education {
  padding: 0;
  width: 100%;
}
ul.education h3,
.educationList h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 10px 0 20px;
}
ul.education dt {
  clear: left;
  display: flex;
  float: left;
  justify-content: space-between;
  line-height: 1.6em;
  padding: 5px 0;
  width: 110px;
}
ul.education dd {
  line-height: 1.6em;
  margin: 0 0 0 110px;
  padding: 5px 0;
}
.educationList {
  box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.educationList p {
  text-align: justify;
}
.educationListSpace {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bracketsSmall {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
.bracketsLong {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  height: 80px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
}
.bracketsSmallClose {
  transform: rotate(-180deg);
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.bracketsLongClose {
  transform: rotate(-180deg);
  top: auto;
  left: auto;
  bottom: 5px;
  right: 5px;
}
ul.menu_list4 {
  padding: 0;
}
.friend-link {
  border-bottom: 1px solid #333;
  line-height: 1.8;
}
/* ------------------------------------------
  smp767pxSTYLE
--------------------------------------------- */
@media all and (max-width: 767px) {
  /* @content */
  ul.education dt {
    clear: both;
    display: inline;
    float: none;
    justify-content: flex-start;
    line-height: 1.6em;
    padding: 5px 0;
    width: 100%;
  }
  ul.education dd {
    margin: 0;
    padding: 5px 0 10px;
  }
  #education .left {
    padding-right: 0px;
  }
  #education .right {
    padding-left: 0px;
  }
  .educationList h3 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .sp1000__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .sp1000__show {
    display: none !important;
  }
}
