/*
在校生、卒業生用CSS
*/
.wrap-tab-stu {
  position: relative;
  display: flex;
  justify-content: flex-start;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #A5A5A5;
  padding: 0 0 13px;
}
.item-tab-stu {
  position: relative;
  display: block;
  background: #2A1D75;
  border-radius: 6px;
  padding: 10px 35px 8px 50px;
  color: #fff;
  font-weight: bold;
}
_::-webkit-full-page-media, _:future, :root .item-tab-stu {
  padding: 9px 35px 9px 50px;
}
.item-tab-stu::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 1px;
  bottom: 0;
  left: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item-tab-stu.item-tab-stu-blend::before {
  background-image: url('../images/students/icn_pc.png');
}
.item-tab-stu.item-tab-stu-toukou::before {
  background-image: url('../images/students/icn_card.png');
}
.item-tab-stu.item-tab-stu-jimu::before {
  background-image: url('../images/students/icn_jimu.png');
  width: 18px;
  height: 18px;
}
.item-tab-stu.item-tab-stu-lib::before {
  background-image: url('../images/students/icn_book.png');
  width: 18px;
  height: 18px;
}
.item-tab-stu.item-tab-stu-keihou::before {
  background-image: url('../images/students/icn_cloud.png');
  width: 19px;
  height: 19px;
}
.item-tab-stu.item-tab-stu-jisshu::before {
  background-image: url('../images/students/icn_jisshu.png');
  width: 19px;
  height: 19px;
}
.item-tab-stu::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: all 0.2s;
}
.item-tab-stu:hover {
  background: #202946;
}
.item-tab-stu:hover::after {
  top: calc(50% - 2px);
}
.wrap-students-news {
  margin-top: 55px;
}
.sec-students-main:first-of-type {
  padding-top: 80px;
}
.sec-students-main {
  padding-bottom: 50px;
  padding-top: 60px;
  border-bottom: #A4A4A4 1px solid;
  scroll-margin-top: 70px;/*20260114 add*/
}
.wrap-students-txt+.wrap-students-txt {
  padding-top: 40px;
}
.list-num-kakko {
  padding-top: 30px;
  list-style: decimal;
  margin-left: 38px;
}
.list-num-kakko li {
  padding-bottom: 7px;
}
.list-num-kakko li::marker {
  /* markerの内容を上書きする。デフォルトの番号は counter() で取得 */
  content: "（" counter(list-item) "） "; 
  color: #000; /* マーカーの色 */
}
.wrap-stu-table {
  position: relative;
  display: block;
  width: 100%;
  max-width: 630px;
}
.wrap-stu-table .table-stu {
  width: 100%;
  border-top: 1px solid #A4A4A4;
  border-left: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-weight: bold;
}
.wrap-stu-table .table-stu tr {
  border-bottom: 1px solid #A4A4A4;
}
.wrap-stu-table .table-stu th,.wrap-stu-table .table-stu td {
  padding: 12px 10px 10px;
  text-align: center;
}
.wrap-stu-table .table-stu th {
  border-right: 1px solid #A4A4A4;
  background: #D4D2E3;
}
.h4-stu {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 2.2rem;
}
.sec-students-jimu .txt-cmn-16+.h4-stu {
  padding-top: 35px;
}
.sec-students-jimu .wrap-stu-table-tesu {
  padding-top: 5px;
}
.sec-students-keihou,.sec-students-jisshu {
  padding-bottom: 0;
  border: none;
}
.txt-cmn-16.box-list-pd {
  padding-top: 15px;
}
.wrap-students-txt .list-dot {
  position: relative;
  list-style: disc;
  padding-top: 10px;
}
.wrap-students-txt .list-num {
  position: relative;
  list-style: decimal;
}
.wrap-students-txt .list-dot li,
.wrap-students-txt .list-num li {
  margin-left: 25px;
  line-height: 1.5;
  padding-bottom: 8px;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .wrap-students-news {
    margin-top: 40px;
  }
  .sec-students-main {
    padding: 50px 0 40px;
    scroll-margin-top: 0px;
  }
  .sec-students-keihou,.sec-students-jisshu {
    padding-bottom: 0;
  }
  .list-num-kakko {
    padding-top: 20px;
  }
  .wrap-students-txt+.wrap-students-txt {
      padding-top: 35px;
  }
  .h4-stu {
    padding: 0 0 5px;
    font-size: 2rem;
  }
  .sec-students-jimu .txt-cmn-16+.h4-stu {
    padding-top: 25px;
  }
}
/*-------------------------------------------------
break point 800px SP
--------------------------------------------------*/
@media only screen and (max-width: 800px) {
  
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .wrap-students-news{
    padding-top: 30px;
  }
  .item-tab-stu {
    padding: 8px 35px 6px 45px;
  }
  _::-webkit-full-page-media, _:future, :root .item-tab-stu {
    padding: 7px 35px 7px 45px;
  }
  .item-tab-stu::before {
    left: 15px;
  }
  .sec-students-main {
    padding: 40px 0 35px;
  }
  .sec-students-keihou,.sec-students-jisshu {
    padding-bottom: 0;
  }
  .h4-stu {
    font-size: 1.8rem;
  }
  .sec-students-main .wrap-btn-single {
    padding-top: 20px;
  }
}
/*-------------------------------------------------
break point 480px SP
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  
}