.pc-only,
.tokutenn--pc {
  display: block;
}
.sp-only {
  display: none;
}
.img-center {
  text-align: center;
}
.image01 a {
  display: block;
}
.gray_indent {
  background-color: #F2F2F2;
  padding: 20px;
}
.table04 thead th {
  background: #ff7422;
}
.tbl_prize .table04 thead th:first-child {
  width: 10%;
}
.tbl_prize .table04 thead th {
  width: 15%;
}
.board_wrapper {
  overflow: hidden;
  width: 960px;
}
.board {
  float: left;
  width: 50%;
}
.board img {
  width: 450px;
}
.board-link02 {
  margin-top: 118px;
}
.tokutenn--sp {
  box-sizing: border-box;
  display: none;
}
.tokutenn--pc .ttl,
.tokutenn--pc .con {
  border-right: 2px solid #fff;
  box-sizing: border-box;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 192px;
}
.tokutenn--pc .ttl {
  color: #fff;
}
.tokutenn--pc .con {
  background-color: #f2f2f2;
}
.hit_icon_box {
  height: 38px;
  width: 142px;
}
.hit_icon_box img {
  padding-left: 7px;
  padding-top: 5px;
}
.hit_icon_box p {
  color: #fff;
  display: inline;
  font-size: 0.14rem;
  line-height: 38px;
  padding-left: 5px;
  vertical-align: top;
}
.hitbg-color {
  background: #bf5858 !important;
}
.hittext-color {
  color: #bf5858 !important;
}
.awmmList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.awmmItem {
}
.awmm {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--category-color-general-4);
  border-radius: 4px;
}
.awmm__image {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  box-sizing: border-box;
}
.awmm__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  object-fit: contain;
}
.awmm__inner {
  padding: 10px 12px 16px;
  background-color: var(--category-color-general-4);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.awmm__title {
  font-size: 0.14rem;
  line-height: 1.3;
  font-family: var(--font-en);
  color: var(--category-color-general);
}
.awmm__button {
  text-align: center;
  margin-top: 32px;
}
.awmm__button .c-button {
  width: 92%;
  min-width: auto;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .table04 tbody th:nth-of-type(1) {
    background: #ff7422;
  }
  .table04 thead th:nth-of-type(1) {
    color: #ff7422;
  }
  .prize_sp_total {
    border: 5px solid #f2f2f2;
    padding:20px;
  }
  .board_wrapper,
  .board img {
    width: 100%;
  }
  .board {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .board-link02 {
    margin-top: 0;
  }
  .tokutenn--pc {
    display: none;
  }
  .tokutenn--sp {
    display: block;
  }
  .tokutenn--sp dt, .tokutenn--sp dd {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .tokutenn--sp dt {
    color: #fff;
  }
  .tokutenn--sp dd {
    background-color: #f2f2f2;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
  }
  .img-center {
    text-align: center;
  }
  .image01 img {
    width: 100%;
    max-width: 300px;
  }
  .awmmList {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .awmm {
  }
  .awmm__image {
    padding: 16px 20px;
    height: 88px;
  }
  .awmm__inner {
    padding: 6px 8px 8px;
  }
  .awmm__title {
    font-size: 0.12rem;
    line-height: 1.25;
  }
  .awmm__button {
    text-align: center;
    margin-top: 12px;
  }
  .awmm__button .c-button {
    width: 92%;
    min-width: auto;
  }
  .awmm__button .c-button {
    width: 100%;
    height: 32px;
    padding: 3px 14px 5px;
    font-size: 12px;
  }
  .awmm__button .c-button::before,
  .awmm__button .c-button::after {
    width: 24px;
    height: 24px;
    background-size: 8px 5px;
    right: 3px;
  }
}

/* GLOBAL RUN CLUB */
.five-box {
  display: flex;
  gap: 40px;
  align-items: center;
}
.five-box .image-block img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .five-box .image-block {
    flex: 0 0 297px;
  }
}
@media screen and (max-width: 1023px) {
  .five-box {
    flex-direction: column;
    gap: 20px;
  }
  .five-box .image-block {
    max-width: 220px;
    margin: 0 auto;
  }
}

/* Six Star System */
.six_image_box {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
.six_image_box span {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .six_image_box img {
    width: auto;
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .six_image_box {
    flex-direction: column;
    gap: 30px;
  }
}

/* AGE GROUP WORLD RANKINGS */
@media screen and (min-width: 1024px) {
  .awmmagegroups_table {
    max-width: 400px;
  }
}

/* 関連イベント */
.table04 thead th {
  background-color: #ff7422;
}
.tbl_prize .table04 thead th:first-child {
  width: 10%;
}
.tbl_prize .table04 thead th {
  width: 15%;
}
.board img {
  width: 450px;
}
.hit_icon_box img {
  padding-left: 7px;
  padding-top: 5px;
}
.hit_icon_box p {
  color: #fff;
  display: inline;
  font-size: 0.14rem;
  line-height: 38px;
  padding-left: 5px;
  vertical-align: top;
}
.events_section {
  margin-top: 26px;
}
.events_section + .events_section {
  margin-top: 112px;
}
.half-block {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px 60px;
}
.half-block_left {
  flex: 0 0 40%;
}
.half-block_left img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
  max-width: var(--max-width, 400px);
}
.half-block_right {
  flex: 1;
}
.content-btn {
  background-color: #005e96;
  border-radius: 10px;
  color: #fff;
  display: block;
  margin: auto;
  padding: 20px;
  text-align: center;
  width: 60%;
}
.events_schedule th {
  width: 30%;
}
.events_schedule th[rowspan] {
  border-bottom: 0;
  border-radius: 0 0 0 4px;
}
.events_schedule td {
  width: 70%;
  border-left: 0;
}
.button_wrap {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .half-block_left {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1023px) {
  .page-awmm-related-event .c-table.c-table--scroll th {
    vertical-align: top;
  }
  .page-awmm-related-event .c-table.c-table--scroll th,
  .page-awmm-related-event .c-table.c-table--scroll td {
    white-space: wrap;
    display: table-cell;
    padding: 8px 10px;
  }
  .page-awmm-related-event .c-table tr:has(th) {
    margin-top: 0;
  }
  .page-awmm-related-event .events_schedule th:first-child {
    border-radius: 0;
  }
  .page-awmm-related-event .events_schedule tr th {
    border: 0;
  }
  .page-awmm-related-event .events_schedule tr:not(:last-child) th:not([rowspan]) {
    border-bottom: 1px solid var(--white);
  }
  .page-awmm-related-event .events_schedule tr:first-child th {
    border-radius: 4px 0 0 0;
  }
  .page-awmm-related-event .events_schedule tr:first-child td {
    border-radius: 0 4px 0 0;
  }
  .page-awmm-related-event .events_schedule th[rowspan],
  .page-awmm-related-event .events_schedule tr:last-child th {
    border-radius: 0 0 0 4px;
  }
  .page-awmm-related-event .events_schedule tr:last-child td {
    border-radius: 0 0 4px 0;
  }

  .events_section {
    margin-top: 26px;
  }
  .events_section + .events_section {
    margin-top: 80px;
  }
  .half-block {
    flex-direction: column;
    gap: 16px 60px;
  }
  .half-block_right {
    display: contents;
  }
  .half-block_title {
    order: 1;
  }
  .half-block_right-inner {
    order: 3;
  }
  .half-block_left {
    order: 2;
  }
  .half-block_left img:first-child {
    max-width: var(--max-width-sp, 90%);
  }
}

/* 各大会ページ */
.awmm_website a {
  display: inline-block;
}