section h2 {
  display: flex;
  align-items: center;
  gap: 8px 30px;
  margin-bottom: 10px;
  margin-left: 420px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  }

  section h2 span.s-oswld{
    display: flex;
    align-items: center;
    gap: 8px 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    section h2 {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 26px;
      margin-left: 78px;
      font-size: 16px; }

    section h2 span.s-oswld{
        display: flex;
        align-items: center;
        gap: 8px 30px;
        margin-bottom: 20px;
        margin-left: 26px;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
      }
  }
    section h2 span.f-oswld {
      font-size: 40px; }
    
    @media screen and (max-width: 768px) {
      section h2 span.f-oswld {
        font-size: 44px; } }

section.timeTable {
  width: 100%;
  margin-bottom: 100px;
  background-color: #fff;
  color: #101338; }
  @media screen and (max-width: 768px) {
    section.timeTable {
      margin-top: -70px;
      margin-bottom: 40px;
      padding-top: 40px; } }
  section.timeTable .bg {
    padding-top: 20px;
    background: #f3f3f3 url("https://system.expoline.jp/kri/img/timetable_bg.gif") no-repeat top center/100% auto; }
    @media screen and (max-width: 768px) {
      section.timeTable .bg {
        background-position: center right -70vw;
        background-size: 200vw auto;
        padding-top: 52px; } }
    @media screen and (max-width: 768px) {
      section.timeTable .bg {
        background-position: top right -100vw;
        background-size: 250vw auto; } }
  section.timeTable .outer {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      section.timeTable .outer {
        padding-top: 10px; } }
    
        section.timeTable .outer2 {
          max-width: 1500px;
          width: 100%;
          margin: 0 auto;
          /* padding-top: 20px; */
          background: #fff; }
          @media screen and (max-width: 768px) {
            section.timeTable .outer2 {
              padding-top: 10px; } }

    /* 1日のみ */
        section.timeTable ul.tabHead_oneday {
          display: flex;
          justify-content: center; }
          section.timeTable ul.tabHead_oneday li {
            display: flex;
            align-items: baseline;
            gap: 12px 20px;
            flex-wrap: wrap;
            max-width: 490px;
            width: 48%;
            min-height: 106px;
            padding: 20px;
            background: linear-gradient(#101338, #101338) no-repeat top center/100% 6px;
            line-height: 1;
            transition: background .3s;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              section.timeTable ul.tabHead_oneday li {
                padding: 16px 5%; } }
            section.timeTable ul.tabHead_oneday li.act, section.timeTable ul.tabHead_oneday li:hover {
              background: #fff linear-gradient(90deg, #0022af, #18bfdf) no-repeat top center/100% 6px; }
            section.timeTable ul.tabHead_oneday li i {
              font-size: 40px; }
              @media screen and (max-width: 768px) {
                section.timeTable ul.tabHead_oneday li i {
                  font-size: 32px; } }
            section.timeTable ul.tabHead_oneday li b {
              line-height: 1.2;
              width: 300px; }
              section.timeTable ul.tabHead_oneday li b span {
                font-size: 20px;
                font-weight: inherit;
                position: relative; }
                @media screen and (min-width: 769px) {
                  section.timeTable ul.tabHead_oneday li b span::after {
                    content: "";
                    display: block;
                    height: 20px;
                    border-right: 2px solid #000;
                    position: absolute;
                    top: calc(50% - 8px);
                    right: -40px; } }
                @media screen and (max-width: 768px) {
                  section.timeTable ul.tabHead_oneday li b span {
                    font-size: 18px; } }

  /* 2日間の場合 */
  section.timeTable ul.tabHead {
    display: flex;
    justify-content: space-between; }
    section.timeTable ul.tabHead li {
      display: flex;
      align-items: baseline;
      gap: 12px 20px;
      flex-wrap: wrap;
      max-width: 490px;
      width: 48%;
      min-height: 106px;
      padding: 20px;
      background: linear-gradient(#101338, #101338) no-repeat top center/100% 6px;
      line-height: 1;
      transition: background .3s;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        section.timeTable ul.tabHead li {
          padding: 16px 5%; } }
      section.timeTable ul.tabHead li.act, section.timeTable ul.tabHead li:hover {
        background: #fff linear-gradient(90deg, #0022af, #18bfdf) no-repeat top center/100% 6px; }
      section.timeTable ul.tabHead li i {
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          section.timeTable ul.tabHead li i {
            font-size: 32px; } }
      section.timeTable ul.tabHead li b {
        line-height: 1.2;
        width: 300px; }
        section.timeTable ul.tabHead li b span {
          font-size: 20px;
          font-weight: inherit;
          position: relative; }
          @media screen and (min-width: 769px) {
            section.timeTable ul.tabHead li b span::after {
              content: "";
              display: block;
              height: 20px;
              border-right: 2px solid #000;
              position: absolute;
              top: calc(50% - 8px);
              right: -40px; } }
          @media screen and (max-width: 768px) {
            section.timeTable ul.tabHead li b span {
              font-size: 18px; } }
  section.timeTable .tabCntWrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    section.timeTable .tabCntWrap[data-tab="01"] .tabCnt {
      width: 100%; }
      @media screen and (min-width: 769px) {
        section.timeTable .tabCntWrap[data-tab="01"] .tabCnt a.btn {
          max-width: 470px; } }
      @media screen and (min-width: 769px) {
        section.timeTable .tabCntWrap[data-tab="01"] .tabCnt .cntBox {
          width: 100%;
          padding-left: 180px;
          position: relative; }
          section.timeTable .tabCntWrap[data-tab="01"] .tabCnt .cntBox p.time {
            position: absolute;
            /* top: 30px; */
            left: 10px; } }
    section.timeTable .tabCntWrap[data-tab="02"] .tabCnt {
      width: calc(100% / 3);
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        section.timeTable .tabCntWrap[data-tab="02"] .tabCnt {
          width: 100%;
          padding: 0 5% 80px; }
          section.timeTable .tabCntWrap[data-tab="02"] .tabCnt:nth-last-of-type(1) {
            padding-bottom: 40px; } }
      section.timeTable .tabCntWrap[data-tab="02"] .tabCnt:nth-of-type(odd) {
        background-color: #f6f6f6; }

        section.timeTable .tabCntWrap[data-tab="03"] .tabCnt {
          width: 100%; }
          @media screen and (min-width: 769px) {
            section.timeTable .tabCntWrap[data-tab="03"] .tabCnt a.btn {
              max-width: 470px; } }
          @media screen and (min-width: 769px) {
            section.timeTable .tabCntWrap[data-tab="03"] .tabCnt .cntBox {
              width: 100%;
              padding-left: 180px;
              position: relative; }
              section.timeTable .tabCntWrap[data-tab="03"] .tabCnt .cntBox p.time {
                position: absolute;
                /* top: 30px; */
                left: 10px; } }




    section.timeTable .tabCntWrap .tabCnt {
      display: flex;
      flex-direction: column;
      align-items: center; }
      section.timeTable .tabCntWrap .tabCnt a.btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 clamp(8px, 1.5vw, 15px);
        max-width: 350px;
        width: 84%;
        margin: -40px 0 50px;
        height: clamp(60px, 8vw, 80px);
        border-radius: 4px;
        background-color: #156d19;
        color: #fff;
        font-size: clamp(0px, 2.4vw, 24px);
        font-weight: bold;
        box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 20px;
        z-index: 9;
        transition: .3s; }
        @media screen and (max-width: 768px) {
          section.timeTable .tabCntWrap .tabCnt a.btn {
            max-width: 320px;
            height: 60px;
            margin: -30px 0 40px;
            font-size: 20px; } }
        section.timeTable .tabCntWrap .tabCnt a.btn:hover {
          transform: translate(2px, 2px);
          box-shadow: 0 0 rgba(0, 0, 0, 0.1); }
        section.timeTable .tabCntWrap .tabCnt a.btn span {
          font-size: clamp(0px, 2vw, 20px);
          font-weight: inherit; }
          @media screen and (max-width: 768px) {
            section.timeTable .tabCntWrap .tabCnt a.btn span {
              font-size: 16px; } }
      section.timeTable .tabCntWrap .tabCnt h3 {
        display: flex;
        align-items: baseline;
        margin-bottom: 25px;
        line-height: 1;
        font-size: 24px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.timeTable .tabCntWrap .tabCnt h3 {
            font-size: 20px; } }
        section.timeTable .tabCntWrap .tabCnt h3 i {
          font-size: 36px;
          font-weight: inherit; }
          @media screen and (max-width: 768px) {
            section.timeTable .tabCntWrap .tabCnt h3 i {
              font-size: 28px; } }
      section.timeTable .tabCntWrap .tabCnt .cntBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 86%;
        padding: 25px 10px;
        border-top: 1px solid #101338; }
        @media screen and (max-width: 768px) {
          section.timeTable .tabCntWrap .tabCnt .cntBox {
            gap: 8px 0;
            width: 100%;
            padding: 18px 5%; } }
        section.timeTable .tabCntWrap .tabCnt .cntBox:nth-last-of-type(1) {
          border-bottom: 1px solid #101338; }
        section.timeTable .tabCntWrap .tabCnt .cntBox p.time {
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            section.timeTable .tabCntWrap .tabCnt .cntBox p.time {
              margin-bottom: 8px;
              font-size: 18px; } }
        section.timeTable .tabCntWrap .tabCnt .cntBox h4 {
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.timeTable .tabCntWrap .tabCnt .cntBox h4 {
              font-size: 18px; } }
        section.timeTable .tabCntWrap .tabCnt .cntBox p.prof span.name {
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            section.timeTable .tabCntWrap .tabCnt .cntBox p.prof span.name {
              font-size: 18px; } }

/*# sourceMappingURL=style.css.map */

/* 新規追加 */
.ttl2_mail_title{
  font-size:17px !important;
}

.ttl2_sub_title{
  font-size:15px !important;
}

@media screen and (max-width: 768px) {
  .ttl2_mail_title{
    font-size:20px !important;
  }
  
  .ttl2_sub_title{
    font-size:13px !important;
  }
}

p.place{
  background-color: #002060;
  width: 85%;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.tabCnt.oneday {
  padding-bottom: 560px !important;
}


@media screen and (max-width: 768px) {
  .tabCnt.oneday {
    padding-bottom: 65px !important;
  }
}
