.un_dochallenge {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  line-height: 1.75;
  padding: 30px 0;
}
.un_dochallenge img {
  width: 100%;
}
.un_dochallenge p {
  margin-bottom: 20px;
}
.un_dochallenge .bl_section_title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.un_dochallenge .bl_btn {
  background-color: #00ba0e;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
}
.un_dochallenge .bl_btn_wrapper {
  margin-bottom: 20px;
}
.un_dochallenge .bl_btn.is_open {
  padding: 20px 15px;
  border-bottom: 4px solid #008406;
  font-size: 24px;
}
.un_dochallenge .bl_btn.is_open:active {
  transform: translateY(4px);
  border-bottom: none;
}
.un_dochallenge .bl_btn.is_close {
  pointer-events: none;
  cursor: pointer;
  font-size: 20px;
}

.hp_fw_bold {
  font-weight: bold !important;
}

.hp_fs14 {
  font-size: 14px !important;
}

.hp_fs20 {
  font-size: 20px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.un_dochallenge .ly_header .el_mv {
  width: 80%;
  margin: 0 auto 50px;
}

.un_dochallenge .bl_intro {
  background-color: #004da0;
  padding: 30px 100px;
}
.un_dochallenge .bl_intro_inner {
  border: 1px solid white;
  border-radius: 3px;
  padding: 30px 60px;
  color: white;
}

.un_dochallenge .bl_outline {
  background-image: url("/files/cont/dochallenge/img/bg-dot.gif");
  background-size: none;
  background-position: center center;
  background-repeat: repeat;
  padding: 50px 100px;
}
.un_dochallenge .bl_outline .bl_section_title {
  color: #004da0;
}
.un_dochallenge .bl_outline .bl_section_title span {
  border-bottom: 2px solid #004da0;
  padding: 0 10px;
  position: relative;
}
.un_dochallenge .bl_outline .bl_section_title span::after {
  content: "";
  position: absolute;
  right: -10px;
}
.un_dochallenge .bl_outline .bl_section_title svg {
  vertical-align: text-bottom;
}
.un_dochallenge .bl_outline .bl_section_title svg path {
  fill: #004da0;
}
.un_dochallenge .bl_outline_item {
  margin-bottom: 30px;
}
.un_dochallenge .bl_outline_item:first-child .bl_outline_head {
  border-bottom: 4px solid #6ab2e8;
}
.un_dochallenge .bl_outline_item:first-child .bl_outline_head::before {
  background-image: url("/files/cont/dochallenge/img/icon-ov01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.un_dochallenge .bl_outline_item:nth-child(2) .bl_outline_head {
  border-bottom: 4px solid #f5b090;
}
.un_dochallenge .bl_outline_item:nth-child(2) .bl_outline_head::before {
  background-image: url("/files/cont/dochallenge/img/icon-ov02.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.un_dochallenge .bl_outline_item:nth-child(3) .bl_outline_head {
  border-bottom: 4px solid #fdd000;
}
.un_dochallenge .bl_outline_item:nth-child(3) .bl_outline_head::before {
  background-image: url("/files/cont/dochallenge/img/icon-ov03.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.un_dochallenge .bl_outline_item:nth-child(4) .bl_outline_head {
  border-bottom: 4px solid #63c0ab;
}
.un_dochallenge .bl_outline_item:nth-child(4) .bl_outline_head::before {
  background-image: url("/files/cont/dochallenge/img/icon-ov04.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.un_dochallenge .bl_outline_head {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 15px 60px;
  position: relative;
  margin-bottom: 5px;
}
.un_dochallenge .bl_outline_head::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.un_dochallenge .bl_outline .un_free_label {
  background-color: red;
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding: 7px 15px;
  line-height: 2.5;
}
.un_dochallenge .bl_outline .bl_schedule {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.un_dochallenge .bl_outline .bl_schedule_table {
  border-collapse: collapse;
  text-align: center;
}
.un_dochallenge .bl_outline .bl_schedule_table_head {
  background-color: #63c0ab;
  padding: 5px 10px;
  border-bottom: 1px solid white;
  color: white;
  white-space: nowrap;
}
.un_dochallenge .bl_outline .bl_schedule_table_head__sp {
  display: none;
}
.un_dochallenge .bl_outline .bl_schedule_table_subject {
  border-bottom: 1px solid #63c0ab;
  white-space: nowrap;
  background-color: #c3f5ea;
  font-weight: bold;
  padding: 8px 12px;
}
.un_dochallenge .bl_outline .bl_schedule_table_title {
  border-bottom: 1px solid #63c0ab;
  border-right: 1px solid #63c0ab;
  font-size: 14px;
  padding: 8px 12px;
  background-color: white;
}

.un_dochallenge .bl_sample {
  background-color: #004da0;
  padding: 50px 30px;
  color: white;
}
.un_dochallenge .bl_sample .bl_section_title {
  font-size: 28px;
}
.un_dochallenge .bl_sample_list {
  display: flex;
  margin-bottom: 30px;
}
.un_dochallenge .bl_sample_item {
  padding: 5px;
}
.un_dochallenge .bl_sample .bl_btn_wrapper {
  width: 90%;
  margin: auto;
}

.un_dochallenge .ly_footer {
  background-color: #004da0;
  padding: 20px 20px 50px;
}
.un_dochallenge .ly_footer .bl_banner_list {
  display: flex;
  justify-content: center;
}
.un_dochallenge .ly_footer .bl_banner_item {
  margin: 0 10px;
  width: 200px;
}
.un_dochallenge .ly_footer .bl_banner_item a img {
  transition: all 0.3s;
}
.un_dochallenge .ly_footer .bl_banner_item a:hover img {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */