@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  line-height: 1.5;
}

.clearfix:after, body > header:after, body > footer:after, main:after, main .tags:after, main.search > .sidebar > #buyer-nav > form > fieldset:after, main.search > .sidebar > #condition > form > fieldset:after, main.search > .sidebar > #condition > form > fieldset > .radio:after, main.search > .result > .exhibitor > dl:after, main.search > .result > header:after, main.search > .result > .pager > ul:after, main.search > .result > .articles:after, main.search > .result > .articles > article:after, main.search > .result > .articles > article > h4:after, main.product:after, main.product > section address dl:after, main.product > section > ul:after, main.product > section > .product:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  line-height: 1.5;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

html {
  height: 100%;
  font-size: 10px;
  height: 100%;
  font-family: 'Noto Sans Japanese', -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  color: #303030;
  font-weight: 400;
}

body {
  -webkit-print-color-adjust: exact;
}

main {
  display: block;
}

@media print {
  @page {
    size: 210mm 297mm;
  }
}

@media screen and (min-width: 1040px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .pc-only {
    display: none !important;
  }
}

.domestic_exhibitor {
  background-color: #ff3434;
}

.foreign_exhibitor {
  background-color: #a20070;
}

.joint_exhibitor {
  background-color: #00a97a;
}

.washoku_exhibitor {
  background-color: #1293de;
}

/*
.bishoku-nominator {
    background-color: #ff4098;
}
.new-product {
    background-color: #ff9716;
}
.first-exhibit {
    background-color: #a6d000;
}
.export-available {
    background-color: #3224ff;
}
.pavilion-exhibitor {
    background-color: #a20070;
}
*/
a:link, a:visited {
  color: #ff1f1f;
  text-decoration: none;
}

a:hover {
  color: #ff881f;
}

html {
  font-family: 'Noto Sans Japanese', -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width: 1039px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0 auto;
  min-width: 300px;
}

body > header {
  border-top: 10px #E60012 solid;
  margin: 0 auto;
  padding: 5px 0;
}

body > header > aside {
  float: right;
  padding: 0 15px;
  width: 400px;
}

@media screen and (max-width: 1039px) {
  body > header > aside {
    margin-bottom: 3%;
    width: 50%;
  }
}

@media print {
  body > header > aside {
    display: none;
  }
}

body > header > aside > nav {
  text-align: right;
}

body > header > aside > nav img {
  display: inline-block;
  width: 100%;
  transition: 0.2s;
}

body > header > aside > nav img:hover {
  opacity: 0.7;
}

body > header > h1 {
  /* float: left; */
  padding: 0 10px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1039px) {
  body > header > h1 {
  width: 100%;
  text-align: center;
  }
}

body > header > h1 img {
  width: 50%;
  text-align: center;
}

body > header > #language-nav {
  float: right;
  margin-left: 16px;
  padding-right: 20px;
  vertical-align: top;
  width: 30%;
}

@media screen and (max-width: 1039px) {
  body > header > #language-nav {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
}

body > header > #language-nav > ul {
  margin-top: 50px;
}

@media screen and (max-width: 1039px) {
  body > header > #language-nav > ul {
    margin: 10px 0 20px;
  }
}

body > header > #language-nav > ul > li {
  margin-top: 5px;
}

@media screen and (max-width: 1039px) {
  body > header > #language-nav > ul > li {
    display: inline-block;
    margin-right: 10px;
  }
}

body > header > #language-nav > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #00c4ff;
  border-radius: 3px;
  transition: 0.3s;
}

@media screen and (max-width: 1039px) {
  body > header > #language-nav > ul > li > a {
    display: inline-block;
    padding-right: 15px;
  }
}

body > header > #language-nav > ul > li > a:hover {
  background-color: #ffbf4a;
}

body > header > #language-nav > ul > li > a:active {
  box-shadow: none;
}

body > header > #language-nav > ul > li > a:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 6px;
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
}

body > header > #search-nav {
  clear: both;
  padding: 10px 0;
}

body > header > #search-nav > ul {
  background-color: #fff;
  border-top: solid 3px #dc0000;
  border-bottom: solid 1px #c3c3c3;
}

body > header > #search-nav > ul > li {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1039px) {
  body > header > #search-nav > ul > li {
    width: 100%;
  }
}

body > header > #search-nav > ul > li > a {
  display: block;
  padding: 10px 50px;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fafafa;
  transition: 0.2s linear;
}

body > header > #search-nav > ul > li > a:link, body > header > #search-nav > ul > li > a:visited {
  color: #000;
}

body > header > #search-nav > ul > li > a:hover {
  background-color: #ff4545;
}

body > header > #search-nav > ul > li > a:active {
  font-size: 1.45rem;
}

body > header > #search-nav > ul > li.active > a {
  background-color: #dc0000;
  border-bottom: rgba(200, 200, 200, 0.5);
}

body > header > #search-nav > ul > li.active > a:link, body > header > #search-nav > ul > li.active > a:visited {
  color: #fff;
}

body > header > #search-nav > ul > li.active > a:hover {
  background-color: #cc0000;
}

body > header > #message {
  padding: 12px 10px;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  color: #dc0000;
  line-height: 1.5;
}

body > footer {
  margin-top: 50px;
  padding: 10px 5px 20px;
  background: #000;
}

@media screen and (max-width: 1039px) {
  body > footer {
    padding-bottom: 15px;
  }
}

body > footer > .logo {
  float: left;
  width: 20%;
}

body > footer > .logo:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1039px) {
  body > footer > .logo {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  body > footer > .logo img {
    display: inline-block;
    width: 50%;
  }
}

body > footer > small {
  float: right;
  display: block;
  width: 50%;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 1039px) {
  body > footer > small {
    float: none;
    width: 100%;
    margin: 0 10px;
    text-align: center;
  }
}

main {
  padding: 0 15px;
  margin: 10px 0;
}

@media screen and (max-width: 1039px) {
  main {
    padding: 0 8px;
  }
}

main #button-opensidebar {
  margin: 25px auto;
  padding: 15px 10px;
  background: #09c1ca;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  width: 80%;
  border-radius: 3px;
  box-shadow: 0 1px 0 1px #cfcfcf;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

main #button-opensidebar:hover {
  background-color: #00adff;
}

main #button-opensidebar:active {
  background-color: #00adff;
  box-shadow: none;
}

main .tags {
  clear: both;
  margin: 10px 0 5px;
}

main .tags > li {
  float: left;
  padding: 6px 0;
  width: 16.6%;
  font-size: 1.2rem;
  border: solid 1px #f9f9f9;
  color: #fff;
  text-align: center;
}

main .tags > li:not(.active) {
  background-color: #d6d6d6;
}

@media screen and (max-width: 1039px) {
  main .tags > li {
    width: 50%;
    font-size: 1rem;
  }
}

main .tags > li > a:link, main .tags > li > a:visited {
  color: #fff;
  text-decoration: underline;
}

main .tags > li > a:hover {
  color: #efefef;
}

main .tags > li > a:active {
  text-decoration: none;
}

main .buttons {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

@media print {
  main .buttons {
    display: none;
  }
}

main .buttons > div {
  display: inline-block;
  margin: 4px 5px;
}

main .buttons > div a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #E60012;
  color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 0 0 #d5d5d5;
  transition: 0.2s;
}

main .buttons > div a:hover {
  padding-left: 30px;
  padding-right: 30px;
}

main .buttons > div a:active {
  box-shadow: none;
}

main .buttons > div a.favorite-exhibitor:before {
  content: '★';
  display: inline-block;
  margin-right: 10px;
}

main .buttons > div a.favorite-exhibitor.is-favorited {
  background-color: #f5b500;
  color: #fff;
}

main.search > h2 {
  margin: 20px auto 16px;
  padding: 7px 0;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  background-color: #fafafa;
  border-top: 2px solid #eaeaea;
  border-bottom: 4px solid #e8e8e8;
}

main.search > .sidebar {
  float: left;
  padding: 0 5px;
  width: 280px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1039px) {
  main.search > .sidebar {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media print {
  main.search > .sidebar {
    display: none;
  }
}

main.search > .sidebar > #buyer-nav {
  margin-bottom: 15px;
}

main.search > .sidebar > #buyer-nav > h3 {
  height: 23px;
  line-height: 23px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ff1f1f;
  box-shadow: 0 -1px 0 1px #d6d6d6;
}

main.search > .sidebar > #buyer-nav > form {
  padding: 15px 0;
  background-color: #fff;
}

main.search > .sidebar > #buyer-nav > form > p {
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

main.search > .sidebar > #buyer-nav > form > p > span {
  display: block;
}

main.search > .sidebar > #buyer-nav > form > fieldset {
  margin-bottom: -1px;
  padding: 3px 10px;
  background-color: #fff;
}

main.search > .sidebar > #buyer-nav > form > fieldset > * {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
}

main.search > .sidebar > #buyer-nav > form > fieldset > label {
  width: 80px;
  font-size: 1.3rem;
  font-weight: 600;
}

main.search > .sidebar > #buyer-nav > form > fieldset > input {
  width: 120px;
  padding: 3px 6px;
  font-size: 1.5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
}

main.search > .sidebar > #buyer-nav > form > button {
  display: block;
  margin: 15px auto;
  width: 150px;
  height: 25px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  border: none;
  background-color: #0096de;
  box-shadow: 0 1px 0 1px #cfcfcf;
  cursor: pointer;
  transition: 0.2s;
}

main.search > .sidebar > #buyer-nav > form > button:hover {
  background-color: #00adff;
}

main.search > .sidebar > #buyer-nav > form > button:active {
  margin-top: 16px;
  background-color: #00adff;
  box-shadow: none;
}

main.search > .sidebar > #condition {
  box-shadow: 0 5px 10px #c0c0c0;
  border-radius: 5px;
}

main.search > .sidebar > #condition > h3 {
  padding: 10px 15px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #001769;
  border-radius: 5px 5px 0 0;
}

main.search > .sidebar > #condition > form {
  padding: 0 10px 15px;
}

main.search > .sidebar > #condition > form > fieldset {
  margin: 20px 0;
}

main.search > .sidebar > #condition > form > fieldset > label {
  display: block;
  margin-bottom: 5px;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  border-left: 5px solid #E60012;
  color: #E60012;
}

main.search > .sidebar > #condition > form > fieldset > fieldset {
  margin: 3px 0;
}

main.search > .sidebar > #condition > form > fieldset > fieldset > label {
  display: block;
  padding: 8px 10px;
  font-size: 1.5rem;
  color: #005e8c;
  border-bottom: solid 1px #ececec;
  cursor: pointer;
}

main.search > .sidebar > #condition > form > fieldset > fieldset > label:before {
  content: '+';
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5rem;
}

main.search > .sidebar > #condition > form > fieldset > fieldset > label:hover {
  color: #0f0f0f;
}

main.search > .sidebar > #condition > form > fieldset > fieldset > label:hover {
  color: #0f0f0f;
}

main.search > .sidebar > #condition > form > fieldset > input[type='text'] {
  display: block;
  width: 90%;
  height: 35px;
  margin: 0 auto;
  padding: 3px 6px;
  font-size: 1.7rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 2px 2px #efefef;
}

main.search > .sidebar > #condition > form > fieldset > select {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0 5px;
  height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 2px 2px #efefef;
}

main.search > .sidebar > #condition > form > fieldset .checkbox {
  margin: 2px 0;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input {
  display: none;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input:checked + label:before {
  opacity: 1;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input + label {
  display: block;
  position: relative;
  padding-left: 27px;
  line-height: 24px;
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 6px;
  width: 7px;
  height: 14px;
  border-right: 5px solid #53b300;
  border-bottom: 5px solid #53b300;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
  z-index: 20;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid #dedede;
  transition: 0.2s;
  z-index: 10;
}

main.search > .sidebar > #condition > form > fieldset .checkbox > input + label:hover:after {
  border-color: #53b300;
}

main.search > .sidebar > #condition > form > fieldset > .radio {
  float: left;
  width: 100%;
}

main.search > .sidebar > #condition > form > fieldset > .radio.half {
  width: 50%;
}

main.search > .sidebar > #condition > form > fieldset > .radio.quarter {
  width: 25%;
}

main.search > .sidebar > #condition > form > fieldset > .radio > input {
  margin: 4px 0;
  width: 16px;
  height: 16px;
}

main.search > .sidebar > #condition > form > fieldset > .radio > label {
  margin-left: -16px;
  padding-left: 20px;
  width: 100%;
  line-height: 24px;
  font-size: 1.5rem;
  cursor: pointer;
}

main.search > .sidebar > #condition > form > button {
  display: block;
  margin: 30px auto;
  width: 80%;
  height: 40px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  border: none;
  background-color: #00c9ff;
  box-shadow: 0 1px 0 1px #cfcfcf;
  cursor: pointer;
  transition: 0.2s;
}

main.search > .sidebar > #condition > form > button:hover {
  background-color: #00adff;
}

main.search > .sidebar > #condition > form > button:active {
  background-color: #00adff;
  box-shadow: none;
}

main.search > .result {
  float: right;
  padding-left: 260px;;
  margin-left: -300px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1039px) {
  main.search > .result {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

@media print {
  main.search > .result {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

main.search > .result > .exhibitor {
  margin: 15px auto;
  padding: 0 10px;
}

main.search > .result > .exhibitor > dl {
  margin: 30px auto;
  background: #fff;
  box-shadow: 0 0 5px #d0d0d0;
}

main.search > .result > .exhibitor > dl > dt {
  clear: left;
  float: left;
  width: 150px;
  display: inline-block;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: -0.7px;
}

main.search > .result > .exhibitor > dl > dd {
  float: left;
  width: 100%;
  margin-left: -150px;
  padding: 10px 10px 10px 160px;
  font-size: 1.62rem;
  border-bottom: 1px dashed #e0e0e0;
}

main.search > .result > .exhibitor > .caution {
  margin: 5px 0;
  font-size: 1.3rem;
  text-align: right;
}

main.search > .result > header > p {
  margin: 8px 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

main.search > .result > header > .tag-definitions {
  margin: 13px 0;
}

main.search > .result > header > .tag-definitions > * {
  float: left;
  margin-bottom: 3px;
  min-height: 25px;
  line-height: 25px;
}

main.search > .result > header > .tag-definitions > dt {
  width: 135px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #606060;
}

@media screen and (max-width: 1039px) {
  main.search > .result > header > .tag-definitions > dt {
    width: 110px;
  }
}

main.search > .result > header > .tag-definitions > dd {
  padding: 0 4px;
  width: 225px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1039px) {
  main.search > .result > header > .tag-definitions > dd {
    margin-left: -110px;
    padding-left: 115px;
    width: 100%;
  }
}

main.search > .result > h3 {
  padding: 5px 0;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 3px double #E60012;
  color: #E60012;
  border-radius: 3px;
  margin-top: 20px;
}

.serch-title {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 3px double #000;
  color: #000;
  border-radius: 3px;
  margin-bottom: 20px;
}

main.search > .result > .found-count {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  font-weight: 400;
}

main.search > .result > .found-count > span {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.6rem;
}

main.search > .result > .pager {
  margin: 15px 0;
}

@media print {
  main.search > .result > .pager {
    display: none;
  }
}

main.search > .result > .pager > p {
  margin: 5px 0;
  font-size: 1.5rem;
}

main.search > .result > .pager > ul > li {
  float: left;
}

main.search > .result > .pager > ul > li + li {
  margin-left: 2px;
}

main.search > .result > .pager > ul > li > span,
main.search > .result > .pager > ul > li > a {
  display: block;
  padding: 5px 15px;
  margin: 0 1px;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 2px #a0a0a0;
  transition: 0.2s;
}

@media screen and (max-width: 1039px) {
  main.search > .result > .pager > ul > li > span,
  main.search > .result > .pager > ul > li > a {
    margin-bottom: 5px;
  }
}

main.search > .result > .pager > ul > li > span:hover,
main.search > .result > .pager > ul > li > a:hover {
  background-color: #00c9ff;
  color: #fff;
}

main.search > .result > .pager > ul > li > span {
  color: #0f0f0f;
}

main.search > .result > .pager > ul > li.active > span {
  margin: -3px 3px 0;
  padding: 8px 20px;
  background-color: #ff1f1f;
  font-weight: 800;
  color: #fff;
  border: none;
}

main.search > .result > .pager > ul > li.active > a {
  color: #000;
}

main.search > .result > .articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}

main.search > .result > .articles > article {
  float: left;
  width: 48%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: 0 1% 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 10px 15px #f0f0f0;
}

main.search > .result > .articles > article.exhibitor {
  float: none;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 90%;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  border: 2px solid #2A5CAA;
  border-radius: 2px;

}

main.search > .result > .articles > article.exhibitor > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main.search > .result > .articles > article.exhibitor > a:hover {
  background-color: rgba(125, 190, 228, 0.534);
  transition: 0.2s;
}

@media screen and (max-width: 1400px) {
  main.search > .result > .articles > article {
    float: none;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print {
  main.search > .result > .articles > article {
    float: none;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 90%;
    margin-right: 0;
    margin-left: 0;
  }
}

main.search > .result > .articles > article > h4 {
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  background: #2A5CAA;
}

@media screen and (max-width: 1039px) {
  main.search > .result > .articles > article > h4 {
    font-size: 1.9rem;
  }
}

main.search > .result > .articles > article > h4 > div {
  float: left;
  display: inline-block;
  font-size: 2.3rem;
}
main.search > .result > .articles > article > h4 > a:link, main.search > .result > .articles > article > h4 > a {
  color: #fff;
}
/* main.search > .result > .articles > article > h4 > a:link, main.search > .result > .articles > article > h4 > a:visited {
  color: #fff;
} */
main.search > .result > .articles > article > h4 > a:hover {
  color: #ff3434;
  transition: 0.2s;
}

main.search > .result > .articles > article > h4 > span {
  float: right;
  display: inline-block;
  margin-top: 5px;
  margin-left: 7px;
  line-height: 20px;
  padding: 1px 6px 2px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

main.search > .result > .articles > article.exhibitor > div > .exhibiting_products {
  margin: 5px 0;
  padding: 0 15px;
  font-size: 1.8rem;
}

main.search > .result > .articles > article.exhibitor > div > .exhibiting_products > span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #303030;
  border-radius: 3px;
}

main.search > .result > .articles > article.exhibitor > div > .public_relations {
  margin: 5px 0;
  padding: 0 15px;
  font-size: 1.8rem;
}

main.search > .result > .articles > article.exhibitor > div > .public_relations > span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #303030;
  border-radius: 3px;
}

main.search > .result > .articles > article.exhibitor > .products {
  margin: 15px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.search > .result > .articles > article.exhibitor > .products > .product {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-bottom: 15px;
}

@media screen and (max-width: 1039px) {
  main.search > .result > .articles > article.exhibitor > .products > .product {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

main.search > .result > .articles > article.exhibitor > .products > .product > .image {
  padding: 0 10px;
  text-align: center;
}

main.search > .result > .articles > article.exhibitor > .products > .product > .image img {
  display: inline-block;
  /* max-width: 100%; */
  height: 70px;
}

main.search > .result > .articles > article.exhibitor > .products > .product > .title {
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
  font-size: 1.5rem;
}

main.search > .result > .articles > article.exhibitor > .booth_no {
  text-align: right;
  padding: 0 10px;
}

main.search > .result > .articles > article.exhibitor > .booth_no > span {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.5rem;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
  border-radius: 3px;
}

main.search > .result > .articles > article.exhibitor > div > .exhibition_zone {
  margin: 5px 0;
  padding: 0 15px;
  font-size: 1.5rem;
}

main.search > .result > .articles > article.exhibitor > .exhibitor_name {
  clear: both;
  margin: 5px 0;
  padding: 0 15px;
  font-size: 1.3rem;
}

main.search > .result > .articles > article.exhibitor > .exhibitor_name:first-of-type {
  margin-top: 15px;
}

main.search > .result > .articles > article.exhibitor > .exhibitor_name span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 4px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #6d0000;
  text-align: center;
}

main.search > .result > .articles > article.product > .left {
  float: left;
  width: 500px;
}

@media screen and (max-width: 1039px) {
  main.search > .result > .articles > article.product > .left {
    float: none;
    width: 100%;
  }
}

main.search > .result > .articles > article.product > .left > .image {
  width: 33%;
  padding-left: 10px;
  text-align: center;
  display: flex;
}

main.search > .result > .articles > article.product > .left > .image img {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

main.search > .result > .articles > article.product > .right {
  float: left;
  width: 100%;
  margin-left: -200px;
  padding-left: 215px;
}

@media screen and (max-width: 1039px) {
  main.search > .result > .articles > article.product > .right {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

main.search > .result > .articles > article.product > .right > .booth_no {
  text-align: right;
  padding: 0 10px;
}

main.search > .result > .articles > article.product > .right > .booth_no > span {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.5rem;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
  border-radius: 3px;
}

main.search > .result > .articles > article.product > .right > .exhibition_zone {
  margin: 5px 0;
  font-size: 1.5rem;
}

main.search > .result > .articles > article.product > .right > .feature {
  margin: 5px 0;
  padding-right: 10px;
  font-size: 1.5rem;
}

main.search > .result > .articles > article.product > .right > .feature > span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #303030;
  border-radius: 3px;
}

main.search > .result > .articles > article.product > .right > .selling_proposition {
  margin: 5px 0;
  padding-right: 10px;
  font-size: 1.5rem;
}

main.search > .result > .articles > article.product > .right > .selling_proposition:before {
  content: '';
  display: inline-block;
  margin-top: -4px;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  background: #000;
}

main.search > .result > .articles > article.product > .right > .ingredients {
  margin: 15px 0;
}

main.search > .result > .articles > article.product > .right > .ingredients > span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #303030;
  border-radius: 3px;
}

main.search > .result > .articles > article.product > .right > .ingredients > p {
  font-size: 1.5rem;
  background: #f0f0f0;
  padding: 5px 10px;
}

main.search > .result > .articles > article.product > .right > .exhibitor_name {
  clear: both;
  margin: 5px 0;
  font-size: 1.3rem;
}

main.search > .result > .articles > article.product > .right > .exhibitor_name:first-of-type {
  margin-top: 15px;
}

main.search > .result > .articles > article.product > .right > .exhibitor_name span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 4px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #6d0000;
  text-align: center;
}

main.product > h2 {
  margin: 20px auto 10px;
  padding: 7px 0;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #fafafa;
  border-top: 2px solid #eaeaea;
  border-bottom: 4px solid #e8e8e8;
}

main.product > header > .print {
  text-align: right;
}

main.product > header > .print > button {
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 2px 0 0 #c0c0c0;
  cursor: pointer;
}

main.product > .booth-no {
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 1.5rem;
  text-align: center;
}

main.product > .exhibit-zone {
  margin: 5px 0 5px 20px;
  padding: 5px 10px;
  font-size: 1.5rem;
  text-align: center;
}

main.product > section {
  margin-top: 50px;
  width: 100%;
}

main.product > section > h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 1039px) {
  main.product > section > h3 {
    font-size: 1.4rem;
  }
}

main.product > section > h3 > span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 1039px) {
  main.product > section > h3 > span {
    font-size: 1.3rem;
    margin-right: 5px;
    padding: 3px 5px;
  }
}

main.product > section > p {
  margin: 10px 0;
  padding: 10px 50px;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: #e8e8e8;
}

main.product > section address {
  margin: 20px 0;
  padding: 0 20px;
}

main.product > section address dl {
  padding: 10px 0;
  background-color: #f0f0f0;
}

main.product > section address dl > * {
  float: left;
  margin-bottom: 10px;
}

main.product > section address dl > dt {
  clear: left;
  margin: 0 -100px 0 0;
  width: 100px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
}

main.product > section address dl > dd {
  padding-left: 110px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

main.product > section address dl > dd > span {
  display: block;
}

main.product > section address > p {
  margin: 10px 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

main.product > section > ul {
  margin: 10px 0;
  padding: 0 10px;
}

main.product > section > ul > li {
  float: left;
  margin: 5px 15px 5px 0;
  padding: 5px 10px;
  font-size: 1.5rem;
  background-color: #e0e0e0;
  border-radius: 4px;
}

main.product > section > .product {
  margin: 15px 0;
  padding-bottom: 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 1px 1px 0 #c0c0c0;
}

main.product > section > .product > h4 {
  width: 100%;
  border-bottom: 1px dashed #d0d0d0;
}

main.product > section > .product > h4 > a {
  display: inline-block;
  padding: 10px 0 3px;
  font-size: 2.0rem;
  font-weight: 600;
}

@media screen and (max-width: 1039px) {
  main.product > section > .product > h4 > a {
    font-size: 1.8rem;
  }
}

main.product > section > .product > .image {
  float: left;
  margin: 5px -200px 15px 0;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 1039px) {
  main.product > section > .product > .image {
    float: none;
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
}

main.product > section > .product > .image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border: solid 1px #e0e0e0;
  transition: 0.5s;
}

main.product > section > .product > .image img:hover {
  border-color: #ff1f1f;
}

main.product > section > .product > section {
  float: left;
  margin: 3px 0 15px;
  padding: 0 15px 0 215px;
  width: 100%;
}

@media screen and (max-width: 1039px) {
  main.product > section > .product > section {
    float: none;
    padding: 5px 0;
  }
}

main.product > section > .product > section > h5 {
  margin: 5px 0;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1039px) {
  main.product > section > .product > section > h5 {
    font-size: 1.3rem;
  }
}

main.product > section > .product > section > p {
  float: left;
  padding: 1px 7px;
  line-height: 1.6;
  font-size: 1.6rem;
}

@media screen and (max-width: 1039px) {
  main.product > section > .product > section > p {
    margin: 5px 0;
  }
}

main.product > section > .product > section > p.pdf:before {
  content: '';
  display: inline-block;
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../img/navi/pdf.svg) center center no-repeat;
}

main.product > section > section {
  margin: 15px 0;
  padding: 0 30px;
}

@media screen and (max-width: 1039px) {
  main.product > section > section {
    padding: 0 10px;
  }
}

main.product > section > section > h4 {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #9d9d9d;
}

main.product > section > section > ul {
  margin: 10px 0;
  padding: 0 30px;
}

main.product > section > section > ul > li {
  margin: 10px 5px 10px 0;
  font-size: 1.5rem;
  list-style: disc;
}

@media screen and (max-width: 1039px) {
  main.product > section > section > ul > li {
    font-size: 1.3rem;
  }
}
.result fieldset {
  display: inline-block;
  margin: 4px 4px;
  line-height: 1.5;
  border: #999 1px solid;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #c8c8c8;
  box-shadow: 0px 0px 4px 0px #c8c8c8;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
  width: 32.8%;
  font-size: 17px;
  vertical-align: middle;
  letter-spacing: -0.5px;
}
.result button {
  display: inline-block;
  text-align: center;
  margin: 4px 4px;
  padding: 12px;
  line-height: 1.5;
  border: #999 1px solid;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #c8c8c8;
  box-shadow: 0px 0px 4px 0px #c8c8c8;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
  width: 95%;
  font-size: 1.8rem;
  vertical-align: middle;
}
.result a:link,.result a:visited {
  color: #ff1f1f;
  text-decoration: none;
  font-size: 2rem;
}
.articles .product {
  display: inline-block;
  width: 28%;
  margin: 0 5px;
}
@media screen and (max-width: 540px) {
  .articles .product {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
.articles .product .left .image img {
  width: 100%;
}
.syllabary {
  margin: 20px 0;
  padding: 10px;
  border: solid rgb(216, 216, 216);
  border-width: 1px 0;
  width: 95%;
}

main div.search-navi {
  background-color: #303030;
  color: white;
  width: 310px;
  right: 50px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

main ul.search-lists {
  display: flex;
  margin: 25px 0;
}

main ul li.search-list {
  margin-right: 20px;
}

main ul li a.search-link {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px!important;
  font-weight: 300;
  background-color: #fb6828e6;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #c0c0c0;
  color: #fff!important;
}

main ul li a.search-link:hover {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 300;
  background-color: #ff834ee6;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #c0c0c0;
  color: #fff!important;
}

.serch-label {
  font-size: 25px;
  font-weight: bold;
}

.search-word {
  width: 280px;
  height: 35px;
  border: #999 2px solid;
  border-radius: 5px;
  vertical-align: super;
  font-size: 15px;
}

.serch-button {
  display: inline-block;
}
.serch-button button {
  height: 35px!important;
  padding: 5px;
  width: 100px;
  vertical-align: inherit;
  border-radius: 5px;
  border: #999 2px solid;
}

.serch-button button:hover {
  background-color: rgba(125, 190, 228, 0.534);
}

.free-word {
  margin-bottom: 10px;
}

@media screen and (max-width: 1820px) {
  .width_topic {
    width: 32.8%!important;
    margin-bottom: 0px!important;
  }
}