@charset "UTF-8";
#contents ul.kome {
  text-indent: -1em;
  padding-left: 1em;
}
#contents .size20 {
  font-size: clamp(14px, 1.6666666667vw, 20px);
}
#contents .titJp {
  font-size: clamp(22px, 2.8333333333vw, 34px);
  font-weight: 700;
}
#contents .titJp small {
  font-size: clamp(14px, 1.6666666667vw, 20px);
}
#contents .aboutArea {
  padding: max(5vw, 30px) max(5vw, 25px);
}
#contents .aboutArea .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#contents .aboutArea .inner p {
  font-size: clamp(14px, 1.5833333333vw, 19px);
}
#contents .aboutArea .inner p a {
  display: inline-block;
  margin: 15px 0;
  background-color: #222;
  color: #fff;
  padding: 10px 15px;
  line-height: 120%;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
}
#contents .themeArea {
  padding: max(5vw, 30px) max(5vw, 25px);
  background-color: #001E30;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#contents .themeArea .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .themeArea .inner > section {
  width: calc(100% - 270px);
}
@media screen and (max-width: 960px) {
  #contents .themeArea .inner > section {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .themeArea .inner > section {
    width: 100%;
    margin-top: 20px;
  }
}
#contents .themeArea .inner > section p {
  font-weight: 400;
  margin-top: 10px;
  line-height: 2.2;
}
@media screen and (max-width: 668px) {
  #contents .themeArea .inner > section p {
    line-height: 1.9;
  }
}
#contents .themeArea .obj01,
#contents .themeArea .obj02 {
  position: absolute;
  width: 430px;
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  #contents .themeArea .obj01,
  #contents .themeArea .obj02 {
    width: 300px;
  }
}
@media screen and (max-width: 668px) {
  #contents .themeArea .obj01,
  #contents .themeArea .obj02 {
    width: 250px;
  }
}
#contents .themeArea .obj01 {
  left: 4%;
  bottom: 8%;
}
#contents .themeArea .obj02 {
  right: -3%;
  top: -3%;
}
#contents .judgesArea {
  padding: max(5vw, 30px) max(5vw, 25px);
  background-color: #0096F0;
  color: #fff;
}
#contents .judgesArea .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#contents .judgesArea .inner .text {
  font-weight: 700;
  margin: 10px 0 40px;
}
#contents .judgesArea .inner .box {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 5%;
}
@media screen and (max-width: 800px) {
  #contents .judgesArea .inner .box {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 5%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .judgesArea .inner .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
#contents .judgesArea .inner .box > section h4 {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 160%;
}
#contents .judgesArea .inner .box > section p {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.4;
}
#contents .awardArea {
  padding: max(5vw, 30px) max(5vw, 25px);
}
#contents .awardArea .inner {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 700;
}
#contents .awardArea .inner .text {
  margin-bottom: 30px;
}
#contents .awardArea .inner .text strong {
  font-size: clamp(22px, 2.0833333333vw, 25px);
}
#contents .awardArea .inner > div.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
#contents .awardArea .inner > div.box > ul li {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 130%;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > ul li {
    margin-bottom: 10px;
  }
}
#contents .awardArea .inner > div.box > ul li::before {
  content: "";
  width: 21px;
  height: 31px;
  background: url(../images/top/icon_award.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 800px) {
  #contents .awardArea .inner > div.box > ul li::before {
    top: 0;
  }
}
#contents .awardArea .inner > div.box > section {
  border: 1px solid #222;
  padding: 15px 30px 25px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section {
    padding: 20px;
  }
}
#contents .awardArea .inner > div.box > section h4 {
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 140%;
}
#contents .awardArea .inner > div.box > section h4 small {
  font-size: 0.7em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section h4 small {
    display: block;
  }
}
#contents .awardArea .inner > div.box > section p {
  margin: 7px 0;
}
#contents .awardArea .inner > div.box > section table {
  border-collapse: collapse;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section table {
    width: 100%;
  }
}
#contents .awardArea .inner > div.box > section table tr th,
#contents .awardArea .inner > div.box > section table tr td {
  border-bottom: 1px solid #222;
  text-align: left;
  vertical-align: top;
  padding: 7px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section table tr th,
  #contents .awardArea .inner > div.box > section table tr td {
    display: block;
    width: 100%;
  }
}
#contents .awardArea .inner > div.box > section table tr th {
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section table tr th {
    border-bottom: 0;
    padding: 7px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > div.box > section table tr td {
    padding-top: 0;
  }
}
#contents .awardArea .inner > section.tenji {
  background-color: #F2F2F2;
  padding: max(2.5vw, 20px);
  margin-top: 30px;
}
#contents .awardArea .inner > section.tenji ul {
  display: flex;
  justify-content: space-between;
}
#contents .awardArea .inner > section.tenji ul li {
  width: calc(50% - 20px);
  line-height: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .awardArea .inner > section.tenji ul li {
    width: calc(50% - 5px);
  }
}
#contents .awardArea .inner > section.tenji .credit {
  text-align: right;
  font-size: 0.9em;
  font-weight: 500;
}
#contents .scheduleArea {
  padding: max(5vw, 30px) max(5vw, 25px);
  background-color: #E4F5FF;
}
#contents .scheduleArea .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .scheduleArea .inner > div {
  width: 800px;
}
#contents .scheduleArea .inner > div small {
  font-size: 0.8em;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .scheduleArea .inner > div small {
    display: inline;
  }
}
#contents .scheduleArea .inner > div > div.main {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .scheduleArea .inner > div > div.main {
    gap: 10px;
    line-height: 1.2;
  }
}
#contents .scheduleArea .inner > div > div.main strong {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #FFFB82 50%, #FFFB82 100%);
}
#contents .scheduleArea .inner > div > div.main .date {
  font-weight: 700;
  white-space: nowrap;
}
#contents .scheduleArea .inner > div > p.sub {
  color: #0096F0;
  position: relative;
  padding-left: 1.5em;
  min-height: 70px;
  display: flex;
  align-items: center;
  margin: 5px 0 5px 16em;
}
@media screen and (max-width: 960px) {
  #contents .scheduleArea .inner > div > p.sub {
    margin-left: 14em;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .scheduleArea .inner > div > p.sub {
    margin-left: 3em;
  }
}
#contents .scheduleArea .inner > div > p.sub::before, #contents .scheduleArea .inner > div > p.sub::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#contents .scheduleArea .inner > div > p.sub::before {
  content: "●";
  font-size: 13px;
  left: 0;
}
#contents .scheduleArea .inner > div > p.sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  background-color: #0096F0;
  left: 5px;
}
#contents .scheduleArea .inner > div > section.tenji {
  background-color: #0096F0;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}
#contents .scheduleArea .inner > div > section.tenji h4 {
  font-size: clamp(19px, 1.9166666667vw, 23px);
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
#contents .applyArea {
  padding: max(5vw, 30px) max(5vw, 25px);
  background-color: #F2F2F2;
}
#contents .applyArea .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .applyArea .inner > div {
  width: 800px;
}
#contents .applyArea .inner > div > section:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 668px) {
  #contents .applyArea .inner > div > section:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contents .applyArea .inner > div > section h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  #contents .applyArea .inner > div > section h4 {
    margin-bottom: 5px;
  }
}
#contents .applyArea .inner > div > section .text {
  margin-bottom: 30px;
}
#contents .applyArea .inner > div > section .sub {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#contents .applyArea .inner > div > section .sub h5 {
  font-size: clamp(19px, 1.9166666667vw, 23px);
  font-weight: 700;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 140%;
}
#contents .applyArea .inner > div > section .sub h5 small {
  font-size: 0.7em;
  font-weight: 500;
}
#contents .applyArea .inner > div > section .sub p {
  padding-left: 2em;
}
#contents .applyArea .inner > div > section ul.disc {
  margin-left: 20px;
}
#contents .applyArea .inner > div > section ul.disc li {
  list-style: disc;
}
#contents .applyArea .inner > div .formText {
  color: #FB531F;
  border: 1px solid #FB531F;
  padding: 15px 20px;
  line-height: 140%;
}
#contents .rulesArea {
  padding: max(5vw, 30px) max(5vw, 25px) 0;
}
#contents .rulesArea .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#contents .rulesArea .inner h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  #contents .rulesArea .inner h3 {
    margin-bottom: 20px;
  }
}
#contents .rulesArea .inner > ol {
  margin: 30px 0 50px;
}
#contents .rulesArea .inner > ol a {
  text-decoration: underline;
}
@media screen and (max-width: 668px) {
  #contents .rulesArea .inner > ol {
    margin: 20px 0 30px;
  }
}
#contents .rulesArea .inner > ol {
  margin-left: 20px;
}
#contents .rulesArea .inner > ol li {
  list-style: decimal;
}
#contents .rulesArea .inner > ol li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  #contents .rulesArea .inner > ol li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contents .rulesArea .inner .contact {
  background-color: #F2F2F2;
  padding: max(2vw, 20px) max(3vw, 20px);
}
#contents .rulesArea .inner .contact h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  #contents .rulesArea .inner .contact h4 {
    margin-bottom: 10px;
  }
}
#contents .rulesArea .inner .contact .email {
  margin: 15px 0 10px;
  max-width: 390px;
}
@media screen and (max-width: 668px) {
  #contents .rulesArea .inner .contact .email {
    margin: 10px 0;
  }
}
#contents .rulesArea .inner .contact .mailtit {
  margin-bottom: 20px;
}
#contents .rulesArea .inner .contact .mailtit strong {
  font-weight: 600;
}
#contents .rulesArea .inner .contact > section {
  margin-top: 20px;
}
#contents .rulesArea .inner .contact > section h5 {
  font-weight: 700;
  margin-bottom: 10px;
}