@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

header {
  position: relative;
}
@media (max-width: 780px) {
  header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .header01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 780px) {
  header .header01 {
    width: 90%;
  }
}
header .header01 .spacer,
header .header01 .event-info {
  flex: 1;
}
@media (max-width: 780px) {
  header .header01 .spacer,
  header .header01 .event-info {
    flex: none;
    display: none;
  }
}
header .header01 .logo {
  flex: 2;
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 780px) {
  header .header01 .logo {
    flex: none;
    margin: 1rem 0.5rem;
  }
}
header .header01 .logo img {
  max-width: 500px;
}
@media (max-width: 780px) {
  header .header01 .logo img {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  header .header01 .logo img {
    max-width: 200px;
  }
}
header .header01 .event-info {
  text-align: right;
  padding-right: 20px;
  font-size: clamp(0.5rem, 1.2vw, 1rem);
}
@media (max-width: 780px) {
  header .header01 .event-info {
    display: none;
  }
}
header #drawer {
  display: none;
}
@media (max-width: 780px) {
  header #drawer {
    display: block;
  }
  header #drawer .toggleButton {
    position: fixed;
    top: 16px;
    right: 10px;
    z-index: 1002;
    width: 50px;
    height: 50px;
    background: #294197;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
  }
  header #drawer .toggleButton span {
    display: block;
    width: 30px;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
  }
  header #drawer .toggleButton.close {
    background: #B0C930;
  }
  header #drawer .toggleButton.close span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header #drawer .toggleButton.close span:nth-child(2) {
    opacity: 0;
  }
  header #drawer .toggleButton.close span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header #drawer #drawerMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    overflow-y: auto;
  }
  header #drawer #drawerMenu.open {
    right: 0;
  }
  header #drawer #drawerMenu .drawer-header {
    padding: 20px;
    background: #212C53;
  }
  header #drawer #drawerMenu .drawer-header img {
    max-width: 150px;
    height: auto;
  }
  header #drawer #drawerMenu ul {
    padding: 20px;
  }
  header #drawer #drawerMenu ul li {
    margin: 10px 0;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
  }
  header #drawer #drawerMenu ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  header #drawer #drawerMenu ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  header #drawer #drawerMenu ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  header #drawer #drawerMenu ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  header #drawer #drawerMenu ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  header #drawer #drawerMenu ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
  header #drawer #drawerMenu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #212C53;
    font-weight: 500;
    border-radius: 8px;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(33, 44, 83, 0.1);
  }
  header #drawer #drawerMenu ul li a .drawer-icon {
    color: #F6A829;
    transition: transform 0.3s ease;
  }
  header #drawer #drawerMenu ul li a:hover {
    background: rgba(33, 44, 83, 0.05);
  }
  header #drawer #drawerMenu ul li a:hover .drawer-icon {
    transform: translateX(5px);
  }
  header #drawer #drawerMenu ul li a.current {
    color: #294197;
    font-weight: bold;
    background-color: rgba(41, 65, 151, 0.1);
  }
  header #drawer #drawerMenu ul li a.current .drawer-icon {
    color: #294197;
  }
  header #drawer #drawerMenu ul li a img {
    width: 20px;
    height: auto;
    max-height: 100px;
  }
  header #drawer #drawerMenu ul li:nth-last-child(2) {
    background-color: #AFCA2B;
  }
  header #drawer #drawerMenu ul li:nth-last-child(2) a {
    color: white;
  }
  header #drawer #drawerMenu ul li:nth-last-child(2) a img {
    filter: brightness(0) invert(1);
  }
  header #drawer #drawerMenu ul li:last-child {
    background-color: #294197;
  }
  header #drawer #drawerMenu ul li:last-child a {
    color: white;
  }
  header #drawer #drawerMenu ul li:last-child a img {
    filter: brightness(0) invert(1);
  }
  header #drawer #drawerMenu .drawer-contact {
    margin-top: 40px;
  }
  header #drawer #drawerMenu .drawer-contact a {
    margin: 10px 0;
    padding: 25px 20px;
    text-align: center;
    border-radius: 5px;
    border: none;
  }
  header #drawer #drawerMenu .drawer-contact a.contact-tel {
    background: #f8f9fa;
    color: #212C53;
  }
  header #drawer #drawerMenu .drawer-contact a.contact-mail {
    background: #F6A829;
    color: white;
  }
  header #drawer #drawerMenu.open {
    right: 0;
  }
  header #drawer #drawerMenu.open ul li {
    opacity: 1;
    transform: translateX(0);
  }
}

.header02 {
  background-color: #DAEBFF;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 0.3rem;
}
@media (max-width: 780px) {
  .header02 {
    display: none;
  }
}
.header02 nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.1rem, 0.8vw, 1rem);
  /* 出展申込とマイページのボタン用スタイル調整 */
}
.header02 nav ul li {
  font-weight: bold;
  font-size: clamp(0.5rem, 1vw, 1rem);
  display: flex;
  align-items: center;
  position: relative;
  /* 下部に5pxの透明ボーダーを常に表示して高さを一定に保つ */
  border-bottom: 5px solid transparent;
  /* トランジションを追加 */
  transition: border-bottom-color 0.3s ease;
}
.header02 nav ul li a {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.8rem 0.4rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.header02 nav ul li a.current {
  color: #294197;
  font-weight: bold;
}
.header02 nav ul li .img01 {
  width: 20px;
  height: auto;
  max-height: 100px;
  margin-left: 8px;
}
.header02 nav ul li .img02 {
  width: auto;
  height: 20px;
  max-height: 100px;
  margin-right: 8px;
  order: -1;
}
.header02 nav ul li:hover {
  border-bottom-color: #294197;
  /* 色だけ変更し、サイズは変えない */
}
.header02 nav ul li:has(a.current) {
  border-bottom-color: #294197;
  /* 色だけ変更し、サイズは変えない */
}
.header02 nav ul li:nth-last-child(2),
.header02 nav ul li:last-child {
  background-color: #AFCA2B;
  border-radius: 0.3rem;
  /* 透明ボーダーをリセット */
  border-bottom: 0px solid transparent !important;
  /* 特別なボタン用トランジション */
  transition: opacity 0.3s ease;
}
.header02 nav ul li:nth-last-child(2):hover,
.header02 nav ul li:last-child:hover {
  opacity: 0.9;
}
.header02 nav ul li:nth-last-child(2) {
  background-color: #AFCA2B;
}
.header02 nav ul li:nth-last-child(2) a {
  padding: 0.8rem 1.8rem;
}
.header02 nav ul li:nth-last-child(2) a,
.header02 nav ul li:nth-last-child(2) a.current {
  color: white;
}
.header02 nav ul li:last-child {
  background-color: #294197;
}
.header02 nav ul li:last-child a {
  padding: 0.8rem 1.8rem;
}
.header02 nav ul li:last-child a,
.header02 nav ul li:last-child a.current {
  color: white;
}

#main-top .main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  position: relative;
}
#main-top .main-visual .pc-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  #main-top .main-visual .pc-image {
    display: none;
  }
}
#main-top .main-visual .sp-image {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  #main-top .main-visual .sp-image {
    display: block;
  }
}
#main-top .main-visual .exhibitor-recruitment {
  position: absolute;
  top: 90%;
  left: 23%;
  transform: translate(-50%, -50%);
}
@media (max-width: 780px) {
  #main-top .main-visual .exhibitor-recruitment {
    left: 50%;
  }
}
#main-top .main-visual .exhibitor-recruitment a {
  display: block;
  transition: opacity 0.3s;
}
#main-top .main-visual .exhibitor-recruitment a:hover {
  opacity: 0.8;
}
#main-top .main-visual .exhibitor-recruitment img {
  display: block;
  max-width: 350px;
  height: auto;
}
#main-top .event-description {
  margin-bottom: 5rem;
}
#main-top .event-description .tagline {
  font-size: clamp(2rem, 3vw, 4rem);
  text-align: center;
  line-height: 5rem;
  margin: 7rem auto 3rem;
  font-weight: bold;
}
#main-top .event-description .tagline .blue-text {
  color: #1D4896;
}
#main-top .event-description .tagline .red-text {
  color: #D71627;
}
#main-top .event-description .event-description-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 3rem;
  text-align: center;
}
@media (max-width: 780px) {
  #main-top .event-description .event-description-text {
    margin: 0 1rem;
  }
}
#main-top .event-description .event-description-text h3 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin-bottom: 2rem;
}
#main-top .event-description .event-description-text p {
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  text-align: center;
  max-width: 1000px;
  font-weight: normal;
}

#participant-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin: 0 1rem;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  /* ホバー時に右に少し動くアニメーション効果（オプション） */
}
@media (max-width: 780px) {
  #participant-sections {
    flex-direction: column;
  }
}
#participant-sections .business-section,
#participant-sections .exhibitor-section {
  flex: 1;
  max-width: 300px;
}
#participant-sections .participant-sections01 {
  background-color: #1D4896;
  color: white;
  padding: 1rem;
  display: block;
  text-align: center;
}
#participant-sections .participant-sections01 a {
  color: white;
  text-decoration: none;
  display: block;
}
#participant-sections .participant-sections02 {
  background-color: #B0C930;
  color: white;
  padding: 1rem;
  display: block;
  text-align: center;
}
#participant-sections .participant-sections02 a {
  color: white;
  text-decoration: none;
  display: block;
}
#participant-sections .participant-sections0102,
#participant-sections .participant-sections0202 {
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
#participant-sections .participant-sections0102 a,
#participant-sections .participant-sections0202 a {
  font-size: clamp(1rem, 1vw, 1.2rem);
}
#participant-sections .participant-sections0102 a::before,
#participant-sections .participant-sections0202 a::before {
  content: "▶";
  display: inline-block;
  font-size: 0.8em;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
#participant-sections .participant-sections0102 a:hover::before,
#participant-sections .participant-sections0202 a:hover::before {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}

#news-section {
  display: flex;
  justify-content: space-between;
  align-items: top;
  width: 100%;
  margin: 5rem auto;
  max-width: 1000px;
}
@media (max-width: 780px) {
  #news-section {
    flex-direction: column;
  }
}
#news-section .main-news {
  width: 50%;
  margin-left: 3rem;
}
@media (max-width: 780px) {
  #news-section .main-news {
    width: 95%;
    margin-left: 0.5rem;
  }
}
#news-section .main-news h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
#news-section .main-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#news-section .main-news ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
#news-section .main-news ul li .date {
  display: block;
  color: #666;
  margin-bottom: 0.5rem;
}
#news-section .main-news ul li p {
  margin: 0;
}
#news-section .main-news .more-btn {
  text-align: center;
  margin-top: 1.5rem;
}
#news-section .main-news .more-btn a {
  display: inline-block;
  background-color: #000;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 1.5rem;
  text-decoration: none;
}
#news-section .main-news .more-btn a:hover {
  opacity: 0.8;
}

#container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}
#container .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#container .content-wrapper .left-column {
  flex: 1;
  min-width: 300px;
}
#container .content-wrapper .left-column .page-title-banner {
  background-color: #D81920;
  padding: 15px 20px;
  margin-bottom: 20px;
}
#container .content-wrapper .left-column .page-title-banner h1 {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
#container .content-wrapper .left-column .page-title-banner02 {
  background-color: #1C3E80;
  padding: 15px 20px;
  margin-bottom: 20px;
}
#container .content-wrapper .left-column .page-title-banner02 h1 {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
#container .content-wrapper .left-column .page-content {
  margin-bottom: 30px;
}
#container .content-wrapper .left-column .page-content .entry-heading {
  font-size: 22px;
  font-weight: bold;
  color: #0066cc;
  margin-bottom: 2rem;
  line-height: 1.4;
}
#container .content-wrapper .left-column .page-content .entry-description {
  line-height: 1.6;
  margin-bottom: 20px;
}
#container .content-wrapper .left-column .page-content .entry-image {
  margin: 25px 0;
  text-align: center;
}
#container .content-wrapper .left-column .page-content .entry-image img {
  max-width: 100%;
  height: auto;
}
#container .content-wrapper .left-column .page-content .feature-heading {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin: 30px 0 20px;
  font-weight: bold;
}
#container .content-wrapper .left-column .page-content .feature-list {
  margin-bottom: 25px;
}
#container .content-wrapper .left-column .page-content .feature-list .feature-item {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
#container .content-wrapper .left-column .page-content .feature-list .feature-item:before {
  content: "▶";
  color: #D81920;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}
#container .content-wrapper .left-column .page-content .feature-list .feature-title {
  font-size: 18px;
  font-weight: bold;
  color: #D81920;
  margin-bottom: 5px;
}
#container .content-wrapper .left-column .page-content .section-heading {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin: 30px 0 15px;
  font-weight: bold;
}
#container .content-wrapper .left-column .page-content .section-description {
  line-height: 1.6;
  margin-bottom: 15px;
}
#container .content-wrapper .left-column .page-content .application-area {
  margin: 30px 0;
}
#container .content-wrapper .left-column .page-content .application-area .button-container {
  text-align: center;
  margin-top: 25px;
}
#container .content-wrapper .left-column .page-content .application-area .button-container .application-button {
  display: inline-block;
  transition: opacity 0.3s;
  max-width: 300px;
}
#container .content-wrapper .left-column .page-content .application-area .button-container .application-button img {
  width: 100%;
  height: auto;
}
#container .content-wrapper .left-column .page-content .application-area .button-container .application-button:hover {
  opacity: 0.8;
}
#container .content-wrapper .left-column .page-content .application-area .download-links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
#container .content-wrapper .left-column .page-content .application-area .download-links li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#container .content-wrapper .left-column .page-content .application-area .download-links li:before {
  content: "▶";
  color: #0066cc;
  margin-right: 8px;
  font-size: 12px;
}
#container .content-wrapper .left-column .page-content .application-area .download-links li a {
  color: #0066cc;
  text-decoration: none;
}
#container .content-wrapper .left-column .page-content .application-area .download-links li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #container .left-column {
    min-width: 100%;
  }
  #container .left-column .entry-heading {
    font-size: 20px;
  }
  #container .left-column .feature-heading,
  #container .left-column .section-heading {
    font-size: 18px;
  }
}

#container .content-wrapper .left-column {
  flex: 1;
  max-width: calc(100% - 380px);
}
@media (max-width: 768px) {
  #container .content-wrapper .left-column {
    max-width: 100%;
  }
}
#container .content-wrapper .left-column .page-title-banner {
  background-color: #e6322f;
  color: white;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
#container .content-wrapper .left-column .page-title-banner h1 {
  font-size: 2rem;
  font-weight: bold;
}
#container .content-wrapper .left-column .page-content {
  margin-bottom: 3rem;
}
#container .content-wrapper .left-column .page-content .details-section {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}
#container .content-wrapper .left-column .page-content .details-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#container .content-wrapper .left-column .page-content .details-section p {
  line-height: 1.6;
}
#container .content-wrapper .left-column .map-area {
  margin-bottom: 3rem;
}
#container .content-wrapper .left-column .map-area h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  background-color: #e6322f;
  color: white;
}
#container .content-wrapper .left-column .map-area .map-image {
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
}
#container .content-wrapper .left-column .map-area .map-image img {
  display: block;
  width: 100%;
}
#container .content-wrapper .left-column .map-area .map-container {
  position: relative;
}
#container .content-wrapper .left-column .map-area .map-container iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  #container .content-wrapper .left-column .map-area .map-container iframe {
    height: 300px;
  }
}
#container .content-wrapper .left-column .map-area .download-links {
  text-align: center;
}
#container .content-wrapper .left-column .map-area .download-links .map-download {
  display: inline-block;
  color: #1D4896;
  text-decoration: underline;
  padding: 0.5rem 1rem;
}
#container .content-wrapper .left-column .map-area .download-links .map-download:hover {
  opacity: 0.8;
}
#container .content-wrapper .left-column .button-area {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

/* バイヤー一覧のスマホ用ラベルを上書き */
@media (max-width: 576px){
  .buyer-list .exhibitor-table td:nth-of-type(1)::before { content: "バイヤー名"; }
  .buyer-list .exhibitor-table td:nth-of-type(2)::before { content: "企業紹介"; }
  .buyer-list .exhibitor-table td:nth-of-type(3)::before { content: "商談希望業種"; }
}

@media (max-width: 480px) {
  #container .content-wrapper .left-column .button-area {
    flex-direction: column;
  }
}
#container .content-wrapper .left-column .button-area .button-container {
  flex: 1;
}
#container .content-wrapper .left-column .button-area .button-container a {
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
}
#container .content-wrapper .left-column .button-area .button-container a:hover {
  opacity: 0.9;
}
#container .content-wrapper .left-column .button-area .button-container .registration-button {
  background-color: #1D4896;
}
#container .content-wrapper .left-column .button-area .button-container .exhibitor-button {
  background-color: #B0C930;
}

#container .content-wrapper.form-centered {
  justify-content: center;
}
#container .content-wrapper.form-centered .left-column {
  max-width: 800px;
  width: 100%;
}
#container .content-wrapper.form-centered .left-column .page-title-banner {
  background-color: #1C3E80;
  color: white;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.5;
}
#container .content-wrapper.form-centered .left-column .page-title-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#container .content-wrapper.form-centered .left-column .page-content {
  margin-bottom: 3rem;
}
#container .content-wrapper.form-centered .left-column .page-content .registrationtitle {
  background-color: #1D4896;
}
#container .content-wrapper.form-centered .left-column .page-content .meetingtitle {
  background-color: #e6322f;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section {
  margin: 0 1rem 3rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section:last-of-type {
  border-bottom: none;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #333;
  border-bottom: 2px solid #999;
  padding-bottom: 0.5rem;
  position: relative;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section p {
  line-height: 1.6;
  margin-bottom: 1rem;
  margin: 0 1rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section p a {
  color: blue;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .info-box {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  margin: 0 1rem 1.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .info-box p {
  font-weight: bold;
  margin-bottom: 1rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .info-box ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .info-box ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .form-agreement {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .form-agreement input[type=checkbox] {
  margin-right: 0.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .form-agreement label {
  font-weight: bold;
  color: #e6322f;
}
#container .content-wrapper.form-centered .left-column .page-content .form-section .form-agreement labelrequired::before {
  content: "必須";
  display: inline-block;
  background-color: #e6322f;
  color: white;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 3px;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container {
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background-color: #f9f9f9;
  position: relative;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container .terms-content {
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container .terms-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container .terms-content h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1D4896;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container .terms-content p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#container .content-wrapper.form-centered .left-column .page-content .terms-container .terms-content p strong {
  font-weight: bold;
  display: inline-block;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group {
  margin-bottom: 1.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group label.required::after {
  content: "必須";
  display: inline-block;
  background-color: #e6322f;
  color: white;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 3px;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group label.optional::after {
  content: "任意";
  display: inline-block;
  background-color: #999;
  color: white;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 3px;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group label .wpcf7-list-item-label {
  font-weight: 400;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=text],
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=email],
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=tel],
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=url],
#container .content-wrapper.form-centered .left-column .page-content .form-group select,
#container .content-wrapper.form-centered .left-column .page-content .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #f9f9f9;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=text]:focus,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=email]:focus,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=tel]:focus,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=url]:focus,
#container .content-wrapper.form-centered .left-column .page-content .form-group select:focus,
#container .content-wrapper.form-centered .left-column .page-content .form-group textarea:focus {
  border-color: #B0C930;
  outline: none;
  box-shadow: 0 0 0 3px rgba(176, 201, 48, 0.2);
}
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=text]::-moz-placeholder, #container .content-wrapper.form-centered .left-column .page-content .form-group input[type=email]::-moz-placeholder, #container .content-wrapper.form-centered .left-column .page-content .form-group input[type=tel]::-moz-placeholder, #container .content-wrapper.form-centered .left-column .page-content .form-group input[type=url]::-moz-placeholder, #container .content-wrapper.form-centered .left-column .page-content .form-group select::-moz-placeholder, #container .content-wrapper.form-centered .left-column .page-content .form-group textarea::-moz-placeholder {
  color: #aaa;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=text]::placeholder,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=email]::placeholder,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=tel]::placeholder,
#container .content-wrapper.form-centered .left-column .page-content .form-group input[type=url]::placeholder,
#container .content-wrapper.form-centered .left-column .page-content .form-group select::placeholder,
#container .content-wrapper.form-centered .left-column .page-content .form-group textarea::placeholder {
  color: #aaa;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group textarea {
  min-height: 150px;
  resize: vertical;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .tasting-booth-text {
  font-size: 0.8rem;
  margin: 0.5rem 1rem 1.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes,
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes .checkbox-item,
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options .checkbox-item {
  display: flex;
  align-items: center;
  min-width: 150px;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes .checkbox-item input[type=radio],
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes .checkbox-item input[type=checkbox],
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options .checkbox-item input[type=radio],
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options .checkbox-item input[type=checkbox] {
  margin-right: 0.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes .checkbox-item label,
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options .checkbox-item label {
  margin-bottom: 0;
  font-weight: normal;
}
#container .content-wrapper.form-centered .left-column .page-content .form-group .category-checkboxes .checkbox-item label::after,
#container .content-wrapper.form-centered .left-column .page-content .form-group .requirement-options .checkbox-item label::after {
  content: none;
}
#container .content-wrapper.form-centered .left-column .page-content .form-submit-area {
  text-align: center;
  margin-top: 3rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-submit-area p {
  color: white;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
#container .content-wrapper.form-centered .left-column .page-content .form-submit-area p .arrow {
  display: inline-block;
  margin-left: 0.5rem;
}
#container .content-wrapper.form-centered .left-column .page-content .form-submit-area p:hover {
  opacity: 0.9;
}

.form-error-message {
  color: #e6322f;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
  padding: 0.5rem;
  background-color: rgba(230, 50, 47, 0.1);
  border-radius: 4px;
}

/* プレースホルダーオプション（最初の選択肢）のスタイル */
select option:first-child {
  color: #999;
  /* グレー色 */
}

/* 選択されていない時のセレクトボックス（プレースホルダー表示時） */
select.wpcf7-form-control {
  color: #999;
  /* グレー色 */
}

/* 何か選択された時のセレクトボックスとオプション */
select.wpcf7-form-control:not(:invalid) {
  color: #333;
  /* 通常のテキスト色 */
}

@media (max-width: 768px) {
  #container .content-wrapper.form-centered .left-column {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #container .content-wrapper .left-column .page-content .form-group .category-checkboxes .checkbox-item,
  #container .content-wrapper .left-column .page-content .form-group .requirement-options .checkbox-item {
    min-width: 100%;
  }
  #container .content-wrapper .left-column .page-content .form-submit-area .submit-button {
    width: 100%;
    padding: 1rem;
  }
}
/* サンクスページのスタイル */
.thanks-message {
  max-width: 800px;
  margin: 4rem auto;
  padding: 3rem;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.thanks-message h2 {
  color: #1D4896;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.thanks-message p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: #333;
}

.back-to-home {
  margin-top: 3rem;
}

.home-button {
  display: inline-block;
  background-color: #1F4894;
  color: white;
  padding: 0.8rem 2.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.home-button:hover {
  background-color: #1F4894;
  text-decoration: none;
  color: white;
}

/* レスポンシブ対応 */
@media (max-width: 780px) {
  .thanks-message {
    padding: 2rem 1.5rem;
    margin: 2rem 1rem;
  }
  .thanks-message h2 {
    font-size: 1.7rem;
  }
}
.wpcf7-spinner {
  display: none;
}

.request-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.request-title a {
  color: #1D4896;
  text-decoration: underline;
  font-weight: bold;
}
.request-title a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.form-helper-text {
  font-size: 0.85em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 1rem;
}

.backgroundgreen {
  background-color: #B0C930;
}

/* 準備中ページのスタイル */
.coming-soon-section {
  text-align: center;
  padding: 3rem 1rem;
  margin: 2rem 0;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.coming-soon-section .coming-soon-message h2 {
  font-size: 1.8rem;
  color: #1D4896;
  margin-bottom: 1.5rem;
}
.coming-soon-section .coming-soon-message p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
.coming-soon-section .coming-soon-message span {
  font-weight: bold;
  color: red;
}
.coming-soon-section .contact-info {
  font-weight: bold;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.coming-soon-section .back-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.coming-soon-section .back-buttons .back-home-button, .coming-soon-section .back-buttons .entry-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.coming-soon-section .back-buttons .back-home-button:hover, .coming-soon-section .back-buttons .entry-button:hover {
  opacity: 0.8;
}
.coming-soon-section .back-buttons .back-home-button {
  background-color: #1D4896;
  color: white;
}
.coming-soon-section .back-buttons .entry-button {
  background-color: #B0C930;
  color: white;
}

@media (max-width: 768px) {
  .coming-soon-section {
    padding: 2rem 0.5rem;
  }
  .coming-soon-section .back-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .coming-soon-section .back-buttons .back-home-button, .coming-soon-section .back-buttons .entry-button {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.news-archive-list {
  margin-bottom: 3rem;
}
.news-archive-list .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-archive-list .news-list .news-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.news-archive-list .news-list .news-item:first-child {
  padding-top: 0;
}
.news-archive-list .news-list .news-item .date {
  display: block;
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.news-archive-list .news-list .news-item .news-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.news-archive-list .news-list .news-item .news-title a {
  color: #1D4896;
  text-decoration: none;
}
.news-archive-list .news-list .news-item .news-title a:hover {
  text-decoration: underline;
}
.news-archive-list .news-list .news-item .news-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.news-archive-list .news-list .news-item .news-excerpt p {
  margin: 0;
}
.news-archive-list .no-posts {
  padding: 2rem;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin: 2rem 0;
}
.news-archive-list .no-posts p {
  color: #666;
  font-size: 1.1rem;
}
.news-archive-list .pagination {
  margin-top: 2rem;
  text-align: center;
}
.news-archive-list .pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #1D4896;
  background-color: #fff;
}
.news-archive-list .pagination .page-numbers.current {
  background-color: #1D4896;
  color: white;
  border-color: #1D4896;
}
.news-archive-list .pagination .page-numbers:hover:not(.current) {
  background-color: #f5f5f5;
}

.news-single-article {
  padding: 0.5rem 0 2rem;
}
.news-single-article .news-meta-header {
  margin-bottom: 2.5rem;
}
.news-single-article .news-meta-header .news-date {
  display: block;
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.news-single-article .news-meta-header .news-post-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1D4896;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-single-article .news-post-content {
  margin-bottom: 3rem;
}
.news-single-article .news-post-content p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.news-single-article .news-post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.news-single-article .news-post-content h2, .news-single-article .news-post-content h3, .news-single-article .news-post-content h4 {
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.news-single-article .news-post-content h2 {
  font-size: 1.5rem;
  color: #1D4896;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.news-single-article .news-post-content h3 {
  font-size: 1.3rem;
}
.news-single-article .news-post-content h4 {
  font-size: 1.1rem;
}
.news-single-article .news-post-content ul, .news-single-article .news-post-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.news-single-article .news-post-content ul li, .news-single-article .news-post-content ol li {
  margin-bottom: 0.5rem;
}
.news-single-article .news-meta-footer {
  margin-top: 3rem;
}
.news-single-article .news-meta-footer .news-post-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.news-single-article .news-meta-footer .news-post-navigation .news-prev-post, .news-single-article .news-meta-footer .news-post-navigation .news-next-post {
  max-width: 45%;
}
.news-single-article .news-meta-footer .news-post-navigation a {
  color: #1D4896;
  text-decoration: none;
}
.news-single-article .news-meta-footer .news-post-navigation a:hover {
  text-decoration: underline;
}
.news-single-article .news-meta-footer .news-archive-link {
  text-align: center;
  margin-top: 2.5rem;
}
.news-single-article .news-meta-footer .news-archive-link a {
  display: inline-block;
  background-color: #1D4896;
  color: white;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.news-single-article .news-meta-footer .news-archive-link a:hover {
  background-color: #15336b;
}

@media (max-width: 768px) {
  .news-archive-list .news-list .news-item .news-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .news-single-article .news-meta-header .news-post-title {
    font-size: 1.6rem;
  }
  .news-single-article .news-meta-footer .news-post-navigation {
    flex-direction: column;
    gap: 1rem;
  }
  .news-single-article .news-meta-footer .news-post-navigation .news-prev-post, .news-single-article .news-meta-footer .news-post-navigation .news-next-post {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .news-archive-list .news-list .news-item .news-title {
    font-size: 1.1rem;
  }
  .news-single-article .news-meta-header .news-post-title {
    font-size: 1.4rem;
  }
}
.exhibitor-search-form {
  background-color: #f5f9e9;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.exhibitor-search-form .search-form .search-row {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .exhibitor-search-form .search-form .search-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.exhibitor-search-form .search-form .search-row .search-label {
  width: 150px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .exhibitor-search-form .search-form .search-row .search-label {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.exhibitor-search-form .search-form .search-row .category-filter {
  flex: 1;
}
.exhibitor-search-form .search-form .search-row .category-filter .industry-dropdown {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}
.exhibitor-search-form .search-form .search-row .category-filter .industry-dropdown:focus {
  outline: none;
  border-color: #1D4896;
  box-shadow: 0 0 3px rgba(29, 72, 150, 0.2);
}
.exhibitor-search-form .search-form .search-row .category-filter .category-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.exhibitor-search-form .search-form .search-row .category-filter .category-item input[type=checkbox] {
  margin-right: 5px;
}
.exhibitor-search-form .search-form .search-row .category-filter .category-item:hover {
  background-color: #f0f0f0;
}
.exhibitor-search-form .search-form .search-row .keyword-search {
  flex: 1;
}
.exhibitor-search-form .search-form .search-row .keyword-search input[type=text] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}
.exhibitor-search-form .search-form .search-button {
  text-align: center;
  margin-top: 1.5rem;
}
.exhibitor-search-form .search-form .search-button button {
  background-color: #D71627;
  color: white;
  border: none;
  padding: 0.7rem 2rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.exhibitor-search-form .search-form .search-button button:hover {
  background-color: #a9111f;
}

.exhibitor-tabs {
  display: flex;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.exhibitor-tabs .tab {
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.exhibitor-content,
.buyer-content {
  display: none;
}
.exhibitor-content.active,
.buyer-content.active {
  display: block;
}

.exhibitor-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.exhibitor-table th,
.exhibitor-table td {
  border: 1px solid #ddd;
  padding: 1rem;
}
@media (max-width: 768px) {
  .exhibitor-table th,
  .exhibitor-table td {
    padding: 0.8rem 0.5rem;
  }
}
.exhibitor-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.exhibitor-table .exhibitor-name {
  width: 25%;
}
.exhibitor-table .exhibitor-name a {
  font-weight: bold;
  color: #1D4896;
  text-decoration: none;
  font-size: 1.1rem;
}
.exhibitor-table .exhibitor-name a:hover {
  text-decoration: underline;
}
.exhibitor-table .exhibitor-name .industry-category {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #666;
}
.exhibitor-table .exhibitor-business {
  width: 65%;
}
.exhibitor-table .exhibitor-booth {
  width: 10%;
  text-align: center;
}
@media (max-width: 768px) {
  .exhibitor-table .exhibitor-booth {
    text-align: left;
    height: 60px;
}
}
.exhibitor-table .no-exhibitors {
  text-align: center;
  padding: 2rem;
}
.exhibitor-table .no-exhibitors p {
  color: #666;
}
@media (max-width: 768px) {
  .exhibitor-table {
    font-size: 0.9rem;
  }
  .exhibitor-table th {
    font-size: 0.8rem;
  }
  .exhibitor-table .exhibitor-name {
    width: 30%;
  }
  .exhibitor-table .exhibitor-name a {
    font-size: 1rem;
  }
  .exhibitor-table .exhibitor-business {
    width: 55%;
  }
  .exhibitor-table .exhibitor-booth {
    width: 15%;
  }
}
@media (max-width: 576px) {
  .exhibitor-table {
    display: block;
  }
  .exhibitor-table thead,
  .exhibitor-table tbody,
  .exhibitor-table th,
  .exhibitor-table td,
  .exhibitor-table tr {
    display: block;
  }
  .exhibitor-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .exhibitor-table tr {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
  }
  .exhibitor-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .exhibitor-table td:before {
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .exhibitor-table td:nth-of-type(1):before {
    content: "出展者名";
  }
  .exhibitor-table td:nth-of-type(2):before {
    content: "事業内容";
  }
  .exhibitor-table td:nth-of-type(3):before {
    content: "小間";
  }
  .exhibitor-table .exhibitor-name,
  .exhibitor-table .exhibitor-business,
  .exhibitor-table .exhibitor-booth {
    width: 100%;
  }
}

.pagination {
  text-align: center;
  margin: 2rem 0;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #1D4896;
}
.pagination .page-numbers.current {
  background-color: #1D4896;
  color: white;
  border-color: #1D4896;
}
.pagination .page-numbers:hover:not(.current) {
  background-color: #f5f5f5;
}

.exhibitor-title-area {
  margin-bottom: 2rem;
}
.exhibitor-title-area .exhibitor-title {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.exhibitor-title-area .booth-number-badge {
  display: inline-block;
  background-color: #f5f9e9;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.exhibitor-title-area .booth-number-badge span {
  color: #D71627;
  margin-right: 0.5rem;
}
.exhibitor-title-area .booth-notice {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}
.exhibitor-title-area .company-catchphrase {
  font-size: 1rem;
}

.exhibitor-pr {
  margin-bottom: 3rem;
  line-height: 1.6;
}
.exhibitor-pr p {
  margin-bottom: 1rem;
}

.company-info-section,
.exhibitor-gallery-section,
.business-description-section,
.social-media-section {
  margin-bottom: 3rem;
}
.company-info-section h2,
.exhibitor-gallery-section h2,
.business-description-section h2,
.social-media-section h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1D4896;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.business-description-section {
  width: 100%;
  clear: both;
}

.company-details {
  width: 100%;
  border-collapse: collapse;
}
.company-details th,
.company-details td {
  padding: 1rem;
  border: 1px solid #ddd;
  line-height: 1.5;
}
.company-details th {
  width: 25%;
  background-color: #f5f5f5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .company-details th {
    width: 30%;
  }
}
.company-details a {
  color: #1D4896;
  text-decoration: none;
}
.company-details a:hover {
  text-decoration: underline;
}

.exhibitor-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .exhibitor-gallery {
    grid-template-columns: 1fr;
  }
}
.exhibitor-gallery .gallery-item {
  border: 1px solid #eee;
  padding: 1rem;
}
.exhibitor-gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.8rem;
}
.exhibitor-gallery .gallery-item .caption {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.business-description {
  line-height: 1.7;
  margin-bottom: 2rem;
  /* 折り返し対応の追加プロパティ */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  /* 必要に応じて break-word に変更 */
  max-width: 100%;
  box-sizing: border-box;
}
.business-description p {
  margin-bottom: 1rem;
  /* pタグ内でも確実に折り返すように */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  /* 日本語の場合は break-word の方が自然 */
}

.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  margin-bottom: 0.8rem;
}
.social-links li a {
  color: #1D4896;
  text-decoration: none;
}
.social-links li a:hover {
  text-decoration: underline;
}

.back-to-list {
  text-align: center;
  margin: 3rem 0;
}
.back-to-list a {
  display: inline-block;
  background-color: #1D4896;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
.back-to-list a:hover {
  background-color: #15336b;
}

.list-container {
  display: block;
}

.buyer-list .exhibitor-business a {
  color: #1D4896;
  text-decoration: none;
}
.buyer-list .exhibitor-business a:hover {
  text-decoration: underline;
}

.buyer-search-form {
  background-color: #f5f5f5;
}

.industry-category {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.industry-category .category-tag {
  display: inline-flex;
  align-items: center;
  background-color: #f5f9e9;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
}
.industry-category .category-tag .icon {
  margin-right: 0.3rem;
  width: 12px;
  height: 12px;
}

.exhibitor-pr {
  margin-bottom: 3rem;
  line-height: 1.6;
}
.exhibitor-pr p {
  margin-bottom: 1rem;
}

.company-gallery,
.business-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .company-gallery,
  .business-gallery {
    grid-template-columns: 1fr;
  }
}
.company-gallery .gallery-item,
.business-gallery .gallery-item {
  border: 1px solid #eee;
  padding: 1rem;
}
.company-gallery .gallery-item img,
.business-gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.8rem;
}
.company-gallery .gallery-item .caption,
.business-gallery .gallery-item .caption {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.business-gallery {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  .business-gallery {
    grid-template-columns: 1fr;
  }
}

.industry-category {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.industry-category p {
  margin: 0;
}

@media (max-width: 768px) {
  .industry-category {
    font-size: 0.75rem;
  }
  .industry-category .category-tag {
    padding: 0.1rem 0.4rem;
    font-size: 0.7rem;
  }
}
/* 出展者編集フォーム用スタイル */
.exhibitor-selector {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f5f9e9;
  border-radius: 5px;
}

.exhibitor-selector label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.exhibitor-selector select {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}

.exhibitor-update-success {
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.exhibitor-edit-error {
  background-color: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.exhibitor-edit-login-required {
  background-color: #fff3cd;
  color: #856404;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.exhibitor-edit-form {
  margin-top: 30px;
}

.exhibitor-edit-form h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1D4896;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.form-section {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
}

.form-section h3 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 15px;
  color: #1D4896;
}

.form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=url],
.form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-row textarea {
  min-height: 100px;
}

.form-row .description {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 0.9em;
}

.form-submit {
  text-align: center;
}

.exhibitor-image-upload,
.exhibitor-view-link {
  margin-top: 30px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  text-align: center;
}

.exhibitor-view-link a {
  margin-top: 10px;
}

/* タブレット以下のレスポンシブ対応 */
@media (max-width: 768px) {
  .form-section {
    padding: 15px;
  }
  .form-row input[type=text],
  .form-row input[type=email],
  .form-row input[type=url],
  .form-row textarea {
    padding: 8px;
  }
}
.buyer-desired-service {
  margin-bottom: 3rem;
}
.buyer-desired-service h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1D4896;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.buyer-desired-service .desired-service-content {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 5px;
  line-height: 1.6;
}
.buyer-desired-service .desired-service-content p {
  margin-bottom: 1rem;
}
.buyer-desired-service .desired-service-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .buyer-desired-service .desired-service-content {
    padding: 1rem;
  }
}

.backgroundRedTab {
  color: white;
  background-color: #D71627;
  border-radius: 1rem 1rem 0 0;
}

.backgroundblueTab {
  color: white;
  background-color: #1D4896;
  border-radius: 1rem 1rem 0 0;
}

.search-button02 {
  text-align: center;
  margin-top: 1.5rem;
}
.search-button02 button {
  background-color: #1D4896;
  color: white;
  border: none;
  padding: 0.7rem 2rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.search-button02 button:hover {
  background-color: #15336b;
}

footer {
  flex-shrink: 0;
  background-color: #D81920;
  color: white;
  padding: 2rem 0;
  display: flex;
  justify-content: space-around;
  align-items: top;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
  }
}
footer .footer01 {
  text-align: left;
}
@media (max-width: 768px) {
  footer .footer01 {
    text-align: center;
  }
}
footer .footer01 .footer-logo {
  margin-bottom: 1rem;
}
footer .footer01 .footer-logo img {
  max-width: 500px;
  height: auto;
  padding: 0 1rem;
}
footer .footer01 .footer-info {
  margin-bottom: 1.5rem;
}
footer .footer01 .footer-info p {
  margin: 5px 0;
  font-size: 0.9rem;
}
footer .footer01 .footer-info span {
  font-size: 1.2rem;
}
footer .footer01 .footer-info .borderLine {
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
  max-width: 200px;
}
@media (max-width: 768px) {
  footer .footer01 .footer-info .borderLine {
    margin: 0 auto;
  }
}
footer .footer02 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .footer02 {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer .footer02 .footer-nav {
    display: none;
  }
}
footer .footer02 .footer-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
footer .footer02 .footer-nav ul li {
  margin: 0 0.6rem;
  position: relative;
  padding-left: 1.2rem;
}
footer .footer02 .footer-nav ul li::before {
  content: "▶";
  position: absolute;
  left: 11%;
  top: 14%;
  color: white;
}
footer .footer02 .footer-nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
footer .footer02 .footer-nav ul li:hover {
  background-color: #294197;
  color: white;
}
footer .footer02 .buttonBox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  footer .footer02 .buttonBox {
    width: 300px;
  }
}
footer .footer02 .buttonBox .button01,
footer .footer02 .buttonBox .button02 {
  width: 100%;
  max-width: 400px;
  background-color: #B0C930;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
footer .footer02 .buttonBox .button01:nth-child(2),
footer .footer02 .buttonBox .button02:nth-child(2) {
  background-color: #294197;
}
footer .footer02 .buttonBox .button01 img,
footer .footer02 .buttonBox .button02 img {
  max-width: 30px;
  margin-left: 1rem;
}
footer .footer02 .buttonBox .button01 a,
footer .footer02 .buttonBox .button02 a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  margin-left: 1rem;
  padding: 1rem 1.5rem;
}
footer .footer02 .topLink {
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: end;
}
footer .footer02 .topLink a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
footer .footer02 .topLink a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 5px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
footer .footer02 .topLink a .text {
  font-weight: bold;
  letter-spacing: 1px;
}
footer .footer02 .topLink a:hover .arrow {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-5px);
}

body {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

/* 他のウェイトは必要な要素ごとに個別に指定 */
.font-light {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-medium {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-demibold {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-bold {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }
}
.content-wrapper .main-content {
  flex: 1;
  max-width: calc(100% - 380px);
}
@media (max-width: 768px) {
  .content-wrapper .main-content {
    max-width: 100%;
  }
}

#container .common-sidebar {
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  z-index: 10;
}

#news-section .common-sidebar {
  position: static;
  align-self: auto;
}

.common-sidebar {
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .common-sidebar {
    margin-top: 3rem;
    max-width: 100%;
    position: static;
  }
}
.common-sidebar .search-exhibitor {
  margin: 0rem 0rem 2rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 100%;
}
.common-sidebar .search-exhibitor h3 {
  background-color: #D71627;
  color: white;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.common-sidebar .search-exhibitor form {
  padding: 0 1rem 1rem;
}
.common-sidebar .search-exhibitor form label {
  display: block;
  color: #333;
  font-size: 14px;
  margin: 1rem 0;
}
.common-sidebar .search-exhibitor form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.common-sidebar .search-exhibitor form .form-row .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-sidebar .search-exhibitor form .form-row .checkbox-group input[type=checkbox] {
  display: none;
}
.common-sidebar .search-exhibitor form .form-row .checkbox-group input[type=checkbox]:checked + label {
  background-color: #e0e0e0;
}
.common-sidebar .search-exhibitor form .form-row .checkbox-group .category-label {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.7rem;
  cursor: pointer;
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}
.common-sidebar .search-exhibitor form .form-row .checkbox-group .category-label:hover {
  background-color: #e8e8e8;
}
.common-sidebar .submit-button {
  display: inline-block;
  background-color: #D71627;
  color: white;
  padding: 8px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.common-sidebar .submit-button .arrow {
  display: inline-block;
  margin-left: 5px;
}
.common-sidebar .submit-button:hover {
  opacity: 0.8;
}
.common-sidebar .banner-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.common-sidebar .banner-area .banner-box {
  margin-bottom: 20px;
  max-width: 350px;
}
.common-sidebar .banner-area .banner-box p {
  margin: 0;
}
.common-sidebar .industry-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-size: 14px;
  margin-bottom: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.common-sidebar .industry-select:hover {
  background-color: #e8e8e8;
}
.common-sidebar .industry-select:focus {
  outline: none;
  border-color: #D71627;
}
.common-sidebar .sideform-submit {
  margin-bottom: 15px;
}
.common-sidebar .sideform-submit button.submit-button {
  display: inline-block;
  background-color: #D71627;
  color: white;
  padding: 8px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.common-sidebar .sideform-submit button.submit-button:hover {
  opacity: 0.8;
}
.common-sidebar .industry-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
}
.common-sidebar .industry-select:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.common-sidebar .industry-select:focus {
  outline: none;
  border-color: #D71627;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(215, 22, 39, 0.1);
}
.common-sidebar .industry-select option:first-child {
  color: #777;
}
.common-sidebar .industry-select option {
  padding: 8px;
  background-color: #fff;
  color: #333;
}
.common-sidebar label {
  display: block;
  color: #333;
  font-size: 14px;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
}
.common-sidebar label::after {
  content: "↓";
  margin-left: 5px;
  color: #D71627;
  font-size: 12px;
}
.common-sidebar .submit-button {
  display: inline-block;
  background-color: #D71627;
  color: white;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.common-sidebar .submit-button .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.common-sidebar .submit-button:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.common-sidebar .submit-button:hover .arrow {
  transform: translateX(3px);
}

img {
  width: 100%;
}

.none {
  display: none;
}

/* buyerアーカイブだけ4列幅を適用（他ページは触らない） */
body.post-type-archive-buyer .exhibitor-table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
}

/* buyerアーカイブ：商談希望業種セル（td.exhibitor-desired）内部の“余計な線”だけ無効化
   ※ セル自体の枠線は触らない（子要素と疑似要素だけを対象） */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired * ,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired *::before,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired *::after{
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  outline: none !important;
}

/* 段落の余白が段差に見える対策（中身が p のとき） */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired p{
  margin: 0 !important;
  padding: 0 !important;
}


/* 既存の3列用 width を無効化（このページだけ） */
body.post-type-archive-buyer .exhibitor-table th.exhibitor-name,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-name,
body.post-type-archive-buyer .exhibitor-table th.exhibitor-business,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-business,
body.post-type-archive-buyer .exhibitor-table th.exhibitor-desired,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired,
body.post-type-archive-buyer .exhibitor-table th.exhibitor-booth,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-booth{
  width:auto !important;
}

/* 列幅（colgroupに対応） */
body.post-type-archive-buyer .exhibitor-table col.col-name    { width:24%; min-width:14rem; }
body.post-type-archive-buyer .exhibitor-table col.col-intro   { width:52%; }
body.post-type-archive-buyer .exhibitor-table col.col-desired { width:24%; min-width:9rem; }
body.post-type-archive-buyer .exhibitor-table col.col-booth   { width:0%;  min-width:0rem; }

/* 文字折り返しなど（任意） */
body.post-type-archive-buyer .exhibitor-table td{
  overflow-wrap:anywhere; 
  word-break:break-word;
}

/* バイヤー名は折り返し表示にする */
body.post-type-archive-buyer .exhibitor-table .exhibitor-name a{
  display:block;          /* 必要ならそのまま */
  white-space: normal;    /* ← nowrap解除 */
  overflow: visible;      /* ← 隠さない */
  text-overflow: clip;    /* ← 省略記号をやめる（unsetでも可） */
  /* 保険で */
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 商談希望業種は従来どおり1行省略のまま */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired .desired-text{
  display:block; 
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

/* 既存のこれ（小間番号など）はそのまま */
body.post-type-archive-buyer .exhibitor-table .exhibitor-booth{
  text-align:center; 
  white-space:nowrap;
}


/* ▼▼ ここを buyerアーカイブ用の指定（今のブロック）の直後に追記 ▼▼ */

/* 商談希望業種セル内の hr / Gutenberg セパレータの線を消す */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired hr,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired .wp-block-separator{
  border: 0 !important;           /* 線の元を無効化 */
  height: 0 !important;           /* 背景で線を作っている場合の保険 */
  background: transparent !important;
  margin: 0 !important;           /* 変な段差も消す */
  padding: 0 !important;
}

/* テーマが td 自体の ::before / ::after で飾り線を描いている場合を潰す
   ※ td 本体の border は触らないので表の罫線は残る */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired::before,
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired::after{
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}

/* 商談希望業種セルの文字を中央揃えにする */
body.post-type-archive-buyer .exhibitor-table td.exhibitor-desired {
  text-align: center;
  /*vertical-align: middle;  上寄せ防止。上下も中央にしたい場合 */
}

/* ▼ バイヤー一覧（PC表示時）だけ 24% / 52% / 24% にする */
@media (min-width: 1025px) {
  /* テーブルの列幅をcolgroupで効かせるために固定レイアウトに */
  .buyer-list .exhibitor-table {
    table-layout: fixed;
    width: 100%;
  }
  .buyer-list .exhibitor-table col.col-name    { width: 24%; }
  .buyer-list .exhibitor-table col.col-intro   { width: 52%; }
  .buyer-list .exhibitor-table col.col-desired { width: 24%; }
}

/* ▼ バイヤー一覧は小間（exhibitor-booth）は非表示にする保険
   （テンプレには無いけど、万一出ても消す） */
.buyer-list .exhibitor-table th.exhibitor-booth,
.buyer-list .exhibitor-table td.exhibitor-booth {
  display: none !important;
}