@charset "UTF-8";

.top_debut { padding: 2px 8px 20px; text-align: center; }
.fontSize-9 { font-size: 9px; line-height: 120% }
.top_debut_title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.top_debut_title:before {
  content: '';
  background: url("../images/copy_left.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 30px;
  margin-right: 10px;
}
.top_debut_title:after {
  content: '';
  background: url("../images/copy_right.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 30px;
  margin-left: 10px;
}
.top_debut_txt {
  color: #fff;
  background-color: #B01712;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.top_debut .top_debut_list {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.top_debut .top_debut_list_box {
  width: 100px;
  text-align: center;
}
.top_debut .top_debut_list .debut_name {
  text-decoration: underline;
  margin: 2px 0;
}
.top_debut .top_debut_list .debut_name .debut_name_pickup {
  width: 15px !important;
  height: 15px !important;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
}
.top_debut .top_debut_list .top_debut_list_img {
  background: url(../images/top_teacher_img_bg_01.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.top_debut .top_debut_list .top_debut_list_img img {
  width: 100%;
  max-width: 100px;
  padding: 7px;
  border-radius: 50%;
}
.top_debut .top_debut_list.debut_icon .top_debut_list_img:after {
  content: "";
  background: url(../images/icon_new.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 470px) {
  .top_debut .top_debut_list_box {
    width: 80px;
  }
  .top_debut .top_debut_list .top_debut_list_img img {
    padding: 6px;
  }
  .top_debut .top_debut_list.debut_icon .top_debut_list_img:after {
    width: 26px;
    height: 26px;
  }
}




.top_debut_status{
  font-weight: 500;
  line-height: 18px;
  margin-top: 5px;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-box-pack:center;
  display: block;
  align-items:center;
  font-size: 11px;
}

p.gray
 {background: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height:20px;}
p.yellow
 {background: #dabb1b;
  border: 1px solid #dabb1b;
  border-radius: 4px;
  height:20px;}
p.violet
 {background: #7255bc;
  border: 1px solid #7255bc;
  border-radius: 4px;
  height:20px;}
p.red-violet
 {background: #F99093;
  border: 1px solid #F99093;
  border-radius: 4px;
  height:20px;}
p.purple
 {background: #F99093;
  border: 1px solid #F99093;
  border-radius: 4px;
  height:20px;}
p.royal_purple
 {background: #2db7d4;
  border: 1px solid #2db7d4;
  border-radius: 4px;
  height:20px;}
p.royal_purple_border {
  color: #2db7d4;
  border: 1px solid #2db7d4;
  border-radius: 4px;
  height:20px;
}

