.mySystem {
  position: relative;
  background-image: url(../img/junior/index/bgSystem.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 40px 0 60px;
  text-align: center;
  /* .mySystem */
}

@media only screen and (max-width: 992px) {
  .mySystem {
    margin: 30px 0;
    padding: 0 2vw;
  }
}

.mySystem .deco {
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .mySystem .deco {
    display: none;
  }
}

.mySystem .bg {
  display: none;
}

.mySystem .graf {
  position: relative;
  max-width: 819px;
  margin: 0 auto;
  padding: 2vw 0 12vw;
}

.mySystem .graf .img {
  width: 100%;
  text-align: center;
}

.mySystem .inner {
  position: relative;
}

.mySystem .link {
  position: absolute;
  text-indent: -9999px;
}

.mySystem .link:hover {
  background-color: #fff;
  opacity: 0.5;
}

.mySystem .link01 {
  top: 57%;
  left: 10.8%;
  width: 36.5%;
  height: 12%;
}

.mySystem .link02 {
  top: 69.5%;
  left: 10.8%;
  width: 36.5%;
  height: 11%;
}

.mySystem .link03 {
  top: 39%;
  left: 55.8%;
  width: 39.5%;
  height: 12%;
}

.mySystem .link04 {
  top: 53.4%;
  left: 55.8%;
  width: 39.5%;
  height: 10%;
}

.myEducation {
  /* .myEducation */
}

.myEducation .body {
  position: relative;
  max-width: 961px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myEducation .body ul {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .myEducation .body li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .myEducation .body .link {
    max-width: 300px;
    margin: 0 auto;
  }
}

.myEducation .body .link a {
  display: block;
  position: absolute;
  top: 90.5%;
  left: 40.6%;
  width: 19%;
  height: 5.5%;
  text-indent: -9999px;
}

.myEducation .body .link a:hover {
  background-color: #fff;
  opacity: 0.5;
}

@media only screen and (max-width: 992px) {
  .myEducation .body .link a {
    position: static;
    width: auto;
    height: auto;
    padding: 8px 10px;
    border: solid 1px #af8c50;
    color: #af8c50;
    text-indent: 0;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myEducation .body .link02 a,
.myEducation .body .link03 a,
.myEducation .body .link04 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 49.5%;
  text-indent: -9999px;
}

@media only screen and (max-width: 992px) {
  .myEducation .body .link02 a,
  .myEducation .body .link03 a,
  .myEducation .body .link04 a {
    display: none;
  }
}

.myEducation .body .link02 a:hover,
.myEducation .body .link03 a:hover,
.myEducation .body .link04 a:hover {
  background-color: #fff;
  opacity: 0.5;
}

.myEducation .body .link03 a {
  left: 34%;
}

.myEducation .body .link04 a {
  left: 68.5%;
}

.myCurriculum {
  /* .myCurriculum */
}

.myCurriculum .title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #007daa;
}

@media only screen and (max-width: 992px) {
  .myCurriculum .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myCurriculum .table {
  max-width: 400px;
  margin: 0 auto;
}

.myCurriculum table {
  table-layout: fixed;
}

.myCurriculum table th, .myCurriculum table td {
  border: solid 2px #7FBED4;
  text-align: center;
}

.myCurriculum table thead th {
  background-color: #E8E2D0;
  padding: 8px 4px;
}

.myCurriculum table thead th:first-child {
  width: 100px;
  background-color: #DED5BB;
}

.myCurriculum table tbody th {
  background-color: #CCE5EE;
  padding: 8px 4px;
}

.myCurriculum table tbody tr:nth-child(even) th {
  background-color: #99CBDD;
}

.myCurriculum table tbody tr:nth-child(even) td {
  background-color: #E3F1F6;
}

.myCurriculum table a {
  display: block;
  padding: 8px 4px;
  text-decoration: none;
}

.myCurriculum table a:hover {
  opacity: 0.5;
}

.myCurriculum table a:after {
  content: "\25B6";
  margin-left: 12px;
  color: #007daa;
}

/*# sourceMappingURL=maps/junior_index.css.map */
