body {
  word-break: break-word;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .bl_header .headerBody {
    height: auto;
    min-height: 120px;
  }
  .bl_header .headerBody .headerTitle span {
    line-height: 1.2;
  }
}
.bl_visitForm .visitIntroImage {
  aspect-ratio: 1.5;
}
.bl_visitForm .visitScheduleLimit:has(+ .errorText) {
  margin-bottom: 4px;
}
.bl_visitForm .visitScheduleLimit + .errorText {
  margin: 0 0 12px;
}
.bl_entryForm .noteText:has(+ .errorText) {
  margin-bottom: 4px;
}
.bl_entryForm .noteText + .errorText {
  margin: 0 0 12px;
}
.bl_entryForm .visitLead {
  margin: 40px 0;
}
.bl_entryForm .symposiumLead {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .seminarMeta {
    flex-wrap: wrap;
  }
}
.bl_seminarSelect .seminarTime {
  font-weight: 700;
}
.bl_seminarSelect .seminarBadge {
  font-size: 1.25rem;
  width: 100px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .seminarBadge {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .sessionMeta {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.bl_seminarSelect .sessionTime {
  color: #004098;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .sessionTime {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.bl_seminarSelect .sessionTag {
  /*
		background: #fff;
		border: 1px solid #004098;
		box-sizing: border-box;
		color: #004098;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: .75rem;
		font-weight: 500;
		height: 18px;
		justify-content: center;
		letter-spacing: .02em;
		line-height: 1;
		width: 50px;*/
  background: #004098;
  border: 1px solid #004098;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  padding: 0 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .sessionTag {
    box-sizing: border-box;
    font-size: 0.9375rem;
    max-width: 100%;
    padding: 0 12px;
    white-space: normal;
  }
}
.bl_seminarSelect .sessionTag.-translate {
  background: #fff;
  color: #004098;
}
.bl_seminarSelect .sessionTitle {
  font-size: 1.625rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .sessionTitle {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.bl_seminarSelect .sessionTitle.-coming {
  align-items: center;
  background: #e3e9ee;
  color: #94a0aa;
  display: flex;
  font-size: 1.375rem;
  height: 78px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 26px;
  max-width: 770px;
}
.bl_seminarSelect .sessionText {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .bl_seminarSelect .sessionText {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.bl_confirmForm .confirmRow {
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .bl_confirmForm .confirmRow {
    gap: 4px 0;
  }
}
.bl_completeForm .completeContactName:not(:first-of-type) {
  margin-top: 42px;
}
.text-link {
  margin-top: 16px;
  text-align: center;
}
.text-link a {
  color: #004098;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-link a.link {
  transition: opacity 0.2s ease-out 0s;
}
.text-link a.link:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=./style_add.css.map */