@charset "UTF-8";
header {
  margin-bottom: 35px;
}
/*-----  フォーム共通  -----*/
.error_mes {
  color: #ff0125;
  margin: 20px auto;
  padding: 10px 0px;
  border: 1px solid #ff9b9b;
  width: 97%;
  text-align: center;
  background-color: #ffeaea;
  /*font-weight: bold;*/
}
.sysMsg {
  color: #000;
  margin: 20px auto;
  padding: 20px 0px;
  border: 2px solid #000;
  width: 97%;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
}
/*-----  オンライン登録フォーム(visitors)  -----*/
.form {
  font-size: 16px;
  padding-bottom: 40px;
}
.form .logout {
  display: inline-block;
  color: #444444;
  background-color: #fff;
  border: 1px solid #444444;
  border-radius: 5px;
  padding: 3px 10px;
}
.form .ttlBlc h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.form .ttlBlc h2 span {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  line-height: 1;
  padding: 8px 15px;
  margin-left: 15px;
}
.form .txtR {
  color: #ff0125;
}
.form p.lead {
  font-size: 20px;
  font-weight: bold;
}
.form table {
  border-top: 1px solid #bcbcbc;
  margin-top: 15px;
  width: 100%;
}
.form table tr {
  border-bottom: 1px solid #bcbcbc;
}
.form table tr th {
  width: 31.666%;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 30px;
}
.form table tr td {
  height: 99px;
  padding: 20px 0;
  vertical-align: middle;
}
.form table tr td .radio_box {
  display: block;
  margin-bottom: 15px;
}
.form table tr td input[type="text"] {
  font-size: 16px;
  width: 550px;
  margin-right: 20px;
}
.form table tr td textarea {
  width: 560px;
  height: 170px;
}
.form table tr td span {
  color: #666666;
}
.form table tr.zip td input[type="text"] {
  width: 260px;
}
.form table tr.zip td input[type="button"] {
  color: #fff;
  background-color: #8a8a8a;
  border-radius: 10px;
  line-height: 1;
  padding: 12px 20px;
  margin-right: 15px;
  border: none;
}
.form table tr.name td input[type="text"] {
  width: 200px;
  margin-left: 10px;
}
.form table tr.tel td input[type="text"] {
  width: 150px;
  margin: 0 10px;
}
.form table tr.tel td input[type="text"]:first-child {
  margin-left: 0;
}
.form table tr.mail td span {
  margin-left: 30px;
}
.form table tr.mail td p {
  margin: 15px 0;
  padding-left: 40px;
}
.form table tr.mail td p span {
  margin-left: 10px;
}
.form table tr.pass td span {
  margin-left: 25px;
}
.form .btnBlc {
  text-align: center;
  padding: 50px 0;
}
.form .btnBlc input[type="submit"] {
  width: 300px;
}
.form .btnBlc input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
/*-----  オンライン登録フォーム 確認画面(visitors)   -----*/
.form.confirm p.lead {
  color: #666666;
}
.form.confirm .btnBlc input:first-child {
  background-color: #6d6d6d;
  margin: 0 39px;
}
/*-----  オンライン登録フォーム 完了画面(visitors)   -----*/
.form.complete p.lead {
  color: #43a838;
}
.form.complete .loginBlc h3.ttl {
  font-size: 18px;
  margin: 30px 0 10px;
}
.form.complete .loginBlc .inner {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding: 20px 27px;
  margin-bottom: 15px;
}
.form.complete .loginBlc .inner ul li {
  font-size: 18px;
  font-weight: bold;
}
.form.complete .txtBlc {
  margin-bottom: 15px;
}
.form.complete .txtBlc .leftBlc {
  width: 64.16666%;
  border-right: 1px solid #aeaeae;
  padding: 0 50px 0 10px;
}
.form.complete .txtBlc .rightBlc {
  width: -moz-calc(100% - 64.16666%);
  width: -o-calc(100% - 64.16666%);
  width: -webkit-calc(100% - 64.16666%);
  width: calc(100% - 64.16666%);
  padding: 0 0 0 50px;
}
.form.complete .btnBlc {
  border-top: 1px solid #aeaeae;
  padding-top: 50px;
}
.form.complete .btnBlc .startCon {
  text-align: center;
}
.form.complete .btnBlc .startCon span {
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #5d5d5d;
  border-radius: 10px;
  padding: 5px 15px;
}
.form.complete .btnBlc .exhiCon {
  padding: 40px 0;
}
.form.complete .btnBlc .exhiCon span {
  font-size: 20px;
}
.form.complete .btnBlc .exhiCon span.status {
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  padding: 4px 20px;
  border: 1px solid #6d6d6d;
  margin-left: 15px;
  vertical-align: text-top;
  border-radius: 5px;
  position: relative;
}
.form.complete .btnBlc .exhiCon span.status:after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #6d6d6d;
  border-radius: 100%;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
}
.form.complete .btnBlc .btnLogin a {
  color: #fff;
  background-color: #43a838;
  padding: 20px 50px;
  font-size: 20px;
  border-radius: 50px;
  border: none;
  display: inline-block;
}
.form.complete .btnBlc .exhiCon.active span.status {
  color: #43a838;
  border: 1px solid #43a838;
}
.form.complete .btnBlc .exhiCon.active span.status:after {
  background-color: #43a838;
}
/*-----  お問い合わせフォーム  -----*/
.form.contact .attnBlc {
  margin-bottom: 35px;
}
.form.contact .attnBlc h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}
.form.contact .attnBlc p {
  font-size: 16px;
  margin-bottom: 15px;
}
.form.contact table tr th {
  width: 27.333%;
}
/*-----  お問い合わせフォーム  完了画面  -----*/
.form.complete.contact .lead {
  margin-bottom: 30px;
}
.form.complete.contact .txtBlc {
  margin-bottom: 40px;
}
.form.complete.contact .txtBlc p {
  margin-bottom: 25px;
}
.form.complete.contact .infoBlc {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  padding: 25px 50px 15px;
}
.form.complete.contact .infoBlc h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.form.complete.contact .infoBlc h3 span {
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #000;
  line-height: 1;
  vertical-align: middle;
  padding: 4px 15px;
  display: inline-block;
  margin-right: 20px;
}
.form.complete.contact .infoBlc p {
  margin-bottom: 10px;
}
/*-----  マイページ編集画面(visitors)  -----*/
.form.visitors .ttlBlc h2 {
  width: 50%;
}
.form.visitors .ttlBlc h2 span.name {
  font-size: 16px;
  font-weight: normal;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.form.visitors .ttlBlc .rightBlc2 {
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
.form.visitors .ttlBlc .rightBlc2 a {
  font-size: 14px;
}
.form.visitors .ttlBlc .rightBlc2 .logout {
  display: inline-block;
  margin-left: 40px;
  color: #444444;
}
/*-----  出展者：担当者追加フォーム(exhibitor)  -----*/
.form.exhi .ttlBlc h2 {
  width: 50%;
}
.form.exhi .ttlBlc .rightBlc2 {
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
.form.exhi .ttlBlc .rightBlc2 a {
  font-size: 14px;
}
.form.exhi .ttlBlc .rightBlc2 .logout {
  display: inline-block;
  margin-left: 40px;
  color: #444444;
}
.form.exhi .txtAttn {
  font-size: 18px;
  margin-bottom: 30px;
}
.form.exhi .txtAttn span {
  font-weight: bold;
}
.form.exhi .box {
  margin-bottom: 50px;
}
.form.exhi .box h3 {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #bcbcbc;
  color: #444444;
}
.form.exhi .box h3 span.ttl {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  background-color: #bcbcbc;
  padding: 8px 20px;
}
.form.exhi .box h3 span.delete img {
  vertical-align: text-top;
  margin-right: 3px;
}
.form.exhi .box h3 span.delete:hover {
  opacity: 0.8;
  cursor: pointer;
}
.form.exhi .box table {
  margin-top: 0;
  border-top: none;
}
.form.exhi .box table td span.ttl {
  display: inline-block;
  width: 2em;
  text-align: right;
}
.form.exhi .box table td input:disabled {
  background-color: #f1f1f1 !important;
}
.form.exhi .box:last-child {
  margin-bottom: 0;
}
.form.exhi .btn_plus {
  text-align: center;
  padding: 15px 0 65px;
  border-bottom: 1px solid #bcbcbc;
}
.form.exhi .btn_plus span {
  display: inline-block;
  font-size: 20px;
  color: #6d6d6d;
  vertical-align: middle;
  line-height: 1;
}
.form.exhi .btn_plus span img {
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.form.exhi .btn_plus span:hover {
  opacity: 0.8;
  cursor: pointer;
}
.form.exhi .btnBlc {
  padding: 65px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*-----  オンライン登録フォーム(visitors)  -----*/
  .form .ttlBlc h2 br.sp {
    display: block !important;
  }
  .form .ttlBlc h2 span.ttl {
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /*-----  オンライン登録フォーム(visitors)  -----*/
  .form table tr th {
    padding-left: 0;
    padding-right: 10px;
  }
  .form table tr.zip td span {
    width: 100%;
    display: inline-block;
  }
  .form table tr.name td span {
    width: 100%;
    display: inline-block;
  }
  .form table tr.tel td span {
    width: 100%;
    display: inline-block;
  }
  .form table tr.mail td span {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 4vw;
  }
  main {
    /*padding-top: 18.6vw;*/
		padding-top: 14.6vw;
  }
  /*-----  オンライン登録フォーム(visitors)   -----*/
  .form {
    font-size: 4vw;
  }
  .form .ttlBlc h2 {
    font-size: 4vw;
  }
  .form .ttlBlc h2 span {
    font-size: 3.5vw;
  }
  .form p.lead {
    font-size: 3.5vw;
  }
  .form table {
    margin-top: 4vw;
  }
  .form table tr {
    border-bottom: 1px solid #bcbcbc;
  }
  .form table tr th {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 4vw;
  }
  .form table tr td {
    width: 100%;
    display: block;
    height: auto;
    padding: 4vw 0;
  }
  .form table tr td .radio_box {
    margin-bottom: 4vw;
  }
  .form table tr td input[type="text"] {
    font-size: 3.5vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .form table tr td textarea {
    width: 100%;
  }
  .form table tr.zip td input[type="text"] {
    width: 50%;
    margin-right: 10px;
  }
  .form table tr.zip td span {
    display: block;
  }
  .form table tr.name td input[type="text"] {
    width: 33.8%;
    margin-left: 5px;
    margin-right: 10px;
  }1
  .form table tr.name td span {
    display: block;
    width: 100%;
  }
  .form table tr.tel td input[type="text"] {
    width: 26%;
    margin: 0 2.5vw;
  }
  .form table tr.tel td span {
    display: block;
    margin-top: 3vw;
  }
  .form table tr.mail td span {
    margin-left: 0;
    display: block;
  }
  .form .btnBlc input[type="submit"] {
    width: 100%;
    font-size: 4.5vw;
  }
  /*-----  オンライン登録フォーム 確認画面(visitors)   -----*/
  .form.confirm .btnBlc input:first-child {
    margin: 0;
    margin-bottom: 4vw;
  }
  /*-----  オンライン登録フォーム 完了画面(visitors)   -----*/
  .form.complete .loginBlc h3.ttl {
    font-size: 4vw;
    margin: 5vw 0 3vw;
  }
  .form.complete .loginBlc .inner {
    padding: 4vw 4.5vw;
    margin-bottom: 4vw;
  }
  .form.complete .loginBlc .inner ul li {
    font-size: 4vw;
  }
  .form.complete .txtBlc {
    margin-bottom: 0;
  }
  .form.complete .txtBlc .leftBlc {
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    border-right: none;
    padding: 4vw;
  }
  .form.complete .txtBlc .rightBlc {
    width: 100%;
    padding: 4vw;
  }
  .form.complete .btnBlc {
    padding-top: 7vw;
  }
  .form.complete .btnBlc .startCon span {
    font-size: 4.5vw;
  }
  .form.complete .btnBlc .exhiCon {
    padding: 5vw 0;
  }
  .form.complete .btnBlc .exhiCon span {
    font-size: 4.5vw;
    width: 100%;
    display: block;
  }
  .form.complete .btnBlc .exhiCon span.status {
    margin-top: 1vw;
    font-size: 3.5vw;
    width: auto;
    margin-left: 0;
    display: inline-block;
  }
  .form.complete .btnBlc .btnLogin a {
    font-size: 4.5vw;
    width: 100%;
  }
  /*-----  お問い合わせフォーム  -----*/
  .form.contact .attnBlc {
    margin-bottom: hvw;
  }
  .form.contact .attnBlc h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .form.contact .attnBlc p {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  .form.contact table tr th {
    width: 100%;
  }
  /*-----  お問い合わせフォーム  完了画面  -----*/
  .form.complete.contact .lead {
    margin-bottom: 4vw;
  }
  .form.complete.contact .txtBlc {
    margin-bottom: 8.5vw;
  }
  .form.complete.contact .txtBlc p {
    margin-bottom: 3.5vw;
    font-size: 3.5vw;
  }
  .form.complete.contact .infoBlc {
    padding: 4vw 3.5vw 2.5vw;
  }
  .form.complete.contact .infoBlc h3 {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
  .form.complete.contact .infoBlc h3 span {
    font-size: 4vw;
    margin-right: 3vw;
  }
  .form.complete.contact .infoBlc p {
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }
  /*-----  マイページ編集画面(visitors)  -----*/
/*  .form.visitors .ttlBlc h2 {
    width: 100%;
  }
  .form.visitors .ttlBlc h2 span.name {
    font-size: 3.5vw;
    margin-left: 3vw;
  }
  .form.visitors .ttlBlc h2 span.ttl {
    padding: 8px 3vw;
    margin: 4vw 0 4vw 0;
    display: inline-block;
  }
  .form.visitors .ttlBlc .rightBlc2 {
    width: 100% !important;
    text-align: left;
    padding-top: 0;
  }
  .form.visitors .ttlBlc .rightBlc2 a {
    font-size: 3.5vw;
  }
  .form.visitors .ttlBlc .rightBlc2 .logout {
    margin-left: 4vw;
  }*/
	.form.visitors .ttlBlc h2 {
		width: 63%;
	}
	.form.visitors .ttlBlc h2 span.name {
		margin-left: 0;
		padding:  0;
		display: block;
		margin-top: 3vw;
		line-height: 1.3;
	}	
  .form.visitors .ttlBlc .rightBlc2 {
		position: relative;
		width: 37%!important;
		padding-top: 0;
  }	
	.form.visitors .ttlBlc .rightBlc2 .logout {
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 0;
		font-size: 3vw;
	}	
	.form.visitors .ttlBlc .rightBlc2 .lnk {
		padding-top: 0;
		font-size: 3vw;
		position: absolute;
		right: 0;
		top: 9.5vw;
	}

  /*-----  出展者：担当者追加フォーム(exhibitor)  -----*/
	.form.exhi .ttlBlc {
		padding: 4vw 0 10vw;
	}
  .form.exhi .ttlBlc h2 {
    width: 63%;
		font-size: 3.8vw;
  }
  .form.exhi .ttlBlc .rightBlc2 {
    width: 37% !important;
    text-align: left;
    padding-top: 0;
		padding-bottom: 5vw;
		position: relative;
  }
  .form.exhi .ttlBlc .rightBlc2 a {
    font-size: 3.0vw;
  }
  .form.exhi .ttlBlc .rightBlc2 .logout {
    margin-left: 4vw;
		position: absolute;
		right: 0;
		top: 0;
  }
	.form.exhi .ttlBlc .rightBlc2 .toMypage {
		position: absolute;
		right: 0;
		bottom: -7.8vw;
	}	
  .form.exhi .txtAttn {
    font-size: 4.0vw;
    margin-bottom: 4vw;
  }
  .form.exhi .box {
    margin-bottom: 5vw;
  }
  .form.exhi .box h3 {
    font-size: 3.5vw;
  }
  .form.exhi .box h3 span.ttl {
    font-size: 4.0vw;
    margin-right: 3.5vw;
  }
  .form.exhi .box h3 span.delete img {
    vertical-align: text-top;
    margin-right: 3px;
    width: 4vw;
  }
  .form.exhi .box table td span.ttl {
    line-height: 1;
    vertical-align: text-top;
		width: 2.5em;
  }
	.form table tr.name td input[type="text"] {
		width: 32%;
	}
  .form.exhi .btn_plus {
    padding: 5vw 0 10vw;
  }
  .form.exhi .btn_plus span {
    font-size: 4.5vw;
  }
  .form.exhi .btn_plus span img {
    width: 7.5vw;
    vertical-align: middle;
  }
  .form.exhi .btnBlc {
    padding: 13vw 0 0;
  }
  .form.exhi .btnBlc input {
    width: 85%;
  }
}