@charset "UTF-8";
.subTitle {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-left: 15px;
  color: #03687B; }

#timeTable {
  font-family: "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, sans-serif; }

.flexRow {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0px; }
  @media screen and (max-width: 767px) {
    .flexRow {
      display: block; } }

.flexRow > div, .flexRow .dailySession {
  width: calc((100% - 72px) / 6); }
  @media screen and (max-width: 767px) {
    .flexRow > div, .flexRow .dailySession {
      width: 100%; } }

.flexRow > div:not(:last-child), .flexRow .dailySession:not(:last-child) {
  margin-right: 12px; }

.rowSessions > div {
  text-align: center; }

.rowSessions > div {
  color: #ffffff;
  padding: 8px 0px;
  border-radius: 2px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600; }

.rowSessions > .rowBlank {
  background-color: #717171; }

.rowSessions > .session1 {
  background-color: #dd6767; }
  @media screen and (max-width: 767px) {
    .rowSessions > .session1 {
      display: none; } }

.rowSessions > .session2 {
  background-color: #eaab31; }
  @media screen and (max-width: 767px) {
    .rowSessions > .session2 {
      display: none; } }

.rowSessions > .session3 {
  background-color: #6abe7e; }
  @media screen and (max-width: 767px) {
    .rowSessions > .session3 {
      display: none; } }

.rowSessions > .session4 {
  background-color: #58a4bb; }
  @media screen and (max-width: 767px) {
    .rowSessions > .session4 {
      display: none; } }

.rowSessions > .session5 {
  background-color: #aa78b2; }
  @media screen and (max-width: 767px) {
    .rowSessions > .session5 {
      display: none; } }

.dailySession:hover {
  /*background-color: #ECF0F1;*/
  /*@include sm{
    display: none;
  }*/ }

.rowDay > .sessionTitle {
  font-size: 18px; }

.dailySession {
  position: relative; }
  @media screen and (max-width: 767px) {
    .dailySession.session1:before, .dailySession.session2:before, .dailySession.session3:before, .dailySession.session4:before, .dailySession.session5:before {
      display: block;
      color: #ffffff;
      padding: 8px 0px;
      border-radius: 2px;
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-align: center; }
    .dailySession.session1:before {
      content: "13:00 – 13:40";
      background-color: #dd6767; }
    .dailySession.session2:before {
      content: "13:50 – 14:30";
      background-color: #eaab31; }
    .dailySession.session3:before {
      content: "13:00 – 13:40";
      background-color: #6abe7e; }
    .dailySession.session4:before {
      content: "15:30 – 16:10";
      background-color: #58a4bb; }
    .dailySession.session5:before {
      content: "16:20 – 17:00";
      background-color: #aa78b2; }
    .dailySession.session3.session4:before {
      width: 50%;
      content: "13:00 – 13:40";
      background-color: #6abe7e; }
    .dailySession.session3.session4:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      content: "15:30 – 16:10";
      background-color: #58a4bb;
      display: block;
      color: #ffffff;
      padding: 8px 0px;
      border-radius: 2px;
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-align: center; } }

.dailySession p {
  margin-bottom: 10px; }

.dailySession > .sessionTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3; }

.dailyRow {
  border-bottom: 2px solid #EEE; }

.scheduleBox {
  padding: 0 8%;
  font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 767px) {
    .scheduleBox {
      padding: 0 10px; } }

.lastUpdate {
  text-align: right;
  font-size: 18px;
  padding: 15px 0; }

.eventOverviewBtns {
  text-align: center;
  padding: 20px 0; }

.eventOverviewBtns a {
  width: 100%;
  max-width: 364px;
  margin: 0 25px;
  padding: 25px;
  background: #63BDC9;
  border: 2px solid #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000 !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45em;
  display: inline-block; }
  .eventOverviewBtns a span {
    display: inline-block;
    transform: rotate(-90deg); }
  @media screen and (max-width: 767px) {
    .eventOverviewBtns a {
      max-width: 100%;
      width: 364px;
      margin: 0; } }

.updateSpanA {
  font-size: 24px;
  color: #03687B;
  font-weight: bold;
  display: block; }

.updateSpanB {
  width: 100%;
  max-width: 140px;
  color: #03687B;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 5px; }

.updateSpanC {
  font-size: 18px;
  color: #03687B;
  font-weight: bold;
  padding-bottom: 20px; }

.subTitle {
  color: #03687B;
  text-align: left; }

.categoryInfo {
  background-color: #607d8b;
  padding: 4px 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px; }

.trancerate {
  background-color: #f7f256;
  padding: 4px 5px;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px; }

.newInfo {
  background-color: red;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  margin-right: 5px; }

.updateInfo {
  background-color: #446cff;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  margin-right: 5px; }

.firstHalf {
  width: calc((100% - 72px) / 6 * 2 + 12px) !important;
  background-color: #d8ecd3; }
  @media screen and (max-width: 767px) {
    .firstHalf {
      width: 100% !important; } }

.secondHalf {
  display: none; }

summary {
  background-color: #eaeaea;
  margin-right: 12px;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
  border: solid #828282 2px;
  border-radius: 10px;
  cursor: pointer; }

summary:focus {
  outline: none; }

details[open] .backNumber {
  animation: fadeIn 0.8s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: none; } }
.category_header {
  background-color: #000;
  padding: 10px 0; }
  .category_header p {
    font-size: 16px;
    margin: 15px auto;
    color: #666; }
    .category_header p span {
      font-size: 24px; }

.mainVisualDBTS2020 {
  text-align: center; }
  .mainVisualDBTS2020 h1 {
    margin: 0 auto; }

.dbts2020Container {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .dbts2020Container h2 {
    margin: 56px 0 29px;
    color: #03687B;
    font-size: 30px;
    line-height: 1.5;
    text-align: left; }
  .dbts2020Container p {
    margin: 0 0 2em;
    color: #435363;
    font-size: 16px;
    line-height: 2; }
  .dbts2020Container h3 {
    margin: 0 0 47px;
    color: #03687B;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold; }
  .dbts2020Container h4 {
    margin: 0 0 45px 30px;
    color: #59B9C6;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold; }

.eventOverview {
  margin-bottom: 100px;
  padding: 32px 72px 44px;
  background: #F6F6F6;
  border: 10px solid #040000;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .eventOverview {
      padding: 20px; } }
  .eventOverview h3.eventOverviewTitle {
    margin: 0 0 31px;
    color: #03687B;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold; }
  .eventOverview .eventOverviewColumn {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .eventOverview .eventOverviewColumn {
        margin-bottom: 10px; } }
    .eventOverview .eventOverviewColumn .eventOverviewLeft {
      width: 100%;
      max-width: 476px; }
      .eventOverview .eventOverviewColumn .eventOverviewLeft dl {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .eventOverview .eventOverviewColumn .eventOverviewLeft dl {
            display: block; } }
        .eventOverview .eventOverviewColumn .eventOverviewLeft dl dt {
          width: 100%;
          max-width: 140px;
          color: #03687B;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            .eventOverview .eventOverviewColumn .eventOverviewLeft dl dt {
              max-width: none; } }
        .eventOverview .eventOverviewColumn .eventOverviewLeft dl dd {
          width: 100%;
          max-width: calc(100% - 140px);
          color: #03687B;
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 24px; }
          @media screen and (max-width: 767px) {
            .eventOverview .eventOverviewColumn .eventOverviewLeft dl dd {
              max-width: none; } }
    .eventOverview .eventOverviewColumn .eventOverviewRight {
      width: 100%;
      max-width: 300px; }
      .eventOverview .eventOverviewColumn .eventOverviewRight dl {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .eventOverview .eventOverviewColumn .eventOverviewRight dl {
            display: block; } }
        .eventOverview .eventOverviewColumn .eventOverviewRight dl dt {
          width: 100%;
          max-width: 140px;
          color: #03687B;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            .eventOverview .eventOverviewColumn .eventOverviewRight dl dt {
              max-width: none; } }
        .eventOverview .eventOverviewColumn .eventOverviewRight dl dd {
          width: 100%;
          max-width: calc(100% - 140px);
          color: #03687B;
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 24px; }
          @media screen and (max-width: 767px) {
            .eventOverview .eventOverviewColumn .eventOverviewRight dl dd {
              max-width: none; } }
          .eventOverview .eventOverviewColumn .eventOverviewRight dl dd a {
            color: #428bca;
            text-decoration: none; }
            .eventOverview .eventOverviewColumn .eventOverviewRight dl dd a:hover {
              color: #2a6496; }
  .eventOverview .eventOverviewBtns {
    text-align: center;
    margin: 0 -10px; }
    .eventOverview .eventOverviewBtns a {
      width: 100%;
      max-width: 273px;
      margin: 0 10px;
      padding: 25px 15px;
      background: #63BDC9;
      border: 2px solid #FFFFFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      color: #000;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.45em;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .eventOverview .eventOverviewBtns a {
          margin: 10px 5px;
          padding: 15px;
          width: 273px;
          max-width: 100%; } }
      .eventOverview .eventOverviewBtns a:hover {
        opacity: 0.6; }
      .eventOverview .eventOverviewBtns a span {
        display: inline-block;
        transform: rotate(-90deg); }

.snsBtns {
  margin-top: 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .snsBtns * {
    vertical-align: bottom; }
  .snsBtns .twitter, .snsBtns .facebook {
    margin: 0 10px; }
    .snsBtns .twitter *, .snsBtns .facebook * {
      margin: 0; }

/*.sponsor{
  margin-bottom: 50px;
  .inner{
    max-width:  880px;
    margin: 0 auto;
    *:last-child{
      margin-bottom: 0;
    }
  }
  .platinum{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    li{
      width: 100%;
      max-width: 600px;
      margin: 0 auto 20px;
    }
  }
  .gold{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    li{
      max-width: 600px;
      margin: 0 0 20px;
      width: 45.455%;
      @include sm{
        width: 75%;
        margin: 0 auto 20px;
      }
    }
  }
  .silver{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    &::after{
      order: 9999;
      content: "";
      width: 31.819%;
      @include sm{
        width: 47.5%;
      }
    }
    li{
      max-width: 600px;
      margin: 0 0 20px;
      width: 31.819%;
      @include sm{
        width: 47.5%;
      }
    }
  }
  .bronze{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    &::before,&::after{
      order: 9999;
      content: "";
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
    li{
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
  }
  .special{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    &::before,&::after{
      order: 9999;
      content: "";
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
    li{
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
  }
  .media{
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    &::before,&::after{
      order: 9999;
      content: "";
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
    li{
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%;
      @include sm{
        width: 47.5%;
      }
    }
  }
}*/
.sponsor {
  margin-bottom: 50px; }
  .sponsor .inner {
    max-width: 944px;
    margin: 0 auto;
    padding: 60px 32px 0; }
    @media screen and (max-width: 767px) {
      .sponsor .inner {
        padding: 50px 10px 0; } }
    .sponsor .inner *:last-child {
      margin-bottom: 0; }
  .sponsor h2 {
    color: #333333;
    margin-bottom: 80px;
    font-size: 4rem;
    line-height: 5.8rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0; }
    .sponsor h2 span {
      display: block;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400; }
    @media screen and (max-width: 767px) {
      .sponsor h2 {
        font-size: 3rem;
        line-height: 4.5rem; } }
  .sponsor h3 {
    color: #333333;
    font-size: 3rem;
    line-height: 3.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sponsor h3 {
        font-size: 2.4rem;
        line-height: 3rem; } }
  .sponsor ul {
    text-align: center;
    list-style: none;
    margin-bottom: 50px; }
    .sponsor ul li {
      list-style: none; }
  .sponsor .platinum {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .sponsor .platinum li {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 20px; }
  .sponsor .gold {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between; }
    .sponsor .gold li {
      max-width: 600px;
      margin: 0 0 20px;
      width: 45.455%; }
      @media screen and (max-width: 767px) {
        .sponsor .gold li {
          width: 75%;
          margin: 0 auto 20px; } }
  .sponsor .silver {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between; }
    .sponsor .silver::after {
      order: 9999;
      content: "";
      width: 31.819%; }
      @media screen and (max-width: 767px) {
        .sponsor .silver::after {
          width: 47.5%; } }
    .sponsor .silver li {
      max-width: 600px;
      margin: 0 0 20px;
      width: 31.819%; }
      @media screen and (max-width: 767px) {
        .sponsor .silver li {
          width: 47.5%; } }
  .sponsor .bronze {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between; }
    .sponsor .bronze::before, .sponsor .bronze::after {
      order: 9999;
      content: "";
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .bronze::before, .sponsor .bronze::after {
          width: 47.5%; } }
    .sponsor .bronze li {
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .bronze li {
          width: 47.5%; } }
  .sponsor .special {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between; }
    .sponsor .special::before, .sponsor .special::after {
      order: 9999;
      content: "";
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .special::before, .sponsor .special::after {
          width: 47.5%; } }
    .sponsor .special li {
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .special li {
          width: 47.5%; } }
  .sponsor .media {
    margin: 0 0 100px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between; }
    .sponsor .media::before, .sponsor .media::after {
      order: 9999;
      content: "";
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .media::before, .sponsor .media::after {
          width: 47.5%; } }
    .sponsor .media li {
      max-width: 600px;
      margin: 0 0 20px;
      width: 23.297%; }
      @media screen and (max-width: 767px) {
        .sponsor .media li {
          width: 47.5%; } }

.socialMedia {
  background-image: url("/common/images/2020/bg_box_white2.png");
  background-size: inherit; }

.socialColumn {
  padding: 80px 0 100px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .socialColumn {
      display: block; } }
  .socialColumn .facebook, .socialColumn .twitter {
    width: 48.865%; }
    @media screen and (max-width: 767px) {
      .socialColumn .facebook, .socialColumn .twitter {
        width: 100%; } }
  .socialColumn .facebook {
    margin-bottom: 20px; }
  .socialColumn h3 {
    margin-bottom: 20px; }
  .socialColumn p {
    margin: 0;
    padding: 0;
    line-height: 1.3; }

.fb-page.fb_iframe_widget,
.fb-page.fb_iframe_widget > span,
.fb-page.fb_iframe_widget > span > iframe {
  width: 100% !important; }

.contact {
  background-color: #CDD6DD;
  min-height: 250px;
  padding: 30px 0; }
  .contact h3 {
    text-align: center; }

.scheduleBox h2 {
  font-size: 24px;
  line-height: 29px;
  border-left: 4px solid #0B50A2;
  text-align: left;
  padding: 5.5px 0 5.5px 8px;
  margin-bottom: 50px; }
.scheduleBox a {
  color: #428bca;
  text-decoration: none; }
  .scheduleBox a:hover {
    color: #2a6496; }

.schedule_header {
  padding: 46.5px 0;
  background-color: #fff;
  background-color: #464646; }
  .schedule_header p {
    font-size: 67px;
    line-height: 97px;
    font-weight: bold;
    text-align: center;
    color: #ffffff; }

.iframe {
  display: block;
  cursor: pointer; }
  .iframe:hover {
    background-color: #ECF0F1; }
  .iframe .sessionTitle {
    color: #000000; }
