@charset "utf-8";


.sc-box-text {
    margin: 0;
    padding: 20px 0 20px 30px;
    width: 100%;
}
.mfbox {
    margin: 0;
    text-align: left;
}
.mfbox a:link {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}
.mfbox a:visited {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}
.mfbox a:hover {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
}
.mfbox a:active {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}
	@media screen and (max-width: 767px) {
.sc-box-text {
    margin: 0;
    padding: 20px 0 20px 30px;
    width: 100%;
}
}





.link-box {
  margin: 0px 0 0px 0px;
  text-align: left;
  clear: both;
  padding: 0;
}
.exhibitors-box-main {
  padding: 0px;
  display: flex;
  align-items: stretch;
  color: #000;
  margin: 0 auto;
  max-width: 1100px;
}

.exhibitors-box1 {
  padding:0;
  margin: 10px;
  border-radius: 5px;
  width: 40%;
  font-size: 1.6em;
	line-height: 1.4em;
	text-align: left;
}
.exhibitors-box1-title:nth-child(1) {
  background-color: #cccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exhibitors-box1:nth-child(1) {
  background-color: #cccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibitors-box1:nth-child(2) {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.exhibitors-box1:nth-child(3) {
  background-color: #cccc;
}
.exhibitors-box1:nth-child(4) {
  background-color: #cccc;
}

@media screen and (max-width:768px) {
  .link-box {
    margin: 10px 0 0px 0px;
  }
  .exhibitors-box-main {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .exhibitors-box1 {
    margin: 0;
    width: 100%;
  }
  .exhibitors-box1 p{
    word-break:break-all;
  }
  .exhibitors-box1:nth-child(1) {
    background: #cccc;
    border: 0px solid #000;
    width: 90%;
    margin: 0 auto
  }
  .exhibitors-box1:nth-child(2) {
    display: block;
    text-align: left;
    justify-content: left;
    align-items: center;
    width: 90%;
    padding: 2% 0% 10% 5%;
  }
  .exhibitors-box1:nth-child(3) {
    background-color: #cccc;
  }
  .exhibitors-box1:nth-child(4) {
    background-color: #cccc;
  }
}