@charset "UTF-8";
h1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  font-size: 1.125em;
  line-height: 1.75;
}

p.last_sec {
  margin-top: 3em;
}

h2.privacy {
  border-top: 4px solid #000;
  font-size: 1.75em;
  font-weight: bold;
  padding-top: 0.25em;
  margin-top: 3em;
  margin-bottom: 1em;
}

ol {
  margin: 2em 0;
  margin-left: 1.5em;
  list-style-type: decimal;
}
ol > li {
  line-height: 1.75;
  padding-left: 0.5em;
}
ol > li + li {
  margin-top: 1em;
}
ol ul {
  margin: 0.5em 0;
  margin-left: 1em;
  list-style-type: disc;
}
ol ul > li {
  padding-left: 0.25em;
}

span.plus_red {
  color: #e33;
}

.plus p {
  color: #e33;
  font-size: 1em;
  line-height: 1.75;
}
.plus p + p {
  margin-top: 0.5em;
}

.signature {
  margin-top: 3em;
  text-align: right;
}
.signature p.date {
  font-size: 0.875em;
}
.signature p.contact {
  margin-top: 1em;
  font-size: 0.875em;
}
.signature p.one_num {
  font-size: 1em;
}

.normal_main_pad {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .normal_main_pad {
    margin: 0 0.5em;
  }
}
.normal_main_pad p {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 1em;
}

.contact_at {
  margin: 0 1em;
  background: #f4f4f4;
  margin: 3em 0;
  padding: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .contact_at {
    margin: 0 0.5em;
  }
}
.contact_at h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.contact_at p {
  font-size: 1.125em;
  line-height: 1.5;
}

ul.ms_list {
  margin: 1.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.ms_list li {
  width: 33.33%;
}
ul.ms_list a {
  display: block;
  font-size: 1.125em;
  line-height: 1.3125;
  padding: 0.3125em 0;
  text-decoration: underline;
}
ul.ms_list a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
ul.ms_list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  ul.ms_list a {
    font-size: 1em;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  ul.ms_list li {
    width: 50%;
  }
}
@media screen and (max-width: 559px) {
  ul.ms_list a {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 399px) {
  ul.ms_list li {
    width: 100%;
  }
}

.jfd {
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: right;
}

.msOne {
  margin: 6em 0;
  margin-top: -90px;
  padding-top: 90px;
}
.msOne h2 {
  border-top: 1px solid #666;
  padding-top: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
}
.msOne .com_wrap {
  margin-top: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msOne img {
  width: 100%;
}
.msOne .com_site {
  width: 20%;
  text-align: center;
}
.msOne .com_site img {
  border: 1px solid #ccc;
}
.msOne .com_data {
  margin: 0 2em;
  width: 22.5%;
}
.msOne .com_data .logo {
  margin-bottom: 1em;
  text-align: center;
  padding: 0 2em;
  border: 1px solid #ccc;
  overflow: hidden;
}
.msOne .com_data p {
  font-size: 0.9375em;
  line-height: 1.35;
  margin-top: 0.25em;
  word-break: break-all;
}
.msOne .com_data p.name {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.msOne .com_data p.address {
  line-height: 1.5;
}
.msOne .com_data p.ad {
  margin-top: 0.5em;
}
.msOne .com_txt {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msOne .com_txt p {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .msOne .com_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .msOne .com_site,
.msOne .com_data {
    width: 40%;
    margin: 0 2% 1em;
  }
  .msOne .com_txt {
    width: 100%;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 599px) {
  .msOne h2 {
    font-size: 2em;
    padding-top: 0.3125em;
  }
  .msOne .com_wrap {
    margin-top: 1.25em;
    padding: 0 0.5em;
  }
  .msOne .com_wrap > div {
    width: 100%;
    margin: 0 0 1.25em;
  }
  .msOne .com_site,
.msOne .com_data .logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
    margin-bottom: 1.25em;
  }
}

.column_a01.p_plus p.title_p {
  font-weight: bold;
  font-size: 1.5em;
}

.column_a01.p_plus p.sign {
  text-align: right;
}
@media screen and (max-width: 399px) {
  .column_a01.p_plus p.sign {
    text-align: left;
  }
}

h3.sample {
  text-align: center;
  font-weight: bold;
  margin-top: 5em;
}

.fg_img {
  margin: 1em auto 5em;
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fg_img > div {
  width: calc(50% - 1em);
}
.fg_img img {
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .fg_img {
    display: block;
  }
  .fg_img > div {
    width: 90%;
    margin: 0 auto 1em;
  }
}

.right_justify {
  text-align: right;
}

.private_policy_box {
  border: 1px solid #009fe8;
  padding: 3em;
  margin: 4em 0;
}
.private_policy_box a {
  font-weight: bold;
  text-decoration: underline;
}
.private_policy_box h3 {
  color: #009fe8;
  border-bottom: 1px solid #009fe8;
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}
.private_policy_box p {
  font-size: 1em;
  line-height: 1.75;
}
.private_policy_box p strong {
  display: block;
  margin: 1em 0 0.25em;
}
.private_policy_box p + h3 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 599px) {
  .private_policy_box {
    padding: 2em;
    margin: 2em 0;
  }
  .private_policy_box p + h3 {
    margin-top: 1.5em;
  }
}

.column_one {
  font-size: 1.125em;
  margin: 2em 1em;
  line-height: 1.5;
}

.column_one h3 {
  font-size: 1.25em;
  font-weight: bold;
  border-top: 1px solid #000;
  padding-top: 0.25em;
}

.column_one p {
  margin: 1em 0;
}

.column_one ol {
  margin: 1em 0;
  margin-left: 1.5em;
  list-style-type: decimal;
}

.column_one + .column_one {
  margin-top: 3em;
}

.tableSet036 {
  border: 1px solid #ccc;
}
.tableSet036 th, .tableSet036 td {
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.6em;
}
.tableSet036 th {
  white-space: nowrap;
  padding: 1em;
  font-weight: bold;
  padding: 0.6em 1.5em;
  text-align: center;
  background: #e3e3e3;
}
.tableSet036 td {
  padding: 0.6em 1.5em;
}
.tableSet036 td p {
  margin: 0.5em 0;
  line-height: 1.6em;
  font-size: 1em;
}
.tableSet036 td .inms {
  margin: 1em 0 0;
  background: #fff;
  padding: 0 1.1em;
  border-left: 3px solid #ccc;
}
@media screen and (max-width: 599px) {
  .tableSet036 {
    border: 0;
  }
  .tableSet036 th, .tableSet036 td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0.5em;
  }
  .tableSet036 th {
    text-align: left;
    border-bottom: 0;
    border-radius: 6px;
  }
  .tableSet036 td {
    margin-bottom: 1em;
  }
}

/*-----------------------------------------------------
来場登録について（FAQ）
-----------------------------------------------------*/
h2.pgh2_02 {
  color: #09f;
  background: rgba(0, 153, 255, 0.1);
  padding: 0.3125em 0.5em;
  border-top: 2px solid #09f;
  border-bottom: 2px solid #09f;
  font-size: 1.6125em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1.25em;
}

dl.faq_visitors_pre_reg {
  margin: 0 0.5em 3em;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg {
    margin: 0 0 3em;
  }
}
dl.faq_visitors_pre_reg > dt, dl.faq_visitors_pre_reg > dd {
  font-size: 1.125em;
  line-height: 1.6;
  position: relative;
  padding-left: 5em;
}
dl.faq_visitors_pre_reg span.mmq, dl.faq_visitors_pre_reg span.mma {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4em;
  text-align: center;
  color: #fff;
  padding: 0;
  border-radius: 4px;
  font-size: 1em;
  line-height: 1.6;
  font-weight: bold;
}
dl.faq_visitors_pre_reg span.mmq {
  background: #4dc2bb;
}
dl.faq_visitors_pre_reg span.mma {
  background: #999;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg > dt, dl.faq_visitors_pre_reg > dd {
    font-size: 1em;
    padding-left: 3em;
  }
  dl.faq_visitors_pre_reg span.mmq, dl.faq_visitors_pre_reg span.mma {
    width: 2.5em;
  }
}
dl.faq_visitors_pre_reg > dt {
  margin-bottom: 0.5em;
  color: #4dc2bb;
  font-weight: bold;
}
dl.faq_visitors_pre_reg > dd {
  margin: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
dl.faq_visitors_pre_reg > dd:last-child {
  border-bottom: none;
}
dl.faq_visitors_pre_reg > dd p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0.325em;
}
dl.faq_visitors_pre_reg > dd p:last-child {
  margin-bottom: 0;
}
dl.faq_visitors_pre_reg > dd a {
  color: #4dc2bb;
  font-weight: bold;
}
dl.faq_visitors_pre_reg > dd a:hover {
  opacity: 0.7;
}
dl.faq_visitors_pre_reg > dd .link_ics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
dl.faq_visitors_pre_reg > dd .link_ics a {
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 0.5em;
  background: #4dc2bb;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  padding: 0.5em 2em;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg > dd .link_ics {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  dl.faq_visitors_pre_reg > dd .link_ics a {
    width: calc(100% - 0.5em);
    padding: 0.75em 0;
    text-align: center;
  }
}
dl.faq_visitors_pre_reg .supported_wrap {
  margin: 1em 0 0;
  border: 1px solid #ccc;
  padding: 1em;
}
dl.faq_visitors_pre_reg .supported_wrap > div h3 {
  font-weight: bold;
  font-size: 1em;
  background: #ccc;
  padding: 0.25em 0.75em;
  border-radius: 6px;
}
dl.faq_visitors_pre_reg .supported_wrap > div h4 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-left: 10px;
  font-size: 1em;
}
dl.faq_visitors_pre_reg .supported_wrap > div ul {
  margin-left: 10px;
}
dl.faq_visitors_pre_reg .supported_wrap > div ul li {
  font-size: 0.875em;
}
@media screen and (min-width: 1000px) {
  dl.faq_visitors_pre_reg .supported_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  dl.faq_visitors_pre_reg .supported_wrap > div {
    width: 49%;
  }
}
@media screen and (max-width: 999px) {
  dl.faq_visitors_pre_reg .supported_wrap .browsers {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg .supported_wrap {
    border: 0px solid #ccc;
    padding: 0em;
  }
  dl.faq_visitors_pre_reg .supported_wrap > div h4, dl.faq_visitors_pre_reg .supported_wrap > div ul {
    margin-left: 5px;
  }
}
dl.faq_visitors_pre_reg dl.step_guide {
  border-left: 6px solid rgba(0, 169, 157, 0.25);
  padding-left: 1em;
  margin: 1.2em 0;
  font-size: 1rem;
}
dl.faq_visitors_pre_reg dl.step_guide dt {
  float: left;
  width: 4em;
  color: #00a99d;
  font-weight: bold;
}
dl.faq_visitors_pre_reg dl.step_guide dd {
  padding-left: 4.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
dl.faq_visitors_pre_reg dl.step_guide dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
dl.faq_visitors_pre_reg dl.step_guide dd p {
  margin-bottom: 0.325em;
}
dl.faq_visitors_pre_reg h3 {
  font-size: 1.125em;
  font-weight: bold;
}
dl.faq_visitors_pre_reg dl.step_guide + h3 {
  margin-top: 2em;
}

dl.faq_visitors_pre_reg dd .stepArea p {
  padding-left: 5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
}

dl.faq_visitors_pre_reg dd .stepArea p:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq_visitors_pre_reg dd .stepArea span.num {
  display: block;
  margin-left: -5em;
  float: left;
  width: 5em;
  color: #00a99d;
  font-weight: bold;
}

h3.notice {
  margin: -0.25em 0 2em;
  background: #fff;
  border: 1px solid #e33;
  color: #e33;
  font-weight: normal;
  font-size: 1.25em;
  padding: 0.5em 1em;
  border-radius: 6px;
}

/*-----------------------------------------------------
「Fair Guide」および「EXPO GUIDE」からの英文での広告案内に関するご注意
-----------------------------------------------------*/
.fairguide_announce p {
  line-height: 1.6;
}

.fairguide_announce h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.fairguide_announce .sample_img {
  text-align: center;
}

.fairguide_announce .sample_img img {
  margin-bottom: 20px;
}

/*-----------------------------------------------------
会期速報
-----------------------------------------------------*/
h2.repo_h2 {
  margin-top: 80px;
  background: #80CBFE;
  color: #069;
  padding: 0.4em 0.4em;
  font-size: 24px;
  border-radius: 6px;
  text-shadow: 0 1px 1px #fff;
}

h2.repo_h2:first-child {
  margin-top: 0px;
}

h3.repo_h3 {
  font-size: 20px;
  color: #09f;
  padding-bottom: 0.2em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #09f;
}

.normal_txt p {
  line-height: 1.6;
}

ul.photo_img_area {
  margin-bottom: 50px;
}

ul.photo_img_area li {
  display: block;
  float: left;
  width: 246px;
  height: 164px;
  overflow: hidden;
  margin: 0 2px 4px;
}

ul.photo_img_area li img {
  width: 100%;
}

/* 来場者数 */
table.number_visitors {
  border-collapse: collapse;
  margin: 0 auto;
}

table.number_visitors th,
table.number_visitors td {
  border: solid #ccc;
  border-width: 1px;
  vertical-align: middle;
  text-align: center;
}

table.number_visitors th {
  font-size: 15px;
  line-height: 1.3;
  padding: 8px 0;
  font-weight: bold;
  background: #eee;
  width: 20%;
}

table.number_visitors th.weather {
  width: 15%;
}

table.number_visitors td.weather {
  font-size: 80%;
}

table.number_visitors td {
  font-size: 16px;
  line-height: 1;
  padding: 4px 0;
  background: #fff;
}

table.number_visitors td.days {
  font-size: 80%;
}

table.number_visitors td.num {
  font-family: Helvetica, sans-serif;
}

table.number_visitors td.num span.min {
  font-size: 80%;
  padding-left: 2px;
}

table.number_visitors td.total {
  font-size: 18px;
}

table.number_visitors td.num span.lastD {
  margin-top: 2px;
  display: block;
  font-size: 11px;
}