@charset "UTF-8";

@media only screen and (max-width: 1200px) {

  .front_page header {
    height: 100vh;
    /* padding-top: 7vw; */
  }

  nav {
    top: 100px;
  }

  .front_page #sec2>div>div {
    padding: 0 5vw;
  }

  .page header>div:first-child>div>div span {
    margin-bottom: 0.4vw;
  }

  .page header>div>div:first-child {
    padding: 0.5vw 200px 1.5vw 1.5vw;
  }


  .outline header {
    height: 36.6vw;
  }

  .outline header>div:first-child>div.top {
    padding: 1vw 200px 1vw 2vw;
  }

  .outline nav {
    top: 6.5vw;
    right: 8vw;
  }

  .header_title {
    margin-top: 11vw;
  }


  .conv.show_top>div>div {
    padding: 7vw;
    margin: 0 auto;
  }

  .page header .top_conv a {
    height: 30px;
  }

  .page nav {
    right: 200px;
  }

  /* -------------------------------
    sub page
    ------------------------------- */
  .page header {
    height: 37vw;
  }

  .page nav {
    top: 7vw;
    /* right: 100px; */
  }


  #footer_copyright {
    margin-top: 0px;
  }

  .fixed_btn_wrap {
    width: 100%;
  }

  footer .footer_part1 {
    width: 30%;
    top: 30%;
  }

  footer .footer_part2 {
    width: 30%;
    top: 70%;
  }

}

@media only screen and (max-width: 1000px) {


  .front_page #sec1 h2 {
    font-size: 28px;
    margin-top: 25px;
  }

  .front_page #sec9 table {
    padding: 0 20px;
  }

  .front_page .outer_regarding {
    padding: 10px;
  }

  .front_page h2.bg_black {
    font-size: 20px;
    padding: 5px 0 7px;
  }

  .front_page header {
    margin-bottom: 40px;
  }

  .front_page .outer_regarding {
    margin-bottom: 20px;
  }

  .front_page #sec6 .f_wrap {
    padding: 10px;
    gap: 10px;
  }

  .front_page #sec6 .f_wrap>div h3 {
    font-size: 18px;
  }

  #sec7 {
    flex-direction: column;
  }


  .front_page header span {
    bottom: 25%;
  }

  footer {
    /* height: 603px; */
    background-image: url(../img/footer_bg_1000.png);
  }

  .show #sec3 .f_wrap {
    width: 100%;
  }


}

@media only screen and (max-width: 880px) {

  /* -------------------------------
    common
    ------------------------------- */
  .no-wrap {
    white-space: break-spaces;
  }

  nav {
    display: none;
  }

  /* .front_page .wrap .header_logo a img,.wrap .header_logo a img {
        max-width: 80%;
    } */
  .wrap .header_logo a img {
    width: 70%;
    max-width: 400px;
    height: auto;
  }

  .front_page .wrap .header_logo {
    top: 2vw;
    left: 4%;
  }

  .front_page header .header_support .f_wrap {
    font-size: 13px;
  }

  .front_page header .header_support {
    padding-left: 0;
    padding-top: 15px;
  }

  .front_page header div.main_logo {
    max-width: 90%;
    margin-top: 21vw;
  }

  .front_page header>div::before {
    transform: skewY(349deg);
    width: 120%;
    height: 80vh;
    min-height: 800px;
    background-color: rgba(45, 80, 29, 0.9);
    border-top: 8px solid rgba(255, 255, 0, 0.9);
    border-bottom: 8px solid rgba(255, 255, 0, 0.9);
  }

  .wrap {
    padding-top: 60px;
  }


  .front_page header div.main_logo img {
    max-width: 100%;
  }


  .page h2.box {
    min-width: 80%;
    height: 15vw;
    padding: 1vw 0;
  }

  .page h2.box>div {
    font-size: 5vw;
  }

  .page header .place_data,
  .page header .contact_data {
    display: none;
  }

  .page header>div:first-child>div>a {
    width: 80%;
    padding-top: 1vw;
  }

  .page header>div:first-child>div>a>img {
    width: 100%;
  }

  .page header .top_conv {
    display: none;
  }

  .page h2.box {
    margin-top: 6vw;
  }

  .page h2.box span {
    line-height: 1;
  }

  .pc_only {
    display: none;
  }

  .mb_only {
    display: block;
  }

  .page section {
    padding: 0 20px;
  }

  .page section h2 {
    margin-top: 10px;
    line-height: 1.5;
  }




  .fixed_header {
    /* display: none; */
    /* height: 16vw; */
    height: 60px;
    background-color: #000;
    display: flex;
  }

  .fixed_header .header_right {
    display: none;
  }

  .front_page #sec5 .f_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .front_page #sec6 .f_wrap {
    flex-direction: column;
  }

  .front_page #sec6 .f_wrap>div {
    width: 100%;
  }

  .front_page #sec7 .f_wrap {
    flex-direction: column;
  }

  .front_page #sec15 {
    margin-bottom: 0;

    .pr_box {
      flex-direction: column;
      gap: 10px;

      img {
        max-height: none;
        max-width: 220px;
        max-height: 100px;
      }
    }
  }

  /* -------------------------------
    Menu
    ------------------------------- */

  #overlay {
    content: "";
    display: block;
    width: 100vw;
    height: 120vh;
    background-color: #001c07;
    position: fixed;
    padding: 0;
    top: -120vh;
    left: 0;
    z-index: 20;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #overlay.open {
    top: 0;
    opacity: 1;
  }

  #overlay>div:first-child {
    /* background-image: url(../img/overlay_bg.png); */
    background-color: #001c07;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: contain;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 2vw;
  }

  #overlay>div:last-child {
    background-color: #001c07;
  }

  #overlay>div:last-child li {
    padding: 4vw 0;
    /* font-size: 4vw; */
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #2e2e2e;
    padding-left: 40px;
    display: flex;
    align-items: center;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 7px;
  }

  #overlay>div:last-child span li {
    color: #999;
  }

  #overlay>div:last-child li img {
    width: 3vw;
    margin-right: 3vw;
  }

  #overlay>div:last-child li.unactive {
    color: #cbcbcb;
  }

  #overlay>div:last-child li span {
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
    color: #004fa2;
  }

  #overlay a {
    color: white;
  }


  #overlay>div:first-child img {
    width: 80%;
    margin-top: 2vw;
  }

  #overlay>div:first-child .conv_btn {
    display: flex;
  }

  #overlay>div>div.conv_btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 5px;
  }

  #overlay>div>div.conv_btn>a {
    width: 12.8vw;
    height: 12vw;
  }

  #overlay>div>div.conv_btn>a>div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 2vw;
    line-height: 1.5;
    letter-spacing: 1;
    font-family: "Oswald", sans-serif;
    padding-top: 2.2vw;
    color: #1b224c;
  }

  #overlay>div>div.conv_btn>a>div>img {
    display: block;
    margin: 0 auto;
    width: 38%;
  }

  #overlay_menu {
    padding: 5vw 0;
  }

  #overlay_menu a {
    color: white;
    width: 100%;
    display: block;
    padding: 2vw;
    border-bottom: 1px solid #464c6e;
    font-size: 3.2vw;
    position: relative;
  }

  #overlay_menu .menu-item-has-children>a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
  }

  #overlay_menu .sub-menu {
    display: none;
  }

  #overlay_menu .sub-menu a {
    padding-left: 5.5vw;
  }

  #overlay .site_title img {
    width: 44vw;
  }

  #overlay .conv_btn a {
    background-color: white;
  }

  header.open {
    height: 100vh;
    background-color: #1b224c;
    transition-duration: 0.2s;
  }

  header.open .mb_menu {
    display: block;
  }

  /* .menu-trigger {
        display: inline-block;
        width: 7vw;
        height: 5vw;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 5.5vw;
        right: 5vw;
        z-index: 600;
    } */
  .menu-trigger {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 600;
  }

  .menu-trigger>div {
    color: white;
    text-align: center;
    margin-top: 0px;
  }

  .menu-trigger>div img {
    width: 100%;
    opacity: 1;
    webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-trigger.active>div img {
    opacity: 0;
    webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d4d4d4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-trigger.active span {
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    /* -webkit-transform: translateY(2.5vw) rotate(-45deg);
        transform: translateY(2.5vw) rotate(-45deg); */
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 45%;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    /* -webkit-transform: translateY(-2vw) rotate(45deg);
        transform: translateY(-2vw) rotate(45deg); */
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }

  .mb_sns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5vw;
  }

  .mb_sns a {
    display: block;
    width: 10vw;
    margin: 0 8px;
    line-height: 1;
  }

  .mb_sns a:last-child {
    width: 15vw;
  }

  .mb_sns a img {
    width: 100%;
  }

  footer {
    /* height: 603px; */
    background-image: url(../img/footer_bg_750.png);
  }

  .content_area {
    padding: 20px 0 0;
  }

  /* -------------------------------
    front-page
    ------------------------------- */
  .front_page header {
    height: 100vh;
    min-height: 950px;
    margin-top: 0;
  }

  .front_page .main_date {
    margin-top: 0px;
  }

  .front_page .wrap {
    background-image: url(../img/main_bg_mb.png);
  }

  .front_page .main_logo>img {
    width: 55%;
  }

  .front_page .main_date>img {
    width: 85%;
  }

  .front_page section h2 img {
    width: 90%;
    min-width: auto;
  }

  .front_page #sec4 .conv_btn a {
    width: 70%;
  }

  .front_page section h2 {
    font-size: 6vw;
    line-height: 1.5;
    padding: 0 5vw;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .front_page #sec2 {
    margin-bottom: 20px;
  }

  .front_page #sec2 .sec2_part,
  .front_page #sec2 .sec2_part2 {
    display: none;
  }

  /* .front_page header span {
        font-size: 8vw;
        bottom: 20%;
    } */
  .front_page .sns {
    display: none;
  }

  .front_page #video>div {
    margin-bottom: 10vw;
  }

  .front_page #video iframe {
    max-width: 100%;
    height: 60vw;
  }

  /* 
    .front_page #sec3 h2,.front_page #sec4 h2,.front_page #sec2 h2 {
        min-width: 80%;
        height: 15vw;
        padding: 2vw 0;

    } */
  .front_page #sec3 h2>div,
  .front_page #sec4 h2>div,
  .front_page #sec2 h2>div {
    font-size: 5vw;

  }

  .front_page #sec3 .f_wrap {
    display: block;
    margin: 10vw 0;
  }

  .front_page #sec3 .f_wrap>div {
    margin-bottom: 6vw;
  }

  .front_page #sec3 iframe {
    max-width: 100%;
  }

  .front_page #sec3 .instagram-media {
    min-width: 100% !important;
  }


  .front_page #sec5 .f_wrap>div:last-child img {
    max-width: 320px;
  }

  .front_page #sec7 .supporter_box .f_wrap>div:last-child img.picture {
    width: 60%;
    max-width: 320px;
  }


  .front_page #sec7 .content_box {
    padding: 0 20px;
  }


  .front_page #sec11>div>div:nth-child(2) {
    margin-top: 30px;

    >a {}

    >a:nth-child(3) img {}
  }

  .front_page #sec11 .btn {
    margin-top: 20px;
  }

  .front_page .top_bnr {
    padding-top: 30px;
    padding-bottom: 20px;

    img {
      width: 90%;
      max-width: 520px;
    }

    a:hover {
      opacity: 1;
    }
  }

  .front_page .tokuten {
    width: 80%;
    max-width: 520px;

    img {
      width: 100%;
    }
  }

  .front_page .youtube_box {
    margin-block: 0 30px;
  }

  /* -------------------------------
    outline
    ------------------------------- */
  .outline #sec1>div>div {
    padding: 70px 5vw 10vw;
  }

  .outline table,
  .outline table th,
  .outline table td {
    display: block;
    width: 100%;
  }

  .outline #sec1 table th {
    width: 100%;
  }

  /* -------------------------------
    sub page
    ------------------------------- */
  .page header {
    background-image: url(../img/sub_page_mv_mb.png);
    height: 58vw;
  }




  /* -------------------------------
    Show
    ------------------------------- */
  .conv>div>div a {
    width: 90%;
    margin: 10vw auto;
    font-size: 16px;
    height: 14vw;
  }

  .conv.show_top>div>div a {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    height: 14vw;
  }

  .show #sec3 .pc_c {
    display: none;
  }

  .show #sec3 .mb_c {
    width: 100%;
    display: block;
  }

  .show #sec1>div {
    margin: 5vw auto 0;
  }

  .show #sec1>div>div:first-child {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 3vw;
  }

  .show #sec1 .f_wrap>div:first-child {
    text-align: center;
    font-size: 6vw;
  }

  .show #sec1 .f_wrap,
  .show #sec2 .f_wrap,
  .show #sec3 .f_wrap {
    display: block;
  }

  .show #sec2 .f_wrap img {
    max-width: 100%;
  }

  .show #sec2 .f_wrap>div:last-child {
    padding-left: 0;
  }

  .show #sec2>div>div {
    padding: 5vw;
  }

  .show #sec3 .f_wrap>div:nth-child(2) img {
    width: 70%;
    margin: 5vw auto;
  }

  .show #sec3 .f_wrap {
    padding: 8vw 0;
  }

  .show #sec1>div:first-child span {
    font-size: 6.5vw;
    line-height: 9vw;
    background: none;
  }

  .show #sec1>div:first-child span.large {
    font-size: 6.5vw;
    line-height: 9vw;
    background: none;
  }

  /* -------------------------------
    footer
    ------------------------------- */
  footer {
    /* height: 120vw; */
    background-size: cover;
    padding-bottom: 50px;
  }

  #footer_tel {
    margin-top: 2vw;
    line-height: 1.2;
  }

  footer .footer_part1 {
    display: none;
  }

  footer .footer_part2 {
    display: none;
  }

  .fixed_btn {
    width: 85%;
  }

  #footer_organization {
    /* font-size: 7vw;
        line-height: 8vw; */
  }

  #footer_organization span:first-child {
    /* font-size: 5vw; */
  }

  #footer_adress {
    /* font-size: 3vw;
        margin-top: 1vw; */
  }

  #footer_copyright {
    /* font-size: 4vw; */
  }



  .sub_page .content_area:last-child {
    padding: 33px 10px 0px;
  }

  .sub_page #contact_press {
    padding: 10px;
  }

  .sub_page .mainbox_wrap {
    display: block;
  }

  #press .content_block_upper {
    display: block;
  }

  #press .content_block_upper>div:first-child {
    margin-right: 0;
  }

  #press .content_block_upper>div:last-child {
    margin-top: 10px;
  }

  .sub_page #sidebox {
    float: none;
    display: none;
  }

  .sub_page .h1_pagettl {
    background-color: #202020;
    padding: 22px 20px 26px;
  }

  .sub_page h2.style_h201 {
    padding: 10px;
    font-size: 20px;
  }

  .sub_page .content_area section h3 {
    font-size: 20px;
  }



  .exhibitorslist {
    margin-top: 0;
  }

  .exhibitorslist .list_wrap {
    display: block;
    padding-bottom: 0;
    padding: 0;
  }

  .exhibitorslist .list_service_wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .exhibitorslist .exhibitor_logo {
    margin-top: 5px;
  }

  .exhibitorslist .exhibitor_logo .noimage {
    /* display: none; */
  }



  .exhibitorslist .content_area:last-child {
    padding: 6.66vw 0;
  }

  .exhibitorslist .note_tar {
    text-align: center;
  }

  .exhibitorslist .exhibitor_wrap {
    padding: 10px 50px 10px 16px;
  }

  .exhibitorslist .list_wrap>div:first-child {
    padding-right: 0;
  }

  .exhibitorslist .list_wrap>div:nth-child(2) {
    width: auto;

  }

  .exhibitorslist .exhibitor_wrap::after {
    /* display: none; */
    right: 2%;
  }

  .exhibitorslist .exhibitor_name {
    font-size: 18px;
  }

  .exhibitorslist .list_service_wrap ul li {
    margin-right: 0;
  }

  .exhibitorslist .list_service_wrap ul li .exh_service_desc {
    padding: 10px;
  }

  .exhibitorslist .co-exhibitors {
    display: block !important;
  }

  .exhibitorslist .co-exhibitors>div {}

  .exhibitorslist .co-exhibitors>div:nth-child(n+2) {
    padding-left: 0;
  }



  .student {
    margin-top: 0;
  }

  .student .list_wrap {
    display: block;
    padding-bottom: 0;
    padding: 15px 10px;
  }

  .student .list_service_wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .student .list_wrap>div:first-child {
    padding-right: 0;
  }

  .student .pre_text {
    margin: 0;
  }

  .student .pre_text .title {
    font-size: 19px;
  }


  .header_menu_body {
    display: none;
  }

  .front_page header>div {
    padding-top: 14vw;
  }

  header .logo_data {
    font-size: 17px;
    margin: 10px 0;
  }

  header .logo_data div:first-child {
    justify-content: flex-start;
    font-size: 16px;
    /* line-height: 1; */
    flex-wrap: wrap;
  }

  header .logo_data>div:first-child>div:last-child {
    /* flex-direction: column; */
    flex-grow: 1;
    text-align: left;
    align-items: baseline;
    row-gap: 0px;
    gap: 5px;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  header .logo_data div span {
    font-size: 15px;
  }

  header .logo_data>div {
    margin: 10px 0;
  }

  header .logo_data .time {
    margin-top: 5px;
    font-size: 13px;
  }

  .front_page #sec9 {
    margin-top: -100px;
    padding-top: 110px;
    margin-bottom: 20px;
  }

  header .btn {
    margin-bottom: 10px;
    /* display: flex; */
  }

  header .btn .txt {
    font-size: 12px;
  }



  #sec12 {
    .body {
      padding: 0 5vw;

      >div:last-child {
        flex-direction: column;
        margin-bottom: 20px;
      }
    }
  }

  .bnr100.bnr2 {
    padding: 0 5vw;
  }




  .next_Announcement {
    .content {
      text-align: center;

      .catch {
        font-size: 31px;
        color: #bc0000;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 30px;
      }

      .catch2 {
        font-size: 30px;
        /* color: #bc0000; */
        font-weight: bold;
        line-height: 1.3;
      }

      .img {
        margin: 9px 0;

        img {
          max-width: 100%;
        }
      }

      .info {
        margin: 5px 0 0;
        font-size: 18px;

        table {
          th {
            /* background-color: #02420e; */
            color: #000;
            padding: 8px 0px 5px;
            font-weight: bold;
            margin-bottom: 5px;
            border-bottom: 1px solid #02420e;
            font-size: 16px;
          }

          td {
            padding: 6px 1px 3px;
            font-weight: bold;
            border-bottom: 1px solid #c3c5c4;
          }
        }
      }

      .info2 {
        font-size: 18px;
      }

      .contact {
        text-align: center;
        margin: 50px auto;
      }
    }

  }



  #sec10>div>div img {
    max-width: 90%;
  }


  .bnr100 {
    margin-bottom: 0;

    img {
      max-width: 90%;
      margin: 0 5%;
    }

    .btn {
      display: flex;
      justify-content: center;

      a {
        margin-bottom: 20px;


      }

      a:hover {
        background-color: white;
        color: red;
      }
    }

  }



  .front_page #sec13 {

    padding: 30px 20px;

    img {
      max-width: 330px;
      border: 2px solid #08004a;
      box-shadow: 0 0 10px #aaa;
      margin: 0 auto;
      display: block;
    }
  }

  header .logo_data .info {
    font-size: 16px;
    margin: 6px 0;
  }

  .front_page #sec15 {
    .pr_box {
      a {
        img.w {
          width: auto;
          min-height: 70px;
        }
      }
    }
  }

  .front_page #sec4 {
    h3 {
      font-size: 18px;
    }
  }



}


/* -------------------------------
設計パビリオン
------------------------------- */
@media only screen and (max-width: 880px) {
  .pavilion_page .inner {
    padding-inline: 20px;
  }

  .pavilion_page h2.bg_green {
    margin-bottom: 20px;
    padding-inline: 15px;
    font-size: 20px;
  }

  .pavilion_page h2.txt_green {
    font-size: 24px;
  }

  .pavilion_page h2.txt_green .txt_sml {
    font-size: 18px;
  }

  .pavilion_page h2.txt_green .date {
    font-size: 16px;
  }

  .pavilion_page .txt_lead {
    font-size: 14px;
  }

  .pavilion_heading {
    margin: 20px auto 15px;
  }

  .pavilion_heading h1 {
    font-size: 24px;
    padding-left: 12px;
    margin-bottom: 25px;
    border-left-width: 5px;
  }

  .pavilion_intro {
    margin-bottom: 40px;
  }

  .pavilion_intro_text {
    margin-top: 20px;
    font-size: 16px;
  }

  .pavilion_anchor_nav {
    /* flex-direction: column; */
    gap: 5px;
    margin-top: 50px;
  }

  .pavilion_anchor_nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 5px*2) / 3);
    padding: 14px 10px 24px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.1;
  }

  .pavilion_anchor_nav a:after {
    bottom: 10px;
  }

  .pavilion_contents {
    padding: 40px 0 40px;
  }

  .pavilion_inner {
    margin-top: 10px;
    padding: 30px 15px;
  }

  .pavilion_layout,
  .pavilion_exhibitors,
  .pavilion_seminar {
    padding: 0 0 50px !important;
    scroll-margin-top: 70px;
  }
  .pavilion_layout img {
    width: 100%;
  }

  .pavilion_exhibitors_list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 6px;
    padding-inline: 10px;
  }

  .pavilion_exhibitors_btn {
    margin-top: 40px;
  }

  .pavilion_exhibitors_btn a {
    padding-block: 20px;
    font-size: 16px;
  }

  .pavilion_seminar {

  }
  .pavilion_seminar_list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-inline: auto;
    max-width: 500px;
  }

  .pavilion_seminar_list .txt_note {
    font-size: 12px;
  }

  .pavilion_entry {
    margin-top: 50px;
  }

  .pavilion_entry p {
    font-size: 17px;
  }

  .pavilion_entry_btn a {
    font-size: 18px;
    padding: 16px 0;
  }

}