@charset "UTF-8";

/* CSS Document */ :root {
  --keycolor: #333;
  --subcolor: #d92824;
}
.icon01, .icon02 {
  color: #CC0000 !important;
}
.icon03 {
  color: #333333 !important;
}
.icon04, .icon05 {
  color: #003973 !important;
}
.blue {
    background: rgba(51,51,51,0.6)!important;
}
.blue02 {
  background: rgba(51,51,51,0.1)!important;
}
.blue03 {
  background: rgba(51,51,51,0.3)!important;
}
.blue04 {
  background: #9bbfe0!important;
}
.navy {
    color: #fff;
    background: rgba(51,51,51,0.85)!important;
}
a.blank::after {
  content: "";
  display: inline-block;
  background-image: url("/image/common/icon_win.svg");
  width: 11px;
  height: 10px;
  margin-left: 5px;
}
a.pdfLink {
  position: relative;
}
a.pdfLink::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 20px;
  background: url("/image/common/icon_pdf.svg")no-repeat;
  background-size: contain;
  margin-left: 5px;
}
/* wrap
-----------------------------------------------*/
#wrap {
  overflow: visible !important;
}


/* container
-----------------------------------------------*/
#main {
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width:1300px) {
}


/* competitionTtl
-----------------------------------------------*/
#contents h1 {
  margin: 20px 0 30px;
  font-size: 30px;
}
#contents h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #002e70;
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  #contents h1 {
    margin: 15px 0;
    font-size: 18px;
  }
  #contents h1::after {
    width: 40px;
    height: 3px;
    margin-top: 10px;
  }
}


/* container
-----------------------------------------------*/
#container {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0;
  max-width: 1440px!important;
  padding: 0!important;
}
@media only screen and (max-width:1300px) {
  #container {
    display: block;
  }
}


/* contents
-----------------------------------------------*/
#contents {
  overflow: hidden;
  width: calc(100% - 300px)!important;
  padding: 0 120px 0 100px;
}
#contentsInner {
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #contents {
    width: 100%!important;
    padding: 0 20px;
  }
}


/* bnrArea
-----------------------------------------------*/
#bnrArea {
  display: none;
}


/* footer
-----------------------------------------------*/
footer {
  margin-top: 120px;
}
@media only screen and (max-width:1300px) {
  footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width:768px) {
  footer {
    margin-top: 60px;
  }
}


/* tableOver
-----------------------------------------------*/
.tableOver {
  overflow-x: auto;
}
.tableOver::-webkit-scrollbar, .tableOver::-webkit-scrollbar:horizontal {
  height: 6px;
  background: #ccc;
}
.tableOver::-webkit-scrollbar-thumb, .tableOver::-webkit-scrollbar-thumb:horizontal {
  background: #333;
}


/* sponser
-----------------------------------------------*/
#sponser {
  max-width: 300px;
  margin: 15px auto 15px;
}
#sponser ul {
  width: 300px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  height: 100px;
  border: 1px solid #ccc;
}
#sponser ul li {
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
}
#sponser ul li a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#sponser ul li img {
  width: auto !important;
  height: auto;
}
@media only screen and (max-width:1300px) {
  #sponser {
    max-width: 1440px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  #sponser ul {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width:767px) {
  #sponser {
    margin: 15px auto 0;
  }
  #sponser ul {
    margin: 0 auto;
    width: 100%;
    height: 60px;
  }
  #sponser ul li {
    height: 60px;
  }
  #sponser ul li a {
    height: 60px;
    text-align: center;
  }
  #sponser ul li a img {
    height: 50px;
  }
}


/* side
-----------------------------------------------*/
#spMenu {
  display: none;
}
#side {
  width: 300px;
  padding: 50px 35px 50px 35px;
  background: #f6f6f6;
}
#side .inner {
  position: sticky;
  top: 200px;
}
#side .inner > ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 0 20px 15px;
}
#side .inner > ul > li {
  font-size: 14px;
  font-weight: bold;
}
#side .inner > ul > li:not(:first-child) {
  margin-top: 18px;
}
#side .inner > ul > li a {
  position: relative;
}
#side ul li ul li {
  font-weight: normal;
}
#side .inner > ul > li a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #002e70;
  transform: translateX(-50%);
  z-index: 1;
}
#side .inner > ul > li > ul > li a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #002e70;
  transform: translateX(-50%);
  z-index: 1;
}
#side .inner > ul > li > ul {
  margin-top: 8px;
}
#side .inner > ul > li > ul li {
  padding-left: 1em;
}
#side .inner > ul > li > ul li:not(:first-child) {
  margin-top: 4px;
}
#side .inner > ul > li.language {
  margin-left: -15px;
  margin-top: 25px;
}
#side .inner > ul > li.language a {
  background: #333;
  color: #fff;
  padding: 6px 10px;
  font-weight: normal;
}
#side p {
  font-size: 16px;
  font-weight: bold;
}
#side p:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width:1301px) {
  #side {
    display: block !important;
  }
}
@media only screen and (max-width:1300px) {
  #wrap {
    padding-top: 210px;
  }
  #spMenu {
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    background: #e6e6e6;
    cursor: pointer;
    text-align: center;
  }
  #spMenu p {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    padding-right: 20px;
  }
  #spMenu p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    border-bottom: solid 2px #333;
    border-left: solid 2px #333;
    transform: translate(0%, -50%) rotate(-45deg);
  }
  #spMenu.active p::after {
    top: calc(50% + 3px);
    transform: translate(0%, -50%) rotate(135deg);
  }
  #side {
    display: block;
    margin-top: 80px;
    width: 100%;
    padding: 50px 35px 100px 35px;
  }
  #side .inner {
    max-width: 920px;
    margin: 0 auto;
  }
  #side {
    display: none;
    position: fixed;
    top: 210px;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    overflow-y: auto;
    height: calc(100% - 120px);
    background: #e6e6e6;
  }
  #side .inner {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width:1024px) {
  #wrap {
    padding-top: 120px;
  }
  #spMenu {
    top: 60px;
  }
  #side {
    top: 120px;
    padding: 0 20px 30px;
  }
}
@media only screen and (max-width:768px) {
  #side .inner > ul {
    margin-top: 15px;
    padding: 15px 0 20px 15px;
  }
  #side .inner > ul > li:not(:first-child) {
    margin-top: 12px;
  }
  #side .inner > ul > li > ul {
    margin-top: 5px;
  }
  #side .inner > ul > li > ul li:not(:first-child) {
    margin-top: 4px;
  }
  #side p:not(:first-child) {
    margin-top: 15px;
  }
}


/* print
-----------------------------------------------*/
@media print{
  #contentsInner,
  #contents {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}