@charset "UTF-8";
body {
  font-feature-settings: "palt" !important;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
ul, ol {
  margin: 0 !important;
}
.entry-content p {
  margin: 0;
}
#event_date span {
  font-size: 1.8em;
}
.overview dl {
  display: flex;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  gap: 10px;
  flex-wrap: wrap;
}
.overview dl dt {
  width: 6em;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overview dl dt {
    width: 100%;
  }
}
.overview dl dd {
  flex: 1;
  margin: 0;
  padding: 0;
}
.overview dl dd h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 5px;
}
.overview dl dd p {
  margin: 0;
  font-size: 18px;
}
.overview dl dd p.note {
  font-size: 16px;
}
.overview dl dd p + h4 {
  margin-top: 15px;
}
.overview dl dd ul {
  margin: 0;
  font-size: 18px;
}
.thanks_table {
  width: 100%;
  line-height: 1.3;
}
.thanks_table th {
  font-weight: 700;
  font-family: "M PLUS 1", Sans-serif;
  background-color: #F0EEE1;
}
.thanks_table th.rank1 {
  background-color: #e5e5e5;
}
.thanks_table th.rank2 {
  background-color: #ffcca6;
}
.thanks_table th.rank3 {
  background-color: #5eccf3;
  color: white;
}
.thanks_table th.rank4 {
  background-color: #ff8021;
  color: white;
}
.thanks_table th.rank5 {
  background-color: #4e67c8;
  color: white;
}
.thanks_table th.rank6 {
  background-color: #5dceaf;
  color: white;
}
.thanks_table th.rank7 {
  background-color: #f14124;
  color: white;
}
.thanks_table th, .thanks_table td {
  padding: 15px;
}
.thanks_table thead th {
  border-bottom: 3px solid #ccc;
}
.thanks_table tbody th {
  width: 7em;
}
@media screen and (max-width: 767px) {
  .thanks_table tbody th {
    width: 4em;
  }
}
.thanks_table tbody td {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.thanks_table .area h4 {
  margin: 0 0 5px;
  padding: 5px;
}
.thanks_table .area .plus {
  margin: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.thanks_table .area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thanks_table .area1 {
  background-color: #f14124;
  color: white;
  font-weight: bold;
}
.thanks_table .area2 {
  background-color: #ff6600;
  color: white;
  font-weight: bold;
}
.thanks_table .area3 {
  background-color: #3333ff;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .thanks_table {
    font-size: 16px;
  }
  .thanks_table th, .thanks_table td {
    padding: 3px;
  }
  .thanks_table ul {
    text-align: left;
  }
}
.dl_table dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
.dl_table dt {
  width: 5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dl_table dt {
    width: 100%;
  }
}
.dl_table dd {
  flex: 1;
  margin: 0;
}
.flow ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.flow li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 10px 45px;
  position: relative;
}
.flow li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 3px solid #21b3bc;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  color: #21b3bc;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.flow ol:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #21b3bc;
  position: absolute;
  left: 17px;
  top: 0;
}
body.sponsor #content h2 {
  font-size: 26px;
}
body.sponsor #content h3 {
  text-align: center;
  font-size: 32px;
  padding: 5px 0;
  margin-top: 100px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.sponsor #content h3 {
    font-size: 22px;
  }
}
body.sponsor #content h3:before, body.sponsor #content h3:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
body.sponsor #content h3:before {
  top: 0;
  left: 0;
  border-width: calc(0.5em + 12px) 0px calc(0.5em + 12px) 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
body.sponsor #content h3:after {
  top: 0;
  right: 0;
  border-width: calc(0.5em + 12px) 15px calc(0.5em + 12px) 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
body.sponsor #content h3 span {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  display: block;
  padding: 5px;
}
body.sponsor #content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
body.sponsor #content ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
body.sponsor #content ul li:before {
  content: "■";
  padding-right: 0.2em;
}
body.sponsor #content #s_premium h3 {
  background-color: #f04124;
  color: white;
}
body.sponsor #content #s_premium ul {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #s_premium ul {
    font-size: 16px;
  }
}
body.sponsor #content #s_premium ul li {
  width: calc((100% - 1.5em)/2);
}
body.sponsor #content #s_premium ul li:before {
  color: #f04124;
}
body.sponsor #content #premium h3 {
  background-color: #5fcdb2;
  color: white;
}
body.sponsor #content #premium ul {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #premium ul {
    font-size: 15px;
  }
}
body.sponsor #content #premium ul li {
  width: calc((100% - 1.5em)/2);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #premium ul li {
    width: 100%;
  }
}
body.sponsor #content #premium ul li:before {
  color: #5fcdb2;
}
body.sponsor #content #platinum h3 {
  background-color: #4f67c9;
  color: white;
}
body.sponsor #content #platinum ul {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #platinum ul {
    font-size: 14px;
  }
}
body.sponsor #content #platinum ul li {
  width: calc((100% - 1.5em)/2);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #platinum ul li {
    width: 100%;
  }
}
body.sponsor #content #platinum ul li:before {
  color: #4f67c9;
}
body.sponsor #content #gold h3 {
  background-color: #fd8023;
  color: white;
}
body.sponsor #content #gold ul {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #gold ul {
    font-size: 13px;
  }
}
body.sponsor #content #gold ul li {
  width: calc((100% - 3em)/3);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #gold ul li {
    width: 100%;
  }
}
body.sponsor #content #gold ul li:before {
  color: #fd8023;
}
body.sponsor #content #silver h3 {
  background-color: #5fcdf0;
  color: white;
}
body.sponsor #content #silver ul {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #silver ul {
    font-size: 12px;
  }
}
body.sponsor #content #silver ul li {
  width: calc((100% - 3em)/3);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #silver ul li {
    width: calc((100% - 2em)/2);
  }
}
body.sponsor #content #silver ul li:before {
  color: #5fcdf0;
}
body.sponsor #content #bronze h3 {
  background-color: #ffcca5;
  color: #333;
}
body.sponsor #content #bronze ul {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #bronze ul {
    font-size: 11px;
  }
}
body.sponsor #content #bronze ul li {
  width: calc((100% - 4.5em)/4);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #bronze ul li {
    width: calc((100% - 2em)/2);
  }
}
body.sponsor #content #bronze ul li:before {
  color: #ffcca5;
}
body.sponsor #content #white h3 {
  background-color: #d9d9d9;
  color: #333;
}
body.sponsor #content #white ul {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body.sponsor #content #white ul {
    font-size: 10px;
  }
}
body.sponsor #content #white ul li {
  width: calc((100% - 4.5em)/4);
}
@media screen and (max-width: 767px) {
  body.sponsor #content #white ul li {
    width: calc((100% - 2em)/2);
  }
}
body.sponsor #content #white ul li:before {
  color: #d9d9d9;
}
.faq-box h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.faq-box p + h5 {
  margin-top: 15px;
}
.faq-box table {
  line-height: 1.3;
}
.faq-box table th {
  width: 8em;
}
#program_0 .box-L .time-box {
  background-color: #B81649;
}
#program_0 .box-L .time-box span {
  color: #B81649;
}
#program_0 .box-C h3, #program_0 .box-C p {
  color: #B81649;
}
#program_1 .box-L .time-box {
  background-color: #EA5514;
}
#program_1 .box-L .time-box span {
  color: #EA5514;
}
#program_1 .box-C h3, #program_1 .box-C p {
  color: #EA5514;
}
#program_2 .box-L .time-box {
  background-color: #D3A100;
}
#program_2 .box-L .time-box span {
  color: #D3A100;
}
#program_2 .box-C h3, #program_2 .box-C p {
  color: #D3A100;
}
#program_3 .box-L .time-box {
  background-color: #5CB531;
}
#program_3 .box-L .time-box span {
  color: #5CB531;
}
#program_3 .box-C h3, #program_3 .box-C p {
  color: #5CB531;
}
#program_4 .box-L .time-box {
  background-color: #00913A;
}
#program_4 .box-L .time-box span {
  color: #00913A;
}
#program_4 .box-C h3, #program_4 .box-C p {
  color: #00913A;
}
#program_5 .box-L .time-box {
  background-color: #00A2E6;
}
#program_5 .box-L .time-box span {
  color: #00A2E6;
}
#program_5 .box-C h3, #program_5 .box-C p {
  color: #00A2E6;
}
#program_6 .box-L .time-box {
  background-color: #007CC3;
}
#program_6 .box-L .time-box span {
  color: #007CC3;
}
#program_6 .box-C h3, #program_6 .box-C p {
  color: #007CC3;
}
#program_7 .box-L .time-box {
  background-color: #004EA2;
}
#program_7 .box-L .time-box span {
  color: #004EA2;
}
#program_7 .box-C h3, #program_7 .box-C p {
  color: #004EA2;
}
#program_8 .box-L .time-box {
  background-color: #6B1685;
}
#program_8 .box-L .time-box span {
  color: #6B1685;
}
#program_8 .box-C h3, #program_8 .box-C p {
  color: #6B1685;
}
#program_9 .box-L .time-box {
  background-color: #E4007F;
}
#program_9 .box-L .time-box span {
  color: #E4007F;
}
#program_9 .box-C h3, #program_9 .box-C p {
  color: #E4007F;
}
#program_10 .box-L .time-box {
  background-color: #e60012;
}
#program_10 .box-L .time-box span {
  color: #e60012;
}
#program_10 .box-C h3, #program_10 .box-C p {
  color: #e60012;
}
.file-list dl {
  display: flex;
  border-bottom: 1px dotted #CCC;
  padding: 12px 0 8px;
  align-items: center;
  gap: 5px;
}
.file-list dt {
  flex: 1;
  margin: 0;
}
.file-list dd {
  width: 4em;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
.file-list dd span {
  font-size: 0.9em;
  display: inline-block;
  color: #777;
}
.file-list a {
  color: #000;
  text-decoration: none !important;
}
.file-list a::before {
  content: "";
  color: #E04545;
  display: inline-block;
  margin-right: 2px;
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 16px;
}
.file-list a:hover {
  color: #000;
  text-decoration: underline !important;
}
.file-list a[href$=".pdf"]::before {
  content: "";
}
.file-list a[href$=".xls"]::before, .file-list a[href$=".xlsx"]::before, .file-list a[href$=".xlsm"]::before {
  content: "";
  color: #106834;
}
.file-list a[href$=".doc"]::before, .file-list a[href$=".docx"]::before {
  content: "";
  color: #1A62C3;
}
.file-list a.-after {
  margin-left: 0;
}
.file-list a.-after::before {
  left: unset;
  right: -1em;
}
.single .entry-content h3 {
  border-bottom: 2px solid #CCC;
}
header.entry-header {
  display: flex;
  flex-direction: column;
}
header.entry-header .entry-title {
  order: 2;
}
header.entry-header .entry-meta {
  order: 1;
}
header.entry-header .entry-meta * {
  font-size: 1.2em;
}
/*# sourceMappingURL=custom.css.map */