@charset "UTF-8";
.bx-wrapper img {
  max-width: auto !important;
}

.slider a {
  text-decoration: none;
}

.top_mv {
  background-image: url("../images/top/top_mv.jpg");
  background-size: cover;
  display: flex;
  width: 100%;
  height: 400px;
  min-width: 950px;
  align-items: center;
  justify-content: center;
}
.top_mv a {
  text-decoration: none;
}
.top_mv p.slide1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 80px;
  letter-spacing: 8px;
}
.top_mv p.slide1 span {
  padding: 10px;
  background-color: white;
}
.top_mv p.slide2 {
  padding: 10px;
  background-color: white;
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}

#top_catch {
  color: #3a464b;
  text-align: center;
  border-bottom: 4px solid #3a464b;
  font-size: 22px;
  margin-top: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}

.top_h3 {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  padding-bottom: 12px;
  border-bottom: 1px solid #0068B7;
  text-align: center;
}
.top_h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}
.top_h3 .u-top_h3-span {
  padding: 0 15px;
}

/* pickup
  -----------------------------------------------------------*/
.pickup {
  width: 100%;
  max-width: 950px;
  margin: 34px auto 30px;
}

.pickup__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 18px;
}

.pickup__item {
  box-sizing: border-box;
  text-align: center;
  background: url(../images/top/top_mv_light.png) no-repeat top center;
  width: calc((100% - 54px) / 3);
  height: 160px;
  border: 1px solid #0067A5;
  padding: 20px 0 26px;
}
.pickup__item a {
  text-decoration: none;
}
.pickup__item:lang(en) {
  width: calc((100% - 54px) / 4);
}

.pickup__item__regist {
  text-align: center;
  width: 100%;
  height: 80px;
  background-color: #D8232A;
  padding: 0;
  color: white;
}
.pickup__item__regist a {
  text-decoration: none;
}
.pickup__item__regist:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.pickup__title {
  color: #0067A5;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(18px, 3vw, 20px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pickup__title .fa-regular,
.pickup__title .fa-solid {
  font-size: 39px;
  color: #0067A5;
}

.pickup__title__regist {
  color: white;
  font-size: clamp(22px, 3vw, 30px);
  line-height: clamp(18px, 3vw, 20px);
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 0.1em;
}
.pickup__title__regist .fa-regular,
.pickup__title__regist .fa-solid {
  font-size: 39px;
  color: white;
  padding-right: 7px;
}

.u-pickup__title .pickup__icon {
  padding-bottom: 2px;
}

/*info_box--------------------*/
.info_list {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.info_box {
  width: 310px;
}
.info_box:nth-child(1) {
  background: url(../images/top/info_boxbg01.jpg) no-repeat center;
}
.info_box:nth-child(2) {
  background: url(../images/top/info_boxbg02.jpg) no-repeat center;
}
.info_box:nth-child(3) {
  background: url(../images/top/info_boxbg03.jpg) no-repeat center;
}
.info_box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.info_box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  /*background-color: #0068B7;*/
  background-color: #00A3DA;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.info_box-title h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.info_box-title p {
  font-size: 12px;
}

.gallery_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 32px;
}

.gallery_item {
  width: 32.5%;
  height: 158px;
}
.gallery_item:nth-child(n+4) {
  margin-top: 10px;
}

.gallery_img {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: -1;
}
.gallery_img img {
  width: 100%;
  max-height: 170px;
}

.gallery_titles {
  margin-top: -36px;
  width: 100%;
  height: 36px;
  background-color: #0068B7;
}

.gallery_title {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.solution {
  margin-top: 47px;
}

.solution_contents {
  margin-top: 20px;
}

.solution_lead {
  padding: 0 54px;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
}

.solution_image {
  margin-top: 37px;
}

.solution_more {
  width: fit-content;
  margin-left: auto;
  padding-right: 10px;
  margin-top: 20px;
}

.solution_more-btn {
  font-size: 17px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none !important;
}
.solution_more-btn .icon_blue {
  margin-left: 3px;
  vertical-align: top;
}
.solution_more-btn:hover {
  text-decoration: none;
}

div.top_box {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
}

div.top_box2 { /*overflowなし*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius-bottom-left: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius-bottomleft: 5px; /* Firefox用 */
  border-bottom-left-radius: 5px; /* CSS3草案 */
  -webkit-border-radius-bottom-right: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius-bottomright: 5px; /* Firefox用 */
  border-bottom-right-radius: 5px; /* CSS3草案 */
  position: relative;
  behavior: url(js/PIE.htc);
}

div.top_box3 {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  height: 160px;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  border-radius: 3px; /* CSS3草案 */
  position: relative;
  behavior: url(js/PIE.htc);
}

div#special_box {
  float: left;
  display: block;
  width: 240px;
  margin-right: 30px;
}

div.top_new {
  height: 127px;
  margin-top: 15px;
}

div#associate {
  width: 460px;
}

div#associate table {
  width: 100%;
}

div#associate td {
  text-align: center;
  vertical-align: middle;
}

div.top_new table {
  border-collapse: collapse;
  margin: 5px;
  width: 700px;
  border: none;
}

div.top_new th {
  vertical-align: text-top;
  padding-right: 10px;
  width: 80px;
  border: none;
}

div.top_new th p {
  width: 80px;
  font-size: 80%;
  background: #ddd;
  border: 1px solid #ccc;
  padding: 2px;
  color: #000;
  text-align: center;
  height: 15px;
  line-height: 15px;
}

div.top_new td {
  vertical-align: middle;
  width: 100%;
  font-size: 90%;
  display: block;
  border: none;
}

iframe#news {
  height: 100%;
  width: 728px;
  border: none;
}

.colorRed a:link {
  color: #ff0000;
}

.colorRed a:visited {
  color: #ff0000;
}

.colorRed a:hover {
  color: #F66;
}

.colorRed a:active {
  color: #ff0000;
}

/*来場ありがとうございました*/
div.finish {
  width: 350px;
  display: block;
  float: left;
}

table.table01_n {
  border: 1px solid #ccc;
  border-collapse: separate;
  width: 100%;
}

.table01_n th {
  padding: 0px;
  color: #333;
  white-space: nowrap;
  border: 1px solid #ccc;
  background: url(../images/common/th_bg01.gif) repeat-x bottom;
  background-color: #d6ebf5;
}

.table01_n td {
  padding: 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: url(../images/common/td_bg01.gif) repeat-x bottom;
}

/*スライドショー*/
div#jq_fmslideshow {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
}

#jq_fmslideshow #fmslideshow .textBg {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

div.text_area {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
  padding: 10px;
  width: 730px;
  _width: 710px;
}

span.title_text {
  font-size: 190%;
  line-height: 140%;
  color: #004471;
  padding: 5px 10px 10px 10px;
  font-weight: bold;
  display: block;
}

p.text {
  line-height: 120%;
  font-size: 100%;
  display: block;
  width: 710px;
}

.dotted_line {
  background: url(../images/common/dotline.gif) repeat-x center;
  height: 10px;
  width: 100%;
}

.w230 {
  width: 230px;
  float: left;
}

table.logo td {
  padding: 0 10px;
}

iframe#exhibitors {
  height: 160px;
  width: 725px;
  border: none;
  padding-left: 3px;
}

div#syusai {
  /*position:absolute;
  bottom:0;
  }*/
  /*主催・共催関連展示会フッタ寄り固定のための設定*/
}

div#column {
  clear: both;
  margin: 10px 0 40px 0;
  position: relative;
}

div.associate table {
  width: 100%;
}

div.associate table td {
  text-align: center;
}

div#slider1 {
  width: 730px;
  margin-right: 0;
  display: table;
}

div#slider1.slider_inner {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  position: relative;
}

div#slider2 {
  width: 730px;
  margin-right: 0;
  display: table;
}

.insight_top_title {
  color: #004471;
  font-weight: bold;
  font-size: 110%;
  background: url(../images/top/arrow01.gif) no-repeat left center;
  padding-left: 15px;
}

.insight_top_title a {
  color: #004471;
}

div#insight_box {
  border: 1px solid #ccc;
  overflow-y: scroll;
  padding: 10px;
  height: 350px;
}

span.more {
  color: #004471;
  font-weight: bold;
}

p.insight_top_text {
  margin-top: 5px;
  font-size: 90%;
  line-height: 120%;
}

td#theday_bg {
  background-color: #BBE1ED;
  width: 400px;
  padding: 0 30px;
}

td#theday_left {
  padding-right: 20px;
}

td#theday_bg p.title {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  color: #004471;
}

dl.dl01 {
  line-height: 150%;
  font-size: 90%;
  margin-top: 10px;
}

dl.dl01 dt {
  background: url(../images/common/listmark01.gif) no-repeat 0 0.5em;
  font-weight: bold;
  padding-left: 10px;
  float: left;
  clear: left;
  display: block;
  margin-bottom: 5px;
  width: 90px;
}

dl.dl01 dd {
  float: left;
  display: block;
  margin-bottom: 5px;
  width: 300px;
}

p.thanks_message {
  background-color: #CC0920;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

table.top_slide_table1 td {
  width: 20%;
  vertical-align: text-top;
}

table.top_slide_table1 th, table.top_slide_table2 th, table.top_slide_table3 th, table.top_slide_table4 th {
  white-space: normal;
  vertical-align: text-top;
}

p.top_slide_title {
  margin-top: 20px;
  background-color: #004471;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 140%;
  height: 60px;
  line-height: 60px;
}

p.top_slide_title_2line {
  margin-top: 20px;
  background-color: #004471;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 140%;
  height: 60px;
  line-height: 30px;
}

p.top_slide_title a, p.top_slide_title_2line a {
  color: white;
}

p.top_slide_name {
  font-size: 90%;
}

table.top_slide_table2 td {
  width: 25%;
  vertical-align: text-top;
}

table.top_slide_table3 td {
  width: 16.6%;
  vertical-align: text-top;
}

table.top_slide_table4 td {
  width: 14.2%;
  vertical-align: text-top;
}

td.top_slide_session_large {
  text-align: center;
  line-height: 140%;
}

td.top_slide_session_large a {
  color: #004471;
}

td.top_maintheater {
  background-color: #005293;
  text-align: center;
  font-weight: bold;
  color: white;
  background-image: none;
  vertical-align: middle;
}

td.top_robotics {
  background-color: #6C1868;
  text-align: center;
  font-weight: bold;
  color: white;
  background-image: none;
  vertical-align: middle;
}

#event_logo {
  margin-top: 34px;
}

#event_logo ul {
  display: table;
  width: 100%;
}

#event_logo ul li {
  display: table-cell;
  vertical-align: middle;
  width: 33.3%;
  height: 44px;
  padding: 10px 0;
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#event_logo ul li:first-child {
  border-left: none;
}

#event_logo ul li img {
  display: block;
  margin: 0 auto;
}

.event_logo_texts {
  font-size: 18px;
  font-weight: 700;
  color: #0067A5;
}

.event_logo_text {
  text-align: center;
  line-height: 1.25em;
}
.event_logo_text .small {
  font-size: 14px;
}
.event_logo_text .large {
  font-size: 22px;
}

.border_top {
  border-top: 2px dotted #0067A5;
  border-left: 2px dotted #0067A5;
  border-right: 2px dotted #0067A5;
  border-radius: 3px;
}

.border_bottom {
  border-bottom: 2px dotted #0067A5;
  border-left: 2px dotted #0067A5;
  border-right: 2px dotted #0067A5;
  border-radius: 3px;
}

p#covid a {
  background-color: #D8232A;
  display: block;
  height: 50px;
  color: white;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
}

/*appli*/
div#appli-box {
  margin-top: 60px;
  border: 2px solid #D8232A;
  border-radius: 10px;
  padding: 10px;
}
div#appli-box p#appli-ttl {
  text-align: center;
  background-color: white;
  color: #D8232A;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  width: 500px;
  margin: -30px auto 0;
}
div#appli-box p#appli-ttl span {
  font-size: 20px;
}
div#appli-box div#appli-left {
  margin-top: 20px;
  float: left;
  width: 60%;
}
div#appli-box div#appli-left img {
  width: 100%;
}
div#appli-box div#appli-right {
  margin-top: 20px;
  float: right;
  width: 35%;
}
div#appli-box div#appli-right ul {
  color: #0168b7;
  font-size: 16px;
}
div#appli-box div#appli-right ul li {
  list-style-type: disc;
  line-height: 28px;
}
div#appli-box a#appli-btn {
  background-color: #D8232A;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  margin: 20px auto 0;
  width: 300px;
  display: block;
}

/*top exhibitor-slider*/
p#exhibitor-pickup-titile {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  background-color: #00A9B1;
  padding: 2px;
}

div#exhibitor-slider-wrapper .bx-wrapper .bx-controls-direction a {
  top: 112%;
}

div#exhibitor-slider-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border: 2px solid #00A9B1;
}

div#exhibitor-slider-wrapper div.bx-wrapper div.bx-controls {
  padding-top: 20px;
}

div#exhibitor-pickup-slider img {
  width: 130px;
  height: 70px;
  object-fit: contain;
}

/*wovn*/
div.top_flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}

div.top_flexbox a.top_btn {
  height: 110px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

div.top_flexbox a.top_btn i {
  font-size: 40px;
  padding-top: 10px;
}

div.top_flexbox a.top_regist_btn {
  width: 356px;
  background-color: #D8232A;
}

div.top_flexbox a.top_layout_btn {
  width: 356px;
  background-color: #012060;
}

div.top_flexbox a.top_outline_btn {
  width: 356px;
  background-color: #01afec;
}

div.top_flexbox a.top_seminar_btn {
  width: 356px;
  background-color: #01afec;
}

div.top_flexbox a.top_exhibitorlist_btn {
  width: 356px;
  background-color: #0168b7;
}

div.top_flexbox a.top_productsearch_btn {
  width: 356px;
  background-color: #00a89b;
}

div.top_flexbox a.top_solution_btn {
  width: 356px;
  background-color: #0168b7;
  position: relative;
  line-height: 26px;
}

div.top_flexbox a.top_next_btn {
  width: 356px;
  background-color: #00a89b;
  font-size: 22px;
  line-height: 26px;
}

div.top_flexbox a.top_application_btn {
  width: 356px;
  background-color: #a0c923;
  font-size: 22px;
  line-height: 26px;
}

div.top_flexbox a.top_report_btn {
  width: 100%;
  background-color: #0168b7;
  font-size: 22px;
  line-height: 28px;
  flex-direction: row;
  height: 60px;
}

div.top_flexbox a.top_report_btn i {
  paddingt-top: 0;
  padding-right: 10px;
  margin-bottom: 10px;
}

img#drop_left {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 40px;
}

img#drop_right {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 40px;
}