@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'https://fonts.googleapis.com/earlyaccess/notosansjp.css';

/*
 * Mixin
 */
html {
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #FFF;
}

#header header {
  display: table;
}

#header header .header_left {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  float: none;
}

#header header .header_left .logo img {
  max-width: 180px;
}

#header header .header_right {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  float: none;
}

#header header .header_right .lang ul {
  display: table;
  margin: 0 0 10px auto;
}

#header header .header_right .lang ul li {
  display: table-cell;
  line-height: 1;
}

#header header .header_right .lang ul li a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  background-color: #EEE;
  color: #333;
}

#header header .header_right .lang ul li a.active, #header header .header_right .lang ul li a:hover {
  background-color: #EC7601;
  color: #FFF;
}

#header header .header_right .contact {
  margin: 0 0 0 auto;
  line-height: 1;
}

#header header .header_right .contact a {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #369618;
  color: #FFF;
}

#header header .header_right .contact a:hover {
  opacity: 0.5;
}

#header header .header_right .contact a i {
  font-size: 1.2em;
}

body:not(.home) #content {
  width: 960px;
  margin: 0 auto;
}

.home .partners, .page-en .partners {
  width: 100%;
  padding: 30px 0;
  background-color: #EC7601;
}

.home .partners h2, .page-en .partners h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}

.home .partners .items, .page-en .partners .items {
  width: 960px;
  margin: 0 auto;
}

.home .partners .items > ul, .page-en .partners .items > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.home .partners .items > ul > li, .page-en .partners .items > ul > li {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  width: calc(((100% - 40px * (3 - 1)) / 3) - 0.05px);
  max-width: calc(((100% - 40px * (3 - 1)) / 3) - 0.05px);
  margin-bottom: 30px;
}

.home .partners .items > ul > li:not(:nth-of-type(3n)), .page-en .partners .items > ul > li:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

.home .partners .items a, .page-en .partners .items a {
  display: block;
  background-color: #FFF;
}

.home .partners .items a:hover, .page-en .partners .items a:hover {
  opacity: 1;
}

.home .partners .items a:hover img, .page-en .partners .items a:hover img {
  opacity: 0.5;
}

.home .partners .items a img, .page-en .partners .items a img {
  display: block;
}

.home section, .page-en section {
  width: 960px;
  margin: 0 auto;
}

.home section.sponsors, .page-en section.sponsors {
  width: 100%;
}

.home section .block_title.orange, .page-en section .block_title.orange {
  background-color: #EC7601;
}

.home .info_contents, .home .news_contents, .page-en .info_contents, .page-en .news_contents {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.home .info_contents .zoom, .home .news_contents .zoom, .page-en .info_contents .zoom, .page-en .news_contents .zoom {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.home .info_contents .zoom:hover, .home .news_contents .zoom:hover, .page-en .info_contents .zoom:hover, .page-en .news_contents .zoom:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.home .info_contents .zoom:hover .zoom_text, .home .news_contents .zoom:hover .zoom_text, .page-en .info_contents .zoom:hover .zoom_text, .page-en .news_contents .zoom:hover .zoom_text {
  background-color: rgba(0, 0, 0, 0.8);
}

.home .info_contents .zoom .zoom_text, .home .news_contents .zoom .zoom_text, .page-en .info_contents .zoom .zoom_text, .page-en .news_contents .zoom .zoom_text {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  color: #FFF;
  padding: 0.35em 0.5em;
  line-height: 1;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.6);
}

.home .info_contents .zoom .zoom_text i, .home .news_contents .zoom .zoom_text i, .page-en .info_contents .zoom .zoom_text i, .page-en .news_contents .zoom .zoom_text i {
  margin-right: 0.2em;
}

.home .info_contents .alignright, .home .news_contents .alignright, .page-en .info_contents .alignright, .page-en .news_contents .alignright {
  float: right;
  display: block;
  margin: 0 1em 1em 1em;
}

.home .info_contents .alignright img, .home .news_contents .alignright img, .page-en .info_contents .alignright img, .page-en .news_contents .alignright img {
  display: block;
}

.home .info_contents, .page-en .info_contents {
  line-height: 1.85;
}

.home .info_contents p:not(:last-child), .page-en .info_contents p:not(:last-child) {
  margin-bottom: 1em;
}

.home .info_contents hr, .page-en .info_contents hr {
  border: 0;
  border-bottom: 1px dashed #888;
  margin: 1em 0;
}

.home .news_contents .cont.new:before, .page-en .news_contents .cont.new:before {
  content: 'NEW!';
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 2px;
  margin-right: 1em;
  background-color: #EC7601;
  color: #FFF;
}

.home .contact h2, .page-en .contact h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.home .contact .items li, .page-en .contact .items li {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home .contact .items li h3, .page-en .contact .items li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.home .contact .items li dl dd, .page-en .contact .items li dl dd {
  margin-bottom: 5px;
}

.home .contact .items li dl dd.email, .page-en .contact .items li dl dd.email {
  margin-top: 15px;
}

.page-en #content {
  padding-bottom: 0;
}

.page-en .news_contents {
  height: 100px;
}

#footer .sitemap {
  padding: 20px 0 60px;
}

#footer .sitemap > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0;
}

#footer .sitemap > ul > li {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  width: calc(((100% - 40px * (3 - 1)) / 3) - 0.05px);
  max-width: calc(((100% - 40px * (3 - 1)) / 3) - 0.05px);
  margin-bottom: 0;
}

#footer .sitemap > ul > li:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

#footer .sitemap h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 25px;
}

#footer .sitemap .links li:not(:last-of-type) {
  margin-bottom: 5px;
}

#footer .sitemap .links a {
  text-decoration: none;
  color: #FFF;
}

#footer .sitemap .links a:hover {
  opacity: 0.5;
}

.mw_wp_form table.default th, .mw_wp_form table.default td {
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2rem 2rem;
}

.mw_wp_form table.default td:nth-child(2) {
  text-align: center;
  padding: 2rem 2rem;
}

.mw_wp_form table.default td:nth-child(3) {
  width: 100%;
}

.mw_wp_form table.default input, .mw_wp_form table.default textarea {
  width: 100%;
}

.mw_wp_form table.default textarea {
  height: 10em;
}

.mw_wp_form .form_buttons {
  text-align: center;
}

.mw_wp_form .form_buttons input[type="submit"], .mw_wp_form .form_buttons button {
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #369618;
  color: #FFF;
}

.mw_wp_form .form_buttons button[name="submitBack"] {
  background-color: #888;
}

.single-post .content_body footer ul, .page-template-en_exhibitor_detail .content_body footer ul {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.single-post .content_body footer li, .page-template-en_exhibitor_detail .content_body footer li {
  display: table-cell;
  padding: 0 1rem;
}

.tab_header {
  font-size: 18px;
}

.tab_cont_item .theme {
  font-size: 16px;
}

.tab_cont_item .theme dt {
  font-weight: bold;
  color: #FFF;
}

.seminar_info_box {
  font-size: 16px;
}

.seminar_timeline {
  font-size: 15px;
}

.seminar_timeline img {
  max-width: 120px;
  width: auto;
  height: auto;
}

.seminar_timeline .presenter {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-entry_seminar .wpcf7-form thead th {
  width: auto !important;
}

.page-entry_seminar .wpcf7-form tbody td:nth-of-type(1) {
  white-space: nowrap;
  width: 6em;
}

.page-entry_seminar .wpcf7-form tbody td:nth-of-type(3) {
  white-space: nowrap;
  width: 7em;
}

.page-entry_seminar .wpcf7-form tbody td:nth-of-type(4) {
  white-space: nowrap;
  width: 9em;
}

.page-entry_seminar .wpcf7-form tbody td:nth-of-type(5) br {
  display: none;
}

.page-entry_seminar .wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0 0 0.5em 0;
}

dl.theme.exhibitor {
  border: none;
}

dl.theme.exhibitor dt {
  padding: 0;
}

dl.theme.exhibitor dt a {
  padding: 7px 45px 7px 25px;
  background-position: right 7px top 50%;
}

dl.theme.exhibitor dt a:hover {
  background-color: #777;
}

dl.theme.exhibitor dt a .has_form {
  float: right;
  display: table;
  padding: 0.25em 1em;
  margin: 0.1rem 0;
  background-color: #EC7601;
  color: #FFF;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.single-post .block_title:after, .page-template-en_exhibitor_detail .block_title:after {
  clear: both;
  display: table;
  content: '';
}

.single-post .block_title span, .page-template-en_exhibitor_detail .block_title span {
  float: left;
}

.single-post .block_title ul, .page-template-en_exhibitor_detail .block_title ul {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-post .block_title ul li, .page-template-en_exhibitor_detail .block_title ul li {
  padding: 0 0 0 0.5em;
}

.single-post .block_title ul li .btn, .page-template-en_exhibitor_detail .block_title ul li .btn {
  line-height: 1;
  padding: 0.5em 1em;
  border: 1px solid #FFF;
  background-color: #EC7601;
}

.single-post .block_title ul li .btn:hover, .page-template-en_exhibitor_detail .block_title ul li .btn:hover {
  background-color: #FFF;
  color: #EC7601;
}

/*# sourceMappingURL=custom.css.map */
dl.theme.exhibitor dt a{
  background:none;
  font-size:22px;
  color:#535353;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
}

dl.theme.exhibitor dt a:hover{
  background:#fef9f6;
}

.theme.exhibitor.mb20{
  margin-bottom:5px!important;
}


dl.theme.exhibitor dt a .has_form{
  background:#fff;
  border:1px solid #EC7601;
  color:#EC7601;
  margin: 5px 0 0;
}

dl.theme.exhibitor dt a .has_form01{
  background:#369617;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  display:inline-block;
  position:relative;
  padding:5px 35px 5px 15px;
  float:right;
  margin-left:10px;
  margin-top:0;
}

dl.theme.exhibitor dt a .has_form01:after{
  content:"";
  width:18px;
  height:18px;
  background:url(../../common/img/arrow02.png);
  background-size:100% 100%;
  position:absolute;
  right:10px;
  top:0;
  bottom:0;
  margin:auto;
}

.all dl.theme.exhibitor{
  border-bottom:1px solid #cecece;
}

.ichi{
  display:inline-block;
  color:#fff;
  padding:5px 10px;
  background:#767676;
  font-size:14px;
  font-weight:bold;
  margin-right:15px;
}

.ichi_tx{
  display:inline-block;
  color:#e96b17;
  font-size:16px;
  font-weight:bold;
}

#exhibitor_list.all table.mustsee td{
  text-align:center;
  padding-top:15px;
  padding-bottom:15px;
}

.grecaptcha-badge { visibility: hidden; }