@charset "UTF-8";
@page {
  margin: 0mm;
  size: A4 portrait;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
/* =================================================================
 base
================================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

/* ブロック
-------------------------------------------------------------*/
#main {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin: auto;
  width: 840px;
  height: 1188px;
  background: #FFFFFF !important;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
#main:last-child {
  page-break-after: auto;
}

.sheet {
  padding: 20px;
  width: 100%;
  height: 100%;
}

/* =================================================================
 入場証
================================================================= */
.sheet {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 40px;
}
.sheet .bg {
  background-image: url(../media/images/pass/image.png);
  background-size: 99.9%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sheet::before {
  content: "";
  display: none;
  width: 5.5mm;
  height: 5.5mm;
  border: solid 0.25mm #000000;
  border-radius: 50%;
  position: absolute;
  top: 3.8mm;
  left: 50%;
  transform: translate(-50%, 0);
}
.sheet .top-wrap {
  width: 380px;
  height: auto;
  max-height: 50%;
  overflow-y: hidden;
  padding: 0;
  z-index: 1;
}
.sheet .top-wrap.left-top {
  padding-top: 140px;
}
.sheet .top-wrap.right-top {
  padding-top: 36px;
}
.sheet .user-type {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 700;
  font-size: 27px;
  width: 380px;
  height: 58px;
  border: 5px solid #000000;
}
.sheet .user-type.exhibitor {
  color: #000000;
  background-color: #FFFFFF;
}
.sheet .job-type {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 0;
  margin-top: 7px;
  width: 100%;
  height: 80px;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}
.sheet .job-type .en {
  font-size: 17px;
}
.sheet .id {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 23px;
  line-height: 1.2;
}
.sheet .qr {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 3.5mm 0 0;
  margin: 10px;
}
.sheet .qr img {
  display: block;
  width: auto;
  height: 23.6mm;
  height: 110px;
}
.sheet .profile {
  text-align: center;
}
.sheet .company {
  font-size: 19pt;
  font-size: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sheet .company.longer {
  font-size: 16.5pt;
  font-size: 22px;
}
.sheet .name {
  font-size: 16.5pt;
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sheet .name.longer {
  font-size: 19px;
}
.sheet .date-title {
  background-color: #666666;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 5px 7px;
  margin-top: 20px;
}
.sheet .date-title:first-of-type {
  margin-top: 0;
}
.sheet .seminar-list {
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}
.sheet .seminar {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  font-size: 10px;
  width: 100%;
  max-width: 100%;
  height: 16px;
  overflow-x: hidden;
  margin-top: 5px;
}
.sheet .seminar > p {
  flex: none;
  padding: 0 5px;
  position: relative;
}
.sheet .seminar > p::before {
  content: "|";
  display: block;
  position: absolute;
  left: 0;
  font-size: 80%;
}
.sheet .seminar .time {
  padding-left: 0;
  color: #7D7D7D;
}
.sheet .seminar .time::before {
  display: none;
}
.sheet .seminar .title {
  padding-right: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sheet .seminar .stage + .title {
  max-width: 205px;
}
.sheet .seminar .stage-1 + .title {
  max-width: 170px;
}
.sheet .seminar .stage-2 + .title {
  max-width: 120px;
}
.sheet.front {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

#main.red .job-type {
  background: rgb(255, 0, 0) !important;
}

#main.blue .job-type {
  background: rgb(0, 112, 192) !important;
}

#main.brown .job-type {
  background: rgb(151, 71, 6) !important;
}

#main.orange .job-type {
  background: rgb(255, 192, 0) !important;
}

#main.purple .job-type {
  background: rgb(112, 48, 160) !important;
}

#main.gold .job-type {
  background: rgb(204, 162, 41) !important;
}

#main.green .job-type {
  background: rgb(0, 176, 80) !important;
}

#main.light-green .job-type {
  background: rgb(146, 208, 80) !important;
}