.competition {
  padding: 56px 0 88px;
  background: #FAF9F9;
}
.competition .tab-area .tab {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  gap: 0 8px;
}
.competition .tab-area .tab .tab-item {
  width: 48%;
  padding: 12px 6px;
  background: #989898;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
}
.competition .tab-area .tab .tab-item .text {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.competition .tab-area .tab .tab-item .text span {
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
}
.competition .tab-area .tab .tab-item.active {
  background: #fff;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1019607843);
}
.competition .tab-area .tab .tab-item.active .text {
  position: relative;
  color: #222;
}
.competition .tab-area .tab .tab-item.active .text:before {
  content: "";
  position: absolute;
  display: block;
  left: -6px;
  width: 5px;
  height: 100%;
  background: #EA3227;
  border-radius: 5px;
}
.competition .tab-area .tab .tab-item.active .text span {
  color: #222;
}
.competition .tab-content {
  display: none;
  padding: 80px 0 56px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background: #fff;
}
.competition .tab-content.show {
  display: block;
}
.competition .tab-content .important {
  position: relative;
  margin: 0 0 64px;
}
.competition .tab-content .important:before {
  content: "!";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin: 12px 0 0;
  top: -37px;
  left: 50%;
  margin: 0 0 0;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  font-size: 52px;
  font-weight: 700;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5019607843);
}
.competition .tab-content .important .bg {
  padding: 100px 0 80px;
  background: url(../img//top/entry-bg01.jpg) no-repeat top center;
  background-size: 200%;
  border-radius: 10px;
}
.competition .tab-content .important .bg .title02 {
  margin: 0 0 21px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 500;
}
.competition .tab-content .important .bg .caution {
  margin: 0 0 21px;
  color: #fff;
  text-align: center;
}
.competition .tab-content .important .bg .caution strong {
  margin: 4px 0 0;
  padding: 0 8px 0.5em;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(transparent 40%, #EA3227 0% 90%, transparent 90%);
  line-height: 1.2;
}
.competition .tab-content .important .bg .text {
  margin: 0 0 32px;
  text-align: center;
  color: #fff;
}
.competition .tab-content .important .bg .btn {
  padding: 0 4px;
}
.competition .tab-content .desc .content .detail {
  margin: 0 0 18px;
}
.competition .tab-content .desc .content .detail .img {
  margin: 0 0 12px;
}
.competition .tab-content .desc .content .detail .area-text .title02 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.competition .tab-content .desc .content .detail .area-text .text {
  text-align: center;
}
.competition .tab-content .desc .content .kind + .kind {
  margin: 96px 0 0;
}
.competition .tab-content .desc .content .kind .kind-content .area-img {
  max-width: 240px;
  margin: 0 auto 24px;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .img + .img {
  margin: 36px 0 0;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .age-category {
  position: relative;
  margin: 24px 0;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .age-category .title02 {
  position: relative;
  top: 20px;
  text-align: center;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .age-category .title02 span {
  display: inline-block;
  width: 194px;
  padding: 10px 0;
  background: #444;
  border-radius: 19px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .age-category .aera-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 55px;
  padding: 36px 0 18px;
  border: solid 2px #DEDFDE;
}
.competition .tab-content .desc .content .kind .kind-content .area-img .age-category .aera-list .list .item {
  line-height: 1.5555555556;
  font-size: 18px;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .area-title {
  padding: 0 0 8px;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .area-title .title {
  font-size: 38px;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .area-title .title span {
  display: block;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  line-height: 1.1578947368;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .area-title .title span.right {
  text-align: right;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .area-title .center {
  top: -50px;
}
.competition .tab-content .desc .content .kind .kind-content .area-text .list {
  margin: 0 0 52px;
}
.competition .tab-content .desc .content .how {
  margin: 0 0 32px;
}
.competition .tab-content .desc .content .how dl dt {
  padding: 11px 10px 12px;
  background: #EA3227;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #fff;
}
.competition .tab-content .desc .content .how dl dd {
  padding: 8px 13px;
  font-weight: 700;
  background: #F2F2F4;
  border-radius: 0 0 10px 10px;
  line-height: 1.7142857143;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (min-width: 768px) {
  .competition .tab-area .tab {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    gap: 0 52px;
  }
  .competition .tab-area .tab .tab-item {
    width: 340px;
    padding: 20px 6px;
  }
  .competition .tab-area .tab .tab-item .text {
    font-size: 21px;
  }
  .competition .tab-area .tab .tab-item .text span {
    font-size: 18px;
  }
  .competition .tab-area .tab .tab-item.active {
    background: #fff;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1019607843);
  }
  .competition .tab-area .tab .tab-item.active .text {
    position: relative;
    color: #222;
  }
  .competition .tab-area .tab .tab-item.active .text:before {
    content: "";
    position: absolute;
    display: block;
    left: -6px;
    width: 5px;
    height: 100%;
    background: #EA3227;
    border-radius: 5px;
  }
  .competition .tab-area .tab .tab-item.active .text span {
    color: #222;
  }
  .competition .tab-content {
    padding: 96px 0 88px;
  }
  .competition .tab-content .important {
    position: relative;
    margin: 0 0 56px;
  }
  .competition .tab-content .important:before {
    margin: 12px 0 0;
  }
  .competition .tab-content .important .bg {
    padding: 54px 10px 56px;
    background: url(../img//top/entry-bg01.jpg) no-repeat center center;
    background-size: 100%;
  }
  .competition .tab-content .important .bg .title02 {
    margin: 0 0 48px;
    font-size: 32px;
  }
  .competition .tab-content .important .bg .caution {
    margin: 0 0 16px;
    font-size: 24px;
  }
  .competition .tab-content .important .bg .caution strong {
    margin: 4px 0 0;
    padding: 0 16px 0.5em;
    font-size: 32px;
  }
  .competition .tab-content .important .bg .text {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 1.5238095238;
  }
  .competition .tab-content .desc .content .detail {
    margin: 0 0 32px;
  }
  .competition .tab-content .desc .content .detail .area-text .title02 {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .competition .tab-content .desc .content .detail .area-text .text {
    font-size: 18px;
  }
  .competition .tab-content .desc .content .kind + .kind {
    margin: 96px 0 0;
  }
  .competition .tab-content .desc .content .kind .kind-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 72px;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img {
    max-width: none;
    width: 363px;
    margin: 0;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .img {
	  width: 280px;
    margin: 0 auto;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .img.podium {
    width: 363px;
    margin: 0 auto;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .img.list {
    width: 244px;
    margin: 0 auto;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .img.board {
    width: 360px;
    margin: 0 auto;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .img + .img {
    margin-top: 24px;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .age-category {
    position: relative;
    margin: 24px 0;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .age-category .title02 {
    position: relative;
    top: 20px;
    text-align: center;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .age-category .title02 span {
    display: inline-block;
    width: 194px;
    padding: 10px 0;
    background: #959595;
    border-radius: 19px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .age-category .aera-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 55px;
    padding: 36px 0 18px;
    border: solid 2px #DEDFDE;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-img .age-category .aera-list .list .item {
    line-height: 1.5555555556;
    font-size: 18px;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text {
    width: 57.5%;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text .area-title {
    padding: 0 0 12px;
    margin: 0 0 36px;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text .area-title .title span {
    line-height: 1;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text .area-title .title span.right {
    text-align: right;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text .area-title .center {
    top: -90px;
  }
  .competition .tab-content .desc .content .kind .kind-content .area-text .list {
    margin: 0;
  }
  .competition .tab-content .desc .content .how {
    margin: 0 0 56px;
  }
  .competition .tab-content .desc .content .how dl dt {
    padding: 13px 16px 14px;
    font-size: 18px;
  }
  .competition .tab-content .desc .content .how dl dd {
    padding: 12px 18px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .competition .content .kind .kind-content .area-text .area-title .title {
    font-size: 72px;
  }
  .competition .content .kind .kind-content .area-text .area-title .title span {
    font-size: 72px;
  }
}/*# sourceMappingURL=competition-challenge.css.map */