.subTit_edui {
  float: none !important;
  margin-bottom: 16px;
  padding: 30px 0 0;
  border-bottom: 2px solid #0073B3;
}

.subTit_edui h3 {
  font-size: 32px !important;
  font-weight: 700;
  color: #333 !important;
  line-height: 1 !important;
}

.contest-guide {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  word-break: keep-all;
}

.contest-guide .b_tit {
  margin: 10px 0 22px;
  padding: 0 0 12px;
  border-bottom: 1px solid #7d7d7d;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.25;
}

.contest-guide .icon1 {
  margin: 38px 0 12px;
  padding-left: 28px;
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  background: url("/str/cre/lyt/tmplat/sit/LYTTMP_0000000000006/images/common/icon_title1.svg") no-repeat left 4px / 20px 20px;
}

.contest-guide .icon1::before {
  display: none;
}

.contest-guide .pbg {
  margin-bottom: 20px;
  padding: 24px 28px;
  border: 1px solid #e3e3e3;
  background: #f6f6f6;
}

.contest-guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contest-guide .icon2_list > li {
  position: relative;
  margin: 8px 0;
  padding-left: 16px;
}

.contest-guide .icon2_list > li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
  font-weight: 700;
}

.contest-guide .m_table {
  width: 100%;
  overflow-x: auto;
  margin-top: 14px;
}

.contest-guide .m_table table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #6d6d6d;
  background: #fff;
}

.contest-guide table th,
.contest-guide table td {
  word-break: keep-all;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  padding: 10px 12px;
  font-size: 15px;
}

.contest-guide table thead th {
  background: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.contest-guide p {
  margin: 6px 0;
}

.contest-guide .guide-link a {
  color: #993366;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .contest-guide {
    font-size: 14px;
  }

  .contest-guide .b_tit {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3;
  }

  .contest-guide .icon1 {
    margin: 26px 0 10px;
    font-size: 24px;
    background-position: left 2px;
    background-size: 16px 16px;
    padding-left: 22px;
  }

  .contest-guide .pbg {
    padding: 14px 16px;
  }

  .contest-guide table th,
  .contest-guide table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}