@charset "utf-8";

/* CSS Document */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  /*width: 100%;
	height: auto;*/
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

input[type=checkbox] {
  background: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
  display: block;
  min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
  background-position: center top;
}

@media print {

  html,
  html body {
    *zoom: 0.65;
  }
}

.slicknav_menu {
  display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img.hover {
  background: none !important;
}

a:hover img.hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
}

input,
textarea,
select {
  padding: 5px;
}

input[type=checkbox] {
  border: #CCCCCC solid 1px;
}

/*ページトップヘ
---------------------------------------------------------- */

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 1px;
  z-index: 9000;
  display: none;
}

/* 団体向け
---------------------------------------------------------- */
.dantai {
  /*display: none;*/
}

/*団体向け　注記
---------------------------------------------------------- */
.dantai_tips1 {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}

.dantai_tips1 h3 {
  font-size: 22px !important;
  color: #039;
  text-align: center;
  margin-bottom: 10px !important;
}

.dantai_tips1 .block {
  margin-bottom: 10px;
  clear: both;
}

.dantai_tips1 .dantai_tips_title {
  font-size: 140%;
  font-weight: bold;
  background-color: #6c6;
  color: #FFF;
  padding: 10px 15px;
}

.dantai_tips1 .block .box {
  border: #6c6 solid 3px;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dantai_tips1 ul li {
  margin-left: 18px;
  list-style-type: square;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
  width: 100%;
  clear: both;
}

.table_basic01 h3 {
  text-align: center;
  margin-bottom: 20px;
}

.table_basic01 table {
  width: 100%;
  margin-bottom: 20px;
}

.table_basic01 table caption {
  font-weight: bold;
}

.table_basic01 th,
.table_basic01 td {}

.table_basic01 th {
  background-color: #EEEEEE;
  border-collapse: collapse;
  border-bottom: 1px solid #DDDDDD;
  color: #333333;
}

.table_basic01 td {
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  color: #333333;
}

.table_basic01 ul {
  list-style-type: none;
  margin-left: -16px;
  margin-top: 5px;
}

.table_basic01 ul li {
  margin-bottom: 8px;
  list-style-type: none;
}

.table_basic01 input[type=checkbox] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 0.5em;
}

.hissu1 {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  color: #FFF;
  background-color: #c00;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}

/*-----フッタ-------*/

.foota {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px;
  clear: both;
}

/*来場登録証再表示
---------------------------------------------------------- */
.login {
  margin: auto;
  text-align: left;
  clear: both;
}

.login .attention {
  margin: 10px 0px;
}

.login .attention ul {
  list-style-type: disc;
  margin-left: 18px;
}

.login .attention ul li {
  margin-bottom: 5px;
}

/*送信完了
---------------------------------------------------------- */
.thanks {
  margin: auto;
  text-align: left;
  clear: both;
}

.thanks h2 {
  font-weight: bold;
  color: #003399;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
}

.thanks .attention {
  margin-bottom: 20px;
  clear: both;
}

.thanks .attention ul {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 22px;
}

.thanks .attention ul li {
  margin-bottom: 10px;
  clear: both;
}

.thanks .tips {
  margin-bottom: 20px;
  text-align: left;
  color: #FF0000;
  clear: both;
}

/*準備中
---------------------------------------------------------- */
.standby {
  font-size: 140%;
  font-weight: bold;
  margin: 10px;
}


/*終了
---------------------------------------------------------- */

.end {
  margin: auto;
  text-align: left;
  clear: both;
}

.end h2 {
  font-size: 150%;
  font-weight: bold;
  color: #003399;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
}


/*===============================================
● 画面の横幅が768px以下
===============================================*/

@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }

  /*スマホ非表示
---------------------------------------------------------- */
  .hide_sp {
    display: none;
  }

  /*spで改行しない
---------------------------------------------------------- */
  .br-pc {
    display: none;
  }

  /*ヘッダ
---------------------------------------------------------- */

  .header {
    margin: auto;
  }

  /*ヘッダ
---------------------------------------------------------- */
  h1 {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 150%;
    color: #ffffff;
    background-color: #D11C2C;
  }

  /*団体用
---------------------------------------------------------- */
  .dl_dantai {
    text-align: left;
    font-size: 100%;
    margin-bottom: 10px;
    /*display: none;*/
  }

  .dl_dantai .raijou {
    clear: both;
    /*display: none;*/
  }

  .dl_dantai .kouen {
    clear: both;
    /*display: none;*/
  }

  /*団体向け　注記
---------------------------------------------------------- */
  .dantai_tips1 {}

  .dantai_tips1 .dantai_tips_title {
    font-size: 120%;
  }

  /*コンテンツエリア
---------------------------------------------------------- */
  .con {
    margin: 10px;
    text-align: center;
    clear: both;
    margin-top:150px;
  }

  .con p {
    margin-bottom: 10px;
    line-height: 1.8;
  }

  /*form
---------------------------------------------------------- */
  .submit {
    margin: 10px 0px;
    text-align: center;
  }

  .submit input {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 10px;
    background-color: #D11C2C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 160%;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
  }

  /* !Table
---------------------------------------------------------- */
  .table_basic01 {
    width: 100%;
  }

  .table_basic01,
  .table_basic01 thead,
  .table_basic01 caption,
  .table_basic01 tbody,
  .table_basic01 tr,
  .table_basic01 th,
  .table_basic01 td {
    display: block;
  }

  .table_basic01 table {
    border-top: #DDDDDD solid 1px;
      width: 100%;
        display: block;
  }

    .table_basic01 table input:not(.adress_number){
        width: 100%;
    box-sizing: border-box;
    }
    
.table_basic01 input[type=checkbox] {
    width: auto;
}
    
  .table_basic01 caption {
    font-size: 100%;
    padding: 10px;
    color: #FFFFFF;
    background-color: #3366CC;
  }

  .table_basic01 th,
  .table_basic01 td {}

  .table_basic01 th {
    font-size: 100%;
    padding: 10px;
    font-weight: bold;
  }

  .table_basic01 td {
    padding: 5px;
  }

  .table_basic01 td .w40,
  .w60,
  .w100 {
    width: 100%;
  }

  select {
    height: 44px;
  }

  /*---table---*/

  table .hissu {
    background-color: #F33;
    margin: 0px;
    text-align: center;
    border-style: none;
    padding: 5px;
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
  }

  .hissu1 {
    background-color: #F33;
    margin: 0px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
  }

  table .tips1 {
    font-size: 90%;
    font-weight: normal;
  }

  table td ul {
    margin: 0px;
    padding-left: 24px;
  }

  /*-----注意事項-------*/

  .attention1 {
    margin: 30px 0px;
    padding: 10px 0px;
    font-size: 13px;
    border-bottom: #CCCCCC solid 1px;
    border-top: #CCCCCC solid 1px;
  }


  /*-----フッタ-------*/
  .f_con {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0px;
    clear: both;
  }

  .copy {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }

  /*来場登録証再表示
---------------------------------------------------------- */
  .login {
    margin: 10px;
    text-align: left;
    clear: both;
  }

  /*送信完了
---------------------------------------------------------- */
  .thanks {
    margin: 10px;
    text-align: left;
    clear: both;
  }

  .thanks h2 {
    font-size: 135%;
    font-weight: bold;
    color: #003399;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
  }

  .thanks h2 span {
    font-size: 65%;
  }

  /*終了
---------------------------------------------------------- */
  .end {
    margin: 10px;
    clear: both;
  }
}

/*===============================================
● 画面の横幅が769px以上
===============================================*/
@media print,
screen and (min-width: 769px) {
  body {
    line-height: 1.5;
    margin-top: 150px;
  }

  /*PCで非表示
---------------------------------------------------------- */
  .hidden_pc {
    display: none;
  }

  /*PCで改行しない
---------------------------------------------------------- */
  .br-sp {
    display: none;
  }

  /*ヘッダ
---------------------------------------------------------- */
  h1 {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 300%;
    color: #ffffff;
    background-color: #3366CC;
  }

#visitors h1 {
    background-color: #D11C2C;
  }
    
    
  /*団体用
---------------------------------------------------------- */
  .dl_dantai {
    text-align: center;
    font-size: 120%;
    margin-bottom: 20px;
    /*display: none;*/
  }

  .dl_dantai .raijou {
    /*display: none;*/
  }

  .dl_dantai .kouen {
    /*display: none;*/
  }

  /*lead
---------------------------------------------------------- */
  .lead {
    font-size: 110%;
    margin-bottom: 10px;
  }

  /*コンテンツエリア
---------------------------------------------------------- */
  .con {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: left;
    clear: both;
  }

  .con p {
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: center;
  }

  /*ページトップヘ
---------------------------------------------------------- */

  .backtotop {
    bottom: 50px;
    right: 50px;
  }

  .backtotop img {}

  .backtotop a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  /*フッタ
---------------------------------------------------------- */
  .footer {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }

  /* !Table
---------------------------------------------------------- */

  .table_basic01 table {
    border: 1px solid #DDDDDD;
  }

  .table_basic01 caption {
    font-size: 120%;
    padding: 10px;
    color: #FFFFFF;
    background-color: #3366CC;
  }

  .table_basic01 th,
  .table_basic01 td {
    padding: 10px;
  }

  .table_basic01 th {
    padding-left: 15px;
    font-size: 110%;
    width: 30%;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
  }

  .table_basic01 td {
    width: 70%;
  }

  .table_basic01 ul {
    list-style-type: none;
    margin-left: -24px;
  }

  .table_basic01 ul li {
    list-style-type: none;
  }

  .table_basic01 td .w40 {
    width: 40%;
  }

  .table_basic01 td .w60 {
    width: 60%;
  }

  .table_basic01 td .w100 {
    width: 100%;
  }

  /*form
---------------------------------------------------------- */
  .submit {
    margin: 10px;
    text-align: center;
  }

  .submit input {
    padding: 20px 30px;
    background-color: #D11C2C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 160%;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
  }

#visitors .submit input {
    background-color: #D11C2C;
  }
    
  input:hover {
    opacity: 0.5;
    /* IE */
    filter: alpha(opacity=0.5);
  }

  /*-----ページトップヘ----*/
  .backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
  }

  /*---table---*/

  table .hissu {
    background-color: #F33;
    margin: 0px;
    text-align: center;
    border-style: none;
    padding: 5px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
  }

  .hissu1 {
    background-color: #F33;
    margin: 0px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
  }

  table .tips1 {
    font-size: 80%;
    font-weight: normal;
  }

  table td ul {
    margin: 0px;
    padding-left: 24px;
  }

  /*ご関心のある出展分野
------------------------- */

  .bunya {
    margin: 0px;
    padding: 10px;
  }

  .bunya h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
  }

  .bunya dl {
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bunya dl dt {
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 3px;
  }

  .bunya dl dd {
    font-size: 98%;
    padding-left: 22px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .bunya dl dd ul {
    margin: 0px;
    padding: 0px;
  }

  /*-----注意事項-------*/

  .attention1 {
    margin: 30px 0px;
    padding: 10px 0px;
    border-bottom: #CCCCCC solid 1px;
    border-top: #CCCCCC solid 1px;
  }

  /*-----フッタ-------*/

  .f_con {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0px;
    clear: both;
  }

  .copy {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }


  /*来場登録証再表示
---------------------------------------------------------- */
  .login {
    width: 760px;
    margin: auto;
    clear: both;
  }

  /*送信完了
---------------------------------------------------------- */
  .thanks {
    width: 760px;
    clear: both;
  }

  .thanks .attention {
    font-size: 110%;
  }

  .thanks h2 {
    font-size: 150%;
    font-weight: bold;
    color: #003399;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
  }

  .thanks h2 span {
    font-size: 70%;
  }
}




/* 来場者　お問い合わせフォーム */

#contact {
  margin: 30px auto;
  padding: 0px;
  width: 700px;
  text-align: left;
  clear: both;
}

#contact h2 {
  margin-bottom: 20px;
  padding: 0px 15px;
  font-size: 200%;
  font-weight: bold;
  border-left: #003399 solid 10px;
  border-right: #003399 solid 10px;
}

#contact table {
  padding: 0px;
  width: 100%;
  margin: 0px;
  border-left: #CCCCCC solid 1px;
  border-top: #CCCCCC solid 1px;
}

#contact table caption {
  font-size: 18px;
  background-color: #003399;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}

#contact table th {
  font-size: 15px;
  background-color: #f5f5f5;
  margin: 0px;
  white-space: nowrap;
  border-right: #CCCCCC solid 1px;
  border-bottom: #CCCCCC solid 1px;
  font-weight: bold;
  padding: 10px 20px;
}

#contact table td {
  border-right: #CCCCCC solid 1px;
  border-bottom: #CCCCCC solid 1px;
  margin: 0px;
  padding: 20px 10px;
}

#contact input {
  margin: 0px;
  padding: 3px;
  border-width: thin;
}

#contact #submit {
  margin: 0px auto;
  text-align: center;
  background-color: #003399;
  padding: 10px;
}

#contact #submit input {
  font-size: 120%;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 10px 5px;
  background: rgba(239, 239, 239);
}

#foota {
  margin-bottom: 50px;
  padding: 0px;
  clear: both;
}

#contact table th img {
  margin: 0 0 0 5px;
  vertical-align: middle;
  padding-right: 2px;
  padding-left: 2px;
}

#contact .p_margin {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #contact {
    width: 100%;
  }

  #contact table th {
    display: block;
    text-align: left;
    padding-left: 10px;
  }

  #contact table td {
    display: block;
  }

  .p_margin + p input {
    width: 90%;
  }
    
    .jizen h1{
        font-size: 26px;
    }
    
    .jizen .table_basic01 table input{
        width: auto;
    } 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}