body {
  font-family:"微软雅黑", "宋体", "微軟正黑體", "SimSun", "Noto Sans SC", sans-serif;
  font-size:16px;
  color:#333333;
}
/* common */
#container {
  background: #000 url('../images/1_common/bg.jpg') no-repeat;
  background-position: top 64px center;
  background-size: contain;

}
#container2 {
  background: #000 url('../images/1_common/bg.jpg') no-repeat;
  background-position: top 64px center;
  background-size: cover;
}
#contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#contents .contents-in {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
}
.contents-in > *:last-child > *:last-child {
  padding-bottom: 0.8em;
}
.footer-in {
  margin-top: 40px;
}
.only-sp {
  display: none;
}
.mt0 {
  margin-top: 0!important;
}
@media screen and (max-width: 1023px) {
  #contents .contents-in {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.lnk-btn {
  margin-top: auto;
  padding: 0.3em 0.4em;
  text-align: right;
}
.lnk-btn a {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  background: #002561;
  border-radius: 0.85em;
  white-space: nowrap;
}
.lnk-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 0.2em 0 0;
  width: 0.9em;
  height: 0.9em;
  background: url('../images/1_common/icon_arw.svg') no-repeat center center;
  background-size: contain;
}

/* head-nav */
.head-nav {
  width: 100%;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  background: rgba(0, 0, 0, 0.5);
}
.head-nav .__sp {
  display: none;
}
.head-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 80px;
  max-width: 1440px;
  margin: auto;
}
.head-nav li {
  width: 100%;
  text-align: center;
  background: #000;
  border-right: #fff 1px solid;
}
.head-nav li:first-child {
  border-left: #fff 1px solid;
}
.head-nav li.v--hm {
  background: #002561;
}
.head-nav li.v--ap {
  background: #f00;
}
.head-nav li a {
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  
}
.head-nav li a small {
  padding-right: 0.1em;
}
.head-nav li.v--hm {
  background: #002561;
}
.head-nav li.v--ev a,
.head-nav li.v--d1 a,
.head-nav li.v--d2 a,
.head-nav li.v--d3 a {
  padding-top: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}
.head-nav li.v--ev a {
  color: #90c;
}
.head-nav li.v--d1 a {
  color: #00bc00;
}
.head-nav li.v--d2 a {
  color: #09f;
}
.head-nav li.v--d3 a {
  color: #f60;
}
.head-nav li.v--exh a {
  color: #005DCF;
}
.head-nav li.v--hm a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.head-nav li.v--ap a {
  padding-top: 2px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.head-nav li.v--ap a::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 1.1em;
  height: 1.4em;
  vertical-align: -0.3em;
  background: url('../images/1_common/icon_app.svg') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .head-nav ul {
    padding: 0;
  }
  .head-nav li:first-child {
    border-left: none;
  }
  .head-nav li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .head-nav .__sp {
    display: list-item;
  }
  .head-nav .__pc {
    display: none;
  }
  .head-nav ul {
    flex-wrap: wrap;
  }
  .head-nav li {
    width: 25%;
  }
  .head-nav li.v--ev,
  .head-nav li.v--d1,
  .head-nav li.v--d2,
  .head-nav li.v--d3 {
    width: 25%;
    border-bottom: #fff 1px solid;
  }
  .head-nav li.v--d3 {
    border-right: none;
  }
  .head-nav li a {
    font-size: 14px;
    line-height: 28px;
  }
  .head-nav li.v--ev a,
  .head-nav li.v--d1 a,
  .head-nav li.v--d2 a,
  .head-nav li.v--d3 a {
    font-size: 24px;
    line-height: 36px;
  }
  .head-nav li.v--ap a {
    padding-top: 2px;
    font-size: 13px;
  }

}

/* kamban */
.kamban-h1 {
  padding: 0 12px!important;
  text-align: right;
}
.kamban-h1 img {
  display: inline-block;
  margin: 16px 0 12px;
  width: 100%;
  max-width: 900px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
}
.kamban-ttl-s {
  padding: 0 12px!important;
}
.kamban-ttl-s img {
  display: inline-block;
  margin: 16px 0 12px;
  width: 100%;
  max-width: 800px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
}
.kamban-info {
  margin-top: 20px;
  padding: 1.2em 2.5em;
  font-weight: bold;
  background: rgba(255,255,255,0.7);
}
.kamban-info p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.kamban-h2 {
  margin-bottom: 0.2em;
  font-size: 28px;
  font-weight: bold;
  color: #002561;
  line-height: 1.7em;
  text-align: center;
}
.kamban-h2 em {
  display: inline-block;
  margin: 0 1.1em;
  width: 6em;
  font-style: normal;
  line-height: 1.3em;
  border: 2px solid #002561;
}
.kamban-h2 em + em {
  position: relative;
}
.kamban-h2 em + em::before,
.kamban-h2 em + em::after {
  content: '';
  display: block;
  position: absolute;
  width: 1.9em;
  height: 4px;
  background: #002561;
  top: -0.1em;
  left: -1.85em;
  transform: rotate(45deg);
  transform-origin:0% 50%;
}
.kamban-h2 em + em::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: -2.45em;
}
.kamban-links {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.kamban-links a {
  margin: 0 0.3em;
  color: #002561;
}
.kamban-h3 {
  display: flex;
  margin: 20px 0 12px;
  padding: 10px 16px;
  color: #fff;
  background: #002561;
}
.kamban-h3 em {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
}
.kamban-h3 span {
  display: inline-block;
  margin: 0.2em 0 0 0.5em;
  font-size: 21px;
}

.kamban-text .__more {
  display: none;
}
.readmore-label{
  display: block;
  width: 10em;
  margin: 0 auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.readmore-label:before{
  content: '查看详情';
}
.readmore-label2{
  display: block;
  width: 14em;
  margin: 0 auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.readmore-label2:before{
  content: '显示以往消息';
}
.readmore-check{
  display: none;
}
.readmore-check:checked ~ .readmore-label:before{
  content: '关闭';
}
.readmore-check:checked ~ .readmore-label2:before{
  content: '关闭';
}
.readmore-check:checked ~ .__exc {
  display: none;
}
.readmore-check:checked ~ .__more{
  display: block;
}

@media screen and (max-width: 1023px) {
  .kamban-info {
    padding: 0.8em;
    background: rgba(255,255,255,0.7);
  }
  .kamban-h2 {
    font-size: 24px;
  }
  .kamban-h3 {
    margin: 20px 0 12px;
    padding: 8px 14px;
  }
  .kamban-h3 em {
    font-size: 30px;
  }
  .kamban-h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kamban-info p {
    font-size: 0.9em;
  }
  .kamban-h2 {
    font-size: 16px;
  }
  .kamban-h2 em + em::before,
  .kamban-h2 em + em::after {
    height: 3px;
  }
  .kamban-h3 {
    margin: 16px 0 8px;
    padding: 6px 12px;
  }
  .kamban-h3 em {
    font-size: 22px;
  }
  .kamban-h3 span {
    font-size: 14px;
  }
  .readmore-label{
    font-size: 14px;
  }
  .readmore-label2{
    font-size: 14px;
  }
}

/* section */
.sec {
  margin-top: 2.5em;
}
.sec h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background: #002561;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
  }
  .sec h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec h1 {
    font-size: 21px;
  }
}

  /* section-schedule */
.schedule-ul>li {
  display: flex;
  flex-direction: column;
  margin: 10px auto 0;
  width: 92%;
  background: rgba(255, 255, 255, 0.75);
}
.schedule-ul>li .__date {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #fff;
  text-align: center;
  background: #000;
}
.schedule-ul>li .__date h2 {
  width: 5em;
  background: #90c;
}
.schedule-ul>li .__date p {
  margin-left: 0.5em;
}
.schedule-ul>li .__date p small {
  margin-left: 0.5em;
  font-size: 60%;
  line-height: 1.2;
}
.schedule-ul>li.__li-day1 .__date h2 {
  background: #00bc00;
}
.schedule-ul>li.__li-day2 .__date h2 {
  background: #09f;
}
.schedule-ul>li.__li-day3 .__date h2 {
  background: #f60;
}
.schedule-ul>li.__li-day3 .__date h2 {
  background: #f60;
}
.schedule-ul>li.__li-exh .__date h2 {
  background: #3F73FF;
}
.schedule-ul>li .__prog {
  align-items: center;
  padding: 0.6em;
  font-size: 1.3em;
  width: calc(100% - 160px);
  border-left: 0.6em solid #90c;
}
.schedule-ul>li.__li-day1 .__prog {
  border-left: 0.6em solid #00bc00;
}
.schedule-ul>li.__li-day2 .__prog {
  border-left: 0.6em solid #09f;
}
.schedule-ul>li.__li-day3 .__prog {
  border-left: 0.6em solid #f60;
}
.schedule-ul>li.__li-exh .__prog {
  border-left: 0.6em solid #005DCF;
}
.schedule-ul>li .__prog .__ttl {
  font-weight: bold;
  font-size: 1.1em;
}
.prog-ul li{
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 1.4;
}
.prog-ul li::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.1em;
  background: #00bc00;
}
li.__li-day2 .prog-ul li::before {
  background: #09f;
}
li.__li-day3 .prog-ul li::before {
  background: #f60;
}
li.__li-exh .prog-ul li::before {
  background: #00479d;
}
.prog-ul em {
  font-style: normal;
  color: #604C3F;
}
.prog-ul small{
  font-weight: normal;
}

/* add 220922 */
.prog-wrap .readmore-label {
  display: none;
}
.prog-wrap .readmore-check{
  display: none;
}
.prog-wrap .__more > dd > dl > dt{
  font-size:19px;
}
.prog-wrap .__more > dd {
  margin-top:8px;
  padding:8px 0 8px 16px;
  border-left:4px solid #9B9999;
}
.prog-wrap .__more > dd > *{
  margin-top:8px;
}
.prog-wrap .__more > dd > *:first-child{
  margin-top:0;
}
@media screen and (max-width: 599px){
  .prog-wrap .__more {
    display: none;
  }
  .prog-wrap .readmore-label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }
  .prog-wrap .readmore-label:before{
    content: '▼查看详情';
  }
  .prog-wrap .readmore-check:checked ~ .rm-label:before{
    content: '▲关闭';
  }
  .prog-wrap .readmore-check ~ .__more{
    display: none;
  }
  .prog-wrap .readmore-check:checked ~ .__more{
    display: block;
  }
  .prog-wrap .__more > dd > dl > dt{
    font-size:14px;
  }
}
/* /add 220922 */

@media screen and (max-width: 1023px) {
  .schedule-ul>li {
    margin-top: 8px;
    width: 100%;
  }
  .schedule-ul>li .__date {
    font-size: 28px;
  }
  .schedule-ul>li .__prog {
    font-size: 1.0em;
    border-left: 0.5em solid #90c;
  }
}
@media screen and (max-width: 767px) {
  .schedule-ul>li .__date {
    padding-bottom: 0;
    font-size: 21px;
  }
  .schedule-ul>li .__date p small {
    margin: 0 0 0 0.5em;
  }
  .schedule-ul>li .__prog {
    width: 100%;
  }
  .schedule-ul>li.__li-eve .__prog .__img-omit {
    display: none;
  }
}

.timetable-title > span{
  margin-left:16px;
  padding-bottom:8px;
  font-size:20px;
  font-weight:bold;
  line-height:1;
}

.timetable-main{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
/*  padding:0 80px;*/
}

.timetable-main > dl{
  display:flex;
  flex-direction:row;
  width:100%;
  padding-top:2px;
  padding-bottom:2px;
  border-bottom:2px solid #acacac;
}

.timetable-main > dl:first-child{
  padding-top:0;
}

.timetable-main > dl:last-child{
  padding-bottom:0;
  border-bottom:none;
}

.timetable-main > dl > dt{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  width:168px;
  padding-top:16px;
  padding-bottom:16px;
  border-right:2px solid #acacac;
}


.timetable-main > dl > dt > *{
  margin-top:8px;
}

.timetable-main > dl > dt > *:first-child{
  margin-top:0;
}

.timetable-main > dl > dt > h2{
  font-size:40px;
  line-height:1;
}

.timetable-main > dl > dt > p{
  padding:8px 12px;
  background-color:#262826;
  line-height:1;
  color:#ffffff;
}

.timetable-main > dl > dd{
  flex:1 0 0%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:stretch;
/*  background-color:#F6F6F6;*/
  padding-left:2px;
  padding-right:2px;
}

.timetable-main > dl > dd > dl{
  display:flex;
  flex-direction:row;
  border-bottom:1px solid #acacac;
}

.timetable-main > dl > dd > dl:last-child{
  border-bottom:none;
}
/*
.timetable-main > dl > dd > dl > dt{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  position:relative;
  width:152px;
  padding-top:16px;
  padding-bottom:16px;
}
*/
.timetable-main > dl > dd > dl > dt:after{
  content:"";
  display:block;
  position:absolute;
  top:4px;
  right:0;
  width:1px;
  height:calc(100% - 8px);
  background-color:#acacac;
}

.timetable-main > dl > dd > dl > dd{
  flex:1 0 0%;
  margin-left: 5px;
}

.timetable-main > dl > dd > dl,
.timetable-main > dl > dd > div{
  display:block;
  padding:16px;
}

.timetable-main > dl > dd > dl > *,
.timetable-main > dl > dd > div > dl > *{
  margin-top:8px;
}

.timetable-main > dl > dd > dl > *:first-child,
.timetable-main > dl > dd > div > dl > *:first-child{
  margin-top:0;
}

.timetable-main > dl > dd > dl > dt > dl,
.timetable-main > dl > dd > div > dl > dt > dl{
  display:flex;
  flex-direction:row;
}

.timetable-main > dl > dd > dl > dt > dl > dt,
.timetable-main > dl > dd > div > dl > dt > dl > dt{
  width:24px;
  text-align:center;
}

.timetable-main > dl > dd > dl > dt > dl > dt > i,
.timetable-main > dl > dd > div > dl > dt > dl > dt > i{
  font-size:24px;
}

.timetable-main > dl > dd > dl > dt > dl > dd,
.timetable-main > dl > dd > div > dl > dt > dl > dd{
  flex:1 0 0%;
  margin-left:8px;
}

.timetable-main > dl > dd > dl > dt > dl > dd > *,
.timetable-main > dl > dd > div > dl > dt > dl > dd > *{
  margin-top:4px;
}

.timetable-main > dl > dd > dl > dt > dl > dd > *:first-child,
.timetable-main > dl > dd > div > dl > dt > dl > dd > *:first-child{
  margin-top:0;
}

.timetable-main > dl > dd > dl > dt > dl > dd > h3,
.timetable-main > dl > dt > h3{
  font-size:22px;
  font-weight:bold;
  line-height:24px;
}


@media screen and (min-width: 1025px){
  .timetable-main >dl > dd > a:hover > dl > dt > dl > dd > h3{
    text-decoration:underline;
  }
}

.timetable-main > dl > dd > dl > dd > dl,
.timetable-main > dl > dd > div > dl > dd > dl{
  display:flex;
  flex-direction:row;
}

.timetable-main > dl > dd > dl > dd > dl > dt,
.timetable-main > dl > dd > div > dl > dd > dl > dt{
  width:32px;
}

.timetable-main > dl > dd > dl > dd > dl > dt > i,
.timetable-main > dl > dd > div > dl > dd > dl > dt > i{
  font-size:24px;
}

.timetable-main > dl > dd > dl > dd > dl > dd,
.timetable-main > dl > dd > div > dl > dd > dl > dd{
  flex:1 0 0%;
}

.timetable-main > dl > dd > dl > dd > dl > dd > *,
.timetable-main > dl > dd > div > dl > dd > dl > dd > *{
  margin-top:8px;
}

.timetable-main > dl > dd > dl > dd > dl > dd > *:first-child,
.timetable-main > dl > dd > div > dl > dd > dl > dd > *:first-child{
  margin-top:0;
}

.timetable-main > dl > dd > dl > dd > dl > dd > dl > *,
.timetable-main > dl > dd > div > dl > dd > dl > dd > dl > *{
  margin-top:8px;
}

.timetable-main > dl > dd > dl > dd > dl > dd > dl > *:first-child,
.timetable-main > dl > dd > div > dl > dd > dl > dd > dl > *:first-child{
  margin-top:0;
}

.timetable-main-events > dl{
  margin-top:16px;
}

.timetable-main-events > dl:first-child{
  margin-top:0;
}

.timetable-main-events > dl > dt{
  font-size:19px;
}
.timetable-main-events > dl > dd > dl > dt{
  font-size:19px;
}

.timetable-main-events > dl > dd{
  margin-top:8px;
  padding:8px 0 8px 16px;
  border-left:4px solid #9B9999;
}

.timetable-main-events > dl > dd > *{
  margin-top:8px;
}

.timetable-main-events > dl > dd > *:first-child{
  margin-top:0;
}

@media screen and (max-width: 1279px){
  .timetable-title{
    flex-direction:column-reverse;
    align-items:flex-start;
  }

  .timetable-title > span{
    margin-left:0;
    padding-bottom:0;
    padding-top:5px;
    padding-left:8px;
    border-left:12px solid #EC7834;
  }
}

@media screen and (max-width: 1023px){
  .timetable-title{
    padding:0 5%;
  }

  .timetable-main{
    padding:0 5%;
  }
}

@media screen and (max-width: 767px){
  .timetable-main > dl{
    flex-direction:column;
    margin-top:16px;
    padding-top:0;
    padding-bottom:0;
    border-bottom:none;
  }

  .timetable-main > dl:first-child{
    margin-top:0;
  }

  .timetable-main > dl > dt{
    flex-direction:row;
    justify-content:center;
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
    border-right:none;
  }

  .timetable-main > dl > dt > *{
    margin-top:0;
    margin-left:24px;
  }

  .timetable-main > dl > dt > *:first-child{
    margin-left:0;
  }

  .timetable-main > dl > dt > h2{
    padding-top:0.125em;
    font-size:28px;
  }

  .timetable-title > h1{
    width:100%;
    word-break:break-all;
    font-size:28px;
  }
}

@media screen and (max-width: 599px){

  .timetable-main{
    padding:0;
  }
  .timetable-main > dl > dd > dl{
    flex-direction:column;
    padding:0px;
  }

  .timetable-main > dl > dd > dl > *{
    margin-top:8px;
  }

  .timetable-main > dl > dd > dl > *:first-child{
    margin-top:0;
  }

  .timetable-main > dl > dd > dl > dt{
    align-items:flex-start;
    width:100%;
    padding:0;
  }

  .timetable-main > dl > dd > dl > dt:after{
    content:none;
  }

  .timetable-main > dl > dd > dl > dt > h3{
    line-height:1;
  }

  .timetable-main > dl > dd > dl > dd{
    margin-top:8px;
  }

  .timetable-main > dl > dd > dl > dd:first-child{
    margin-top:0;
  }

  .timetable-main > dl > dd > a,
  .timetable-main > dl > dd > div{
    padding:0;
  }

  .timetable-main > dl > dd > a > dl > *,
  .timetable-main > dl > dd > div > dl > *{
    margin-top:8px;
  }

  .timetable-main > dl > dd > a > dl > dd,
  .timetable-main > dl > dd > div > dl > dd{
    padding-top:8px;
    border-top:1px solid #cecece;
  }
	
  .timetable-main > dl > dd > dl > dt > dl > dt > i,
  .timetable-main > dl > dd > div > dl > dt > dl > dt > i{
    font-size:16px;
  }
  .timetable-main > dl > dd > dl > dd > dl > dd > *,
  .timetable-main > dl > dd > div > dl > dd > dl > dd > *{
    margin-top:8px;
  }
/*
  .timetable-main > dl > dd > dl > dt > dl > dt,
  .timetable-main > dl > dd > div > dl > dt > dl > dt{
    display:none;
  }
*/
  .timetable-main > dl > dd > dl > dt > dl > dd,
  .timetable-main > dl > dd > div > dl > dt > dl > dd{
    margin-left:0;
  }

  .timetable-main > dl > dd > a > dl > dt > dl > dd > *,
  .timetable-main > dl > dd > div > dl > dt > dl > dd > *{
    margin-top:4px;
  }

  .timetable-main > dl > dd > dl > dt > dl > dd > h4,
  .timetable-main > dl > dd > div > dl > dt > dl > dd > h4{
    font-weight:normal;
  }
/*
  .timetable-main > dl > dt,
  .timetable-main > dl > dd > div > dl > dd > dl > dt{
    display:none;
  }
*/
  .timetable-main > dl > dt{
    justify-content:left;
    width:100%;
  }

  .timetable-main > dl > dd > dl > dd{
    margin-left: 0px;
  }
  .timetable-main > dl > dd > dl > dt > dl > dd > h3,
  .timetable-main > dl > dt > h3{
    font-size:16px;
    font-weight:bold;
    line-height:24px;
  }
  .timetable-main-events > dl > dt{
    font-size:14px;
  }
  .timetable-main-events > dl > dd > dl > dt{
    font-size:14px;
  }
  .schedule-ul>li .__prog .__ttl {
    font-size: 1.15em;
  }
}
  /* section-contest */
#secContest {
  padding: 1.8em;
  background: rgba(255, 255, 255, 0.75);
}
.contest__h1 {
  display: flex;
  align-items: center;
  font-size: 2.2em!important;
  font-weight: bold;
}
.contest__h1 .__icn {
  margin: 0 0.2em 0 0.5em;
  width: 1.2em;
  height: auto;
}
.contest__h1 .__notice {
  display: flex;
  margin-left: auto;
  padding: 0.5em 0.8em;
  background: #ff0;
}
.contest__h1 .__notice img {
  width: 7em;
}
.contest-ul li {
  display: flex;
  align-items: center;
  margin-top: 1em;
  border-left: #00bc00 0.5em solid;
}
.contest-ul li.v--narda {
  border-left: #e18f31 0.5em solid;
}
.contest-ul li .__ttl{
  margin: 0 10px;
  width: 400px;
  height: auto;
  min-width: 400px;
}
.contest-ul li .__lnk{
  width: 10em;
  min-width: 10em;
  font-size: 1.2em;
}
@media screen and (max-width: 1023px) {
  .contest__h1 {
    font-size: 1.8em!important;
  }
  .contest-ul li {
    display: block;
  }
  .contest-ul li .__ttl{
    margin: 0 auto;
    width: 600px;
    height: auto;
    min-width: 600px;
  }
  .contest-ul li > p{
    margin: 0.6em 1.0em 0.3em;
  }
  .contest-ul li .__lnk{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 60%;
    min-width: none;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #secContest {
    padding: 1.0em;
  }
  .contest__h1 {
    padding-top: 0.2em;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.4em!important;
  }
  .contest__h1 .__notice {
    display: block;
    padding: 0 0 0.2em;
    width: 100%;
    text-align: center;
  }
  .contest-ul li .__ttl{
    width: 90%;
    height: auto;
    min-width: 90%;
  }
  .contest-ul li .__lnk{
    width: 100%;
    font-size: 1.0em;
  }
  br.sp-only {
    display: inline-block;
  }

}


  /* section-news */
.news-ul {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.75);
}
.news-ul li {
  display: flex;
  padding: 1em;
  font-size: 1.2em;
  border-top: #000 1px solid;
}
.news-ul .__date {
  width: 5.5em;
  padding: 10px 0 0;
  font-weight: bold;
}
.news-ul .__icn {
  margin-top: -18px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.news-ul .__wrap {
  padding-left: 0.5em;
}
.news-ul .__ttl {
  font-weight: bold;
  color: #002561;
}

.news-ul li:first-child {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .news-ul {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {

  .news-ul li {
    display: block;
  }
  .news-ul .__date,
  .news-ul .__icn {
    display: inline-block;
    padding: 0;
  }
  .news-ul .__date{
    width: auto;
  }
  .news-ul .__icn {
    margin-top: -0.9em;
    width: 2.7em;
    height: 2.7em;
    vertical-align: top;
    min-width: 0;
  }
  .news-ul .__icn img {
    width: 100%;
    height: auto;
  }
  .news-ul .__wrap {
    padding-left: 0;
  }
}

  /* section-topics */
.topics-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}
.topics-ul li {
  display: flex;
  flex-direction: column;
  margin: 12px 0 0 12px;
  width: calc(33.33% - 12px);
  font-size: 1.1em;
  background: #fff;
}
.topics-ul h2 {
  padding: 0.3em 0.3em 0.2em;
  font-size: 1.1em;
  font-weight: bold;
  color: #002561;
}
.topics-ul .__txt {
  padding: 0 0.3em 0.3em;
}
@media screen and (max-width: 767px) {
  .topics-ul li {
    margin: 10px 0 0 10px;
    width: calc(50% - 10px);
    font-size: 0.9em;
  }
}

  /* section-archive */
.archive-title {
  margin: 1em 0 0.5em;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #fff
}
.common_green_icon_link > i,
.common_green_icon_link > p {
  font-weight: bold;
  color: #fff;
}
.products_detail_toggle > dl > dt {
  color: #fff;
  border-color: #fff;
}
.products_detail_toggle > dl > dt > i {
  color: #fff;
}
.products_detail_toggle > dl > dd {
  background-color: #333;
}

/* stages */
.c-h1 {
  margin: 0.5em 0 0;
  padding: 0.8em 0 0.4em;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
}
.c-h1-2 {
  margin: 0.5em 0 0;
  padding: 0.8em 0 0.4em;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
  display: flex;
}
.c-h1-2 > div:first-child {
	width: 57%;
    text-align: right;
}
.cpd {
	width: 30%;
}
.cpd > div {
  justify-content: center;
  display: flex;
}
.contents-eve .c-h1 {
  color: #90c;
}
.contents-day1 .c-h1,
.contents-day1 .c-h1-2 {
  color: #00bc00;
}
.contents-day2 .c-h1,
.contents-day2 .c-h1-2 {
  color: #09f;
}
.contents-day3 .c-h1,
.contents-day3 .c-h1-2 {
  color: #f60;
}
.contents-exh .c-h1,
.contents-exh .c-h1-2 {
  color: #0065E0;
}
.c-h1 strong,
.c-h1-2 strong {
  padding-right: 0.2em;
  font-size: 2.8em;
  font-weight: normal;
}
.c-h1 small,
.c-h1-2 small {
  font-size: 75%;
  padding-right: 0.1em;
}
.c-h1 em,
.c-h1-2 em {
  padding: 0 0.1em;
  font-size: 1.6em;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .c-h1-2 > div:first-child {
      width: 50%;
    text-align: center;
  }
  .cpd {
      width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-h1-2 > div:first-child {
      width: 60%;
      text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .c-h1-2 > div:first-child >p {
      width: 80%;
      text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .cpd {
      width: 40%;
      text-align: center;
  }
  .cpd > div {
      text-align: center;
    display: block;
	font-size: 70%;
  }
  .cpd  > div > p:first-child {
	  width: 90px;
  }
}

.secStage:first-child {
  margin-top: 1.5em;
}
.secStage h1 {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family:'微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 32px;
  text-align: left;
  line-height: 1.2;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  background: #00bc00;
}
.contents-eve .secStage h1 {
  background: #90c;
}
.contents-day1 .secStage h1 {
  background: #00bc00;
}
.contents-day2 .secStage h1 {
  background: #09f;
}
.contents-day3 .secStage h1 {
  background: #f60;
}
.contents-exh .secStage h1 {
  background: #00479d;
}
.secStage h1::before {
  content: '';
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 80px;
  background: #000;
}
.secStage h1 img {
  width: 2em;
  height: 2em;
}

.stg-time {
  position: relative;
  width: 75%;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background: #000;
}
.stg-time::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent #000;
}
.stg-time strong {
  margin-left: 0.5em;
  padding: 0 0.4em;
  font-size: 0.95em;
  background: #c00;
}
.stg-wrap {
  padding: 1.2em;
  background:rgba(255, 255, 255, 0.75);
}
.stg-wrap p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6;
}
.stg-wrap p.__ttl {
  margin-bottom: 0.2em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap .stg-lead p.__ttl {
  color: #000;
}
.stg-wrap h2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  padding: 0.3em 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-left: #00bc00 0.8em solid;
  background: #000;
}
.contents-eve .stg-wrap h2 {
  border-color: #90c;
}
.contents-day1 .stg-wrap h2 {
  border-color: #00bc00;
}
.contents-day2 .stg-wrap h2 {
  border-color: #09f;
}
.contents-day3 .stg-wrap h2 {
  border-color: #f60;
}
.stg-wrap h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
.stg-wrap h4::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #00bc00;
}
.contents-eve .stg-wrap h4::before {
  background: #90c;
}
.contents-day1 .stg-wrap h4::before {
  background: #00bc00;
}
.contents-day2 .stg-wrap h4::before {
  background: #09f;
}
.contents-day3 .stg-wrap h4::before {
  background: #f60;
}
.stg-wrap .__prof {
  display: flex;
}
.stg-wrap .__pht {
  margin-right: 10px;
  width: 120px;
  min-width: 120px;
}
.stg-wrap .__pht img {
  width: 100%;
  height: auto;
}
.stg-wrap.v--l2 .__pht {
  width: 200px;
  min-width: 200px;
}
.stg-wrap .__prof.v--l2 .__pht {
  width: 360px;
  min-width: 360px;
}
.stg-wrap .__txt {
  margin-bottom: 1em;
}
.stg-wrap .__txt p {
  margin-bottom: 0.2em;
}
.stg-wrap .__fx {
  display: flex;
}
.stg-wrap .__fx > div {
  width: 45%;
}
.stg-wrap .__fx > div:first-child {
  width: 55%;
}
.stg-wrap .__fx2 {
  display: flex;
}
.stg-wrap .__fx2 > div {
  width: 60%;
}
.stg-wrap .__fx2 > div:first-child {
  width: 40%;
}
.stg-wrap .__nam {
  font-size: 26px;
  font-weight: bold;
}
.stg-wrap.v--l2 .__nam {
  font-size: 30px;
}
.stg-wrap-dark {
  margin-top: -12px;
  padding: 0.8em 0.8em 0;
  color: #fff;
  background:#333;
}
.stg-wrap-dark h3 {
  color: #fff;
}

.stg-wrap .__wrap-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stg-wrap .__col2 {
  width: 49%;
}
.stg-wrap .__wrap-sp {
  display: none;
}
.stg-wrap .rm-label{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label:before{
  content: '▼查看简介/演讲内容';
}
.stg-wrap .rm-check{
  display: none;
}
.stg-wrap .rm-check:checked ~ .rm-label:before{
  content: '▲关闭';
}
.stg-wrap .rm-check ~ .__more{
  display: none;
}
.stg-wrap .rm-check:checked ~ .__more{
  display: block;
}
.stg-wrap .rm-check + .__prof{
  min-height: 12em;
}

.stg-wrap .rm-check.v--sp + .__prof{
  min-height: 0;
}
.stg-wrap .rm-check:checked + .__prof{
  min-height: 0;
}

@media screen and (max-width: 1023px) {
  .secStage:first-child {
    margin-top: 1em;
  }
  .stg-wrap .__fx {
    display: block;
  }
  .stg-wrap .__fx > div {
    width: 100%;
  }
  .stg-wrap .__fx > div:first-child {
    width: 100%;
  }
  .stg-wrap .__fx2 {
    display: block;
  }
  .stg-wrap .__fx2 > div {
    width: 100%;
  }
  .stg-wrap .__fx2 > div:first-child {
    width: 100%;
  }
  .stg-wrap .__wrap-pc {
    display: none;
  }
  .stg-wrap .__wrap-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .stg-wrap .rm-label{
    font-size: 14px;
  }
#container2 {
	background-size: contain;
	}
  .c-h1 {
    font-size: 16px;
  }
  .secStage h1 {
    padding: 4px;
    font-size: 21px;
  }
  .secStage h1::before {
    width: 6px;
    min-width: 6px;
    height: 56px;
  }
  .secStage h1 img {
    width: 1.6em;
    height: 1.6em;
  }
  .stg-wrap {
    padding: 8px;
  }
  .stg-wrap p {
    font-size: 14px;
  }
  .stg-wrap p.__ttl {
    font-size: 16px;
  }
  .stg-wrap.v--l2 p.__ttl {
    font-size: 15px;
  }
  .stg-wrap h2,
  .stg-wrap h3 {
    font-size: 16px;
  }
  .stg-wrap h4 {
    font-size: 14px;
  }
  .stg-wrap .__prof.v--l2 {
    flex-direction: column;
  }
  .stg-wrap .__pht {
    margin-right: 6px;
    width: 80px;
    min-width: 80px;
  }
  .stg-wrap.v--l2 .__pht {
    width: 130px;
    min-width: 130px;
  }
  .stg-wrap .__prof.v--l2 .__pht {
    width: 100%;
    min-width: auto;
  }
  .stg-wrap .__nam {
    font-size: 18px;
  }
  .stg-wrap.v--l2 .__nam {
    font-size: 21px;
  }
}


.common-day-layout3{
  display:flex;
  flex-direction:row;
  padding:8px 0;
}

.common-day-layout3 > div{
  width:35%;
}

.common-day-layout3 > div + dl{
  flex: 1 0 0%;
  margin-left:16px;
}

.common-day-layout3 > dl > dd > dl > dt{
  font-size:20px;
}

.common-day-layout3 > dl > dd > dl > dt > h6{
  font-size:32px;
}

.common-day-layout3 > dl > dd > dl > dd{
  margin-top:8px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt{
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  font-size:20px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > *{
  margin-left:8px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > *:first-child{
  margin-left:0;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#8c89b4;
}

#day1 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#9CBE98;
}

#day2 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#c6c44c;
}

#day3 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#e6ae6b;
}

.common-day-layout2 > dl > dd > dl > dd > dl > dd{
  margin-top:2px;
}

@media screen and (max-width: 767px){
  .common-day-layout3 > dl > dd > dl > dd > *{
    margin-top:4px;
  }

  .common-day-layout3 > dl > dd > dl > dd > *:first-child{
    margin-top:0;
  }
}

@media screen and (max-width: 599px){
  .common-day-layout3 > div{
    flex-direction:column;
  }

  .common-day-layout3 > div + dl{
    margin-left:5%;
  }

  .common-day-layout3 > dl > dt{
    font-size:14px;
  }

  .common-day-layout3 > dl > dd > dl > dt{
    font-size:16px;
  }

  .common-day-layout3 > dl > dd > dl > dt > h6{
    font-size:24px;
  }
}

/* exh */
.exh02s {
  display: none;
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
  .exh02s {
    display: block;
  }
  .exh02 {
    display: none;
  }
}

/* carousel */
.slick-ul {
  margin: 0 -5px;
}
.slick-ul li {
  margin: 0 5px;
}
.slick-ul li img {
  width: 100%;
  height: auto;
}
.slick-dots {
}
.slick-dots li button::before {
  font-size: 16px;
  opacity: 0.9;
  color: #999;
}
.slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #ff0;
}
@media screen and (max-width: 1023px) {
  .slick-ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
}
/* close */
#closeBanner {
  width:100vw;
  margin:0 calc(50% - 50vw) 20px;
  padding: 0.5em 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: #002561;
}
#closeBanner strong {
  font-size: 1.3em;
}
#closeInfo .close-h3 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  color: #002561;
  line-height: 1.4;
  text-align: center;
}
.close-pc {
  display: inline-block;
}
.close-sp {
  display: none;
}
.close-bnr img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #closeBanner {
    font-size: 14px;
  }
  #closeInfo .close-h3 {
    font-size: 16px;
  }
  .close-pc {
    display: none;
  }
  .close-sp {
    display: inline-block;
  }
}