/* 育てたい資質と能力
   ============================================ */

.educational-philosophy .topic-content-box {
  margin-top: 50px;
}

.educational-philosophy .topic-content-box {
  margin-top: 50px;
}

.educational-philosophy .topic-content-box .flex-box {
  align-items: flex-end;
}

.topic-content-box *+div>.c-list.disc {
  margin-top: 20px;
}

.topic-content-box .c-list.disc li a {
  border-bottom: 1px solid #333;
}

.topic-content-box .c-list.disc li a:hover {
  border-bottom: none;
}

/* 資質と能力のグランドデザイン
   ============================================ */

#JosoCoreSkill .topic-content-box+p {
  margin-top: 30px;
}

#JosoFutureSkill .skills {
  margin-top: 10px;
}

#JosoFutureSkill .skills>li {
  display: flex;
  margin-top: 10px;
}

#JosoFutureSkill .skills>li .bg-dot {
  min-width: 200px;
  background-image: url(../../../../common/img/dot.png);
  background-position-y: center;
  background-repeat: repeat-x;
}

#JosoFutureSkill .skill-title {
  font-weight: bold;
}

#JosoFutureSkill .topic-content-box .skill-title {
  padding-right: 10px;
}

#JosoFutureSkill .topic-content-box .skill-details {
  padding-left: 10px;
}

#JosoFutureSkill .topic-content-box .skill-title,
#JosoFutureSkill .topic-content-box .skill-details {
  display: inline-block;
  height: 100%;
  vertical-align: super;
  background-color: #f7f7f7;
}

.high-school .cnt-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  background-color: #ef6346;
}

#JosoFutureSkill .skill-table-area {
  margin-top: 50px;
}

#JosoFutureSkill .results {
  margin-top: 20px;
}

#JosoFutureSkill .results th:first-child {
  width: 25%;
}

#JosoFutureSkill .results td {
  text-align: left;
}

#JosoFutureSkill .results td p {
  display: inline-block;
}

#JosoFutureSkill .results td p+p {
  margin-top: 0;
  margin-left: 20px;
}


/* 各カリキュラムページ共通
   ============================================ */

.curriculum {
  margin-top: 60px;
}

.curriculum .curriculum-img-area img {
  margin-top: 30px;
}

.other-curriculum-link {
  width: 100%;
  margin-top: 50px;
  padding: 25px 0;
  background-color: #f7f7f7;
  text-align: center;
}

.curriculum .topic-content-box {
  margin-top: 30px;
}

.other-curriculum-link .flex-box::after {
  content: '';
  display: block;
  width: 31%;
}

.other-curriculum-link .c-btn.base {
  width: 31%;
  margin-top: 20px;
}

.other-curriculum-link .c-btn.base~.c-btn.base {
  margin-left: 0;
}


/* ============================================
   タブレット
   ============================================ */

@media screen and (max-width: 1000px) {

  /* 各カリキュラムページ共通
     ============================================ */
  .other-curriculum-link .c-btn.base {
    width: 48%;
    margin-top: 20px;
  }
}


/* ============================================
   スマートフォン
   ============================================ */

@media screen and (max-width: 560px) {

  /* 資質と能力のグランドデザイン
     ============================================ */

  #JosoFutureSkill .results th:first-child {
    width: 37%;
  }

  #JosoFutureSkill .skills>li {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  #JosoFutureSkill .skills>li .bg-dot {
    width: 100%;
    background-image: none;
  }

  #JosoFutureSkill .topic-content-box .skill-details {
    margin-left: 2em;
    padding-left: 0;
  }

  #JosoFutureSkill .results td p {
    width: 100%;
  }

  #JosoFutureSkill .results td p+p {
    margin-top: 10px;
    margin-left: 0;
  }

  /* 育てたい資質と能力
     ============================================ */
  .educational-philosophy .topic-content-box .c-btn.base {
    margin: 30px auto 0;
  }

  /* 各カリキュラムページ共通
     ============================================ */
  .other-curriculum-link .c-btn.base {
    width: auto;
    min-width: 300px;
    margin: 0 auto 0;
  }

  .other-curriculum-link .c-btn.base~.c-btn.base {
    margin: 20px auto 0;
  }

  .other-curriculum-link .flex-box::after {
    width: 100%;
  }
}