@charset "utf-8";

.font_white {
    font: #fff!important;
}

.font_black {
font: #1e3135;
}

.bg_color_koi{
    background-color: #bde1fb;
}

.bg_color_usui{
    background-color: #e7f5ff;
}

.bg_color_motto-usui{
    background-color: #f8f8f8;
}

.exhi_table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.exhi_table tbody{
    width: 100%;
}

.exhi_table th,
.exhi_table td{
    padding: 15px;
    border: 1px solid #454545;
}

.exhi_table .ex_sec_left{
    width: 35%;
}

.exhi_table .ex_sec_left_en{
  width: 31%;
}

.exhi_table .ex_lig_right{
    width: 65%;
    vertical-align: middle;
    position: relative;
}

.exhi_table .ex_lig_right .yori{
    position: absolute;
    top: 35%;
}

.exhi_table .full_light {
    padding-left: 110px;
  }
.exhi_table .ex_lig_right .mov_line::after {
    content: "";
    display: block;
    width: 56%;
    height: 1px;
    background-color: #706865;
    position: absolute;
    bottom: 41px;
    left: 15px;
  }
  .exhi_table .ex_lig_right .mov_en::after{
    width: 89%;
    bottom: 53px;
  }
  .exhi_table .full_light::before {
  /* ブラウザで正常に表示されない場合は、
  ::beforeを:before(コロン１つ)にする */
    content:''; 
    height: 15px;         /* 縦幅 */
    width: 15px;          /* 横幅 */
    display:block;
    border-radius: 50%;   /* まん丸に表示 */
    background: #ffe000;  /* 色指定 */
    position:absolute; 
    top: 19px;           /* 縦位置調整 */
    left:15px;           /* 横位置調整 */
    -webkit-box-shadow:20px 0px #ffe000;
  }
  .exhi_table .full_en::before{
    top: 32px!important;
  }
  .exhi_table .full_en::after{
    top: 32px!important;
  }
  .exhi_table .full_light:after {
    content:''; 
    height: 15px; 
    width: 15px; 
    display:block;
    border-radius: 50%;
    background: #ffe000;
    position:absolute; 
    top: 19px; 
    left: 55px;
      -webkit-box-shadow:20px 0px #ffe000;
  }

  .exhi_table .inde::before {
      top: 32px;           /* 縦位置調整 */
    }

    .exhi_table .inde:after {
        top: 32px;           /* 縦位置調整 */
      }

      .exhi_table .noinde {
        padding-left: 110px;
      }
      .exhi_table .no_light::before {
        /* ブラウザで正常に表示されない場合は、
        ::beforeを:before(コロン１つ)にする */
          content:''; 
          height: 15px;         /* 縦幅 */
          width: 15px;          /* 横幅 */
          display:block;
          border-radius: 50%;   /* まん丸に表示 */
          background: #b7aca4;  /* 色指定 */
          position:absolute; 
          top: 45px;           /* 縦位置調整 */
          left:15px;           /* 横位置調整 */
          -webkit-box-shadow:20px 0px #b7aca4;
        }
        .exhi_table .no_en::before{
          top: 58px!important;
        }
        .exhi_table .no_en::after{
          top: 58px!important;
        }
        .exhi_table .no_light:after {
          content:''; 
          height: 15px; 
          width: 15px; 
          display:block;
          border-radius: 50%;
          background: #b7aca4;
          position:absolute; 
          top: 45px; 
          left: 55px;
            -webkit-box-shadow:20px 0px #b7aca4;
        }

        .exhi_table .noinde::before {
            top: 32px;           /* 縦位置調整 */
          }
      
          .exhi_table .noinde:after {
              top: 32px;           /* 縦位置調整 */
            }


            .exhi_table .ex_sec_color {
                position: relative;
                padding-left: 5%;
                font-weight: bold;
              }
              
              .exhi_table .ex_color {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 8%;
                background: #9d5577;
              }
              
              .exhi_table .o_ex_color{
                background: #009f88;
              }

              .exhi_table .e_ex_color{
                background: #6f6a98;
              }
    
              .exhi_table .m_ex_color{
                background: #346fa0;
              }
    
              .exhi_table .me_ex_colo{
                background: #9d5577;
              }
              .exhi_table .ex_sec_color {
                height: 80px;
                vertical-align: middle;
            }
            .exhi_table .m_high {
              height: 81px;
          }
          .exhibition-booth__table {
            width: 100%;
          }
          .exhibition-booth__column {
            display: flex;
        }
        .exhibition-booth__column__item:nth-child(1) {
          width: 44%;
      }
      .exhibition-booth__column__item:nth-child(2) {
        width: 28%;
    }
    .exhibition-booth__column__item:nth-child(3) {
      width: 35%;
      margin-top: 30px;
  }
  .exhibition-booth__column__item:nth-child(4) {
    width: 28%;
    margin-top: 30px;
}
.exhibition-booth__column__item .item_4{
  width: 27%;
}

.c-section-space .block_siz{
width: 51%;
}
.exhi_table .m_high_en {
  height: 106px;
}
.sp{
  display: none;
}
              @media (max-width: 768px){
                .exhi_table .ex_lig_right .mov_line::after {
                  width: 236px;
                  bottom: 40px;
                }
                .exhi_table .ex_lig_right .mov_en::after {
                  width: 72%;
                  bottom: 65px;
              }
                .exhi_table .full_en::before {
                  top: 31px!important;
              }
              .exhi_table .full_en::after {
                top: 31px!important;
            }
            .exhi_table .no_en::before {
              top: 82px!important;
          }
          .exhi_table .no_en::after {
            top: 82px!important;
        }
                .exhi_table .full_light {
                  line-height: 1.8;
              }
              .exhi_table .me_high {
                height: 100px;
              }
              .exhi_table .me_light::before {
                top: 42px;
            }
            .exhi_table .me_light::After {
              top: 42px;
          }
          .exhi_table .m_high {
            height: 81px;
        }
        .exhibition-booth__column__item:nth-child(n + 3) {
          margin-top: 0px;
      }
      .exhibition-booth__column {
        display: block;
    }
    .exhi_table .m_high_en {
      height: 132px;
  }
.sp{
  display: block;
}
.exhi_table .ex_lig_right .or {
  top: 39%;
  left: 78%;
}
              }


              @media (max-width: 633px){
                .exhi_table .ex_lig_right .yori {
                  position: absolute;
                  top: 77%;
                  left: 14px;
              }
              .exhi_table .ex_lig_right .or {
                top: 42%;
                left: 68%;
            }
              .exhi_table .m_high {
                height: 150px;
            }
                
                .exhi_table .ex_lig_right {
                  vertical-align: bottom;
              }
              .exhi_table .full_light {
                padding-left: 15px;
            }
            .exhi_table .noinde {
              padding-left: 15px;
              padding-bottom: 38px;
          }
          .exhi_table .ex_lig_right .mov_line::after {
            width: 142px;
            bottom: 79px
        }
        .exhi_table .ex_lig_right .mov_en::after {
          max-width: 60%;
          bottom: 48%;
      }
        .exhi_table .no_en::before {
          top: 83px!important;
      }
      .exhi_table .no_en::after {
        top: 83px!important;
    }
        .exhi_table .inde::before {
          top: 20px;
      }
      .exhi_table .inde:after {
        top: 20px;
    }
  .exhi_table .noinde::before {
    top: 37px;
}
.exhi_table .noinde:after {
  top: 37px;
}
.exhi_table .inde_last::before {
  top: 30px;
}
.exhi_table .inde_last:after {
  top: 30px;
}
.exhi_table .inde_last{
  padding-bottom: 24px;
}
.exhi_table .e_high {
    height: 121px;
}
.exhi_table .full_en::after {
  top: 16px!important;
}
.exhi_table .full_en::before {
  top: 16px!important;
}
.exhi_table .ex_lig_right .full_p{
  position: absolute;
  top: 40px;
}
.exhi_table .ex_lig_right .no_p{
  position: absolute;
  top: 95px;
}
.exhi_table .ex_lig_right .no_p_en {
  top: 101px;
  line-height: 1.4;
}
.exhi_table .ex_lig_right .full_p_en {
  top: 34px;
  line-height: 1.4;
}
.exhi_table .no_light::before {
  top: 78px;
}
.exhi_table .no_light::after {
  top: 78px;
}
.exhi_table .full_light::before{
  top: 21px;
}
.exhi_table .full_light::After{
  top: 21px;
}
.exhi_table .noinde::before {
  top: 41px;
}
.exhi_table .noinde::After {
  top: 41px;
}
.exhi_table .me_light::before {
  top: 33px;
}
.exhi_table .me_light::After {
  top: 33px;
}
.exhi_table .m_high_en {
  height: 150px;
}
.exhi_table .pr_high_en{
  height: 110px;
}
.exhi_table .e_high_en {
    height: 143px;
}
.exhi_table .me_high_en {
  height: 128px;
}
              }

@media (max-width: 400px){
  .exhi_table .ex_lig_right .mov_en::after {
    bottom: 108px;
}
.exhi_table .ex_lig_right .or {
  top: 35%;
}
}




