@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;  
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
  p.p-txt{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #333;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
}
ul.mkr li{
  list-style-type: disc;
  margin-left: 2.3rem;
}
@media print, screen and (max-width: 767px) {
  ul li{
  font-size: 1.4rem;
  }
  ol li{
  font-size: 1.4rem;
  }
  ul.mkr li{
  margin-left: 2.0rem;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
  }
}
/* "img" Tag
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
/* color
-------------------------------------------------- */
.pink {
  color: #D1467B
}
.white {
  color: #FFFFFF;
}
.red {
  color: #D63448;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
.forSM{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .forSM{
    display: inline;
  }
}
/*p a{
  text-decoration: underline;
  color: #D1467B;
}*/
p a:hover{
  opacity: 0.4;
  transition: 0.6s;
}

/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
}
/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
/* content
-------------------------------------------------- */
div.content{
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 95%;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 20rem;
  margin: 0 auto;
}
a.button,
input.button{
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  background: #5EB384;
  border: 1px solid #5EB384;
  display: inline-block;
  width: 20rem;  
  height: 5.0rem;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 0.5rem;
}
input[type="submit"] {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  background: #5EB384;
  border: 1px solid #5EB384;
  display: inline-block;
  width: 20rem;  
  height: 5.0rem;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 1rem;
}
a.button.white,
input.button.white{
  color: #5EB384;
  background: #fff;
  border: 1px solid #5EB384;
}
a.button:hover,
input.button:hover{
  background: #fff;
  color: #5EB384;
  transition: .5s;
}
a.button.white:hover,
input.button.white:hover{
  background: #5EB384;
  color: #fff;  
  border: 1px solid #5EB384;
}
a.button.protein{
  background: #CC0011;
  border: 1px solid #CC0011;
}
a.button.protein:hover{
  background: #FFF;
  color: #CC0011;
}
a.button.oil{
  background: #C9A805;
  border: 1px solid #C9A805;
}
a.button.oil:hover{
  background: #FFF;
  color: #C9A805;
}
a.button.jyokin{
  background: #00A0E9;
  border: 1px solid #00A0E9;
}
a.button.jyokin:hover{
  background: #FFF;
  color: #00A0E9;
}
@media print, screen and (max-width: 767px) {
  div.button-area{
    width: 18rem;
  }
  a.button,
  input.button{
    width: 18rem;
    font-size: 1.4rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
  input[type="submit"] {
    width: 18rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}
/* IE */
@media print, screen and (-ms-high-contrast:none) {
  a.button,
  input.button{
    height: 5.1rem;
    line-height: 4.9rem;
  }
  input[type="submit"] {
    height: 5.1rem;
    line-height: 4.9rem;
  }
}

/* header
-------------------------------------------------- */
header{
  z-index: 10;
  bottom: auto;
  width: 100%;
  padding-bottom: 0.5rem;
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgb(0 0 0 / 15%);
  box-shadow: 0 0 0.41667rem 0.20833rem rgb(0 0 0 / 15%);
}
header div.upper{
  padding: 1rem 0 0.8rem;
}
header div.upper div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header div.upper div.content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.upper div.content ul.list{
  margin-right: 3rem;
  line-height: 2.0;
  font-weight: bold;
}
header div.upper div.content ul.list li.lang.jp{
  margin-right: 1.2rem;
}
header div.upper div.content ul.list li.company{
  margin-right: 3rem;
}
header div.upper div.content ul.list li {
  position:relative;
  padding: 0.2rem 0.3rem 0.3rem 1.5rem;
  color: #bbb;
}
header div.upper div.content ul.list li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.upper div.content ul.list li::before {
  position: absolute;
  content: '';
  display: block;
  top: 1.1rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #5EB384;
  border-bottom: 3px solid #5EB384;
  transform: rotate(-45deg);
}
header div.upper div.content ul.list li.company span::after {
  position: absolute;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  display: block;
  top: 0.05rem;
  left: 9.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
header div.upper div.content ul.form li{
  text-align: center;
  line-height: 2.0;
  position:relative;
}
header div.upper div.content ul.form li.register a{
  padding: 0.3rem 3.2rem 0.3rem 1rem;
  margin-right: 1rem;
}
header div.upper div.content ul.form li.register::after {
  position: absolute;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  display: block;
  top: -0.17rem;
  left: 7.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
header div.upper div.content ul.form li a{
  background: #5EB384;
  color: #fff;
  border: 1px solid #5EB384;
  padding: 0.3rem 1rem 0.4rem;
  border-radius: 0.5rem;
}
header div.upper div.content ul.form li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.menu-area{
  border-top: 1px solid #B5B5B5;
}
header div.menu-area div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10rem;
}
header div.menu-area div.wrap div.logo-area a{
  display: block;
  width: 45rem;
  height: 7.35rem;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header div.menu-area div.wrap div.logo-area a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* nav */
header div.menu-area div.wrap div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp{
  display: none;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp{
  display: none; 
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  font-weight: bold;  
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo dl.si01{
  margin-bottom: 0.5rem;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo dl dt{
  border: 1px solid #5EB384;
  color: #5EB384;
  padding: 0 1rem 0.1rem;
  margin-right: 1rem;
  line-height: 1.6;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo dl dd{
  padding-top: 0.1rem;
  line-height: 1.6;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.menu-area div.wrap div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
header div.menu-area div.mainmenu nav ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*  overflow: hidden;*/
}
header div.menu-area div.mainmenu nav ul.nav li{
  line-height: 1.8;
  color: #bbb;
  font-weight: bold;
}
header div.menu-area div.mainmenu nav ul.nav li a {
  display: block;
  color: #5EB384;
  font-weight: bold;
}
header div.menu-area div.mainmenu nav ul.nav li a:hover {
  opacity: 0.4;
  transition: 0.6s;
}
header div.menu-area div.mainmenu nav{
  position: relative;
}
header div.menu-area div.mainmenu nav ul.nav li ul.comp {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,1);
  padding: 1% 1.3% 1.3%;
  left: -1.2%;  
}
header div.menu-area div.mainmenu nav ul.nav li ul.exhi {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,1);
  padding: 1% 1.3% 1.3%;
  left: 11.3%;
}
header div.menu-area div.mainmenu nav ul.nav li ul li{
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
header div.menu-area div.mainmenu nav ul.nav li ul li:last-child{
  margin-bottom: 0;  
}
header div.menu-area div.mainmenu nav ul.nav > ul li a{
  font-weight: normal;
  color: #000;
}
header div.menu-area div.mainmenu nav ul.nav li span.comp_ex{
  position: relative;
}
header div.menu-area div.mainmenu nav ul.nav li span.comp_ex::after{
  content: "";
  position: absolute;
  top: 0.7rem;
  margin-left: 0.35rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #5EB384 transparent transparent transparent;
}
header div.menu-area div.mainmenu nav ul.nav li span.comp_ex:hover{
  cursor: pointer;
}
header div.menu-area div.mainmenu nav ul.nav li.exhibitorlist,
header div.menu-area div.mainmenu nav ul.nav li.access,
header div.menu-area div.mainmenu nav ul.nav li.wf,
header div.menu-area div.mainmenu nav ul.nav li.wfc{
  position: relative;
  margin-right: 2rem;
}
header div.menu-area div.mainmenu nav ul.nav li.exhibitorlist span::after,
header div.menu-area div.mainmenu nav ul.nav li.access span::after,
header div.menu-area div.mainmenu nav ul.nav li.wf span::after {
  position: absolute;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  display: block;
  top: 0rem;
  right: -2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5EB384;
}
header div.menu-area div.mainmenu nav ul.nav li.wfc span::after{
  position: absolute;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  display: block;
  top: 0rem;
  right: -0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5EB384;
}
/* Fixed */
header.fixed{
  top: 0;
  position: fixed;
  background-color: rgba(255,255,255,.90);
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.1);
}
header.fixed div.menu-area div.wrap div.logo-area,
header.fixed div.menu-area div.nav-area ul.nav li{
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
header.fixed div.menu-area div.logo-area a{
  display: block;
  width: 45rem;
  height: 7.35rem;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header.fixed div.menu-area div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;  
  font-weight: normal;
}
header.fixed div.menu-area div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  color: #A2185D;
  font-size: 1.5rem;
}
header.fixed div.menu-area div.mainmenu nav ul.nav li ul.comp {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,.90);
  padding: 0 1.3% 1rem;
  left: -1.2%;
}
header.fixed div.menu-area div.mainmenu nav ul.nav li ul.exhi {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,1);
  padding: 1% 1.3% 1.3%;
  left: 11.3%;  
}
/* en */
header.en div.menu-area div.wrap div.logo-area a{
  background: url(../img/common/logo_en.svg) no-repeat;
}
header.en div.upper div.content ul.form li{
  width: 14rem;
}
header.en div.upper div.content ul.form li a{
  display: inline-block;
  width: 100%;
  padding: 0;
}
header.en div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo dl dt{
  width: 6.8rem;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  header div.menu-area div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px) {
  /* clicked hamburger button screen */
  header div.menu-area div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header{
    padding-bottom: 0;
  }
  header div.upper{
    display: none;
  }
  header div.menu-area{
    border-top: inherit;
  }
  header div.menu-area div.wrap{
    height: 8rem;
  }
  header div.menu-area div.wrap div.logo-area a{
    display: block;
    width: 28rem;
    height: 4.57rem;
    font-size: 0;
    background: url(../img/common/logo_sp.svg) no-repeat;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: 90;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content{
    width: 90%;
    margin: 6rem auto 0;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp{
    display: block;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li{
    margin-bottom: 0.5rem;
    color: #aaa;
    font-weight: bold;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li a{
    color: #fff;
    font-weight: bold;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp p.ttl{
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp ul{
    margin-bottom: 2rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp ul li{
    margin-left: 2.1rem;
    margin-bottom: 0.5rem;
    list-style-type: disc;
    color: #aaa;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp ul li a{
    color: #fff;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wf,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wfc{
    position: relative;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist::after,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access::after,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wf::after,
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wfc::after {
    position: absolute;
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    display: block;
    top: -0.1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }  
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access::after {
    left: 6.2rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist::after{
    left: 7.9rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wf::after {
    left: 23.4rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wfc::after{
    left: 21.5rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li a:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp{
    margin-top: 2.5rem;
    display: block; 
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list{
    margin-right: 3.5rem;
    line-height: 2.0;    
    font-weight: bold;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li:first-child{
    margin-right: 1rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li {
    position: relative;
    padding: 0 0.3rem 0 1.5rem;
    margin-bottom: 0.5rem;
    color: #AAA;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li a{
    color: #fff;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li a:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.9rem;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li.company{
    margin-bottom: 0.8rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.list li.company::after {
    position: absolute;
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    display: block;
    top: -0.2rem;
    left: 8.9rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }  
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form{
    margin-top: 1.5rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li{
    text-align: inherit;
    line-height: 2.0;
    position:relative;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li.register{
    margin-bottom: 1.8rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li.register a{
    padding: 0.3rem 3.2rem 0.4rem 1rem;
    margin-right: 1rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li.register::after {
    position: absolute;
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    display: block;
    top: -0.17rem;
    left: 7.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li a{
    background: #5EB384;
    color: #fff;
    border: 1px solid #5EB384;
    padding: 0.3rem 1rem 0.4rem;
    border-radius: 0.5rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.upper_sp ul.form li a:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sideinfo{
    display: none;
  }
  /* hamburger button */
  header div.menu-area div.wrap div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 22px;
    top: 30px;
    width: 27px;
    z-index: 101;
    cursor: pointer;
  }  
  header div.menu-area div.wrap div.nav-area span.nav_line{
    background: #5EB384;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.menu-area div.wrap div.nav-area span.nav_line.active{
    background: #fff;
  }
  header div.menu-area div.wrap div.nav-area span.line_center{
    top: 10px;
  }
  header div.menu-area div.wrap div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.menu-area div.wrap div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
  }
  header div.menu-area div.wrap div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.menu-area div.wrap div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  }
  header div.menu-area div.mainmenu{
    display: none;
  }
  /* Fixed */
  header.fixed div.menu-area div.wrap{
    height: 8rem;
  }
  header.fixed div.menu-area div.logo-area a{
    display: block;
    width: 28rem;
    height: 3.8rem;
    font-size: 0;
    background: url(../img/common/logo_sp.png) no-repeat;
  }
  header.fixed div.menu-area div.nav-area a.nav_button{
    right: 22px;
    top: 30px;
  }
  header.fixed div.menu-area div.nav-area span.nav_line{
    background: #333;
  }
  header.fixed div.menu-area div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .6s;
  }
  header.fixed div.menu-area div.nav-area span.line_top.active,
  header.fixed div.menu-area div.nav-area span.line_bottom.active{
    background: #fff;
  }
  /* en */
  header.en div.menu-area div.wrap div.logo-area a{
    background: url(../img/common/logo_en_sp.svg) no-repeat;
    display: block;
    width: 28rem;
    height: 4.57rem;
    font-size: 0;
  }
  header.en div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist::after{
    left: 9.9rem;
  }
  header.en div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access::after {
    left: 5.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist::after{
    left: 7.3rem;
    top: -0.2rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access::after {
    left: 5.8rem;
    top: -0.2rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wf::after {
    left: 21.6rem;
    top: -0.2rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.wfc::after{
    left: 20rem;
    top: -0.2rem;
  }
  /* en */
  header.en div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.exhibitorlist::after{
    left: 9.3rem;
  }
  header.en div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content ul.nav_sp li.access::after {
    left: 4.8rem;
  }
}
@media print, screen and (max-width: 374px) {
  header div.menu-area div.wrap div.logo-area a{
    width: 25rem;
    height: 4.08rem;
  }
  header.fixed div.menu-area div.logo-area a{
    width: 25rem;
    height: 4.08rem;
  }
  /* en */
  header.en div.menu-area div.wrap div.logo-area a{
    width: 25rem;
    height: 4.08rem;
  }
}
/* IE */
@media all and (-ms-high-contrast:none) {
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sidenav ul li{
    line-height: 3.4rem;
    height: 3rem;
  }
  header div.menu-area div.wrap div.nav-area nav.nav-wrap div.nav-content div.sidenav ul li.inquiry{
    line-height: 3.4rem;
    height: 3rem;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec div.swiper-container{
  width: 100%;
  height: 60rem;
  position: relative;
/*  background: url(../img/top/mainvisual.jpg) center center / cover no-repeat;*/
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv01{
  background: url(../img/top/mainvisual_top_01.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv02{
  background: url(../img/top/mainvisual_top_02.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv03{
  background: url(../img/top/mainvisual_top_03.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv04{
  background: url(../img/top/mainvisual_top_04.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv05{
  background: url(../img/top/mainvisual_top_05.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv06{
  background: url(../img/top/mainvisual_top_06.jpg) center center / cover no-repeat;
}
section.visualSec .swiper-slide.swiper-slide-active::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.4)!important;
}
section.mainvisualSec div.copy-area{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8)!important;
  padding: 5rem 0;
}
section.mainvisualSec div.copy-area img{
  width: 65rem;
  height: auto;
}
section.mainvisualSec div.copy-area p.copy{
  color: #333;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.8rem;
}
section.mainvisualSec div.copy-area p.sub{
  color: #333;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.8rem;
}
/* pagenation */
section.mainvisualSec div.swiper-pagination{
  margin-bottom: 1rem;
}
section.mainvisualSec span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.mainvisualSec span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
/* en */
section.mainvisualSec.en div.copy-area p.copy{
  font-size: 2.6rem;
}
section.mainvisualSec.en div.copy-area p.sub{
  font-size: 2.6rem;
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.swiper-container{
    height: 45rem;
  }
  section.visualSec .swiper-slide.swiper-slide-active::after {
    height: 45rem;
  }
  section.mainvisualSec div.copy-area img{
    width: 95%;
    height: auto;
  }
  section.mainvisualSec div.copy-area p.copy{
    font-size: 5.4vw;
    margin-top: 0.5%;
  }
  section.mainvisualSec div.copy-area p.sub{
    font-size: 4.8vw;
    line-height: 1.2;
    margin-top: 0.8%;
  }
  /* en */
  section.mainvisualSec.en div.copy-area p.copy{
    font-size: 4.4vw;
  }
  section.mainvisualSec.en div.copy-area p.sub{
    font-size: 4.4vw;
  }
}

/* "h"tag
-------------------------------------------------- */
h2.h2-cmn {
  font-size: 2.6rem;
  margin-bottom: 5rem;
  line-height: 1.4;
  text-align: center;
}
h3.h3-bottomline{
  font-size: 2.4rem;
  color: #5EB384;
  line-height: 1.4;
  margin-bottom: 3rem;
  border-bottom: 2px solid #5EB384;
  padding-bottom: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  h2.h2-cmn {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  h3.h3-bottomline{
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

/* bannerTopSec
-------------------------------------------------- */
section.bannerTopSec{
  margin: 10rem auto 0;
}
section.bannerTopSec ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.bannerTopSec ul li{
  width: 32%;
}
section.bannerTopSec ul li img{
  width: 100%;
  height: auto;
}
section.bannerTopSec ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.bannerTopSec{
    margin: 7rem auto 0;
  }
  section.bannerTopSec ul{
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.bannerTopSec ul li{
    width: 49%;
    margin-bottom: 1.5rem;
  }
  section.bannerTopSec ul li:last-child{
    margin-bottom: 0;
  }
}

/* webinarSec
-------------------------------------------------- */
section.webinarSec{
  margin: 10rem auto 0;
}
/*section.webinarSec div.msg p{
  color: #D63448;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3rem;
}*/
section.webinarSec div.img-area{
  width: 100%;
}
section.webinarSec div.img-area img{
  width: 100%;
  height: auto;
}
section.webinarSec div.img-area img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  /* webinar-area */
  section.webinarSec{
    margin: 7rem auto 0;
  }
  /*section.webinarSec div.msg p{
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }*/
}
@media print, screen and (max-width: 480px) {
  /*section.webinarSec div.msg p{
    font-size: 2.2rem;
  }*/
}

/* guideSec
-------------------------------------------------- */
section.guideSec{
  margin: 10rem auto 0;
}
section.guideSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.guideSec div.wrap div.visitor_btn{
  width: 49%;
  text-align: center;  
  margin-left: 2%;
}
section.guideSec div.wrap div.visitor_btn a{
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  line-height: 6;
  color: #5EB384;
  background: #fff;
  border: 2px solid #5EB384;
  border-radius: 0.5rem;
}
section.guideSec div.wrap div.visitor_btn a.non{
  pointer-events: none;
  border: 2px solid #999;
  color: #999;
}
section.guideSec div.wrap div.visitor_btn a:hover{
  transition: 0.6s;
  background: #5EB384;
  color: #fff;
}
section.guideSec div.wrap div.visitor_btn a span::before{
  content: '';
  background-image: url(../img/top/group.svg);
  display: inline-block;
  width: 36px;
  height: 39px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding-top: 0.2rem;
}
section.guideSec div.wrap div.visitor_btn a.non span::before{
  background-image: url(../img/top/group_non.svg);
}
section.guideSec div.wrap div.visitor_btn a:hover span::before{
  transition: 0.6s;
  background-image: url(../img/top/group_wh.svg);
}
section.guideSec div.wrap div.exhibitor_btn{
  width: 49%;
  text-align: center;  
}
section.guideSec div.wrap div.exhibitor_btn a{
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  line-height: 6;
  background: #5EB384;
  color: #fff;
  border: 2px solid #5EB384;
  border-radius: 0.5rem;
}
section.guideSec div.wrap div.exhibitor_btn a:hover{
  transition: 0.6s;
  background: #fff;  
  color: #5EB384;
}
section.guideSec div.wrap div.exhibitor_btn a span::before{
  content: '';
  background-image: url(../img/top/building_wh.svg);
  display: inline-block;
  width: 36px;
  height: 38px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3rem;
  padding-top: 0.2rem;
}
section.guideSec div.wrap div.exhibitor_btn a:hover span::before{
  transition: 0.6s;
  background-image: url(../img/top/building.svg);
}
@media print, screen and (max-width: 767px) {
  section.guideSec{
    margin: 7rem auto 0;
  }
  section.guideSec div.wrap{
    display: block;
  }
  section.guideSec div.wrap div.exhibitor_btn{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
  section.guideSec div.wrap div.exhibitor_btn a{
    line-height: 4.2;
  }
  section.guideSec div.wrap div.visitor_btn{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  section.guideSec div.wrap div.visitor_btn a{
    line-height: 4.2;
  }
}

/* aboutTopSec
-------------------------------------------------- */
section.aboutSec{
  margin: 10rem auto 0;
}
/* en */
section.aboutSec.en.top{
  margin: 10rem auto 0;
}
section.aboutSec.en p.catch{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #5EB384;
  margin-bottom: 3rem;
}
section.aboutSec.en ol{
  margin-bottom: 3rem;
}
section.aboutSec.en ol li{
  margin-left: 2.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1.6rem;
}
section.aboutSec.en ol li:last-child{
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin: 7rem auto 0;
  }
  /* en */
  section.aboutSec.en.top{
    margin: 7rem auto 0;
  }

  section.aboutSec.en p.catch{
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  section.aboutSec.en ol{
    margin-bottom: 3rem;
  }
  section.aboutSec.en ol li{
    line-height: 1.8;
    font-size: 1.4rem;
  }
}

/* categoryTopSec
-------------------------------------------------- */
section.categoryTopSec{
  margin: 10rem auto 0;
}
section.categoryTopSec ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.categoryTopSec ul li{
  width: 23.5%;
  margin-bottom: 1rem;
}
section.categoryTopSec ul li img{
  width: 100%;
  height: auto;
}
section.categoryTopSec ul li p.title{
  text-align: center;
}
/* en */
section.categoryTopSec.en ul li p.title{
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (max-width: 960px) {
  section.categoryTopSec ul li{
    width: 32%;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.categoryTopSec{
    margin: 7rem auto 0;
  }
  section.categoryTopSec ul li{
    width: 48.5%;
    margin-bottom: 1rem;
  }
  section.categoryTopSec ul li p.title{
    line-height: 1.4;
  }
  /* en */
  section.categoryTopSec.en ul li p.title{
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/* compositionExhibitionSec
-------------------------------------------------- */
section.compositionExhibitionSec{
  margin: 9rem auto 0;
}
section.compositionExhibitionSec img{
  width: 100%;
  height: auto;
}
section.compositionExhibitionSec div.exhibitionlistwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.compositionExhibitionSec div.listbox img.bnr{
  margin-bottom: 2rem;
  border: 1px solid #555;
}
section.compositionExhibitionSec div.listbox a img.bnr:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.compositionExhibitionSec div.listbox{
  width: 49%;
  margin-bottom: 5rem;
}
section.compositionExhibitionSec div.listbox .wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.compositionExhibitionSec div.listbox div.wrap ul{
  width: 60%;
}
section.compositionExhibitionSec div.listbox div.wrap div.img-box{
  width: 35%;
}
section.compositionExhibitionSec div.listbox div.wrap div.img-box img.top{
  margin-bottom: 1rem;
}
section.compositionExhibitionSec div.listbox.blank{
  margin-bottom: 0;
}
section.compositionExhibitionSec div.listbox:nth-child(odd){
  margin-right: 2%;
}
section.compositionExhibitionSec div.listbox:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
section.compositionExhibitionSec div.listbox ul li{
  margin-left: 2.1rem;
  list-style-type: disc;
}
section.compositionExhibitionSec p.title{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 5rem 0 3rem;
  line-height: 1.4;
  text-align: center;
}
section.compositionExhibitionSec p.target{
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1.5rem;
}
section.compositionExhibitionSec ul.wrapTop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.compositionExhibitionSec ul.wrapTop li{
  width: 49%;
}
section.compositionExhibitionSec ul.wrapTop li img{
  width: 100%;
  height: auto;
  border: 1px solid #555;
}
section.compositionExhibitionSec ul.wrapTop li:nth-child(odd){
  margin-right: 2%;
}
section.compositionExhibitionSec ul.wrapTop li:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
section.compositionExhibitionSec ul.wrapTop li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* en */
section.compositionExhibitionSec.en div.listbox ul li{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
section.compositionExhibitionSec.en div.listbox ul li:last-child{
  margin-bottom: 0;
}
@media print, screen and (max-width: 1024px) {
  section.compositionExhibitionSec div.listbox div.wrap{
    display: block;
  }
  section.compositionExhibitionSec div.listbox div.wrap ul{
    width: 100%;
  }
  section.compositionExhibitionSec div.listbox div.wrap div.img-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
  }
  section.compositionExhibitionSec div.listbox div.wrap div.img-box img{
    width: 48.5%;
  }
  section.compositionExhibitionSec div.listbox div.wrap div.img-box img.top{
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  section.compositionExhibitionSec{
    margin: 6rem auto 0;
  }
  section.compositionExhibitionSec div.exhibitionlistwrap{
    display: block;
  }
  section.compositionExhibitionSec div.listbox{
    width: 100%;
    margin-bottom: 5rem;
  }
  section.compositionExhibitionSec p.title{
    font-size: 2.2rem;
    margin: 3rem 0 1.5rem;
  }
  section.compositionExhibitionSec p.target{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  section.compositionExhibitionSec ul.wrapTop{
    display: block;
  }
  section.compositionExhibitionSec ul.wrapTop li{
    width: 100%;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  section.compositionExhibitionSec div.content ul.wrapTop li:nth-child(odd){
    margin-right: auto;
  }
  section.compositionExhibitionSec div.content ul.wrapTop li p.ttl{
    font-size: 2.2rem;
    margin: 2rem 0 1rem;
  }
  section.compositionExhibitionSec div.content div.img-area{
    width: 100%;
    margin: 0;
  }
  /* en */
  section.compositionExhibitionSec.en div.listbox ul li{
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0.4rem;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 8rem auto 0;
}
section.newsSec div.content div.newslist{
  margin-bottom: 5rem;  
}
section.newsSec div.content div.newslist div.box{
  margin-bottom: 3.0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #888;
}
section.newsSec div.content div.newslist div.box:last-child{
  margin-bottom: 0;
}
section.newsSec div.content div.newslist div.box dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.newsSec div.content div.newslist div.box dl dt.date{
  font-size: 1.3rem;
  color: #000;
  line-height: 1.4;
  margin-right: 1rem;
}
section.newsSec div.content div.newslist div.box dl dd.tag a{
  position: relative;
  width: inherit;
  display: inline-block;
  text-align: center;
  pointer-events: none;
  font-size: 1.3rem;
  padding: 0.10rem 0.8rem 0.33rem;
  color: #fff;
}
section.newsSec div.content div.newslist div.box dl dd.tag{
  background: #013658;
}
section.newsSec div.content div.newslist div.box p.title{
  padding-top: 1rem;
  line-height: 1.6;
}
section.newsSec div.content div.newslist div.box p a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.newsSec div.content div.button-area{
  width: 20rem;
  margin: 5rem 0 0 auto;  
}
section.newsSec div.content div.button-area a{
  background: #013658;
  border: 1px solid #013658;  
}
section.newsSec div.content div.button-area a:hover{
  background: #fff;
  color: #013658;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 7rem auto 0;
  }
  section.newsSec div.content div.newslist{
    margin-bottom: 3rem;
  }
  section.newsSec div.content div.newslist div.box dl dd.tag{
    font-size: 1.2rem;
    padding: 0.2rem 0.4rem 0.12rem;
    color: #fff;
  }
  section.newsSec div.content div.button-area{
    width: 18rem;
    margin: 5rem auto 0 auto;  
  }
}

/* outlineTopSec
-------------------------------------------------- */
section.outlineSec{
  margin: 10rem auto 0;
}
section.outlineSec div.content table{
  width: 100%;
  border: 1px solid #D2D2D2;
  border-collapse: collapse;
  line-height: 1.6;
}
section.outlineSec div.content table th{
  width: 26rem;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding: 2rem 1.5rem;
  vertical-align: middle;
}
section.outlineSec div.content table td{
  border: 1px solid #D2D2D2;
  padding: 2rem 1.5rem;
}
section.outlineSec div.content table td a{
  color: #D63448;
  text-decoration: underline;
}
section.outlineSec div.content table td a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.outlineSec div.content div.logo{
  width: 50rem;
  margin: 0 auto 2rem;
}
section.outlineSec div.content div.logo img{
  width: 100%;
  height: auto;
}
section.outlineSec div.content div.button-area{
  width: 32rem;
  margin: 5rem auto 0;
}
section.outlineSec div.content div.button-area a.button{
  width: 32rem;
}
@media print, screen and (max-width: 767px) {  
  section.outlineSec{
    margin: 7rem auto 0;
  }
  section.outlineSec div.content table th{
    width: 10rem;
    padding: 2%;
    font-size: 1.4rem;
  }
  section.outlineSec div.content table td{
    padding: 2%;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
  }  
  section.outlineSec div.content div.logo{
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  section.outlineSec div.content div.button-area{
    width: 32rem;
    margin: 3rem auto 0;
  }
  section.outlineSec div.content div.button-area a.button{
    width: 100%;
  }
}

/* exhibitorTopSec
-------------------------------------------------- */
h3.h3-exhibitorTop{
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0px 0px 6px #333;
}
section.exhibitorTopSec{
  margin: 10rem 0 0;
}
section.exhibitorTopSec div.exhibitorTop {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section.exhibitorTopSec div.exhibitorTop:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.exhibitorTopSec div.exhibitorTop img{
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  h3.h3-exhibitorTop{
    font-size: 2.0rem;
  }
  section.exhibitorTopSec{
    margin: 7rem auto 0;
  }  
}

/* inquiryTopSec
-------------------------------------------------- */
h4.h4-inquiryCmn{
  font-size: 1.8rem;
  line-height: 1.4;
  color: #5EB384;
  margin-bottom: 1rem;
}
section.inquiryCmnSec{
  margin: 10rem 0 0;
}
section.inquiryCmnSec h2.h2-cmn.visitor{
  margin-top: 4rem;
}
section.inquiryCmnSec p.p-txt.exp{
  text-align: center;
}
section.inquiryCmnSec p.p-txt.visitor{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
section.inquiryCmnSec div.wrap{
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.inquiryCmnSec div.wrap div.text-area{
  margin-right: 10%;
}
section.inquiryCmnSec div.wrap div.button-area{
  margin-left: inherit;
  margin-right: inherit;
}
section.inquiryCmnSec div.wrap div.button-area.visitor.en{
  width: 24rem;
}
section.inquiryCmnSec div.wrap div.button-area a.button.visitor{
  font-size: 1.8rem;
  font-weight: bold;
  height: 5.5rem;
  line-height: 5.3rem;
}
section.inquiryCmnSec div.wrap div.button-area a.button.visitor.en{
  font-size: 1.6rem;
  font-weight: bold;
  height: 5.5rem;
  line-height: 5.3rem;
  width: 24rem;
}
section.inquiryCmnSec div.wrap div.button-area a.button.invitation{
  margin-top: 1.5rem;
  background: #013658;
  border: 1px solid #013658;
}
section.inquiryCmnSec div.wrap div.button-area a.button.invitation:hover{
  background: #fff;
  color: #013658;
}
@media print, screen and (max-width: 767px) {
  section.inquiryCmnSec{
    margin: 7rem 0 0;
  }
  section.inquiryCmnSec div.wrap{
    display: block;
    margin: 3rem 0 0;
  }
  section.inquiryCmnSec h2.h2-cmn.visitor{
    margin-top: 3rem;
  }
  section.inquiryCmnSec div.wrap div.text-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-right: 0;
  }
  section.inquiryCmnSec p.p-txt.visitor{
    font-size: 1.6rem;
  }
  section.inquiryCmnSec div.wrap div.button-area{
    margin: 3rem auto 0;
  }
  section.inquiryCmnSec div.wrap div.button-area a.button.visitor{
    font-size: 1.6rem;
  }
}

/* snsSec
-------------------------------------------------- */
section.snsSec{
  margin: 10rem auto 0;
  padding-top: 7rem;
  border-top: 1px solid #888;
}
section.snsSec.inq{
  margin: 0;
}
section.snsSec h2.h2-cmn{
  margin-bottom: 3rem;
}
section.snsSec div.content div.sns-area ul{
  width: 4.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.snsSec div.content div.sns-area ul.two{
  width: 11rem;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.snsSec div.content div.sns-area ul li.facebook{
  width: 4.8rem;
}
section.snsSec div.content div.sns-area ul li.instagram{
  width: 4.6rem;
  margin-left: 1.6rem;
}
section.snsSec div.content div.sns-area ul li img{
  width: 100%;
}
section.snsSec div.content div.sns-area ul li img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.snsSec{
    margin: 7rem auto 0;
    padding-top: 5rem;
  }
  section.snsSec h3.h3-cmn{
    margin-bottom: 3rem;
  }
}

/* footer
-------------------------------------------------- */
footer{
  margin: 8rem auto 0;
  background: #F5F5F5;
}
footer h3.h3-ftr {
  margin-bottom: 0.5rem;
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: bold;
}
footer div.content div.footer-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7rem 0;
}
/* footerlogo-area */
footer div.content div.footer-area div.footerlogo-area div.logo{
  width: 32rem;
  margin: 0 auto 2rem 0;
}
footer div.content div.footer-area div.footerlogo-area div.logo p.ttl{
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo img{
  width: 100%;
  height: auto;
}
footer div.content div.footer-area div.footerlogo-area div.logo img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footerlogo-area p.p-txt{
  line-height: 1.6;
  font-size: 1.4rem;
}
/* footernav-area */
footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
  margin-right: 3rem;
  position: relative;
  color: #888;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li span::after {
  position: absolute;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  display: block;
  top: -0.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a{
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav.upper{
  margin-bottom: 1.5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav.lower{

}
footer div.content div.footer-area div.footernav-area div.navmenu nav.lower ul li span{
  margin-right: 2rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav.lower ul li span::after{
  right: -0.1rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu.sp{
  display: none;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;  
  margin: 7rem 0 0 auto;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li{
  text-align: center;  
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li a{
  padding: 0 2rem;
  display: block;
  color: #fff;  
  height: 5.0rem;
  line-height: 4.8rem;
  background: #013658;
  border: 1px solid #013658;
  border-radius: 0.5rem;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li a:hover{
  background: #fff;
  border: 1px solid #013658;
  color: #013658; 
  transition: 0.6s;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li.download{  
  margin-left: 1.5rem;
}
/* copyright */
div.copyright{
  padding: 1.5rem 0;
}
div.copyright div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.copyright div.content div.wrap ul li{
  position: relative;
}
div.copyright div.content div.wrap ul li span {
  margin-right: 0.3rem;
}
div.copyright div.content div.wrap ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* en */
footer.en div.content div.footer-area div.footernav-area div.footer-btn ul li a{
  width: 16rem;
}
@media print, screen and (max-width: 960px) {
  footer h3.h3-ftr {
    margin-bottom: 1rem;
    font-size: 2.0rem;
    text-align: center;
  }
  footer div.content div.footer-area{
    padding: 5rem 0; 
    display: block;
    height: auto;
  }
  /* logo-area */
  footer div.content div.footer-area div.footerlogo-area{
    margin: 0 auto 3rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.logo{
    width: 30rem;
    margin: 0 auto 3rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.logo p.ttl{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
    margin-bottom: 1rem;
  }
  footer div.content div.footer-area div.footerlogo-area p.p-txt{
    line-height: 1.6;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /* footernav */
  footer div.content div.footer-area div.footernav-area div.navmenu.pc{
    display: none;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu.sp{
    display: inline;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    margin-bottom: 3rem;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 25%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li span{
    margin-right: 0.3rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li span::after {
    display: none;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 auto;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li.reservation{
    margin-right: 1rem;
  } 
  /* copyright */
  div.copyright{
    padding: 
    3rem 0;
  }
  div.copyright div.content div.wrap{
    display: block;
    text-align: center;
  }
  div.copyright div.content div.wrap div.copyright-nav{
    margin-bottom: 1rem;
  }
  /* en */
  footer.en div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 33%;
  }
}
@media print, screen and (max-width: 767px) {
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 33%;
  }
}
@media print, screen and (max-width: 560px) {
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 50%;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul{
    display: block;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li{
    width: 75%;
    margin: 0 auto;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li a{
    width: 100%;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li.inquiry{  
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
  /* en */
  footer.en div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 50%;
  }
}