h3:not(:first-of-type) {
  margin-top: 1.5em;
}

/* target_of_exhibitors */
#target_of_exhibitors .targetLst {
  list-style: none;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0;
}

#target_of_exhibitors .targetLst li {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 80%;
  height: auto;
  min-height: 4.5em;
  background: #dddddd;
  box-sizing: border-box;
  margin: 0.5em auto 0;
  justify-content: center;
  /* padding: 0.5em; */
}

#target_of_exhibitors .targetLst li:nth-of-type(1) {
  background-color: #c8b2d5;
}

#target_of_exhibitors .targetLst li:nth-of-type(2) {
  background-color: #f5aa60;
}

#target_of_exhibitors .targetLst li:nth-of-type(3) {
  background-color: #7bb6e3;
}

#target_of_exhibitors .targetLst li:nth-of-type(4) {
  background-color: #a0c912;
}

#target_of_exhibitors .targetLst li:nth-of-type(5) {
  background-color: #ef8a8b;
}

#target_of_exhibitors .targetLst li:nth-of-type(6) {
  background-color: #fce1c8;
}

#target_of_exhibitors .targetLst li:nth-of-type(7) {
  background-color: #e1d6ea;
}

#target_of_exhibitors .targetLst li:nth-of-type(8) {
  background-color: #bfe3e3;
}

#target_of_exhibitors .targetLst li:nth-of-type(9) {
  background-color: #ebdac9;
}

#target_of_exhibitors .targetLst li:nth-of-type(10) {
  background-color: #fadce9;
}

#target_of_exhibitors .targetLst li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  border: 1em solid #999;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin: auto;
  overflow: hidden;
  mix-blend-mode: color-burn;
}

#target_of_exhibitors .targetLst li p:nth-child(1) {
  line-height: 1;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  padding-top: 0.5em;
  /* margin: auto; */
}

#target_of_exhibitors .targetLst li p span {
  font-size: 0.75em;
  font-weight: normal;
  display: block;
  margin: 0.5em 0 0;
}

#target_of_exhibitors .targetLst li p:nth-child(2) {
  line-height: initial;
  padding: 0.25em;
  font-size: 0.9em;
}

@media screen and (min-width: 1000px) {
  #target_of_exhibitors .targetLst li {
    margin: 1em auto 0;
  }

  #target_of_exhibitors .targetLst li p {
    font-size: 1.25em;
    color: #fff;
  }

  #target_of_exhibitors .targetLst li p:nth-child(1) {
    width: 20%;
    margin: 0;
  }

  #target_of_exhibitors .targetLst li p:nth-child(2) {
    width: 80%;
    font-size: initial;
    font-weight: normal;
    color: #000;
    text-align: justify;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 0;
  }
}

/* exhibition_rules */
#exhibition_rules img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#exhibition_rules #fee_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0 0;
}

#exhibition_rules #fee_box h4 {
  color: #ffffff;
  text-align: center;
  display: none;
  background: #796baf;
  box-sizing: border-box;
  padding: 0 1em;
  margin: 0;
}

#exhibition_rules #fee_box div {
  display: block;
  width: 100%;
  background: #e6f3fd;
  box-sizing: border-box;
  padding: 0.5em 1em;
}

#exhibition_rules #fee_box div:first-of-type {
  font-size: 1.25em;
  text-align: center;
  padding: 0.5em;
}

#exhibition_rules #fee_box div:first-of-type > p {
  font-weight: bold;
}

#exhibition_rules #fee_box div:first-of-type > p span {
  font-weight: normal;
  font-size: 0.5em;
}

#exhibition_rules #fee_box div:first-of-type > .priceTxt {
  display: inline-block;
  width: auto;
  background: #ffff00;
  padding: 0.25em 0.5em;
}

#exhibition_rules #fee_box div:first-of-type > .priceTxt strong {
  font-size: 1.5em;
  color: #ff0000;
}

#exhibition_rules #fee_box .appDead {
  background: #ffff00;
  border: 1px solid #ff0000;
  margin: 1em auto 0;
  padding: 0;
}

#exhibition_rules #fee_box .appDead h4 {
  display: block;
  width: 100%;
  background: #ff0000;
  margin: 0;
  padding: 0;
}

#exhibition_rules #fee_box .appDead p {
  font-size: 1em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0.5em auto 0;
  padding: 0 1em;
}

#exhibition_rules #fee_box .appDead p span {
  font-weight: bold;
  font-size: 1.25em;
}

#exhibition_rules #fee_box .appDead p strong {
  font-size: 2em;
  color: #ff0000;
}

#exhibition_rules #komaBlk {
  display: block;
  margin: 1em auto 0;
}

#exhibition_rules #komaBlk > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 1em 0 0;
}

#exhibition_rules #komaBlk h4 span {
  color: #000000;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1em;
  display: block;
}

#exhibition_rules #komaBlk figure {
  text-align: center;
  margin: 0;
}

#exhibition_rules #komaBlk figcaption {
  text-align: right;
}

#exhibition_rules .komaInfo ul {
  list-style: none;
  color: #ff0000;
  margin: 0.5em 0 0;
  padding: 0;
}

#exhibition_rules .komaInfo ul li {
  line-height: 1.5em;
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#exhibition_rules .cancel_fee {
  line-height: 1.8em;
  font-size: 16px;
  background-color: #d3cee5;
  padding: 10px;
  margin: 10px 0;
}

#exhibition_rules .cancel_fee p {
  width: 100%;
  margin: 0;
  padding: 0;
}

#exhibition_rules .cancel_fee dl {
  display: block;
  margin: 0 0 0 1em;
}

#exhibition_rules .cancel_fee dl dt {
  width: auto;
  margin: 0.5em 0 0;
}

#exhibition_rules .cancel_fee dl dd {
  color: #ff0000;
  font-size: 140%;
  width: auto;
  margin: 0;
}

#exhibition_rules .onlineInfo h3 {
  color: #d82625;
  background: #ffffff;
  margin-top: 0;
}

#packDspBox {
  display: block;
  width: 100%;
  border: 2px solid #796baf;
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 0.5em;
}

#packDspBox img {
  margin: 2em 0 0;
}

#packDspBox div h4 {
  font-size: 4vw;
  line-height: 1;
  color: #ffffff;
  background: #796baf;
  box-sizing: border-box;
  padding: 0.25em;
}

#packDspBox div h4 span {
  color: #796baf;
  font-size: inherit;
  font-size: 85%;
  line-height: 1.5;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
}

/* #packDspBox div p {
	font-size: 14px;
} */

#packDspBox div dl {
  font-size: 3.25vw;
  display: flex;
}

#packDspBox div dl dt {
  font-weight: bold;
  color: #ffffff;
  background: #796baf;
  padding: 1em 1em;
}

#packDspBox div dl dd {
  background: #ddd9ec;
  margin: 0;
  padding: 0.5em 1em;
}

#packDspBox div dl dd span {
  font-weight: bold;
}

#packDspBox div dl dd strong {
  font-size: 160%;
  color: #ff0000;
}

#packDspBox div ul {
  list-style: none;
  /* font-size: 75%; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#packDspBox div ul li {
  line-height: 1.5;
}

.plan_schedule {
  list-style: none;
  display: block;
  margin: -1em 0 0;
  padding: 0;
}

.plan_schedule li {
  position: relative;
  font-size: 120%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px solid #796baf;
  box-sizing: border-box;
  margin: 1.5em 0 0;
}

.plan_schedule li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: inherit;
  left: -50%;
  bottom: -32px;
  right: -50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #796baf;
  border-bottom: 20px solid transparent;
  box-sizing: border-box;
  margin: auto;
  transform: rotate(90deg);
}

.plan_schedule li p {
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding: 0.5em 0;
}

.plan_schedule li p:first-of-type {
  background: #d3cee5;
}

.plan_schedule li p:last-of-type {
  color: #796baf;
  font-weight: bold;
}

.plan_schedule li p br {
  display: none;
}

.plan_schedule li p span {
  display: block;
  font-size: 75%;
}

.plan_schedule li p strong {
  font-size: 120%;
  color: #ff0000;
}

.plan_schedule li p.schPeriod {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  #exhibition_rules #fee_box h4 {
    display: flex;
    align-items: center;
  }

  #exhibition_rules #fee_box div:first-of-type {
    width: auto;
    padding: 0.5em 1.5em;
  }

  #exhibition_rules #fee_box div:first-of-type > p span {
    font-size: 0.75em;
  }

  #exhibition_rules #fee_box .appDead {
    width: auto;
    margin: 0;
  }

  #exhibition_rules #fee_box .enterprisePrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
  }

  #exhibition_rules #komaBlk {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
  }

  #exhibition_rules #komaBlk > div {
    width: 37%;
    margin: 0;
  }

  #exhibition_rules #komaBlk #koma_box1 {
    width: 24%;
  }

  #exhibition_rules #earlyDiscount {
    display: flex;
    padding: 0;
  }

  #exhibition_rules #earlyDiscount h4 span {
    display: block;
  }

  #exhibition_rules .cancel_fee dl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }

  #exhibition_rules .cancel_fee dl dt {
    width: 20em;
  }

  #exhibition_rules .cancel_fee dl dd {
    width: calc(100% - 20em);
    margin: 0.5em 0 0;
  }

  #packDspBox {
    display: flex;
    align-items: center;
  }

  #packDspBox img {
    margin: 0 0 0 1em;
    width: 46%;
  }

  #packDspBox div h4 {
    font-size: 150%;
  }

  #packDspBox div dl {
    font-size: 120%;
  }

  #exhibition_rules .cancel_fee p:not(:first-child) {
    width: 560px;
    margin: 0 0 0 2em;
    padding-left: 30px;
  }

  #exhibition_rules .cancel_fee p span:first-child {
    display: inline-block;
    width: 350px;
  }

  #exhibition_rules .cancel_fee p span:last-child {
    display: inline-block;
    width: 200px;
  }

  .plan_schedule {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .plan_schedule li {
    width: 18%;
    margin: 0;
  }

  .plan_schedule li:not(:last-of-type)::after {
    top: 13px;
    left: inherit;
    bottom: inherit;
    right: -22px;
    transform: rotate(0deg);
  }

  .plan_schedule li p br {
    display: block;
  }
}

/* seminar_planning */
#seminar_planning img {
  max-width: 100%;
}

#seminar_planning .spec {
  font-size: 18px;
  background-color: #eee;
  line-height: 1.8em;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 1em;
}

#seminar_planning .spec span {
  color: red;
  font-weight: bold;
}

#seminar_planning #ws_outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#seminar_planning #ws_outline #ws_text {
  display: block;
  width: 100%;
}

#seminar_planning #ws_outline #ws_text #ws_fee dl {
  font-size: 3.5vw;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff259;
  box-sizing: border-box;
  margin: 1em 0 0;
  padding: 0.5em;
}

#seminar_planning #ws_outline #ws_text #ws_fee dl dt {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 0.25em;
}

#seminar_planning #ws_outline #ws_text #ws_fee dl dd {
  color: #000000;
  margin: 0 0 0 1em;
}

#seminar_planning #ws_outline #ws_text #ws_fee dl dd strong {
  font-size: 160%;
  color: #ff0000;
}

#ws_schedule table {
  line-height: 1em;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid black;
}

#ws_schedule table tr:nth-child(2n + 3) {
  background-color: #d3cee5;
}

#ws_schedule table td,
#ws_schedule table th {
  padding: 3px;
  text-align: center;
}

#ws_schedule table th {
  border: 1px solid black;
  background-color: #003b83;
  color: white;
}

#ws_schedule table td {
  border-left: 1px solid black;
}

#ws_schedule table td:first-child {
  width: 120px;
}

#ws_schedule table td:last-child {
  border-right: 1px solid black;
}

#ws_schedule table td:nth-child(n + 2) {
  width: 80px;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

#seminar_planning #ws_outline #ws_image {
  width: 100%;
  padding: 2rem 0 0;
  text-align: center;
}

#seminar_planning #ws_outline #ws_image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #seminar_planning .spec {
    width: 585px;
    padding: 15px;
    margin: 15px;
  }

  #seminar_planning #ws_outline #ws_text #ws_fee dl {
    font-size: 140%;
    width: 24em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #ws_schedule table {
    width: 400px;
  }

  #seminar_planning #ws_outline #ws_text {
    width: 600px;
  }

  #seminar_planning #ws_outline #ws_image {
    width: 360px;
    padding-top: 20px;
  }
}

/* exhibition_advantages */
#exhibition_advantages ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

#exhibition_advantages ul li {
  margin: 20px 0 0;
}

#exhibition_advantages img {
  max-width: 100%;
}

/* application */
#application .appDetail {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#application .appDetail > dt {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  width: 100%;
  background: #796baf;
  box-sizing: border-box;
  margin: 1em 0 0;
  padding: 0.25em 0.5em;
}

#application .appDetail > dt br {
  display: none;
}

#application .appDetail > dd {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0em;
}

#application .appDetail strong {
  color: #ff0000;
  font-size: 1.5em;
}

#application .appDetail span {
  color: #ff0000;
  font-weight: bold;
}

#application .appDetail .caution {
  color: #000000;
  font-size: 0.75em;
}

#application .appDetail dl {
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
}

#application .appDetail dl dt {
  color: #ffffff;
  text-align: center;
  width: 6em;
  background: #796baf;
  margin: 0.5em 0 0;
  padding: 0.25em 0;
}

#application .appDetail dl dd {
  width: calc(100% - 6em - 1em);
  margin: 0.5em 0 0 1em;
}

#application .appDetail ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

#application .appDetail ul li {
  margin: 0.5em 0 0 0;
}

#application .appDetail dl.appWay dt {
  color: #796baf;
  font-weight: bold;
  background: none;
  margin: 0.5em 1em 0 0;
  padding: 0;
}

#application .appDetail dl.appWay dd {
  margin: 0.5em 0 0;
}

#application .appDetail dl.appWay dd:last-of-type {
  font-size: 1em;
  width: 28em;
}

#application .appDetail .cancelBlk {
  display: block;
}

#application .appDetail .cancelBlk table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 0;
}

#application .appDetail .cancelBlk table tr > * {
  border: 1px solid #000000;
  padding: 0.5em;
}

#application .appDetail .cancelBlk table th {
  color: #ffffff;
  text-align: center;
  background: #796baf;
}

#application .appDetail .cancelBlk table td {
  font-size: 0.85em;
}

#application .appDetail .cancelBlk table td.caution {
  font-size: 0.75em;
}

#application .appDetail .cancelBlk table td p {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#application .appDetail .cancelBlk table td strong {
  color: #000000;
}

#application .appDetail .cancelBlk p.caution {
  width: 100%;
}

#application h4 {
  margin: 1em 0 0;
}

@media screen and (min-width: 1000px) {
  #application .appDetail {
    display: flex;
    flex-wrap: wrap;
  }

  #application .appDetail > dt {
    color: #796baf;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9em;
    background: none;
    border-bottom: 2px solid #796baf;
    margin: 0;
    padding: 1em;
  }

  #application .appDetail > dt br {
    display: block;
  }

  #application .appDetail > dd {
    width: calc(100% - 9em);
    border-left: 1px solid #796baf;
    border-bottom: 2px solid #796baf;
    padding: 1em;
  }

  #application .appDetail dl dt {
    margin: 1em 0 0;
  }

  #application .appDetail dl dd {
    margin: 1em 0 0 1em;
    font-size: 1.5em;
  }

  #application .appDetail ul {
    display: flex;
    margin: 0 0 0.5em;
  }

  #application .appDetail ul li {
    margin: 0 2em 0 0;
  }

  #application .appDetail dl.appWay dt {
    width: auto;
  }

  #application .appDetail dl.appWay dd {
    width: auto;
    margin: 0.5em 1em 0 0;
  }

  #application .appDetail dl.appWay dd:last-of-type {
    width: auto;
  }

  #application .appDetail .cancelBlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }

  #application .appDetail .cancelBlk table {
    width: auto;
    margin: 0;
  }

  #application .appDetail .cancelBlk p.caution {
    text-align: right;
  }
}

/* promotion_planning */
#promotion_planning img {
  max-width: 100%;
}

/* #promotion_planning .innerSub h3 {
	font-size: 24px;
	color: #221815;
	background: none;
	margin: 0 0 8px 0;
	padding: 0;
} */

#promotion_planning #visitors_target {
  margin-bottom: 30px;
  border: 1px solid #10458f;
  padding: 15px;
}

/* #promotion_planning #visitors_target ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#promotion_planning #visitors_target ul li {
	font-size: 18px;
	line-height: 1.8em;
	text-indent: calc(-1em + -5px);
	margin: 0;
	margin-left: calc(1em + 5px);
}

#promotion_planning #visitors_target ul li::before {
	content: "●";
	margin-right: 5px;
}

#promotion_planning #visitors_target ul li:nth-child(1)::before {
	color: #0f9ff9;
}

#promotion_planning #visitors_target ul li:nth-child(2)::before {
	color: #C7679B;
}

#promotion_planning #visitors_target ul li:nth-child(3)::before {
	color: #47BAAE;
}

#promotion_planning #visitors_target ul li:nth-child(4)::before {
	color: #F0909D;
}

#promotion_planning #visitors_target ul li:nth-child(5)::before {
	color: #FFE33F;
}

#promotion_planning #visitors_target ul li:nth-child(6)::before {
	color: #003B83;
}

#promotion_planning #visitors_target ul li:nth-child(7)::before {
	color: #5F9FD6;
} */

.targetCol h3 {
  box-sizing: border-box;
  border-left: none;
  margin: 0;
}

.targetCol ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -1em;
  padding: 0;
}

.targetCol ul li {
  position: relative;
  line-height: 1;
  display: block;
  background: #fdf7ce;
  border: 1px solid #796baf;
  border-radius: 24px;
  margin: 1em 0 0 1em;
  padding: 0.5em 1em;
}

.targetCol ul li:last-of-type span {
  position: absolute;
  right: -3em;
}

#promotion_planning h4 {
  color: #10458f;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

#promotion_planning .promotion_box {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px dotted #10458f;
}

#promotion_planning .promotion_box .promotion_image {
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}

#promotion_planning .promotion_box .promotion_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #aaa;
  margin: 0 auto;
}

#promotion_planning .promotion_box .promotion_text {
  width: 100%;
  margin: 1rem 0 0;
}

#promotion_planning .innerSub > div.promotion_box:last-of-type {
  border: none;
}

#promotion_planning .clip01 .promotion_image {
  display: flex;
  justify-content: space-between;
}

#promotion_planning .promotion_box_00 {
  border-bottom: 1px dotted #10458f;
}

#promotion_planning .promotion_box_00 .promotion_image {
  justify-content: center;
}

#promotion_planning .clip01 .promotion_image img {
  max-width: 100%;
  width: auto;
  height: 32vw;
  margin: 0;
}

#promotion_planning .promotion_box_00 .promotion_image img {
  margin: 0 1em;
  border: 1px solid #aaa;
}

#promotion_planning .clip04 .promotion_image img,
#promotion_planning .clip05 .promotion_image img {
  border: none;
}

#promotion_planning #promotion_award {
  display: block;
  width: 100%;
  border: 2px solid #796baf;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 1em 0 0;
  padding: 0.5em;
}

#promotion_planning #promotion_award h5 {
  color: #fff;
  font-size: 3.5vw;
  text-align: center;
  display: block;
  width: 100%;
  background: #796baf;
  border-radius: 20px;
  margin: 0 0 0.5em;
}

#promotion_planning #promotion_award h5 span {
  font-size: 90%;
  border: 1px solid #ffffff;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
}

#promotion_planning #promotion_award div {
  display: block;
  width: 100%;
}

#promotion_planning #promotion_award div dl {
  font-size: 80%;
  line-height: 1.5;
  margin: 0.5em 0 0;
}

#promotion_planning #promotion_award div dl dd {
  margin: 0;
}

#promotion_planning #promotion_award div dl + p {
  text-align: right;
  font-size: 80%;
}

#promotion_planning #promotion_award img {
  display: block;
  margin: 0.5em auto;
}

#promotion_planning .exhService {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#promotion_planning .exhService h4 {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  display: block;
  width: 100%;
  background: #796baf;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 0.5em;
  padding: 0.25em 0.5em;
}

#promotion_planning .exhService h4 span {
  font-size: 0.75em;
  display: inline-block;
  background: #ff0000;
  border-radius: 4px;
  margin: 0 0 0 0.5em;
  padding: 0.15em 0.25em;
}

#promotion_planning .exhService .serviceCol {
  width: 100%;
  background: #ffffd4;
  box-sizing: border-box;
  border: 1px solid #23ac38;
  border-radius: 8px;
  padding: 0.5em;
}

#promotion_planning .exhService .serviceCol h4 {
  background-color: #23ac38;
}

#promotion_planning .exhService .serviceCol > div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#promotion_planning .exhService .serviceCol > div p {
  width: 60%;
}

#promotion_planning .exhService .serviceCol > div img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  margin: auto;
}

#promotion_planning .exhService .serviceCol .caution {
  color: #000000;
  font-size: 0.75em;
  text-align: right;
}

#promotion_planning .exhService .matchCol {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #796baf;
  border-radius: 8px;
  margin: 1em auto 0;
  padding: 0.5em;
}

#promotion_planning .exhService .matchCol .matchHed {
  display: flex;
  justify-content: space-between;
}

#promotion_planning .exhService .matchCol h5 {
  font-size: 1.5em;
}

#promotion_planning .exhService .matchCol h5 span {
  color: #796baf;
}

#promotion_planning .exhService .matchCol h5 span i {
  margin: 0 10px;
}

#promotion_planning .exhService .matchCol h5 span b {
  position: relative;
  color: #ffffff;
  line-height: 1em;
  font-size: 0.75em;
  text-align: center;
  display: inline-block;
  width: auto;
  background-color: #796baf;
  border-radius: 50%;
  margin: 0;
  padding: 0.25em 0.5em;
  transform: rotate(-10deg) translateY(-10px);
}

#promotion_planning .exhService .matchCol h5 span b::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 2.9em;
  border-top: 0.1em solid transparent;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid #796baf;
  border-bottom: 0.1em solid #796baf;
  transform: rotate(35deg) translate(0em, 0.5em);
  z-index: -1;
}

#promotion_planning .exhService .matchCol figure {
  position: relative;
  width: 32%;
  margin: 0;
}

#promotion_planning .exhService .matchCol figure figcaption {
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: #ffffff;
  line-height: 1em;
  font-size: 0.5em;
  margin: auto;
}

#promotion_planning .exhService .matchCol p span {
  color: #ff0000;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  /* #promotion_planning #visitors_target ul li {
		text-indent: inherit;
		margin: 0 30px 0 0;
	} */

  #promotion_planning .promotion_box {
    flex-wrap: nowrap;
  }

  #promotion_planning .promotion_box .promotion_image {
    width: 450px;
  }

  #promotion_planning .promotion_box .promotion_text {
    width: 448px;
    margin: 0 0 0 1em;
  }

  #promotion_planning .clip01 .promotion_image img {
    height: 23vw;
  }

  #promotion_planning #promotion_award {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #promotion_planning #promotion_award h5 {
    font-size: 140%;
  }

  #promotion_planning #promotion_award div {
    width: calc(100% - 240px - 2em);
  }

  #promotion_planning #promotion_award img {
    margin: 0;
  }

  #promotion_planning .exhService {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #promotion_planning .exhService .serviceCol {
    width: 43%;
  }

  #promotion_planning .exhService .matchCol {
    width: 55%;
    margin: 0;
  }

  #promotion_planning .exhService .matchCol h5 {
    font-size: 1.85em;
  }
}

/* past_result */
#past_result h2 span {
  font-size: 0.75em;
  font-weight: normal;
}

#past_result #result {
  list-style: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0;
}

#past_result #result li {
  width: 100%;
  margin: 1em auto 0;
}

#past_result #result li .btn {
  width: 100%;
  margin: 0;
}

#past_result .resultOutline dl {
  display: flex;
  align-items: flex-start;
}
#past_result .resultOutline dt {
  width: 50px;
}
#past_result .resultOutline dd {
  margin-left: initial;
  flex: 1;
}

#past_result .resultOutline dt:after {
  content: "：";
}

#past_result .past_event_graph {
  display: block;
  max-width: 100%;
  margin: 2em auto;
}

#past_result .exhibitors_description {
  text-align: right;
  margin: 5px 0;
}

#past_result .resultPrfrm {
  display: block;
  margin: 2em 0 0;
}

#past_result .resultPrfrm .rsltLst {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin: -1em 0 0;
  padding: 0;
}

#past_result .resultPrfrm .rsltLst > dt {
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  background: #796baf;
  box-sizing: border-box;
  margin: 1.5em 0 0;
  padding: 0 0.25em;
}

#past_result .resultPrfrm .rsltLst > dd {
  width: calc(100% - 6em - 0.5em);
  margin: 1.5em 0 0 0.5em;
  padding: 0;
}

#past_result .resultPrfrm .rsltLst dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

#past_result .resultPrfrm .rsltLst dl dt {
  color: #796baf;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  width: 5em;
  box-sizing: border-box;
  border: 1px solid #796baf;
  margin: 1em 0 0;
  padding: 0.25em 0.5em;
}

#past_result .resultPrfrm .rsltLst dl dd {
  line-height: 1em;
  width: calc(100% - 5em - 1em);
  margin: 1em 0 0 1em;
}

#past_result .resultPrfrm .rsltLst dl dt:first-of-type,
#past_result .resultPrfrm .rsltLst dl dd:first-of-type {
  margin-top: 0;
}

#past_result .resultPrfrm .rsltLst dl dd p {
  line-height: 1em;
  display: inline-block;
  margin: 0 1em 0 0;
}

#past_result .resultPrfrm .rsltLst dl dd strong {
  color: #ff0000;
  font-size: 160%;
}

#past_result .resultPrfrm .rsltLst dl dd span {
  font-size: 0.75em;
}

#past_result .resultPrfrm img {
  display: block;
  width: 240px;
  margin: 1em auto 0;
}

#past_result #exhibitors .exbTtl {
  position: relative;
}

#past_result #exhibitors h3 span {
  font-size: 0.5em;
  font-weight: normal;
}

#past_result #exhibitors .exbTtl p {
  color: #796baf;
  margin: auto;
}

#past_result #exhibitors_box ul {
  list-style: none;
  line-height: 1.8em;
  font-size: 14px;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
}

#past_result #exhibitors_box ul li {
  padding: 0 0.5em;
}

#past_result #exhibitors_box ul li:nth-child(even) {
  background: #e2dfee;
}

#past_result #exhibitors_box ul li span {
  display: inline-block;
  margin: 0 0 0 1em;
}

#past_result #exhibitors_box ul li.exbLstTtl {
  color: #ffffff;
  font-weight: bold;
  background: #796baf;
}

#past_result #service_robot {
  font-size: 0;
  border: 1px solid #796baf;
  padding: 10px;
  margin: 10px;
}

#past_result #service_robot h4 {
  font-size: 16px;
  color: white;
  background-color: #796baf;
  margin: 0 0 10px 0;
  padding: 5px;
}

#past_result #service_robot ul {
  list-style: none;
  font-size: 13px;
  line-height: 1.8em;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#past_result #service_robot ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

#past_result #enquete .past_event_graph2 {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}

#past_result #enquete ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

#past_result #enquete ul li {
  display: block;
  width: 100%;
  margin: 1.5em 0 0;
}

#past_result #enquete ul li img {
  display: block;
  width: 100%;
}

#past_result #visitors #past_guest {
  width: 60%;
}

@media screen and (min-width: 1000px) {
  #past_result #result {
    display: flex;
    justify-content: center;
    margin: 1em auto 0;
  }

  #past_result #result li {
    width: 24em;
    margin: 0 1em 0;
  }

  #past_result #exhibitors_box ul {
    -moz-column-count: 3;
    column-count: 3;
    /*		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		height: 117rem;*/
  }

  #past_result #exhibitors_box ul li {
    /*		width: 31%;*/
  }

  #past_result .past_event_graph {
    width: 100%;
  }

  #past_result .resultPrfrm {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 2em 0 0;
    padding: 0;
  }

  #past_result .resultPrfrm .rsltLst {
    width: calc(100% - 240px - 1em);
  }

  #past_result .resultPrfrm .rsltLst > dt {
    width: 9em;
    padding: 0;
  }

  #past_result .resultPrfrm .rsltLst > dd {
    width: calc(100% - 9em - 0.5em);
  }

  #past_result .resultPrfrm .rsltLst dl dt {
    width: 9em;
  }

  #past_result .resultPrfrm .rsltLst dl dd {
    width: calc(100% - 9em - 1em);
  }

  #past_result .resultPrfrm img {
    margin: 0 0 0 1em;
  }

  #past_result #enquete ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #past_result #enquete ul li {
    width: 40%;
  }

  #past_result #exhibitors h3 span {
    font-size: 0.75em;
  }

  #past_result #exhibitors .exbTtl p {
    position: absolute;
    top: 0;
    right: 1em;
    color: #ffffff;
  }
}

/* 出展規定 */
#exhibit_regulations ul,
#exhibit_regulations dl {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#exhibit_regulations dl dd {
  margin: 0;
}

#exhibit_regulations dl.regCol > dt {
  color: #796baf;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.15;
  border: 1px solid #796baf;
  box-sizing: border-box;
  margin: 20px 0 10px 0;
  padding: 5px;
}

#exhibit_regulations dl.regCol dt span {
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  background: #796baf;
  margin: 0 0.5em 0 0;
  padding: 0.25em;
}

#exhibit_regulations .regCol ul li {
  line-height: 1.5;
  text-indent: -0.75em;
  margin: 0.5em 0 0 1em;
}

#exhibit_regulations .regCol h3 {
  color: #000000;
  font-size: 1em;
  background: none;
  border-bottom: 1px solid #796baf;
  margin: 0;
  padding: 0 0 0.25em;
}

#exhibit_regulations .regCol .bnkLst {
  width: 100%;
  border: 1px solid #796baf;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 1em;
}

#exhibit_regulations .regCol .bnkLst li {
  text-indent: inherit;
  display: flex;
  margin: 0.5em 0 0 0;
}

#exhibit_regulations .regCol .bnkLst li > * {
  line-height: 1;
  margin: 0 1em 0 0;
}

#exhibit_regulations .regCol .bnkLst li h4 {
  font-size: 1em;
  width: 6.5em;
}

#exhibit_regulations .regCol .bnkLst li p:first-of-type {
  width: 5em;
}

#exhibit_regulations .regCol .cancel_fee {
  display: block;
  background: #d3cee5;
  padding: 0.25em 1em 1em;
}

#exhibit_regulations .regCol .cancel_fee dt {
  font-weight: bold;
  width: 100%;
  margin: 1em 0 0;
}

#exhibit_regulations .regCol .cancel_fee dd {
  font-weight: bold;
  color: #ff2222;
  font-size: 1.25em;
  width: 100%;
  margin: 0.5em 0 0;
}

@media screen and (min-width: 1000px) {
  #exhibit_regulations dl.regCol > dt {
    font-size: 1.25em;
  }

  #exhibit_regulations .regCol .bnkLst li h4 {
    font-size: 1.15em;
  }

  #exhibit_regulations .regCol .cancel_fee {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1em 0.5em;
  }

  #exhibit_regulations .regCol .cancel_fee dt {
    width: 20em;
    margin: 0.5em 0 0;
  }

  #exhibit_regulations .regCol .cancel_fee dd {
    width: calc(100% - 20em);
  }
}

#onlnPrice .btnLst {
  list-style: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 1.5em auto 0;
  padding: 0;
}

#onlnPrice .btnLst li {
  width: 90%;
  margin: 1em auto 0;
}

#onlnPrice .btnLst li .btn {
  width: 100%;
  margin: 0 auto;
  padding: 0.25em 1em;
}

#onlnPrice .btnLst li a.btn {
  background-color: #008000;
}

#onlnPrice .btnLst li a.btn:hover {
  background-color: hsl(0, 47%, 59%);
}

#onlnPrice .priceBox {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 1.5em auto 0;
}

#onlnPrice .priceBox .priceBlk {
  display: block;
}

#onlnPrice table {
  border-collapse: collapse;
  width: 100%;
}

#onlnPrice table th,
#onlnPrice table td {
  text-align: center;
  border: 1px solid #000000;
  padding: 0.5em 1em;
}

#onlnPrice table th {
  color: #ffffff;
  background: #b5add3;
}

#onlnPrice table th.ttlPrc {
  background: #796baf;
}

#onlnPrice table td strong {
  font-size: 1.5em;
}

#onlnPrice .priceBox .priceBlk > div {
  margin: 1em 0 0 0;
}

#onlnPrice .priceBox .priceBlk > div h4 {
  /* text-align: center; */
  margin: 0 auto;
  font-size: 1.25em;
}
#onlnPrice .priceBox .priceBlk > div h4 span {
  color: #796baf;
}

#onlnPrice .priceBox .priceBlk > div img {
  display: block;
  margin: 0 auto 0;
}

/* #onlnPrice .priceBox .priceBlk > div p {
  color: #ff0000;
  font-size: 0.65em;
  text-align: center;
  line-height: 1em;
  background: #ffd7d7;
  margin: 0.5em auto 0;
  padding: 0.5em 0;
} */

#onlnPrice .optionBox ul {
  list-style: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0;
}

#onlnPrice .optionBox ul li {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #796baf;
  margin: 1em 0 0;
  padding: 0 0 0.5em;
  overflow: hidden;
}

#onlnPrice .optionBox ul li h4 {
  line-height: 1em;
  background: #ffffff;
  margin: 0;
  padding: 0 0.5em 0 0;
  font-size: 1.25em;
}

#onlnPrice .optionBox ul li p {
  background: #ffffff;
  margin: 0.5em 0 0;
  padding: 0 0 0 1em;
  font-size: 1, 25em;
}

#onlnPrice .optionBox ul li p strong {
  font-size: 1.5em;
}

#onlnPrice .optionBox ul li .caution {
  color: #000000;
  font-size: 0.75em;
  width: 100%;
  height: 100%;
  margin: 0.25em 0 0;
}
#onlnPrice .commonMenuWrap ul {
  list-style: none;
  padding: 0;
}
#onlnPrice .commonMenuWrap ul li.commonMenu {
  position: relative;
  border: 1px solid #796baf;
  border-radius: 6px;
  margin: 2em 0 0 0;
  padding: 1.5em 1em 1em;
  overflow: inherit;
}

#onlnPrice .commonMenuWrap ul li.commonMenu .commonMenuTtl {
  position: absolute;
  top: -0.75em;
  color: #796baf;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  background: #f1eff7;
  border: 1px solid #796baf;
  border-radius: 10px;
  margin: auto;
  padding: 0.25em 1em;
}

#onlnPrice .commonMenuWrap ul .caution {
  font-size: 0.75em;
  color: initial;
}
#onlnPrice .commonMenuWrap ul li.commonMenu h4 {
  line-height: 1em;
  background: #ffffff;
  margin: 0;
  padding: 0 0.5em 0 0;
  font-size: 1.25em;
}
#onlnPrice .commonMenuWrap ul li.commonMenu p {
  background-color: #ffffff;
}
#onlnPrice .commonMenuWrap ul li.commonMenu p strong {
  font-size: 1.5em;
}
@media screen and (min-width: 1000px) {
  #onlnPrice .commonMenuWrap ul {
    display: flex;
    align-items: center;
  }
  #onlnPrice .commonMenuWrap .commonMenu ul li:nth-child(1) {
    margin-right: 3em;
  }
  #onlnPrice .commonMenuWrap ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: none;
    padding: 0 0 0.25em;
  }
  #onlnPrice .commonMenuWrap ul li.commonMenu h4::after {
    content: "";
    position: absolute;
    top: 0.25em;
    display: block;
    width: 100%;
    height: 0.5em;
    border-bottom: dotted 2px #000000;
    margin: auto;
    z-index: -1;
  }
}
@media screen and (max-width: 999px) {
  #onlnPrice .commonMenuWrap ul {
    flex-direction: column;
    align-items: initial;
  }
  #onlnPrice .commonMenuWrap ul li.commonMenu p {
    padding: 0 0 0 1em;
  }
  #onlnPrice .commonMenuWrap ul li {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #796baf;
    margin: 1em 0 0;
    padding: 0 0 0.5em;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) {
  #onlnPrice .btnLst {
    display: flex;
    justify-content: center;
  }

  #onlnPrice .btnLst li {
    width: auto;
    margin: 0 0.5em;
  }

  #onlnPrice .priceBox .priceBlk {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #onlnPrice .priceBox .priceBlk > div {
    margin: 0 0 0 1em;
  }

  #onlnPrice .optionBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -1em auto 0;
  }

  #onlnPrice .optionBox ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    width: 49%;
    border-bottom: none;
    padding: 0 0 0.25em;
  }

  #onlnPrice .optionBox ul li h4::after {
    content: "";
    position: absolute;
    top: 0.25em;
    display: block;
    width: 100%;
    height: 0.5em;
    border-bottom: dotted 2px #000000;
    margin: auto;
    z-index: -1;
  }

  #onlnPrice .optionBox ul li p {
    margin: 0;
    padding: 0 0 0 0.5em;
  }

  #onlnPrice .optionBox ul li.commonMenu {
    margin: 1em 0 0;
    padding: 0.5em;
  }
}

.resultImgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.resultImgWrap img {
  max-width: 33%;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 999px) {
  #past_result .resultPrfrm .rsltLst dl dd {
    line-height: 1.5em;
  }
  #past_result .resultPrfrm .rsltLst dl dt {
    width: 7em;
  }
  #past_result .resultPrfrm .rsltLst dl dd {
    width: calc(100% - 7em - 1em);
  }
}

#visiting_companies #exhibitors_box02 ul {
  list-style: none;
  line-height: 1.8em;
  font-size: 14px;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
}

#visiting_companies #exhibitors_box02 ul li {
  padding: 0 0.5em;
}

#visiting_companies #exhibitors_box02 ul li:nth-child(even) {
  background: #e2dfee;
}

#visiting_companies #exhibitors_box02 ul li span {
  display: inline-block;
  margin: 0 0 0 1em;
}

#visiting_companies #exhibitors_box02 ul li.exbLstTtl {
  color: #ffffff;
  font-weight: bold;
  background: #796baf;
}

#visiting_companies #exhibitors_box02 ul {
  -moz-column-count: 3;
  column-count: 3;
  /*		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		height: 117rem;*/
}

#visiting_companies #exhibitors_box02 ul li {
  /*		width: 31%;*/
}

.enqWrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
}

.enqWrap img {
  width: 45%;
}
.enqWrap img.enq05Pc {
  width: 90%;
}
.enq05Sp {
  display: none;
}
@media screen and (max-width: 679px) {
  .enqWrap {
    flex-direction: column;
    align-items: center;
  }
  .enqWrap img {
    width: 70%;
  }
  .enq05Sp {
    display: block;
  }
  .enq05Pc {
    display: none;
  }
}
