@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap&text=0123456789");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #4a5567;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #ececec;
}
@media screen and (max-width: 767.98px) {
  body {
    font-family: Helvetica Neue, Arial, Hiragino Sans, Meiryo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  }
}

#container {
  width: 100%;
}

#wrapper {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
}

#contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px 8rem;
}
@media screen and (max-width: 767.98px) {
  #contents {
    width: 100%;
  }
}
#contents p, #contents li {
  line-height: 1.8;
}

.heightContents {
  padding: 8rem 0;
}

#main {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.small {
  font-size: 1.3rem;
  font-weight: normal;
}

.small-inlineb{
  display: block;
  margin-top: 15px;
}

.al-center {
  text-align: center !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.fc-red {
  color: #CB4640;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

/* HEADER
========================================== */
#header {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 4px hsla(0, 0%, 0%, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  padding: 0 10px;
}
#header #logo {
  height: 42px;
}
#header #logo img {
  width: auto;
  height: 42px;
}

/* FOOTER
========================================== */
#footer {
  width: 100%;
  padding: 0;
  background: #222;
  color: #F7F6ED;
  text-align: center;
}
#footer a, #footer p {
  color: #F7F6ED;
}
#footer .footerLogo {
    text-align: center;
    width: 250px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
}
.copyright {
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 0;
  color: #F7F6ED;
  text-align: center;
  padding: 15px 0;
  border-top: solid 1px #5c5754;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    line-height: 1.3;
  }
}

/* 1.HEADING
========================================== */
.lead {
  margin: 0 0 2rem;
  line-height: 1.5;
}

.pageTit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
.pageTit h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 20px;
  font-weight: bold;
  width: fit-content;
  box-shadow: inset 0 -3px 0 0 #4a5567;
}
@media screen and (max-width: 767.98px) {
  .pageTit h2 {
    font-size: 2rem;
  }
}

h2 span,
h3 span,
h4 span {
  font-size: 80%;
  font-weight: normal;
}


/* FORM PARTS
------------------------------------------ */
input[type=text],
input[type=password],
textarea {
  font-size: 100%;
  outline: none;
  background-color: rgb(242, 243, 246);
  border: solid 1px transparent;
  border-radius: 5px;
  padding: 14px;
}

input[type=text]:focus,
input[type=password]:focus {
  border: solid 1px #4a95ec;
  background-color: #F7F9F5;
}

input[type=text].input-s {
  width: 10% !important;
  min-width: 5em;
  margin-right: 5px;
}

input[type=text].input-m {
  width: 50% !important;
}

.input-xxlarge {
  width: 70% !important;
  height: 200px;
}

.password-wrapper {
  display: flex;
  border-radius: 5px;
  background-color: rgb(242, 243, 246);
  border: solid 1px transparent;
}

.password-wrapper:focus-within {
  border: solid 1px #4a95ec !important;
  background-color: #F7F9F5;
}

.password__input {
  flex: 1;
  outline: none !important;
  appearance: none;
  padding: 14px;
  border: none !important;
  border-radius: 5px 0 0 5px;
}

.password__toggle {
  width: 40px;
  border: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>") no-repeat center center;
  background-size: 50% auto;
  opacity: 0.5;
  cursor: pointer;
}

.password__toggle.is-visible {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
  opacity: 0.5;
}

@media (any-hover: hover) {
  .password__toggle:hover {
    opacity: 0.7;
  }
}
/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 140px;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}
.select.personality select {
  min-width: 200px;
}
.select:before {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #A0A7B4;
}

input[type=radio] {
  margin-right: 8px;
}

label {
  cursor: pointer;
}

input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}

/* ERROR
------------------------------------------ */
input[type=text].form-error {
  border: solid 1px #CB4640;
  box-shadow: 0px 0px 11px -4px #CB4640;
}

.error-message {
  color: #dc3545;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}
.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}


/* ERROR
------------------------------------------ */
input[type=text].form-error {
  border: solid 1px #CB4640;
  box-shadow: 0px 0px 11px -4px #CB4640;
}

.error-message {
  color: #dc3545;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}
.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}

/* ERROR
------------------------------------------ */
.form-err-message {
  font-weight: bold;
  color: #FF0000;
  border: 2px solid #FF3300;
  padding: 0px;
  background: #FFF4F4;
  margin: 0px 0px 20px;
}

.form-err-message p {
  margin: 0px !important;
  padding: 20px !important;
}

.form-update-message {
  font-weight: bold;
  color: #468847;
  border: 2px solid #468847;
  padding: 0px;
  background: #dff0d8;
  margin: 0px 0px 4rem;
}

.form-update-message p {
  margin: 0px !important;
  padding: 20px !important;
}

input[type=text].form-error,
input[type=password].form-error {
  border: solid 1px #dc3545;
  box-shadow: 0px 0px 11px -4px #dc3545;
}

.error-message {
  color: #dc3545;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}

.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}

/* FORM
========================================== */
.formTable table td {
  background: #fff !important;
}
.formTable table th {
  position: relative;
  padding-right: 50px !important;
  width: 25%;
  /* 任意 */
}
.formTable table th:after {
  content: "任意";
  display: block;
  color: #fff;
  background: #A0A7B4;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -1em;
}
.formTable table th .ins {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1em;
  z-index: 2;
}
.formTable table th.no-ins:after {
  display: none;
}

.formTable.formTable_confirm table th:after {
  display: none;
}

.ins {
  font-weight: bold;
  background: #CB4640;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff !important;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-top: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* 出展者登録
========================================== */
#contents .lead {
  margin-bottom: 6rem;
}

#contents .block {
  margin-top: 6rem;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 2rem 0;
  padding: 0.1em 0.4em 0.3em;
  border-bottom: solid 1px #4a5567;
}

h4 {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 2rem 0 1rem;
  padding: 0 0.6em;
}


/* TABLE-B （theadありの場合）
------------------------------------------ */
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center !important;
  width: 25%;
}
.table-B table td {
  background: #fff;
}
.table-B table td .small {
  margin-left: 5px;
}
.table-B table tbody th {
  text-align: left !important;
}

/* ボタン
------------------------------------------ */
/* レイアウト */
.action {
  padding: 30px;
  margin-top: 30px;
}
.formBtnUnit {
  text-align: center;
  clear: both;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.formBtnUnit li {
  min-width: 300px;
  text-align: center;
  position: relative;
}

.formBtn {
  background-color: #4a95ec;
  border-radius: 6px;
  min-width: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 20px 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.formBtn:hover {
  opacity: 0.7;
}

/* PREV */
.btn-prev .formBtn {
  background-color: #8f8f8f !important;
}
.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

/* NEXT */
.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* type */
.type-btn{
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.type-btn .type-block{
  width: 380px;
  padding: 15px 15px 40px;
  background-color: #4a95ec;
  position: relative;
  cursor: pointer;
}

.type-btn .type-block:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 25px;
    height: 25px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateX(-50%) rotate(135deg);
    z-index: 2;
}

.type-btn .type-block h3{
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background-color: #FFF;
  border-bottom: 0px none;
  font-size: 1.6rem;
}

.type-btn .type-block h4{
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
  color: #FFF;
}

.type-btn .type-block ul{
  padding: 0;
  margin: 15px auto 0;
  width: 250px;
  list-style: disc;
}

.type-btn .type-block ul li{
  padding: 0;
  margin: 0;
  color: #FFF;
}



.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}



.formTxt2 {
  font-size: 90%;
}

.btn-txt {
  position: relative;
  text-align: center;
  padding-left: 1em;
  margin-top: 2em;
}
.btn-txt input {
  color: #4a95ec;
}
.btn-txt:before {
  content: "";
  top: 50%;
  left: calc(50% - 2em);
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #4a95ec;
  border-right: 1px solid #4a95ec;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.send-text {
  text-align: center;
  display: none;
}

#send-btn.disable,
#back-btn.disable {
  background: #ddd !important;
  opacity: 0.8 !important;
  cursor: default;
  pointer-events: none;
}

table.inner-select-table{
  width: 100%;
}

table.inner-select-table td {
    border: none 0px;
    padding: 0px;
    vertical-align: middle;
}

table.inner-select-table td.td1 {
    width: 80px;
}
table.inner-select-table td.td2 {
    width: 75px;
}

table.inner-select-table td.td4 {
    width: 120px;
}
table.inner-select-table td.td5 {
    padding-bottom: 10px;
}


.plan-block table{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.plan-block table th {
    font-weight: bold;
    background-color: #F6F8FA;
    text-align: center !important;
    width: 40%;
    border-top: solid 1px #dde2e8;
    border-left: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-right: none 0px;
}
.plan-block table th.th-p1 {
    width: 42%;
}

.plan-block table th:after {
    display: none;
}

.plan-block table th input[type="checkbox"] {
  transform: scale(1.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
}

.plan-block table th .plan-select {
  position: relative;
  padding-left: 30px;
}

.plan-block table td {
    border-top: solid 1px #dde2e8;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    padding: 15px 20px;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #F6F8FA !important;
}

.plan-block table td.price {
    border-top: solid 1px #dde2e8;
    border-right: none 0px;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
}

.plan-block table td.total {
    border-top: solid 1px #dde2e8;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    text-align: right;
    width: 28%;
}
.plan-block table td.bl-none {
    border-bottom: none 0px;
}

.plan-block table td.exhibitor-date-select {
    border-top: none 0px;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    padding-top: 0;
}

.plan-block .exhibitor-date-text {
    display: inline-block;
    margin-right: 15px;
}

.plan-block .exhibitor-date-label {
    display: inline-block;
    margin-right: 15px;
}

.plan-block .exhibitor-date-label input[type=checkbox] {
    margin-right: 0px;
}

.plan-block table td.forum-select {
    border-top: none 0px;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    padding-top: 0;
}

.plan-block .forum-select-block {
    margin-top: 5px;
}

.plan-block .forum-text {
    display: inline-block;
    margin-right: 10px;
}

.plan-block .forum-text.time {
    margin-left: 15px;
}

.plan-block table td.option-notes {
    border-top: none 0px;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    padding-top: 0;
    text-align: right;
}

.plan-block table td.option-notes input[type=text] {
  background-color: #FFF;
  text-align: left;
  width: 400px;
}

.plan-block table td.price input[type=text] {
  background-color: #FFF;
  text-align: left;
  width: 400px;
}

.plan-block table td .select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
    background-color: #FFF;
}

.plan-block table td .select select {
  min-width: 100px;
}

.plan-block table td .forum-select-block .select select {
  min-width: 150px;
}

.plan-block table td .price-view{
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: solid 1px #4a5567;
  text-align: right;
  width: 200px;
}

.plan-block table td .price-num,
.plan-block table td .price-num-book,
.plan-block table td .price-num-adv{
  display: inline-block;
  padding: 0 10px;
}

.plan-block .discount-price{
  display: none;
}


.total-price table{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.total-price table th {
    border-top: solid 1px #dde2e8;
    border-left: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-right: none 0px;
    padding: 40px;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #F6F8FA;
    font-size: 1.8rem;
}

.total-price table td {
    border-top: solid 1px #dde2e8;
    border-right: solid 1px #dde2e8;
    border-bottom: solid 1px #dde2e8;
    border-left: none 0px;
    padding: 40px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: right;
    background-color: #F6F8FA;
    font-size: 1.6rem;
}

.total-price table td .price-view{
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: solid 1px #4a5567;
  width: 200px;
  text-align: right;
}

.total-price table td .price-num{
  display: inline-block;
  padding: 0 10px;
}


.thanksTit {
  color: #4a95ec;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 40px auto 60px;
  padding: 15px;
  border: 2px solid #d71920;
}
.app-agree-att p {
  margin: 0px;
  padding: 0px;
}
.app-agree-att input[type="checkbox"] {
  transform: scale(1.5);
}


.app-agree-notes {
  margin: 20px 0;
  text-align: center;;
}
.app-agree-notes p {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}

/* ログイン
========================================== */
.mypage-login-frame {
  max-width: 700px;
  margin: 0 auto;
}
.mypage-login-frame h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  border-left: none !important;
  margin: 2rem 0;
  padding: 0.1em 1em;
  border-bottom: none !important;

}
.mypage-login-frame .topTxt {
  margin-bottom: 4rem !important;
  font-size: 1.3rem;
  text-align: center;
}

.frame_wh {
  background: #fff;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  padding: 5rem 0;
}

.frame_wh .formList {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.frame_wh .formList dt {
  font-size: 1.4rem;
}
.frame_wh .formList dd {
  margin-top: 1rem;
}
.frame_wh .formList dd .password-wrapper,
.frame_wh .formList dd input {
  width: 100%;
  font-size: 1.4rem;
}
.frame_wh .login-reminder {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.frame_wh .login-reminder a {
  color: #4a95ec;
  text-decoration: underline;
}
.frame_wh .login-reminder a:hover {
  text-decoration: none;
}
#login .formList {
  margin: 3rem auto;
}

.exhibitor-mypage .app-pdf .formBtn{
    margin: 0;
}

.download table{
	width		: 100%;
	margin		: 0;
	border-collapse:collapse;
}

.download table th{
	background-color: #F6F8FA;
	text-align	: center;
	padding		: 15px 20px;
	border: solid 1px #dde2e8;
	font-weight: 600;
}

.download table th.th1{
	
}

.download table th.th2{
	width: 300px;	
}

.download table th.th3{
	width:180px;
}

.download table th.th4{
	width:150px;
}


.download table td{
	background-color: #FFF;
	padding		: 15px 20px;
	border: solid 1px #dde2e8;
  text-align: center;
  vertical-align: middle;
}

.download table td.l{
	text-align: left;
}

.download table td .formBtn{
	min-width: 100px;
  padding: 10px 0px;
  font-size: 14px;
}

.jsoff{
	color: #F00;
	text-align: center;
	margin: 0px 0 30px;
	padding: 10px;
	border: 1px solid #e7ecf0;
	font-size:1.6rem;
	line-height:1.6rem;
  border: solid 2px #F00;
  background-color: #FFF;
}

