@charset "UTF-8";
#bread {
  background-color: #fff;
  overflow: hidden;
}
#bread .bread_width {
  max-width: 1176px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 1200px) {
  #bread .bread_width {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #bread .bread_width {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #bread .bread_width {
    padding: 0 10px;
  }
}
#bread ol {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 14px 0;
}
@media only screen and (max-width: 900px) {
  #bread ol {
    padding: 10px 0;
  }
}
#bread ol li {
  font-weight: 500;
}
#bread ol li + li:before {
  content: '>';
  margin: 0 0.3em;
}

/*                ニュース
======================================================= */
.area-news .title {
  padding: 0 10px;
}
.area-news .title .tabs {
  display: flex;
  justify-content: center;
}
.area-news .title .tabs li {
  width: 33.3333%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #525252;
  padding: 16px;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.area-news .title .tabs li:last-of-type {
  border-right: 1px solid #f4f4f4;
}
.area-news .title .tabs li.is-active {
  color: #000;
  background: #f4f4f4;
}
.area-news .body {
  padding: 20px;
  background: #f4f4f4;
}
.area-news .body .conditions {
  margin-bottom: 40px;
}
.area-news .body .condition {
  margin-bottom: 20px;
}
.area-news .body .condition dl {
  font-size: 14px;
}
.area-news .body .condition dl .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.area-news .body .condition dl .row:last-of-type {
  margin-bottom: 0;
}
.area-news .body .condition dl dt {
  margin-right: 15px;
  font-weight: 400;
  width: 90px;
}
.area-news .body .condition dl dt span {
  background: url(../images/common/icn-filter.svg) 0 50% no-repeat;
  background-size: 18px 13px;
  padding-left: 25px;
}
.area-news .body .condition dl dd {
  flex: 1;
}
.area-news .body .condition dl dd .select_wrapper {
  position: relative;
}
.area-news .body .condition dl dd .select_wrapper::after {
  content: '';
  display: block;
  background: #d9c495;
  height: 8px;
  width: 11px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.area-news .body .condition dl dd select {
  border: 1px solid #525252;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.area-news .body .condition dl dd input#team,
.area-news .body .condition dl dd button#team {
  border: 1px solid #525252;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: left;
}
.area-news .body .condition:last-of-type {
  margin-bottom: 0;
}
.area-news .body .condition.archive {
  font-size: 14px;
  position: relative;
}
.area-news .body .condition.archive .list-archive {
  text-align: right;
}
.area-news .body .condition.archive .list-archive li a {
  text-decoration: underline;
  cursor: pointer;
}
.area-news .body .list-article {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  .area-news {
    padding: 0 100px;
    margin-bottom: 20px;
  }
  .area-news .title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .area-news .title .tabs {
    justify-content: flex-start;
  }
  .area-news .title .tabs li {
    width: 136px;
  }
  .area-news .body {
    padding: 40px 122px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .area-news .body .conditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-news .body .condition {
    margin-bottom: 0px;
    width: 48%;
  }
  .area-news .body .condition dl {
    display: flex;
    justify-content: space-between;
  }
  .area-news .body .condition dl .row {
    margin-bottom: 0px;
    width: 100%;
  }
  .area-news .body .condition dl dt {
    margin-right: 24px;
  }
  .area-news .body .condition:last-of-type {
    margin-bottom: 0;
  }
  .area-news .body .condition.archive .list-archive {
    display: block;
    text-align: right;
  }
  .area-news .body .condition.archive .list-archive li {
    margin-bottom: 0px;
  }
  .area-news .body .list-article {
    margin-bottom: 60px;
  }
}

.filter-sports {
  display: block !important;
}
.filter-sports .row {
  display: block !important;
  width: auto !important;
  margin-bottom: 30px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.filter-sports .row dt {
  width: auto !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 0.9em;
  cursor: pointer;
}
.filter-sports .row dt::before {
  content: '●';
  display: inline;
  color: #7a5c1e;
  margin-right: 0.3em;
  font-size: 14px;
}
.filter-sports .row dd ul li {
  font-size: 16px;
  margin-bottom: 0.3em;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .filter-sports {
    -moz-column-count: 3;
    column-count: 3;
  }
}

#news .article-aside article {
  flex: 1 1 0;
  padding: 0 20px;
}
#news .article-aside article .article-head .thumb {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: block;
  margin-bottom: 12px;
}
#news .article-aside article .article-head hgroup .date-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
#news .article-aside article .article-head hgroup .date-team li.team a {
  text-decoration: underline;
}
#news .article-aside article .article-head hgroup .date-team li.team img {
  width: 26px;
  height: auto;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
#news .article-aside article .article-head hgroup h1 {
  margin: 20px 0 15px 0;
  font-size: 26px;
  font-weight: bold;
}
#news .article-aside article .article-head hgroup .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#news .article-aside article .article-head hgroup .tags li {
  margin-right: 20px;
}
#news .article-aside article .article-head hgroup .tags a {
  color: #5f5f5f;
  text-decoration: underline;
}
#news .article-aside article .article-share {
  margin-bottom: 60px;
}
#news .article-aside article .article-share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#news .article-aside article .article-share ul li.official {
  margin-right: 0px;
  flex-grow: 1;
}
#news .article-aside article .article-share ul li.official a {
  background: #7a5c1e;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 16px;
}
#news .article-aside article .article-share ul li.official a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-new_window_white.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
#news .article-aside article .article-share ul li.sns {
  margin-left: 5px;
  width: 35px;
}
#news .article-aside article .article-share ul li.sns img {
  width: 35px;
}
#news .article-aside article .article-body {
  margin-top: 60px;
}
#news .article-aside aside {
  flex-shrink: 0;
  padding: 0 10px;
}
#news .article-aside aside .block {
  margin-bottom: 20px;
}
#news .article-aside aside .block-relate {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
}
#news .article-aside aside .block-relate .hgroup {
  margin-bottom: 30px;
}
#news .article-aside aside .block-relate .hgroup .label {
  font-size: 14px;
  font-weight: bold;
  color: #7a5c1e;
}
#news .article-aside aside .block-relate .hgroup h2 {
  font-size: 24px;
  font-weight: bold;
}
#news .article-aside aside .block-relate .hgroup .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 0.5em;
}
#news .article-aside aside .block-relate .hgroup .tags li {
  margin-right: 8px;
}
#news .article-aside aside .block-relate .hgroup .tags a {
  color: #5f5f5f;
  text-decoration: underline;
}
#news .article-aside aside .block-social {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #news .article-aside {
    max-width: 1276px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #news .article-aside > * {
    min-width: 0;
    min-height: 0;
  }
  #news .article-aside article {
    display: block;
    padding: 0;
    flex: 1 1 0;
    margin-right: 100px;
  }
  #news .article-aside article .article-head .thumb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
  #news .article-aside article .article-head hgroup .date-team,
  #news .article-aside article .article-head .hgroup .date-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  #news .article-aside article .article-head hgroup .date-team li.team a,
  #news .article-aside article .article-head .hgroup .date-team li.team a {
    text-decoration: underline;
  }
  #news .article-aside article .article-head hgroup .date-team li.team img,
  #news .article-aside article .article-head .hgroup .date-team li.team img {
    width: 26px;
    height: auto;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  #news .article-aside article .article-head hgroup h1,
  #news .article-aside article .article-head .hgroup h1 {
    margin: 20px 0 15px 0;
    font-size: 26px;
    font-weight: bold;
  }
  #news .article-aside article .article-head hgroup .tags,
  #news .article-aside article .article-head .hgroup .tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #news .article-aside article .article-head hgroup .tags li,
  #news .article-aside article .article-head .hgroup .tags li {
    margin-right: 20px;
  }
  #news .article-aside article .article-head hgroup .tags a,
  #news .article-aside article .article-head .hgroup .tags a {
    color: #5f5f5f;
    text-decoration: underline;
  }
  #news .article-aside article .article-share {
    margin-bottom: 60px;
  }
  #news .article-aside article .article-share ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  #news .article-aside article .article-share ul li.official {
    flex-grow: 0;
    margin-right: 18px;
  }
  #news .article-aside article .article-share ul li.official a {
    background: #7a5c1e;
    border-radius: 100px;
    font-weight: bold;
    padding: 8px 16px;
  }
  #news .article-aside article .article-share ul li.official a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/common/icn-new_window.svg) 0 0 no-repeat;
    background-size: contain;
    margin-left: 5px;
  }
  #news .article-aside article .article-share ul li.sns {
    margin-left: 8px;
    width: auto;
  }
  #news .article-aside article .article-body {
    margin-top: 60px;
  }
  #news .article-aside aside {
    display: block;
    flex-shrink: 0;
    padding: 0;
    width: 396px;
  }
  #news .article-aside aside .block {
    margin-bottom: 20px;
  }
  #news .article-aside aside .block-relate {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 20px;
  }
  #news .article-aside aside .block-relate .hgroup {
    margin-bottom: 30px;
  }
  #news .article-aside aside .block-relate .hgroup .label {
    font-size: 14px;
    font-weight: bold;
    color: #7a5c1e;
  }
  #news .article-aside aside .block-relate .hgroup h2 {
    font-size: 24px;
    font-weight: bold;
  }
  #news .article-aside aside .block-relate .hgroup .tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 0.5em;
  }
  #news .article-aside aside .block-relate .hgroup .tags li {
    margin-right: 8px;
  }
  #news .article-aside aside .block-relate .hgroup .tags a {
    color: #5f5f5f;
    text-decoration: underline;
  }
  #news .article-aside aside .block-social {
    display: block;
  }
}

.article-aside > article {
  flex: 1 1 0;
}
.article-aside aside {
  flex-shrink: 0;
}

/*                試合情報
======================================================= */
.area-game {
  margin-top: -56px;
  padding-top: 56px;
}
.area-game .inner {
  padding: 20px;
  background: #f4f4f4;
}
.area-game .title {
  margin-bottom: 30px;
}
.area-game .title .condition {
  margin-bottom: 20px;
}
.area-game .title .condition dl {
  font-size: 14px;
}
.area-game .title .condition dl .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.area-game .title .condition dl .row:last-of-type {
  margin-bottom: 0;
}
.area-game .title .condition dl dt {
  margin-right: 15px;
  font-weight: 400;
  width: 90px;
}
.area-game .title .condition dl dt span {
  background: url(../images/common/icn-filter.svg) 0 50% no-repeat;
  background-size: 18px 13px;
  padding-left: 25px;
}
.area-game .title .condition dl dd {
  flex: 1;
}
.area-game .title .condition dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.area-game .title .condition dl dd li {
  margin-right: 6px;
}
.area-game .title .condition dl dd li img {
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.area-game .title .condition dl dd li:last-of-type {
  margin-right: 0;
}
.area-game .title .condition dl dd label {
  padding: 5px 14px;
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
}
.area-game .title .condition dl dd label input {
  display: none;
}
.area-game .title .condition dl dd label:has(input:checked) {
  background: #d9c495;
}
.area-game .title .condition dl dd .select_wrapper {
  position: relative;
}
.area-game .title .condition dl dd .select_wrapper::after {
  content: '';
  display: block;
  background: #d9c495;
  height: 8px;
  width: 11px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.area-game .title .condition dl dd select {
  border: 1px solid #525252;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.area-game .title .condition dl dd input#sports {
  border: 1px solid #525252;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.area-game .title .condition:last-of-type {
  margin-bottom: 0;
}
.area-game .title .condition.period label {
  display: block;
  padding-left: 1.8em;
  position: relative;
}
.area-game .title .condition.period label input {
  accent-color: #d9c495;
  width: 16px;
  height: 16px;
  top: 2px;
  position: absolute;
  left: 0;
}
.area-game .title .condition.period label span {
  font-size: 14px;
  font-weight: 400;
}
.area-game .title .condition.period label span small {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
.area-game .title .condition.help {
  font-size: 14px;
  position: relative;
}
.area-game .title .condition.help .list-help {
  display: flex;
  justify-content: space-between;
}
.area-game .title .condition.help .list-help li a,
.area-game .title .condition.help .list-help li button {
  text-decoration: underline;
  cursor: pointer;
}
.area-game .title .condition.help .icn.icn-help {
  background: url(../images/common/icn-help.svg) 0 50% no-repeat;
  padding-left: 25px;
}
.area-game .title .condition.help .tooltip {
  background: #000;
  border-radius: 10px;
  padding: 15px 18px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  display: none;
}
.area-game .title .condition.help .tooltip::after {
  content: '';
  display: block;
  background: #000;
  height: 24px;
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -24px;
  transform: translateY(-50%);
  left: 40px;
}
.area-game .title .condition.help .tooltip ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.area-game .title .condition.help .tooltip ul li img {
  width: 22px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.area-game .title .condition.help .tooltip ul li a {
  color: #fff;
  text-decoration: underline;
}
.area-game .body {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .area-game {
    padding: 0 100px;
    margin-bottom: 20px;
    margin-top: -116px;
    padding-top: 116px;
  }
  .area-game .inner {
    padding: 65px 100px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .area-game .title {
    margin-bottom: 40px;
  }
  .area-game .title .conditions {
    display: flex;
    flex-wrap: wrap;
  }
  .area-game .title .condition {
    margin-bottom: 40px;
  }
  .area-game .title .condition dl {
    display: flex;
    justify-content: space-between;
  }
  .area-game .title .condition dl .row {
    margin-bottom: 0px;
    width: 48%;
  }
  .area-game .title .condition dl dt {
    margin-right: 20px;
  }
  .area-game .title .condition:last-of-type {
    margin-bottom: 0;
  }
  .area-game .title .condition.place_type {
    width: 100%;
  }
  .area-game .title .condition.period {
    width: 48%;
    margin-bottom: 0;
  }
  .area-game .title .condition.help {
    width: 48%;
  }
  .area-game .title .condition.help .list-help {
    display: block;
    text-align: right;
  }
  .area-game .title .condition.help .list-help li {
    margin-bottom: 6px;
  }
  .area-game .title .condition.help .tooltip {
    background: #000;
    border-radius: 10px;
    padding: 15px 18px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    display: none;
  }
  .area-game .title .condition.help .tooltip::after {
    left: auto;
    right: 40px;
  }
  .area-game .title .condition.help .tooltip ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .area-game .title .condition.help .tooltip ul li img {
    width: 22px;
    height: auto;
    display: inline-block;
    margin-right: 5px;
  }
  .area-game .body {
    margin-bottom: 0px;
  }
  .area-game .body .card-games {
    display: grid;
    grid-row-gap: 24px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .area-game .body .card-games .game {
    margin-bottom: 0;
  }
}

/*                結果・順位
======================================================= */
.area-result .title {
  padding: 0 10px;
}
.area-result .title .tabs {
  display: flex;
  justify-content: center;
}
.area-result .title .tabs li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #525252;
  padding: 16px;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.area-result .title .tabs li:last-of-type {
  border-right: 1px solid #f4f4f4;
}
.area-result .title .tabs li.is-active {
  color: #000;
  background: #f4f4f4;
}
.area-result .body {
  padding: 40px 10px;
  background: #f4f4f4;
}
.area-result .body .panels .panel {
  display: none;
}
.area-result .body .panels .panel:first-of-type {
  display: block;
}
.area-result .body .card-result .result {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.area-result .body .card-result .result:last-of-type {
  margin-bottom: 0;
}
.area-result .body .card-result .result h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.area-result .body .card-result .result h2 img {
  width: 30px;
  height: auto;
  display: inline;
  margin-right: 7px;
}
.area-result .body .card-result .result ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.area-result .body .card-result .result ul li:last-of-type {
  margin-bottom: 0;
}
.area-result .body .card-result .result ul li .img {
  width: 76px;
  margin-right: 18px;
}
.area-result .body .card-result .result ul li .txt {
  flex: 1;
}
.area-result .body .card-result .result ul li .txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 400px) {
  .area-result .body .card-result .result ul li .txt h3 {
    font-size: 3.9vw;
  }
}
@media only screen and (max-width: 360px) {
  .area-result .body .card-result .result ul li .txt h3 {
    font-size: 3.8vw;
  }
}
.area-result .body .card-result .result ul li .txt .more {
  font-size: 14px;
}
@media only screen and (max-width: 360px) {
  .area-result .body .card-result .result ul li .txt .more {
    font-size: 3.8vw;
  }
}
.area-result .body .card-result .result ul li .txt .more a {
  text-decoration: underline;
}
.area-result .body .card-result .result ul li .txt .more a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-new_window_black.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.area-result .body .card-rank .rank {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.area-result .body .card-rank .rank:last-of-type {
  margin-bottom: 0;
}
.area-result .body .card-rank .rank h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.area-result .body .card-rank .rank h2 img {
  width: 30px;
  height: auto;
  display: inline;
  margin-right: 7px;
}
.area-result .body .card-rank .rank dl {
  margin-bottom: 30px;
}
.area-result .body .card-rank .rank dl:last-of-type {
  margin-bottom: 0;
}
.area-result .body .card-rank .rank dl .row {
  margin-bottom: 30px;
}
.area-result .body .card-rank .rank dl .row:last-of-type {
  margin-bottom: 0;
}
.area-result .body .card-rank .rank dl .row dt {
  font-size: 14px;
  margin-bottom: 20px;
}
.area-result .body .card-rank .rank dl .row dt a {
  text-decoration: underline;
}
.area-result .body .card-rank .rank dl .row dt a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-new_window_black.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.area-result .body .card-rank .rank dl .row dd ul {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  grid-template-columns: repeat(auto-fill, 76px);
}
@media only screen and (min-width: 1025px) {
  .area-result {
    padding: 0 100px;
    margin-bottom: 20px;
  }
  .area-result .title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .area-result .title .tabs {
    justify-content: flex-start;
  }
  .area-result .title .tabs li {
    width: 186px;
  }
  .area-result .body {
    padding: 64px 20px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .area-result .body .card-result .result {
    padding: 28px 30px 40px 30px;
    margin-bottom: 30px;
  }
  .area-result .body .card-result .result:last-of-type {
    margin-bottom: 0;
  }
  .area-result .body .card-result .result h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .area-result .body .card-result .result ul {
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
  }
  .area-result .body .card-result .result ul li {
    display: block;
    margin-bottom: 0px;
    text-align: center;
  }
  .area-result .body .card-result .result ul li:last-of-type {
    margin-bottom: 0;
  }
  .area-result .body .card-result .result ul li .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .area-result .body .card-result .result ul li .txt h3 {
    margin-bottom: 0.8em;
  }
  .area-result .body .card-rank .rank {
    padding: 28px 30px;
    margin-bottom: 30px;
  }
  .area-result .body .card-rank .rank:last-of-type {
    margin-bottom: 0;
  }
  .area-result .body .card-rank .rank h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .area-result .body .card-rank .rank dl {
    margin-bottom: 0;
  }
  .area-result .body .card-rank .rank dl .row {
    margin-bottom: 0px;
    border-top: 1px solid #cecece;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .area-result .body .card-rank .rank dl .row:last-of-type {
    margin-bottom: 0;
  }
  .area-result .body .card-rank .rank dl .row dt {
    font-size: 18px;
    margin-bottom: 0px;
    width: 230px;
    margin-right: 30px;
  }
  .area-result .body .card-rank .rank dl .row dd {
    flex: 1;
  }
  .area-result .body .card-rank .rank dl .row dd ul {
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fill, 100px);
  }
}
/*# sourceMappingURL=lower.css.map */
