#wrapper-navbar .main_visual .top-swiper-container .swiper-wrapper .swiper-slide .inner .link_btn_wrapper {
  gap: 20px;
}

#wrapper-navbar .main_visual .mb_link_btns .link_btn_wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
#wrapper-navbar .main_visual .mb_link_btns .link_btn_wrapper .img_btn {
  width: calc((100% - 20px) / 2);
}

#wrapper-navbar .section_registration {
  padding-top: 60px;
  background-color: #f2f2f2;
}
#wrapper-navbar .section_registration .link_btn_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.number_of_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 4px 0;
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .number_of_detail {
    padding: 0 20px;
    gap: 40px;
  }
}
.number_of_detail .img_btn {
  width: 180px;
  padding: 0.5em 0.75em 0.5em 0.5em;
  background-color: #ffffff;
  border-radius: 0.5em;
  color: #333333;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .number_of_detail .img_btn {
    width: 160px;
  }
}
.number_of_detail .img_btn .number {
  margin: 0 0.25em;
  font-size: 2em;
  font-weight: bold;
}
.number_of_detail .img_btn:first-child {
  box-shadow: 0 0 0 2px #99b5dd;
}
.number_of_detail .img_btn:first-child .fa-solid,
.number_of_detail .img_btn:first-child .number {
  color: #0048a9;
}
.number_of_detail .img_btn:last-child {
  box-shadow: 0 0 0 2px #ffc9a5;
}
.number_of_detail .img_btn:last-child .fa-solid,
.number_of_detail .img_btn:last-child .number {
  color: #ff781c;
}
.number_of_detail .img_btn:hover {
  box-shadow: 0 0 0 2px #ffffff;
  text-decoration: none;
}

.page-successful-match .successful-count {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.page-successful-match .successful-count > span {
  font-size: 1.75rem;
}
.page-successful-match .execution-table {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-successful-match .execution-table {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-successful-match .execution-table th,
.page-successful-match .execution-table td {
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.page-successful-match .execution-table th {
  background-color: #f2f2f2;
}

/*# sourceMappingURL=style.css.map */
