@charset "utf-8";

/* CSS Document */
body {
  /*background: radial-gradient(#59b395 0%, #20b2aa 51%, #008080 100%);*/
  background: #d8e1e8;
  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 {
  color: #4682b4;
}

a:hover {
  text-decoration: underline;
}

/* 日本語・英語のボタン */
.lang_btn {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  /*color: #FFF;*/
  color: #fff100;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
  padding: 0.2em 0.5em;
  /*background: #008080;*/
  background: #16191c;
  transition: .4s;
  margin: 0 0 0 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);
}

.sml_nav {
  width: 100%;
}

.sml_nav .left {
  padding: 0;
}

.sml_nav .right {
  padding: 0;
  text-align: right;
  text-valign: middle;
}

.top_logo {
  margin: 20px 0 0 10px;
}

/* 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%;
  margin-top: 20px;
}

/* ナビゲーション */
header nav .menumain {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

header nav .menumain li {
  width: 20%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 4em;
  letter-spacing: 0.1em;
  /*background: #00ced1;*/
  font-weight: bold;
  /*border-left: 1px solid #00ced1;*/
  background: #16191c;
  color: #fff100;
}

header nav .menuen {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

header nav .menuen li {
  width: 20%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 4em;
  letter-spacing: 0.1em;
  /*background: #00ced1;*/
  font-weight: bold;
  /*border-left: 1px solid #00ced1;*/
  background: #16191c;
  color: #fff100;
}

/*----------------------------------------------------final competitionのための修正
.en-page header nav ul li{
	width: 14%;
}
.en-page header nav ul li:nth-child(2){
	width: 21%;
}
.en-page header nav ul li:nth-child(3){
	width: 23%;
}
----------------------------------------------------*/
.off {
  width: 20%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 4em;
  letter-spacing: 0.1em;
  background: #404040;
  color: #202020;
}


header nav .menumain li a {
  display: block;
  vertical-align: middle;
  /*background: #333;*/
  background: #16191c;
  /*color: #fff;*/
  color: #fff100;
  /*-webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;*/
}

header nav .menuen li a {
  display: block;
  vertical-align: middle;
  /*background: #333;*/
  background: #16191c;
  /*color: #fff;*/
  color: #fff100;
  /*-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 .menumain li:first-child {
  border-left: none;
  width: 16.666666%;
}
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: 36px;
  margin: 0 0 2em 0;
}

section section {
  padding: 0;
}

section h1 {
  /*color: #066;*/
  color: #234a76;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  /*border-bottom: 3px solid #2e8b57;*/
  border-bottom: 3px solid #234a76;
  padding-left: 0.2em;
  margin-bottom: 0.8em;
}

section h2 {
  /*color: #066;*/
  color: #3c4a4a;
  font-size: 120%;
  letter-spacing: 0.1em;
  padding-left: 0.3em;
  margin-bottom: 0.8em;
  /*border-bottom: 1px dotted #11858F;*/
  border-bottom: 1px dotted #3c4a4a;
}

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);*/
  background: rgba(35, 74, 118, 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);*/
  background: rgba(35, 74, 118, 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;*/
  background: #f3f6f8;
  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;*/
  background: #f3f6f8;
  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: flex-start;
}

.col_platinum>div {
  /*width: 40%;*/
  width: 33%;
  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%;*/
  width: 33.3333%;
  height: auto;
  /*padding: 3px;
  margin: 10px;*/
  padding: 30px;
  /*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 {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: center;
}

.col_4>div {
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 24%;
  height: auto;
  padding: 8px;
  /* margin: 10px; */
  /* border: 1px
px
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;*/
  margin: 2.5em 0 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;*/
  border-left: 10px solid #234a76;
  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;*/
  border: 6px solid #234a76;
}

.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: 0px;
  width: 33%;
}

.award_result tr:nth-of-type(even) {
  /*background: #f5f5f5;*/
  border-top: 1px solid #ddd;
}

.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;
}*/

.movie {
  margin: 40px 0 60px;
  content: "";
  display: block;
  clear: both;
}

.unit p {
  text-align: center;
  margin-top: 5px;
  color: #44bcbc;
  font-weight: bold;
  font-size: 17px;
}

.unit {
  float: left;
  width: 33.3333%;
  padding: 10px 5px 20px 5px;
}

.unit.col4 {
  width: 25%;
}

/* 「こちら」の装飾 */

.here-btn {
  padding-right: 15px;
  text-decoration: underline;
  position: relative;
  color: darkorange;
  margin-left: 10px;
}

.here-btn:after {
  top: 7px;
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid darkorange;
  border-right: 1px solid darkorange;
  transform: rotate(45deg);
  right: 6px;
}

.here-btn:before {
  top: 7px;
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid darkorange;
  border-right: 1px solid darkorange;
  transform: rotate(45deg);
  right: 2px;
}

.here-btn:hover {
  color: darkorange;
}

.here-btn:hover:before {
  border-top: 1px solid orange;
  border-right: 1px solid orange;
}

.here-btn:hover:after {
  border-top: 1px solid orange;
  border-right: 1px solid orange;
}



/*-----------------------------------------------------決勝競技ページ*/

.red-attention {
  background-color: #fff7f7;
  margin-bottom: 34px;
  padding: 20px;
  text-align: center;
  border: 2px solid #e50012;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto 40px;
  max-width: 1000px;
}


.two-clm-wrap {
  display: flex;
  justify-content: space-between;
}

.two-clm-left {
  width: 20%;
  text-align: center;
}

.two-clm-left>div {
  margin-bottom: 10px;
}

.two-clm-right {
  width: 78%;
}

.final_class {
  line-height: 1.5;
  border-radius: 2px;
  margin-top: 16px;
  font-size: 0.85em;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
  color: #666;
  margin-bottom: 8px;
  font-size: 0.9em;
}

.class_pra {
  background-color: #d9e4f5;
  background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
  margin-top: 0;
}

.class_gold {
  background-color: #d3d3d3;
  background-image: linear-gradient(315deg, #d3d3d3 0%, #eccc68 74%);
}

.class_silver {
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.class_kyosan {
  background-color: #d8e1e8;
}

.final_class span {
  MARGIN-LEFT: 0.5EM;
  font-size: 0.9em;
  /* display: block; */
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

section h2 span {
  padding-left: 20px;
  color: #888;
}

section h1 span {
  padding-left: 20px;
  color: #888;
}

.two-clm-left IMG {
  width: 90%;
  margin: 0 AUTO;
}

.video-dammy {
  width: 100%;
  padding: 200px 0;
  text-align: center;
  background-color: #111;
}

.video-dammy p {
  color: #fff;
}

/*-----------------------------20220920　トップぺージ改修*/
.index_2clm {
  justify-content: space-between;
  display: flex;
}

.index_2clm_left,
.index_2clm_right {
  width: 47%;
}

.box01 {
  background-color: #f5f5f5;
  padding: 28px;
  border-radius: 8px;
}

.award_result a {
  display: block;
  padding: 12px;
}

.award_result a:hover {
  background-color: #f5f5f5;
}

.btn_tonews {
  margin: 40px auto;
}

.btn_tonews a {
  display: block;
  padding: 12px 24px;
  color: #fff;
  background-color: #4682b4;
  border-radius: 8px;
  width: fit-content;
  margin: 0px auto;
}

.table_summary table,
.table_summary td,
.table_summary th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 12px;
}

.table_summary th {
  text-align: left;
  background-color: #f3f6f8;
}

.contact_en {
  line-height: 1.3em;
  font-size: 0.9em;
  margin: 24px auto;
  max-width: 800px;
}

.sanka_btn {
  text-align: center;
}

.sanka_btn a {
  width: fit-content;
  display: block;
  color: #fff;
  padding: 20px 52px;
  background-color: #4682b4;
  margin: 20px auto;
  letter-spacing: 0.15em;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
  transition: all 0.5s;
  padding-right: 60px;
}

.sanka_btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 28px;
  top: calc(50% - 6px);
}

.sanka_btn a:hover {
  background-color: #333;
  text-decoration: none;
}

.btn_off a{
	background-color: #DDDDDD;
	cursor:inherit;
}
.btn_off a:hover{
	background-color: #DDDDDD;
}


/*リザルトページ*/
.img_center {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.img_center img{
    width: fit-content;
    max-width: 100%;
}

/*-----------------------------20230531　トップぺージ改修*/

/*開催概要ページ*/
.table_award {
  max-width: 960px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.table_award tr {
  height: 135px;
}
.table_award tr:nth-child(odd) {
  background-color: #D2DEEF;
}
.table_award tr:nth-child(even) {
  background-color: #EAEFF7;
}
.table_award td {
  border: 2px solid white;
  font-weight: bold;
  vertical-align: middle;
}
.table_award td {
  border: 2px solid white;
  font-weight: bold;
  vertical-align: middle;
}
.table_award td:nth-child(odd) {
  font-size: 25px;
}
.table_award td:nth-child(even) {
  font-size: 20px;
}

/*競技ページ*/
.u_center {
  text-align: center;
}
.u_mw_560 {
  max-width: 560px;
}
.u_mb {
  margin-bottom: 0.8em;
}
.list_style-black {
  list-style-position: inside; 
  list-style-image: url(../images/point.jpg);  
}
.list_style-white {
  list-style-position: inside; 
  list-style-image: url(../images/point02.jpg);  
}
.contestTitle_borderBottom {
  border-top: none;
  border-bottom: 1px solid #3c4a4a;
}
.contestTitle_borderTop {
  border-top: 1px solid #3c4a4a;
  border-bottom: none;
}

