/* index.html用 */
@media screen and (min-width: 769px) {
  .flex-side-column .text-order.l-col8 { width: 66.6667%; padding: 0; }
  .flex-side-column .c_contest_01.l-col2, .flex-side-column .c_contest_02.l-col2 {width: 16.6667%; padding: 0; word-break: keep-all;}
}

@media screen and (max-width: 768px) {
  .flex-side-column .text-order {order: 1; width: 100%;}
  .flex-side-column .c_contest_01 {order: 2; width: 50%;}
  .flex-side-column .c_contest_02 {order: 3; width: 50%;}
  .column-text-item {order: initial!important;}
}

/* previous_exam.html（過去問体験）用 */
h3.heading-image {
  padding-left: 60px;
}

h3.heading-image::after {
  width: 56px;
  height: 75px;
  top: calc(50% + 3px);
  transform: translateY(-65%);
  background: url("../../defense/cyber/c_contest/images/c_contest_03.png") no-repeat center / contain;
}

p {
  overflow-wrap: break-word;
}

.bg-white {
  background: #fff; padding: 5px;
}

.difficulty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.difficulty_star {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.star {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* べた塗り */
.star-full {
  color: #000;
}

/* 塗りつぶし無し・半塗りの土台 */
.star-empty, .star-half {
  color: #999;
}

/* 半塗り */
.star-half::after {
  content: "\2605";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #000;
}