@charset "utf-8";
/* CSS Document */
body {
  background: radial-gradient(#59b395 0%, #20b2aa 51%, #008080 100%);
  font-size: 1rem;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna";
  color: #333;
}
a:hover {
  text-decoration: underline;
}
/* 日本語・英語のボタン */
.lang_btn {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
  padding: 0.2em 0.5em;
  background: #008080;
  transition: .4s;
  margin: 8px 0 8px auto;
  width: 6em;
}
.lang_btn:hover {
  text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
}
/* header */
header {
  overflow: hidden;
  margin-bottom: 2em;
}
header h1 {
  position: relative;
}
header h1 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.6rem;
  font-weight: normal;
  color: #fff;
}
header h1 img {
  width: 100%;
}
/* ナビゲーション */
header nav ul {
  width: 100%;
  font-size: 0;
}
header nav ul li {
  width: 21%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 4em;
  letter-spacing: 0.26em;
  background: #00ced1;
  /*border-left: 1px solid #00ced1;*/
}
header nav ul li a {
  display: block;
  vertical-align: middle;
  background: #333;
  color: #fff;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
header ul li a:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  text-decoration: none;
}
header nav ul li:first-child {
  border-left: none;
  width: 15.9999999%;
}
/*header nav ul li:nth-of-type(5) {
  letter-spacing: normal;
  width: 18%;
}
header nav ul li:nth-of-type(6) {
  width: 11.99999%;
}
header nav ul li:last-child {
    border-right: none;
    width: 17%;
}*/
/* パンくずナビ */
.breadcrumb {
  padding: 0 5px !important;
  margin: 0 0 20px 0 !important;
  background: #f0f8ff;
  font-size: 0.83rem;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  margin-left: 0 !important;
}
.breadcrumb li:after { /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
#wrap {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main img {
  width: 100%;
}
section {
  background: #fff;
  padding: 20px;
  margin: 0 0 2em 0;
}
section section {
  padding: 0;
}
section h1 {
  color: #066;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #2e8b57;
  padding-left: 0.2em;
  margin-bottom: 0.8em;
}
section h2 {
  color: #066;
  font-size: 120%;
  letter-spacing: 0.1em;
  padding-left: 0.3em;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #11858F;
}
section h2.title01 {
  margin: 40px auto 20px auto;
}
/* footer */
footer {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}
footer address {
  font-size: 0.95rem;
  line-height: 1.8;
  font-style: normal;
}
/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  letter-spacing: 0.2em;
}
#page-top a {
  display: block;
  background: rgba(192, 237, 232, 0.8);
  color: #fff;
  width: 100px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
#page-top a:hover {
  background: rgba(192, 237, 232, 1.0);
  text-decoration: none;
}
#contents_main ul li {
  list-style-type: square;
  margin-left: 1.6em;
}
#contents_main dt {
  font-weight: bold;
}
#contents_main .box01 {
  padding: 20px;
  margin: 20px;
  background: #ffffe0;
  border-radius: 10px
}
/* News */
ul#news_list {
  margin: 0 0 30px 0;
}
ul#news_list li {
  list-style-type: none;
  font-size: 0.93rem;
}
ul#news_list li.space {
  list-style-type: circle !important;
  font-size: 0.93rem;
  padding-bottom: 10px;
  margin-left: 2.8em;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
ul#news_list li span {
  background: #E8191D;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px;
}
ul#news_list a {
  text-decoration: underline;
  /*font-weight: bold;*/
}
#news p {
  margin-bottom: 0.9em;
  line-height: 1.5;
}
.figure {
  text-align: center;
}
.figure img {
  width: 60%;
  height: auto;
  margin: 2em auto 0 auto;
}
.date {
  font-size: 1.1rem;
  font-weight: bold;
}
table.table01 {
  margin: 0 auto 30px auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
table.table01 th {
  background: #f5fffa;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.table01 td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.table01 th:nth-child(1) td {
  border-top: 1px solid #ccc;
}
table.table01 th.r1 {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.table01 td.r2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
}
table.table01 td.r3 {
  border-right: 1px solid #ccc;
}
#program_area {}
table.table02 {
  width: 50%;
  margin: 30px 0 10px 0;
}
table.table02 th, td {
  padding: 0 10px;
  border-spacing: 10px 5px;
}
table.table02 th {
  background: #0E1C8A;
  color: #fff;
}
table.table02 td.bg01 {
  background: #dbedff;
}
table.table02 td.bg02 {
  background: #ffff66;
}
table.table02 td.bg03 {
  background: #f5f5f5;
}
table.table02 td.line_r {
  border-right: 1px solid #fff;
}
table.table02 td.line_b {
  border-bottom: 1px solid #fff;
}
.general {
  margin-top: 2em;
  font-weight: bold;
  float: left;
}
.general img {
  width: 180px;
  border: 1px solid #ccc;
}
div.general {
  font-size: 0.8rem;
  padding: 0 2em;
  text-align: center;
}
#sponsor .bosyu {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
  /*background: #EFE7E8;*/
  margin: 1em 0;
  padding: 0.6em 0;
}
table.sponsor {
  margin: 30px auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
}
table.sponsor caption {
  text-align: left;
  font-weight: bold;
  font-size: 120%;
}
table.sponsor th {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #999;
}
table.sponsor td {
  padding: 12px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #999;
}
table.sponsor th.r1 {
  border-right: 1px solid #999;
  background: #add8e6;
  font-weight: normal;
}
table.sponsor th.r2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
  background: #add8e6;
}
table.sponsor td.r2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
  background: #fff;
}
table.sponsor th.r2, table.sponsor th.r3 {
  text-align: center;
}
table.sponsor th.r3 {
  border-left: 1px solid #fff;
  background: #add8e6;
}
table.sponsor td.r3 {
  border-right: 1px solid #999;
  background: #fff;
  text-align: center;
}
#sponsorBosyu {
  display: block;
  padding: 8px 10px;
  margin: 30px 20px;
  background: #4169e1;
  font-size: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
#sponsorBosyu {
  background: #5a9de0;
}
/* スポンサーロゴ */
.sponsorLogo {
  margin-bottom: 70px;
}
.sponsorLogo h3.platinum {
  background: #dcdcdc;
  color: #808080;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 26px auto 16px;
  line-height: normal;
}
.sponsorLogo h3.gold {
  background: #daa520;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 26px auto 16px;
  line-height: normal;
}
.sponsorLogo h3.silver {
  background: #a9a9a9;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 26px auto 16px;
  line-height: normal;
}
.sponsorLogo h3.bronze {
  background: #ac6b25;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 26px auto 16px;
  line-height: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_platinum {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.col_platinum > div {
  width: 40%;
  height: auto;
  padding: 3px;
  margin: 10px;
  /*border: 1px solid #f5f5f5;*/
  text-align: center;
}
.col_platinum > div a {
  display: block;
  color: #000;
}
.col_platinum > div:hover {
  /*border: 1px solid #dcdcdc;*/
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.col_gold {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.col_gold > div {
  width: 40.55555%;
  height: auto;
  padding: 3px;
  margin: 10px;
  /*border: 1px solid #f5f5f5;*/
  text-align: center;
}
.col_gold > div a {
  display: block;
  color: #000;
}
.col_gold > div:hover {
  /*border: 1px solid #dcdcdc;*/
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.col_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  align-items: center;
}
.col_4 > div {
  width: 23%;
  height: auto;
  padding: 3px;
  margin: 10px;
  /*border: 1px solid #f5f5f5;*/
  text-align: center;
}
.col_4 > div a {
  display: block;
  color: #000;
}
.col_4 > div:hover {
  /*border: 1px solid #dcdcdc;*/
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
#member {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}
/* 出場チーム */
#team {
  margin: 1.8em auto;
}
#team h3 {
  font-size: 1.2rem;
  color: #483d8b;
  border-left: 8px solid #483d8b;
  padding-left: 0.5em;
  line-height: normal;
  margin: 0.6em 0;
}
.team {
  background: #f8f8ff;
  padding: 0.5em 1em;
  margin-bottom: 1.8em;
}
/* イベント */
.list01 {
  margin: 2em auto;
}
.list01 h3 {
  border-left: 10px double #3ECB14;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.biography h5 {
  font-size: 0.92rem;
}
.biography p {
  font-size: 0.92rem;
  margin-bottom: 2em;
}
.entry {
  display: block;
  padding: 8px 10px;
  margin: 10px 0;
  background: #dc143c;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.entry:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
#entry01 {
  margin: 0 50px 70px;
}
#entry01 p.atn {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#rule_note01 {
  margin: 30px auto;
}
#rule_note01 h3 {
  font-size: 1.2rem;
  margin: 50px auto 10px;
  border-left: 10px solid #87cefa;
  padding: 0 0 0 20px;
  line-height: normal;
}
.rule_news {
  font-size: 0.95rem;
  color: #dc143c;
  border: 1px solid #dc143c;
  padding: 1px 5px;
  margin-left: 1em;
}
.rule_schedule {
  margin: 30px auto 50px;
  width: 80%;
}
table.rule_schedule_tbl {
  width: 100%;
  margin-top: 20px;
}
table.rule_schedule_tbl tr th, table.rule_schedule_tbl tr td {
  border: none;
  padding: 0.6em;
}
table.rule_schedule_tbl tr:nth-child(odd) td, table.rule_schedule_tbl tr:nth-child(odd) th {
  background: #f5f5f5;
}
table.rule_schedule_tbl tr td:nth-of-type(1) {
  width: auto !important;
}
table.rule_schedule_tbl th {
  vertical-align: top;
  font-weight: normal;
}
table.rule_rank {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
table.rule_rank tr th {
  background: #f5f5f5;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
table.rule_rank tr th, table.rule_rank tr td {
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
}
#smlt_summary p {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.smlt_figure {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.smlt_figure p {
  line-height: 1.6;
  font-size: 0.93rem;
  margin-bottom: 20px;
}
.smlt_figure img {
  margin-bottom: 10px;
}
.smlt_figure > div {
  width: 33.33333%;
  padding: 10px 10px 20px;
}
.smlt_figure span {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.smlt_figure span.tlt {
  color: #4169e1;
}
.online_final_point, .online_final_root {
  position: relative;
  margin: 30px auto 50px;
  width: 100%;
}
.online_final_point div, .online_final_root div {
  position: absolute;
  width: 570px;
  right: 0;
  bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 1;
  background: #fff;
  padding: 10px 0;
}
.online_final_root div.r_map {
  position: absolute;
  width: 250px;
  height: 55px;
  left: 51px;
  top: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 1;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  color: cornflowerblue;
}
table.rule_spec {
  width: auto;
  margin-top: 8px;
  margin-bottom: 20px;
}
table.rule_spec tr th {
  text-align: left;
  background: #f5f5f5;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
table.rule_spec tr th, table.rule_spec tr td {
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
}
#download {
  border: 1px dotted #ccc;
  padding: 5px;
  margin-top: 20px;
}
.dl {
  border: 1px dotted #ccc;
  padding: 10px;
  margin-top: 20px;
}
/* FAQ */
#faq {
  margin-top: 30px;
}
#faq dt a, #faq dd a {
  text-decoration: underline !important;
}
#faq p {
  margin-bottom: 10px;
}
#faq dt {
  border-top: 1px dotted #a9a9a9;
  margin-top: 1em;
  padding-top: 20px;
}
#faq dd {
  background: #f0fff0;
  padding: 1em;
  margin: 30px 50px;
}
#faq ol li {
  list-style-type: decimal !important;
  margin-left: 1.5em;
}
#faq ul li {
  list-style-type: disc !important;
  margin-left: 1.5em;
}
.gotoqa {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
/* メディア */
.mediaArea ol li {
  list-style-type: decimal !important;
  margin-left: 1.6em;
}
.info {
  background: #EFFCEE;
  padding: 0.5em 1em;
  margin: 2em;
}
.mediaArea h3 {
  margin-top: 1.3em;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.normal {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
.strong {
  font-weight: bold;
}
.red {
  color: #dc143c;
}
.red_s {
  color: #dc143c;
  font-size: 0.9rem;
}
.delRed {
  text-decoration: line-through;
  color: #dc143c;
}
.delRed span {
  color: black;
}
hr {
  border-color: #a7d0d1;
  border-style: dotted;
  margin: 3.8em 0;
}
.ref {
  color: #778899;
}
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}
.flex_item {
  padding: 10px;
  margin: 7px 8px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.flex_item img {
  width: 400px;
  height: auto;
}
.flex_item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.list_final {
  margin: 20px auto 50px;
  width: 70%;
  letter-spacing: 0.1em;
  border: 6px solid #099889;
}
.list_final h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}
.list_final p {
  text-align: center;
}
.list_final_inner {
  margin: 0 20% 1em;
}
.list_final ul {
  float: left;
  width: 50%;
}
.mov {
  margin: 30px 20%;
}
/* リザルト */
.award_inner {
  margin: 20px auto;
  width: 40em;
}
.award_inner_img {
  margin: 20px auto;
}
.award_inner_img h3.gol {
  background: url("../images/icon_gold.png") no-repeat;
}
.award_inner_img h3.sil {
  background: url("../images/icon_silver.png") no-repeat;
}
.award_inner_img h3.bro {
  background: url("../images/icon_bronze.png") no-repeat;
}
.award {
  float: left;
  width: 530px;
}
.award h3 {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-left: 2.3em;
}
.award dl {
  margin-top: 0;
  overflow: hidden;
}
.award dt {
  float: left;
  line-height: 1.4;
}
.award dd {
  margin-bottom: 1em;
  margin-left: 3em;
  line-height: 1.4;
}
.award_img {
  overflow: hidden;
  width: 730px;
  margin: 40px auto 20px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #66cdaa;
}
.award_img:last-of-type {
  border-bottom: none;
}
.award_team {
  float: left;
  width: 200px;
}
.award_result {
  margin: 30px auto;
}
.award_result table {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.award_result th:nth-of-type(2) {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.award_result th, .award_result td {
  padding: 5px 10px;
}
.award_result tr:nth-of-type(even) {
  background: #f5f5f5;
}
.award_result td:nth-of-type(2) {
  text-align: center;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.award_result td:last-of-type {
  text-align: right;
}