@charset "UTF-8";
.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.font-maru {
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*!
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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,
main, 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,
q:before, q:after {
  content: '';
  content: none;
}

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

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  overflow: auto;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  color: #000;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  word-break: break-all;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

input, select, textarea, button {
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

a {
  color: #23c4b7;
  outline: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

th, td {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

strong, b {
  font-weight: 700;
}

em {
  color: #e60000;
  font-style: inherit;
}

small {
  font-size: 75%;
}

section {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  section {
    margin-bottom: 50px;
  }
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 30px 0;
  padding: 0;
  background-color: #eee;
  border: 0;
}

.fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.fade:hover, .fade:active {
  opacity: 0.7;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

.visible-sm {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .visible-md {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}
@media only screen and (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
}

.visible-xl {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
}

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

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

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

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

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

.en {
  font-family: 'Lato', sans-serif;
}

.ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.fs10 {
  font-size: 1.0rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2.0rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3.0rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs60 {
  font-size: 6.0rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 20px !important;
  }
}

.mb-sm {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 30px !important;
  }
}

.mb-md {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 50px !important;
  }
}

.mt-xs {
  margin-top: 10px !important;
}
@media only screen and (min-width: 768px) {
  .mt-xs {
    margin-top: 20px !important;
  }
}

.mt-sm {
  margin-top: 20px !important;
}
@media only screen and (min-width: 768px) {
  .mt-sm {
    margin-top: 30px !important;
  }
}

.mt-md {
  margin-top: 30px !important;
}
@media only screen and (min-width: 768px) {
  .mt-md {
    margin-top: 50px !important;
  }
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .l-wrapper {
    overflow: hidden;
    padding-top: 17rem;
    min-width: 1200px;
  }
}

@media only screen and (min-width: 768px) {
  .header-joi3 {
    width: 160px;
    margin-left: 14px;
  }
  .header-joi3 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-joi3 {
    width: 55%;
  }
  .header-joi3 img {
    width: 100%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
.l-header a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-header {
    overflow: hidden;
    height: auto;
    box-shadow: none;
  }
  .l-header .inner {
    width: 1180px;
    margin: 0 auto;
  }
}

.header-logo {
  position: relative;
  z-index: 101;
  left: 10px;
  top: 5px;
}
.header-logo a {
  display: block;
  overflow: hidden;
  width: 190px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/logo.png);
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    width: 285px;
    height: 60px;
    left: auto;
    top: auto;
    margin: 20px 0 22px;
  }
  .header-logo a {
    width: 285px;
    height: 60px;
  }
}

.header-news {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-news {
    display: block;
    background: transparent url(../images/bg_news.png) 0 0 repeat;
  }
  .header-news ul {
    overflow: hidden;
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-right: 2px;
  }
  .header-news ul::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 65px;
    margin: auto;
    background-color: #ddd;
  }
  .header-news ul li {
    float: left;
    position: relative;
    width: 587px;
    padding-left: 2px;
  }
  .header-news ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 65px;
    margin: auto;
    background-color: #ddd;
  }
  .header-news ul li .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 112px;
    padding: 4px;
  }
}

.nav-open, .nav-close {
  position: absolute;
  z-index: 107;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  outline: 0;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
.nav-open .bar, .nav-close .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #23c4b7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-open .bar.b1, .nav-close .bar.b1 {
  margin: 5px 0 0 0;
}
.nav-open .bar.b2, .nav-close .bar.b2 {
  margin: 14px 0 0 0;
}
.nav-open .bar.b3, .nav-close .bar.b3 {
  margin: 23px 0 0 0;
}
.nav-opened .nav-open .bar, .nav-opened .nav-close .bar {
  background-color: #23c4b7;
}
.nav-opened .nav-open .bar.b1, .nav-opened .nav-close .bar.b1 {
  margin: 14px 0 0 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-opened .nav-open .bar.b2, .nav-opened .nav-close .bar.b2 {
  opacity: 0;
}
.nav-opened .nav-open .bar.b3, .nav-opened .nav-close .bar.b3 {
  margin: 14px 0 0 1px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .nav-open, .nav-close {
    display: none;
  }
}

.nav-close {
  z-index: 1001;
}

.nav {
  overflow-y: scroll;
  position: fixed;
  z-index: 1000;
  top: -9999px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease, top 0s ease 1s;
  transition: opacity 0.3s ease, top 0s ease 1s;
}
.nav-opened .nav {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, top 0s ease 0s;
  transition: opacity 0.3s ease, top 0s ease 0s;
}
@media only screen and (min-width: 768px) {
  .nav {
    overflow-y: auto;
    position: static;
    z-index: 100;
    top: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
  }
}

.nav-label {
  height: 50px;
  color: #333333;
  background-color: #dedede;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .nav-label {
    display: none;
  }
}

.global-nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.global-nav ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.global-nav ul li {
  width: 50%;
  border: 1px solid #ddd;
}
.global-nav ul li:nth-child(odd) {
  border-left: none;
}
.global-nav ul li:nth-child(even) {
  border-right: none;
}
.global-nav ul li a {
  display: block;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
  background-color: #23c4b7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .global-nav ul li a {
    height: 100%;
  }
}
.global-nav ul li a::after {
  content: "\e903";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.9rem;
  font-family: 'icon' !important;
  font-size: 1.8rem;
  line-height: 1;
}
.global-nav ul li a:hover, .global-nav ul li a:active, .global-nav ul li a.is-current {
  color: #23c4b7;
  background-color: #fff;
}
.global-nav ul li a.disable {
  color: #ccc;
  pointer-events: none;
}
.global-nav ul li a span {
  font-size: 70%;
  margin-left: 5px;
}
.global-nav ul li a.coming {
  position: relative;
}
.global-nav ul li a.coming:hover {
  background: none !important;
}
.global-nav ul li a.coming .ttl {
  opacity: .9;
  font-size: 100%;
}
.global-nav ul li a.coming .comingsoon {
  opacity: 1;
  color: #cccccc;
  width: 100%;
  font-size: 60%;
}
@media only screen and (min-width: 768px) {
  .global-nav ul {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-right: 2px;
  }
  .global-nav ul::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 40px;
    margin: auto;
    background-color: #eee;
  }
  .global-nav ul li {
    position: relative;
    width: 20%;
    padding-left: 2px;
    text-align: center;
    border: none;
    display: table;
  }
  .global-nav ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 40px;
    margin: auto;
    background-color: #eee;
  }
  .global-nav ul li a {
    padding: 0;
    color: #23c4b7;
    font-size: 1.7rem;
    font-weight: 700;
    height: 60px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
  }
  .global-nav ul li a:hover, .global-nav ul li a:active, .global-nav ul li a.is-current {
    color: #fff;
    background-color: #23c4b7;
  }
  .global-nav ul li a::after {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 4px;
    width: 95%;
    height: 2px;
    margin: auto;
    background-color: #fff;
  }
  .global-nav ul li a span {
    display: block;
    font-size: 70%;
    color: #23c4b7;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header-utilities {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 1180px;
    padding-top: 16px;
    margin-left: -590px;
  }
}
@media only screen and (max-width: 767px) {
  .header-utilities {
    display: flex;
    align-items: center;
    padding: 0 2vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.header-sns {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .header-sns {
    position: relative;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-sns {
    width: 100%;
    justify-content: center;
  }
}
.header-sns li {
  margin-right: 12px;
}
.header-sns li:last-child {
  margin-right: 0;
}

.header-join {
  display: block;
  margin: 20px 15px;
  padding: 12px 10px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  background-color: #fff000;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.header-join:hover, .header-join:active {
  background-color: #000;
  color: #fff;
}
.header-join:hover .title, .header-join:active .title {
  background: transparent url(../images/bg_join.png) 50% 50% no-repeat;
  background-size: 225px 9px;
}
.header-join .title {
  background: transparent url(../images/bg_join_bk.png) 50% 50% no-repeat;
  background-size: 225px 9px;
}
.header-join .apply {
  font-size: 1.4rem;
}
.header-join .apply .icon:before {
  color: #23c4b7;
}
@media only screen and (min-width: 768px) {
  .header-join {
    width: 220px;
    height: 53px;
    margin: 0 10px;
    padding: 5px;
  }
}

.header-pitamachi {
  display: block;
  margin: 20px 15px;
  width: auto;
}
.header-pitamachi img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-pitamachi {
    width: 230px;
    margin: 0 10px;
  }
}

.header-pitamachi2 {
  display: block;
  margin: 20px 15px;
  width: auto;
}
.header-pitamachi2 img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-pitamachi2 {
    width: 190px;
    margin: 0 10px;
  }
}

.btn.header-btn_access,
.btn.header-btn_contact {
  display: block;
  border-radius: 30px;
  font-size: 1.5rem;
  padding: 9px 20px;
  margin: 20px 15px;
  width: auto;
  color: #020655 !important;
}
.btn.header-btn_access:hover,
.btn.header-btn_contact:hover {
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .btn.header-btn_access,
  .btn.header-btn_contact {
    display: block;
    border-radius: 30px;
    font-size: 1.3rem;
    padding: 6px 5px;
    margin: 20px 15px;
    width: 13rem;
    color: #020655 !important;
  }
}

.btn.header-btn_access:before {
  content: "";
  background: url(../images/icon-map-wh.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.btn.header-btn_access:hover:before {
  background: url(../images/icon-map-wh_on.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) {
  .btn.header-btn_access {
    margin: 0 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .btn.header-btn_contact {
    margin: 0 0 0 10px;
  }
}

.header-contact {
  display: block;
  margin: 20px 35px;
  padding: 10px 15px 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
}
.header-contact .title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
.header-contact .number {
  display: inline-block;
  margin-bottom: 10px;
}
.header-contact .number dl {
  text-align: left;
}
.header-contact .number dl dt {
  display: inline-block;
  width: 3em;
  font-size: 1.0rem;
  text-align: center;
  background-color: #fff000;
  border: 1px solid #000;
  vertical-align: middle;
}
.header-contact .number dl dd {
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1.3;
  vertical-align: middle;
}
.header-contact .number dl.tel dd {
  font-size: 2.2rem;
  font-weight: 700;
}
.header-contact .number dl.fax dd {
  font-size: 1.8rem;
}
.header-contact .btn {
  width: 190px;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .header-contact {
    overflow: hidden;
    min-width: 472px;
    height: 64px;
    margin: 0 0 0 15px;
    padding: 10px;
  }
  .header-contact .title {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    line-height: 20px;
    border-bottom: none;
    border-right: 2px solid #000;
  }
  .header-contact .number {
    display: block;
    float: left;
    position: relative;
    top: -4px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .header-contact .number dl dt {
    font-size: 1.1rem;
    line-height: 14px;
  }
  .header-contact .number dl dd {
    line-height: 14px;
  }
  .header-contact .number dl.tel dd {
    font-size: 1.8rem;
  }
  .header-contact .number dl.fax dd {
    font-size: 1.6rem;
  }
  .header-contact .btn {
    float: right;
    width: 150px;
    height: 40px;
    margin-left: 10px;
  }
}

.float_bnr {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 150px;
  z-index: 999;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .float_bnr {
    right: 2rem;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .float_bnr {
    display: none;
  }
}
.float_bnr:hover {
  opacity: 0.6 !important;
}
.float_bnr a {
  display: block !important;
}

.sogo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffff00;
  z-index: 100;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sogo span {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
}
.sogo a {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
  border-top: #000 dashed 3px;
}
@media only screen and (min-width: 768px) {
  .sogo {
    display: none;
  }
}

.l-footer {
  position: relative;
  z-index: 90;
  width: 100%;
  font-size: 1.2rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
.nav-opened .l-footer {
  display: none;
}
.l-footer .inner {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .l-footer .global-nav {
    display: none;
  }
}
.l-footer .pagetop a {
  display: block;
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 30px;
  overflow: hidden;
  width: 40px;
  height: 72px;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../images/img_pagetop01.png) 0 0 no-repeat;
  background-size: contain;
}
.l-footer .btn-facebook {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 10px;
}
.l-footer .btn-exhibitor {
  display: none;
}
.l-footer .copyright {
  margin-bottom: 25px;
  color: #999;
  font-size: 1.0rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
  }
  .l-footer .inner {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .l-footer .pagetop a {
    width: 58px;
    height: 96px;
    background-image: url(../images/img_pagetop02.png);
  }
  .l-footer .copyright {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .l-footer .btn-facebook {
    float: left;
    width: 126px;
    margin: 30px 0 30px 30px;
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .l-footer .btn-exhibitor {
    display: block;
    float: right;
    width: 240px;
    margin: 18px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-sponsor .inner {
  position: relative;
}
.footer-sponsor h3 {
  width: 124px;
  margin: 20px auto;
  font-size: 1.6rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.2em;
  border-top: 4px double #000;
  border-bottom: 4px double #000;
}
.footer-sponsor ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px 25px;
}
.footer-sponsor ul li {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-sponsor h3 {
    float: left;
    margin: 40px 0;
    line-height: 39px;
  }
  .footer-sponsor ul {
    justify-content: left;
    float: right;
    width: 1045px;
    margin: 40px 0;
  }
  .footer-sponsor ul li {
    width: 175px;
    margin: 0;
  }
  .footer-sponsor ul li:nth-child(6n) {
    width: 170px;
    padding-right: 0;
  }
}

.footer-bottom {
  overflow: hidden;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 60px;
  }
}
.footer-bottom hr {
  height: 4px;
  margin: 30px 0 20px;
  background: transparent url(../images/bg_border01.png) 0 0 repeat-x;
  background-size: 4px 3px;
}
@media only screen and (min-width: 768px) {
  .footer-bottom hr {
    height: 2px;
    margin: 30px 0;
    background-size: 4px 2px;
  }
}

.footer-nav {
  margin: 25px 0 20px;
}
.footer-nav ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav ul li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.footer-nav ul li a {
  color: #000;
}
.footer-nav ul li a::before {
  content: "\e901";
  margin-right: 0.2em;
  color: #23c4b7;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-nav ul li a.disable {
  pointer-events: none;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    float: left;
    margin: 40px 25px 40px 0;
  }
  .footer-nav ul {
    border-left: 1px solid #ccc;
  }
  .footer-nav ul li {
    width: auto;
    margin-bottom: 0;
    padding: 0 12px;
    line-height: 1.2;
    border-right: 1px solid #ccc;
  }
  .footer-nav ul li a::before {
    display: none;
  }
}

.footer-sns {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.footer-sns li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .footer-sns {
    float: left;
    margin: 32px 0;
  }
}

.footer-sponsor {
  display: none;
}

.l-main {
  width: 100%;
  font-size: 1.4rem;
  background: url(../images/bg_main01.png) 0 0 no-repeat;
  background-size: 320px;
}
.nav-opened .l-main {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-main {
    background-image: url(../images/bg_main02.png);
    background-size: 420px;
  }
}

.l-contents {
  margin-bottom: 50px;
}
.l-contents .inner {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .l-contents {
    margin-bottom: 120px;
  }
  .l-contents .inner {
    padding: 0;
  }
}

.l-sidebar {
  border-top: 2px solid #000;
}
.l-sidebar .inner {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .l-sidebar {
    margin-bottom: 120px;
    border-top: none;
  }
  .l-sidebar .inner {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-container {
    display: -webkit-flex;
    display: flex;
    width: 1180px;
    margin: 0 auto;
  }
  .l-container .l-contents {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-container .l-sidebar {
    width: 300px;
    margin-left: 80px;
  }
}

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?mxrw2x");
  src: url("../fonts/icon.eot?mxrw2x#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?mxrw2x") format("truetype"), url("../fonts/icon.woff?mxrw2x") format("woff"), url("../fonts/icon.svg?mxrw2x#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-h2:before {
  content: "\e913";
}

.icon-education:before {
  content: "\e914";
}

.icon-island:before {
  content: "\e915";
}

.icon-medical:before {
  content: "\e916";
}

.icon-circle:before {
  content: "\e912";
}

.icon-caret-left:before {
  content: "\e900";
}

.icon-caret-right:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-right:before {
  content: "\e903";
}

.icon-circle-left:before {
  content: "\e904";
}

.icon-circle-right:before {
  content: "\e905";
}

.icon-organization:before {
  content: "\e906";
}

.icon-experience:before {
  content: "\e907";
}

.icon-flat:before {
  content: "\e908";
}

.icon-housing:before {
  content: "\e909";
}

.icon-local:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-mountain:before {
  content: "\e90c";
}

.icon-onsen:before {
  content: "\e90d";
}

.icon-parenting:before {
  content: "\e90e";
}

.icon-sea:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-vacant:before {
  content: "\e911";
}

.btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 35px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background-color: #f2f3f4;
  border: 2px solid #000152;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover, .btn:active {
  background-color: #333;
  border-color: #333;
}
.btn.btn-prev::before {
  content: "\e902";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -0.7rem;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
}
.btn.btn-next::after {
  content: "\e903";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.7rem;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
}
.btn.btn-window::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.9rem;
  background: url(../images/icon-window.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
}
.btn.btn-window:hover::after, .btn.btn-window:active::after {
  background: url(../images/icon-window-wh.png) 0 0 no-repeat;
}
.btn.btn-reverse {
  color: #000;
  background-color: #fff000;
}
.btn.btn-reverse:hover, .btn.btn-reverse:active {
  color: #fff;
  background-color: #000;
}
.btn.btn-border {
  border-width: 1px;
}
.btn.btn-large {
  padding: 15px 35px;
  font-size: 1.8rem;
}
.btn.btn-large.btn-prev::before {
  margin-top: -0.9rem;
  font-size: 1.8rem;
}
.btn.btn-large.btn-next::after {
  margin-top: -0.9rem;
  font-size: 1.8rem;
}
.btn.btn-large.btn-border {
  padding: 16px 35px;
}
.btn.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-facebook:hover, .btn.btn-facebook:active {
  background-color: #4564a4;
  border-color: #4564a4;
}
.btn.btn-green {
  background-color: #23c4b7;
}
.btn.btn-green:hover, .btn.btn-green:active {
  background-color: #09a89c;
  border-color: #000152;
}
.btn.btn-green.btn-border {
  color: #23c4b7;
  background-color: #fff;
}
.btn.btn-green.btn-border:hover, .btn.btn-green.btn-border:active {
  background-color: #d9ebe2;
}
@media only screen and (min-width: 768px) {
  .btn {
    display: inline-block;
    width: auto;
    padding: 10px 35px;
    font-size: 1.2rem;
  }
  .btn.btn-large {
    min-width: 260px;
    padding: 18px 50px;
  }
  .btn.btn-large.btn-border {
    padding: 19px 50px;
  }
}

.page-header {
  margin-bottom: 20px;
}
.page-header .share {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-header {
    margin-bottom: 30px;
  }
  .page-header .share {
    display: block;
    text-align: right;
  }
  .page-header .share li {
    display: inline-block;
    overflow: hidden;
  }
  .page-header .share li .fb_iframe_widget > span {
    vertical-align: baseline !important;
  }
}

.page-title {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 30px 0 40px;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  line-height: 1.25;
  background: #fff000 url(../images/bg_pagetitle01.png) 100% 0 no-repeat;
  background-size: contain;
}
.page-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .page-title {
    height: 124px;
    margin-bottom: 15px;
    padding: 19px 60px;
    font-size: 2.8rem;
    background: url(../images/bg_pagetitle02.png) no-repeat , transparent;
  }
  .page-title.-modifier{
    height: auto;
  }
  .page-title::before {
    left: 27px;
  }
}
.page-title span {
  /* display: contents; */
}

.heading {
  margin: 20px 0;
  padding: 12px;
  color: #000;
  font-size: 1.8rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f3f3f3;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .heading {
    margin: 40px 0 10px 0;
    padding: 15px 20px;
    font-size: 2.2rem;
  }
}

.heading-wrap {
  margin-top: -40px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .heading-wrap {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.subhead {
  margin: 20px 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .subhead {
    font-size: 1.8rem;
  }
}

.table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #000;
}
.table th {
  display: block;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #fff000;
  border: 1px solid #000;
}
.table td {
  display: block;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .table {
    border-width: 2px;
  }
  .table th {
    display: table-cell;
    padding: 15px;
    border-width: 2px;
    font-size: 1.4rem;
  }
  .table td {
    display: table-cell;
    padding: 15px;
    border-width: 2px;
    font-size: 1.4rem;
  }
}

.media {
  margin: 20px 0;
}
.media .media-left, .media .media-right {
  margin-bottom: 20px;
}
.media .media-left img, .media .media-right img {
  width: 100%;
}
.media .media-body p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .media {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 40px 0 65px;
  }
  .media .media-left, .media .media-right {
    width: 320px;
    margin-bottom: 0;
  }
  .media .media-left + .media-body {
    padding-left: 40px;
  }
  .media .media-right {
    -webkit-order: 2;
    order: 2;
  }
  .media .media-right + .media-body {
    padding-right: 40px;
  }
  .media .media-body {
    -webkit-flex-grow: 1;
    -webkit-order: 1;
    flex-grow: 1;
    order: 1;
    width: 480px;
  }
  .media .media-body :last-child {
    margin-bottom: 0;
  }
}

.breadcrumbs {
  margin-bottom: 1px;
  background-color: #f2f0ea;
}
.breadcrumbs ul {
  padding: 5px 10px;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #333;
  margin: 5px 0;
  font-size: 1.0rem;
}
.breadcrumbs ul li::after {
  content: "\e903";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
  color: #23c4b7;
  font-family: 'icon' !important;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a {
  color: #23c4b7;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
  .breadcrumbs ul {
    width: 1180px;
    margin: 0 auto;
  }
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}

.pagination {
  position: relative;
  margin: 30px 0;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 28px;
}
.pagination ul li a {
  display: block;
  text-align: center;
  border: 1px solid #23c4b7;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.pagination ul li a:hover, .pagination ul li a:active {
  background-color: #fff000;
}
.pagination ul li a.prev, .pagination ul li a.next {
  background-color: #fff !important;
  border: none;
}
.pagination ul li .is-current {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #23c4b7;
  color: #fff;
  background-color: #23c4b7;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin: 60px 0 0;
  }
}

.sidebar-search {
  margin-bottom: 20px;
}
.sidebar-search h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 1.8rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  text-align: center;
}
.sidebar-search h3 {
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: #23c4b7;
}
.sidebar-search .box {
  border: 2px solid #000;
}
.sidebar-search .area {
  position: relative;
  width: 296px;
  margin: 0 auto;
}
.sidebar-search .area .map {
  width: 100%;
}
.sidebar-search .area .map-pin {
  position: absolute;
  width: 21px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/img_mappin02.png);
  background-size: contain;
}
.sidebar-search .area .map-pin img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.sidebar-search .area .area-name {
  position: absolute;
  display: block;
  padding: 0 8px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 27px;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.sidebar-search .area .area-name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.sidebar-search .area .area-name.left::after {
  left: -6px;
  top: 0;
  bottom: 0;
  border-width: 4px 6px 4px 0;
  border-color: transparent #000 transparent transparent;
}
.sidebar-search .area .area-name.left:hover::after, .sidebar-search .area .area-name.left:active::after {
  border-right-color: #23c4b7;
}
.sidebar-search .area .area-name.right::after {
  right: -6px;
  top: 0;
  bottom: 0;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}
.sidebar-search .area .area-name.right:hover::after, .sidebar-search .area .area-name.right:active::after {
  border-left-color: #23c4b7;
}
.sidebar-search .area .area-name.top::after {
  left: 0;
  right: 0;
  top: -6px;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #000 transparent;
}
.sidebar-search .area .area-name.top:hover::after, .sidebar-search .area .area-name.top:active::after {
  border-bottom-color: #23c4b7;
}
.sidebar-search .area .area-name.bottom::after {
  left: 0;
  right: 0;
  bottom: -6px;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}
.sidebar-search .area .area-name.bottom:hover::after, .sidebar-search .area .area-name.bottom:active::after {
  border-top-color: #23c4b7;
}
.sidebar-search .area .area-name:hover, .sidebar-search .area .area-name:active {
  background-color: #23c4b7;
}
.sidebar-search .area .area-name:hover + .map-pin img, .sidebar-search .area .area-name:active + .map-pin img {
  opacity: 0;
}
.sidebar-search .area .area-hoktoh .map-pin {
  right: 19.93243%;
  top: 8.8968%;
}
.sidebar-search .area .area-hoktoh .area-name {
  right: 32.93919%;
  top: 10.67616%;
}
.sidebar-search .area .area-kanto .map-pin {
  right: 27.87162%;
  top: 60.49822%;
}
.sidebar-search .area .area-kanto .area-name {
  right: 6.58784%;
  top: 56.40569%;
}
.sidebar-search .area .area-koshinetsu .map-pin {
  right: 35.81081%;
  top: 42.70463%;
}
.sidebar-search .area .area-koshinetsu .area-name {
  right: 46.62162%;
  top: 35.23132%;
}
.sidebar-search .area .area-hokuriku .map-pin {
  right: 43.24324%;
  top: 60.49822%;
}
.sidebar-search .area .area-hokuriku .area-name {
  right: 64.86486%;
  top: 35.23132%;
}
.sidebar-search .area .area-tokai .map-pin {
  right: 35.81081%;
  top: 54.80427%;
}
.sidebar-search .area .area-tokai .area-name {
  right: 25.67568%;
  top: 85.05338%;
}
.sidebar-search .area .area-kinki .map-pin {
  right: 52.7027%;
  top: 60.49822%;
}
.sidebar-search .area .area-kinki .area-name {
  right: 40.03378%;
  top: 85.05338%;
}
.sidebar-search .area .area-chugoku .map-pin {
  right: 63.17568%;
  top: 54.80427%;
}
.sidebar-search .area .area-chugoku .area-name {
  right: 79.22297%;
  top: 35.23132%;
}
.sidebar-search .area .area-shikoku .map-pin {
  right: 63.17568%;
  top: 65.8363%;
}
.sidebar-search .area .area-shikoku .area-name {
  right: 54.39189%;
  top: 85.05338%;
}
.sidebar-search .area .area-kyuoki .map-pin {
  right: 78.5473%;
  top: 61.92171%;
}
.sidebar-search .area .area-kyuoki .area-name {
  right: 68.75%;
  top: 85.05338%;
}
.sidebar-search .list li {
  position: relative;
}
.sidebar-search .list li + li::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 15px;
  background-color: #000;
}
.sidebar-search .list li a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.sidebar-search .list li a:hover, .sidebar-search .list li a:active, .sidebar-search .list li a.is-current {
  background-color: #eee;
}
.sidebar-search .list li a::after {
  content: "\e903";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.7rem;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
}
.sidebar-search .list li a span {
  font-size: 1.0rem;
}
.sidebar-search .list li a .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -1.2rem;
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .sidebar-search {
    border: 2px solid #000;
  }
  .sidebar-search h2 {
    margin: 0;
    padding: 8px 0;
    background-color: #000;
    color: #fff;
  }
  .sidebar-search .box {
    border: none;
  }
  .sidebar-search .list li a {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
    line-height: 1.2;
  }
  .sidebar-search .list li a span {
    font-size: 1.1rem;
  }
}

.btn-search {
  display: inline-block;
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  padding: 15px;
  line-height: 1;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .btn-search {
    display: none;
  }
}

.article h2 {
  margin: 40px 0 10px;
  padding: 5px 5px 5px 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #23c4b7;
}
.greeting .article h2 {
  margin: 40px 0 20px;
  border: none;
  padding: 0;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .article h2 {
    margin: 60px 0 20px;
    padding: 5px 5px 5px 20px;
    font-size: 2.4rem;
  }
  .greeting .article h2 {
    margin: 60px 0 30px;
    font-size: 3rem;
  }
}
.article h3 {
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .article h3 {
    font-size: 2.0rem;
  }
}
.article h4 {
  margin: 15px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .article h4 {
    font-size: 1.6rem;
  }
}
.article p {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .article p {
    font-size: 1.6rem;
  }
}
.article ul {
  margin-bottom: 40px;
  padding: 15px;
  background-color: #f2f0ea;
  border-radius: 5px;
}
.article ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  color: #23c4b7;
  font-size: 1.5rem;
  line-height: 1.5;
}
.article ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.article ul li:last-child {
  margin-bottom: 0;
}
.article ol {
  margin-bottom: 40px;
  padding: 15px;
  background-color: #f2f0ea;
  border-radius: 5px;
  counter-reset: ol-counter;
}
.article ol li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 1.5em;
  color: #23c4b7;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #e1ddd1;
}
.article ol li::before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
  top: -1px;
  color: #000;
  font-size: 1.7rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
.article ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.article dl {
  margin-bottom: 30px;
}
.article dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
}
.article dl dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background-color: #000;
}
.article dl dd {
  font-size: 1.4rem;
}
.article table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #000;
}
.article table th {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #23c4b7;
  color: #fff;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .article table th {
    width: 120px;
  }
}
.article table td {
  display: block;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #000;
}
.article .bg-corona {
  background-color: #fffcd4;
  padding: 5px 25px;
}
.article .bg-corona h3 {
  color: #00a529;
  border: none;
  padding-bottom: 0;
}
.article .bg-corona h4 {
  color: #00a529;
}
@media only screen and (min-width: 768px) {
  .article ul {
    padding: 30px 25px;
  }
  .article ul li {
    font-size: 1.6rem;
  }
  .article ol {
    padding: 30px 25px;
  }
  .article ol li {
    font-size: 1.6rem;
  }
  .article ol li::before {
    top: -4px;
    font-size: 2.0rem;
  }
  .article dl dt {
    font-size: 1.6rem;
  }
  .article table {
    border-width: 2px;
  }
  .article table th {
    display: table-cell;
    padding: 15px;
    border-width: 2px;
  }
  .article table td {
    display: table-cell;
    padding: 15px;
    border-width: 2px;
  }
}

.form table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.form table tr + tr {
  border-top: 1px dotted #000;
}
.form table th {
  display: block;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  white-space: nowrap;
  vertical-align: top;
  background-color: #f2f0ea;
}
.form table th.required::after {
  content: "必須";
  display: inline-block;
  float: right;
  height: 18px;
  margin-top: 3px;
  padding: 0 3px;
  color: #e60000;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 16px;
  border: 1px solid #e60000;
}
.form table td {
  display: block;
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
}
.form input:not([type]), .form input[type="text"], .form input[type="password"], .form input[type="date"], .form input[type="datetime"],
.form input[type="datetime-local"], .form input[type="month"], .form input[type="week"], .form input[type="email"], .form input[type="number"],
.form input[type="search"], .form input[type="tel"], .form input[type="time"], .form input[type="url"], .form input[type="color"], .form textarea {
  height: 32px;
  margin: 0;
  padding: 5px 10px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form textarea {
  width: 100%;
  height: 112px;
}
.form .input-md,
.form .input-lg {
  width: 100%;
}
.form .checkbox {
  cursor: pointer;
  display: inline-block;
  width: auto;
  min-width: 70px;
  margin-right: 20px;
  padding: 5px 0;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
.form .checkbox .custom-checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: top;
  background: transparent;
  border: 1px solid #999;
  outline: none;
}
.form .checkbox .custom-checkbox::before {
  content: "\ea10";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  margin: 0;
  color: #eee;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.form .checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form .checkbox input[type="checkbox"][disabled] + .custom-checkbox {
  opacity: 0.5;
}
.form .checkbox input[type="checkbox"]:checked + .custom-checkbox:before {
  color: #000;
}
.form .checkbox.block {
  display: block;
  position: relative;
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 30px;
}
.form .checkbox.block:last-of-type {
  margin-bottom: 0;
}
.form .checkbox.block .custom-checkbox {
  position: absolute;
  left: 0;
}
.form .mwform-radio-field-text {
  margin-right: 20px;
  vertical-align: middle;
}
.form .hyphen {
  color: #999;
}
@media only screen and (min-width: 768px) {
  .form table {
    margin-bottom: 50px;
  }
  .form table th {
    display: table-cell;
    width: 27.5%;
    padding: 20px;
  }
  .form table td {
    display: table-cell;
    padding: 18px 20px;
  }
  .form .input-md {
    width: 360px;
  }
}

.form-flow {
  margin: 25px 0;
  text-align: center;
}
.form-flow ol {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 28px;
  vertical-align: bottom;
}
.form-flow ol li {
  float: left;
  position: relative;
  width: 32%;
  height: 28px;
  padding-left: 8px;
  color: #999;
  font-size: 1.2rem;
  line-height: 28px;
  white-space: nowrap;
  background-color: #ddd;
}
.form-flow ol li::before, .form-flow ol li::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 8px;
}
.form-flow ol li::before {
  z-index: 1;
  left: 2px;
  border-color: transparent transparent transparent #fff;
}
.form-flow ol li::after {
  z-index: 2;
  right: -8px;
  border-color: transparent transparent transparent #ddd;
}
.form-flow ol li:first-child {
  padding-left: 4px;
}
.form-flow ol li:first-child::before {
  display: none;
}
.form-flow ol li:last-child {
  width: 36%;
}
.form-flow ol li span {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  color: #ddd;
  font-size: 1.0rem;
  line-height: 13px;
  text-align: center;
  background-color: #999;
}
.form-flow ol li.is-current {
  color: #fff;
  background-color: #23c4b7;
}
.form-flow ol li.is-current::after {
  border-color: transparent transparent transparent #23c4b7;
}
.form-flow ol li.is-current span {
  color: #23c4b7;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .form-flow {
    margin: 50px 0;
  }
  .form-flow ol {
    width: 604px;
    height: 50px;
  }
  .form-flow ol li {
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .form-flow ol li::before, .form-flow ol li::after {
    top: -5px;
    border-width: 30px 0 30px 18px;
  }
  .form-flow ol li::before {
    left: 2px;
  }
  .form-flow ol li::after {
    right: -18px;
  }
  .form-flow ol li span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.form-btn {
  position: relative;
  text-align: center;
}
.form-btn .btn-prev {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .form-btn .btn-prev {
    position: absolute;
    left: 0;
    width: 150px;
    min-width: 0;
  }
}

.form-message {
  text-align: center;
}
.form-message p {
  margin: 25px 0;
  padding: 60px 15px;
  font-size: 1.6rem;
  border: 1px solid #000;
}
.form-message p span {
  color: #23c4b7;
  font-size: 2.6rem;
}
.form-message p span.finished {
  font-size: 2.0rem;
}
@media only screen and (min-width: 768px) {
  .form-message {
    margin: 50px 0;
    padding: 100px 50px;
    border: 2px solid #000;
  }
  .form-message p {
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.8rem;
    border: none;
  }
  .form-message p span {
    font-size: 2.8rem;
  }
  .form-message p span.finished {
    font-size: 2.4rem;
  }
  .form-message .visible-sm {
    display: inline-block !important;
  }
}

.form-caution {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #e60000;
}

.kv {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.kv img {
  width: auto;
}

.kv-copy {
  background-color: #000;
  text-align: center;
}
.kv-copy .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}

.kv-slider-pc,
.kv-slider-sp {
  opacity: 0.8;
}
.kv-slider-pc img,
.kv-slider-sp img {
  width: 100%;
}

.kv-copymain {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 300px;
  margin-left: -150px;
  margin-top: -120px;
}
@media only screen and (min-width: 768px) {
  .kv-copymain {
    width: 903px;
    margin-left: -450px;
    margin-top: -35px;
  }
}

.kv-info {
  text-align: center;
  background-color: #fffc00;
}
@media only screen and (min-width: 768px) {
  .kv-info {
    position: absolute;
    left: 50%;
    bottom: -110px;
    margin-left: 270px;
    background-color: transparent;
  }
}

.kv-img {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .kv-img img.visible-sm {
    display: inline-block !important;
  }
}

.news {
  background-color: #f3f3f3;
}

.news-inner {
  width: auto;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .news-inner {
    width: 1180px;
    font-size: 1.8rem;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    display: flex;
    align-items: stretch;
  }
}

.news-ttl {
  padding: 5px 15px 0 15px;
  font-size: 1.5rem;
  color: #22244a;
  font-weight: bold;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .news-ttl {
    padding: 14px 15px 20px;
    font-size: 1.8rem;
  }
}

.news-main {
  padding: 0 20px 10px 20px;
}

.news-main-item {
  display: block;
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .news-main-item {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .news-main-item {
    padding-top: 0;
  }
}

.news-main-item + .news-main-item {
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px dotted #000;
}

.news-date {
  display: inline-block;
}

.news-content {
  padding: 5px 15px 10px;
}
@media only screen and (min-width: 768px) {
  .news-content {
    padding: 0;
  }
}
.news-content a {
  text-decoration: underline;
}
.news-content ahover {
  text-decoration: none;
}

.finishMessage {
  padding: 5px 15px;
  background-color: #f82c0d;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .finishMessage {
    font-size: 1.8rem;
  }
}

.about-fair {
  position: relative;
}
.about-fair::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 125px;
  background: url(../images/bg_about01.png) 0 0 no-repeat;
  background-size: cover;
}
.about-fair p {
  margin-bottom: 25px;
  font-size: 1.6rem;
}
.about-fair .fukidashi{
  margin-top: 74px;
}
.about-fair .inner {
  position: relative;
  z-index: 1;
  padding: 30px 20px 0;
}
.about-fair .about-fair-img {
  margin-bottom: 20px;
}
.about-fair .about-fair-content h2 {
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.2rem;
}
.about-fair .about-fair-content h2 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #c0eccb 60%);
}
.about-fair .about-fair-content .lead span {
  color: #ff8400;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about-fair .about-fair-content .lead {
    margin-top: 25px !important;
  }
}
.about-fair .about-fair-content .lead p, .about-fair .about-fair-content .lead li {
  color: #222449;
}
.about-fair .about-fair-content .lead li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .about-fair .about-fair-content .lead li {
    font-size: 1.6rem;
  }
}
.about-fair .about-fair-content .lead li:before {
  width: 9px;
  height: 9px;
  content: "";
  background: #23c4b7;
  border-radius: 100%;
  background-size: 100%;
  position: absolute;
  left: 3px;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}
.about-fair .about-fair-content p.caution {
  font-size: 1.2rem;
  color: #666;
}
.about-fair .about-fair-content .cocoa {
  padding: 10px;
  border: 2px dotted #000;
  border-radius: 10px;
  margin-bottom: 25px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.about-fair .about-fair-content .cocoa-img {
  width: 100px;
}
.about-fair .about-fair-content .cocoa-content {
  padding-left: 15px;
}
.about-fair .about-fair-content .cocoa-tit {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.about-fair .about-fair-content .cocoa-body {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about-fair::before {
    right: auto;
    left: 0;
    top: 20px;
    width: 260px;
    height: 500px;
    background-image: url(../images/bg_about02.png);
  }
  .about-fair p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .about-fair p span {
    color: #ff8400;
    font-weight: bold;
  }
  .about-fair ul {
    margin-bottom: 12px;
  }
  .about-fair ul li {
    font-size: 1.8rem;
  }
  .about-fair ul li span {
    color: #23c4b7;
    font-size: 1.2rem !important;
  }
  .about-fair .inner {
    padding: 60px 0 0;
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .about-fair .about-fair-img {
    width: 540px;
    margin-bottom: 0;
  }
  .about-fair .about-fair-img img {
    width: 100%;
  }
  .about-fair .about-fair-content {
    width: 600px;
  }
  .about-fair .about-fair-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .about-fair .about-fair-content p.lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about-fair .about-fair-content p.caution {
    font-size: 1.3rem;
  }
}

.exhibitor-pickup {
  position: relative;
  margin-bottom: 0;
  padding-top: 100px;
  text-align: center;
}
.exhibitor-pickup .fukidashi {
  padding-bottom: 15px;
}
.exhibitor-pickup .fukidashi img {
  max-width: 467px;
}
.exhibitor-pickup .exhibitor-pickup-lead {
  padding-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .exhibitor-pickup .exhibitor-pickup-lead {
    font-size: 1.6rem;
  }
}
.exhibitor-pickup .exhibitor-pickup-lead strong {
  color: #fe25b0;
  font-weight: bold;
}
.exhibitor-pickup::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -96px;
  width: 123px;
  height: 298px;
  background: url(../images/bg_pickup01.png) 0 0 no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .exhibitor-pickup::before {
    top: -96px;
    width: 110px;
    height: 348px;
  }
}
.exhibitor-pickup::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  width: 118px;
  height: 170px;
  background: url(../images/bg_pickup02.png) 0 0 no-repeat;
  background-size: cover;
  z-index: -1;
}
.exhibitor-pickup h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.exhibitor-pickup h2 img {
  max-width: 284px;
}
@media only screen and (max-width: 767px) {
  .exhibitor-pickup h2 {
    width: 80%;
    margin-bottom: 30px;
    margin: 0 auto 18px;
  }
}
.exhibitor-pickup .inner {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup {
    padding-top: 170px;
  }
  .exhibitor-pickup h2 {
    margin-bottom: 40px;
  }
  .exhibitor-pickup h2 .visible-sm {
    display: inline-block !important;
  }
  .exhibitor-pickup .inner {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .exhibitor-pickup::before {
    z-index: 1;
    left: 50%;
    top: 80px;
    width: 1180px;
    height: 48px;
    margin-left: -590px;
    background-image: url(../images/bg_line01.png);
  }
  .exhibitor-pickup::after {
    top: -50px;
    width: 626px;
    height: 788px;
    background-image: url(../images/bg_pickup03.png);
  }
}

.exhibitor-pickup-list {
  position: relative;
  margin: 0 -15px 30px;
  text-align: left;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-list {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1210px;
  }
}

.exhibitor-pickup-item {
  border-bottom: 1px solid #ddd;
}
.exhibitor-pickup-item a {
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-item {
    width: 25%;
    margin-bottom: 25px;
    padding: 0 15px;
    border-bottom: none;
  }
}

.exhibitor-pickup-category {
  position: relative;
  padding: 10px 10px 10px 34px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: #23c4b7;
}
.exhibitor-pickup-category span {
  font-size: 1.3rem;
}
.exhibitor-pickup-category .icon {
  position: absolute;
  left: 6px;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-category {
    margin-bottom: 2px;
    font-size: 1.3rem;
  }
}

.exhibitor-pickup-body {
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-body {
    display: block;
  }
}

.exhibitor-pickup-image {
  width: 36%;
  text-align: center;
  background: #eeeeee;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-image {
    background-size: 51%;
  }
}
.exhibitor-pickup-image img {
  height: 120px;
  width: auto;
}
.exhibitor-pickup-image.is-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-image.is-pc {
    display: inline-block;
  }
}
.exhibitor-pickup-image.is-sp img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-image.is-sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.exhibitor-pickup-text {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 64%;
  padding: 0 20px;
  font-size: 1.6rem;
}
.exhibitor-pickup-text::after {
  content: "\e903";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.9rem;
  color: #23c4b7;
  font-family: 'icon' !important;
  font-size: 1.8rem;
  line-height: 1;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pickup-text {
    width: 100%;
    padding: 0 30px;
  }
  .exhibitor-pickup-text::before {
    color: #23c4b7;
    content: "\e905";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.9rem;
    font-family: 'icon' !important;
    font-size: 1.8rem;
    line-height: 1;
    z-index: 1;
  }
  .exhibitor-pickup-text::after {
    display: none;
  }
}

.footer-illust {
  margin-top: 45px;
  display: none;
}

.eve-symposium {
  position: relative;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  background: #f2f3f4 url(../images/bg_symposium05.png) 50% 0 no-repeat;
  background-size: 100% 120px;
}
.eve-symposium::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 82px;
  height: 53px;
  background: url(../images/bg_symposium01.png) 0 0 no-repeat;
  background-size: cover;
}
.eve-symposium::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 267px;
  height: 136px;
  background: url(../images/bg_symposium02.png) 0 0 no-repeat;
  background-size: cover;
}
.eve-symposium h2 {
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}
.eve-symposium h2 img {
  width: 94%;
}
@media only screen and (max-width: 767px) {
  .eve-symposium h2 img {
    width: 62%;
  }
}
.eve-symposium .inner {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .eve-symposium {
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: url(../images/bg_symposium06.png);
    background-size: 100% 230px;
  }
  .eve-symposium h2 {
    margin-bottom: 40px;
  }
  .eve-symposium h2 .visible-sm {
    display: inline-block !important;
  }
  .eve-symposium .inner {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .eve-symposium::before {
    right: -149px;
    top: 5px;
    width: 409px;
    height: 226px;
    background-image: url(../images/bg_symposium03.png);
  }
  .eve-symposium::after {
    left: 18px;
    width: 462px;
    height: 163px;
    background-image: url(../images/bg_symposium04.png);
  }
}

.eve-symposium-info p {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.eve-symposium-info p span {
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, #ffffff 0%);
}
.eve-symposium-info dl {
  display: inline-block;
  margin-bottom: 15px;
}
.eve-symposium-info dl dt {
  clear: both;
  float: left;
  width: 5.0em;
  margin: 0 0 15px;
  padding: 0 0.2em;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  background-color: #23c4b7;
  color: #fff;
}
.eve-symposium-info dl dd {
  margin: 0 0 15px 70px;
  font-size: 1.8rem;
  line-height: 22px;
  text-align: left;
}
.eve-symposium-info .btn {
  background-color: #fffc00;
}
.eve-symposium-info .btn:hover, .eve-symposium-info .btn:active {
  color: #fffc00;
}
@media only screen and (min-width: 768px) {
  .eve-symposium-info {
    width: 1000px;
    margin: 0 auto;
  }
  .eve-symposium-info p {
    padding-top: 10px;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
  }
  .eve-symposium-info dl {
    margin-bottom: 0;
    vertical-align: top;
  }
  .eve-symposium-info dl dt {
    margin: 0 0 8px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .eve-symposium-info dl dd {
    margin: 0 0 8px 90px;
    font-size: 2.4rem;
    line-height: 28px;
  }
  .eve-symposium-info .btn {
    width: 300px;
    margin-left: 20px;
    padding: 18px 10px;
    vertical-align: top;
  }
}

.access {
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.access h2 {
  text-align: center;
  margin-bottom: 20px;
}
.access h2 img {
  max-width: 275px;
}
@media only screen and (max-width: 767px) {
  .access h2 {
    margin-bottom: 0;
  }
}
.access h2 img {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .access h2 img {
    width: 60%;
  }
}
.access .inner {
  padding: 20px;
  position: relative;
}
.access .access-info table {
  width: 100%;
  margin-bottom: 30px;
}
.access .access-info th, .access .access-info td {
  padding: 10px;
  border: 2px solid #000;
}
.access .access-info th {
  background-color: #23c4b7;
  color: #fff;
}
.access .access-info td a {
  font-weight: bold;
  color: #23c4b7;
}
.access a.btn {
  background-color: #fffc3d;
}
@media only screen and (min-width: 768px) {
  .access {
    padding-top: 185px;
    padding-bottom: 30px;
    margin-top: -130px;
  }
  .access h2 {
    margin-bottom: 40px;
  }
  .access h2 .visible-sm {
    display: inline-block !important;
  }
  .access .inner {
    width: 786px;
    margin: 0 auto;
    padding: 0;
  }
  .access .access-info table {
    margin-bottom: 40px;
  }
}

.top-illust {
  width: 140px;
  display: inline-block;
  position: absolute;
  right: -134px;
  top: -42px;
}
@media only screen and (max-width: 767px) {
  .top-illust {
    width: 20%;
    right: 39px;
    top: 38px;
  }
}
.top-illust img {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .btn_top_sym {
    margin-right: -272px !important;
    width: 240px !important;
  }
  .btn_top_sym:hover {
    color: #ffffff !important;
  }
}

.text_gray {
  color: #c1c1c1;
}

.gray_txt {
  color: #c1c1c1;
}
.category-list.-add-mb{
  margin-bottom: 40px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list ul li {
  width: calc(100% / 4 - 10px);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .category-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .category-list ul li {
    width: calc(100% / 2 - 10px);
    text-align: center;
  }
}
.category-list li a {
  color: #22244a;
  display: block;
  border-radius: 100px;
  padding: 5px 0;
  border: 2px solid #22244a;
  margin: 5px;
}

.category-list li a:hover {
  background-color: #22244a !important;
  color: #ffffff !important;
  text-decoration: none;
}

.category-list.-modifier{
  li{
    width: calc(100% / 4 - 17px);
    a{
      padding: 13px 0;
      position: relative;
    }
    a::before{
      content: "\e903";
      display: block;
      position: absolute;
      left: 13px;
      top: 53%;
      margin-top: -0.7rem;
      font-family: 'icon' !important;
      font-size: 1.4rem;
      line-height: 1;
      transform: rotate(90deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  .category-list.-modifier{
    li{
      width: calc(100% / 2 );
    }
  }
}

.category-list .cat_01 a {
  background-color: #F5B090;
}
.category-list .cat_02 a {
  background-color: #fff67f;
}
.category-list .cat_03 a {
  background-color: #f9c270;
}
.category-list .cat_04 a {
  background-color: #c1db81;
}
.category-list .cat_05 a {
  background-color: #A2D7D4;
}
.category-list .cat_06 a {
  background-color: #8badd5;
}
.category-list .cat_07 a {
  background-color: #9FD9F6;
}
.category-list .cat_08 a {
  background-color: #f6c8c8;
}
.category-list .cat_09 a {
  background-color: #CFA7CD;
}
.category-list .cat_10 a {
  background-color: #F4B4D0;
}
.category-list .cat_11 a {
  background-color: #69bd83;
}
.category-list .cat_12 a {
  background-color: #f2f3f4;
}

.category-list2 ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list2 ul li {
  width: calc(100% / 3 - 6px);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .category-list2 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.category-list2 li a {
  color: #22244a;
  display: block;
  border-radius: 100px;
  padding: 5px 0;
  border: 2px solid #22244a;
  margin: 2px;
  font-size: 1.3rem;
}

.category-list2 li a:hover {
  background-color: #22244a !important;
  color: #ffffff !important;
  text-decoration: none;
}

.category-list2 .cat_01 a {
  background-color: #F5B090;
}
.category-list2 .cat_02 a {
  background-color: #fff67f;
}
.category-list2 .cat_03 a {
  background-color: #f9c270;
}
.category-list2 .cat_04 a {
  background-color: #c1db81;
}
.category-list2 .cat_05 a {
  background-color: #A2D7D4;
}
.category-list2 .cat_06 a {
  background-color: #8badd5;
}
.category-list2 .cat_07 a {
  background-color: #9FD9F6;
}
.category-list2 .cat_08 a {
  background-color: #f6c8c8;
}
.category-list2 .cat_09 a {
  background-color: #CFA7CD;
}
.category-list2 .cat_10 a {
  background-color: #F4B4D0;
}
.category-list2 .cat_11 a {
  background-color: #69bd83;
}
.category-list2 .cat_12 a {
  background-color: #f2f3f4;
}

.categoryn {
  text-align: center;
  color: #222449;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px !important;
  margin-top: 35px;
}

.ex-category-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ex-category-list ul li {

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ex-category-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ex-category-list ul li {
    text-align: center;
  }
}
.ex-category-list ul li {
  color: #22244a;
  display: block;
  border-radius: 100px;
  padding: 5px 25px;
  border: 2px solid #22244a;
  margin: 5px;
  height: 38px;
}

.ex-category-list .cat_01 {
  background-color: #F5B090;
}
.ex-category-list .cat_02 {
  background-color: #fff67f;
}
.ex-category-list .cat_03 {
  background-color: #f9c270;
}
.ex-category-list .cat_04 {
  background-color: #c1db81;
}
.ex-category-list .cat_05 {
  background-color: #A2D7D4;
}
.ex-category-list .cat_06 {
  background-color: #8badd5;
}
.ex-category-list .cat_07 {
  background-color: #00aee0;
}
.ex-category-list .cat_08 {
  background-color: #f6c8c8;
}
.ex-category-list .cat_09 {
  background-color: #CFA7CD;
}
.ex-category-list .cat_10 {
  background-color: #F4B4D0;
}
.ex-category-list .cat_11 {
  background-color: #69bd83;
}
.ex-category-list .cat_12 {
  background-color: #f2f3f4;
}

.noactive2 {
  opacity: 0.5;
}
.noactive2 a {
  background-color: #999999;
  pointer-events: none;
}
.noactive2 a:after {
  display: none !important;
}

.noactive {
  opacity: 0.5;
}
.noactive a {
  pointer-events: none;
}

.coming {
  display: block;
  font-size: 10px !important;
}

.exhibitor-pickup-item {
  transition: all 0.5s;
}
.exhibitor-pickup-item:hover {
  opacity: 0.5;
}

.media .media-body:last-child, .access .access-info th {
  font-weight: bold !important;
}

.media .media-body p {
  font-weight: normal !important;
}

.media p.categoryn {
  font-weight: bold !important;
}

.exhibitor-list {
  position: relative;
}
.exhibitor-list .mark {
  background-color: #ffeaea;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.45rem;
}
@media only screen and (min-width: 768px) {
  .exhibitor-list .mark {
    font-size: 1.6rem;
  }
}

.exhibitor-list h2.ttl {
  margin: 25px 0 10px;
  padding: 5px 5px 5px 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #23c4b7;
}
@media only screen and (min-width: 768px) {
  .exhibitor-list h2.ttl {
    margin: 40px 0 20px;
    padding: 5px 5px 5px 20px;
    font-size: 2.4rem;
  }
  .exhibitor-list h2.ttl.-modifier{
    margin-bottom: 0;
  }
}
.exhibitor-list h4 {
  position: relative;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #000;
}
.exhibitor-list h4::after {
  content: "+";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #23c4b7;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
}
.exhibitor-list h4.open {
  margin-bottom: 15px;
}
.exhibitor-list h4.open::after {
  content: "-";
}
.exhibitor-list h4:hover {
  background-color: #eee;
  cursor: pointer;
}
.exhibitor-list .wrap {
  display: none;
}
.exhibitor-list .table th {
  display: table-cell;
  font-size: 1.4rem;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.exhibitor-detail .exhibitor-list .table th {
  background-color: #f2f0ea;
}
.exhibitor-list .table th a {
  display: block;
  position: relative;
  padding-left: 22px;
  color: #000;
}
.exhibitor-list .table th a::before {
  content: "\e905";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7rem;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
}
.exhibitor-list .table td {
  vertical-align: middle;
  display: table-cell;
}
.exhibitor-list .table th {
  width: 28%;
}
.exhibitor-list .table td {
  white-space: nowrap;
}
.exhibitor-list .table td ul li {
  margin: 0 3px;
}
.exhibitor-list .table td:nth-child(2){
  width: 58.4%;
}
.exhibitor-list .table td:nth-child(3){
  width: 13.6%;
  text-align: center;
}
.exhibitor-list h4 {
  font-size: 1.8rem;
}

.exhibitor-icon-list {
  overflow: hidden;
  margin: 30px auto;
}
.exhibitor-icon-list ul {
  justify-content: space-between;
  display: flex;
}
.exhibitor-icon-list ul:nth-child(odd) {
  padding-right: 10px;
}
.exhibitor-icon-list ul:nth-child(even) {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .exhibitor-icon-list ul {
    flex-wrap: wrap;
  }
}
.exhibitor-icon-list ul li {
  position: relative;
  padding: 8px 0 8px 0;
  font-size: 1.1rem;
  line-height: 28px;
  background: url(../images/bg_border01.png) 0 0 repeat-x;
  background-size: 4px 2px;
}
@media only screen and (max-width: 767px) {
  .exhibitor-icon-list ul li {
    width: 48%;
    position: relative;
    padding: 8px 0 8px 35px;
    font-size: 1.1rem;
    line-height: 28px;
    background-size: 4px 2px;
  }
  .exhibitor-icon-list ul li p {
    line-height: 18px;
  }
}
.exhibitor-icon-list ul li a {
  display: block;
  height: 100%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .exhibitor-icon-list ul li a {
    display: flex;
    align-items: center;
  }
}
.exhibitor-icon-list ul li a:hover {
  background-color: #fffe9b;
}
.exhibitor-icon-list ul li:last-child, .exhibitor-icon-list ul li.medical_icon {
  background: url(../images/bg_border01.png) 0 0 repeat-x, url(../images/bg_border01.png) 0 100% repeat-x;
  background-size: 4px 2px, 4px 2px;
}
.exhibitor-icon-list ul li.line2, .exhibitor-icon-list ul li.line3 {
  line-height: 14px;
}
.exhibitor-icon-list ul li span {
  font-size: 1.0rem;
}
.exhibitor-icon-list ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.2rem;
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .exhibitor-icon-list {
    width: 791px;
  }
  .exhibitor-icon-list ul {
    overflow: hidden;
    padding: 0 !important;
  }
  .exhibitor-icon-list ul:last-child {
    border-right: 1px dotted #000;
  }
  .exhibitor-icon-list ul li {
    float: left;
    width: 20%;
    height: 75px;
    padding: 2px 1px;
    line-height: 1.2;
    text-align: center;
    background: none !important;
    border-left: 1px dotted #000;
  }
  .exhibitor-icon-list ul li .icon {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    font-size: 2.2rem;
  }
  .exhibitor-icon-list ul li span {
    letter-spacing: -0.1em;
  }
  .exhibitor-icon-list ul li p {
    margin-top: 10px;
  }
  .exhibitor-icon-list ul li.line2 p {
    margin-top: 5px;
  }
  .exhibitor-icon-list ul li.line3 p {
    margin-top: 0;
  }
}

.exhibitor-pagenav {
  position: -webkit-sticky;
  /* safari対応 */
  position: sticky;
  top: 10px;
  /* 上端から10pxのところで固定 */
  left: 0;
  margin-bottom: 40px;
}
.exhibitor-pagenav ul {
  overflow: hidden;
}
.exhibitor-pagenav li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.exhibitor-pagenav li a {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  padding-left: 30px;
  font-size: 1.4rem;
  border-radius: 25px;
  border: 2px solid #292b4f;
  color: #292b4f;
  width: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .exhibitor-pagenav li a {
    width: 140px;
  }
}
.exhibitor-pagenav li a:hover {
  background-color: #eee;
  text-decoration: none;
}
.exhibitor-pagenav li a:before {
  content: "\e903";
  display: block;
  position: absolute;
  left: 13px;
  top: 53%;
  margin-top: -0.7rem;
  font-family: 'icon' !important;
  font-size: 1.4rem;
  line-height: 1;
  transform: rotate(90deg);
}

.article .exhibitor_list_lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #ff9000;
}
@media only screen and (min-width: 768px) {
  .article .exhibitor_list_lead {
    font-size: 2.4rem;
  }
}

.article .exhibitor_list_h3 {
  margin-top: 40px;
  background: #e5f8ea;
  padding: 10px 10px 10px 15px;
}
@media only screen and (min-width: 768px) {
  .article .exhibitor_list_h3 {
    font-size: 1.8rem;
  }
}
.article .exhibitor_list_h3 span {
  color: #23c4b7;
}

.exhibitor_list_p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .exhibitor_list_p {
    font-size: 1.6rem;
  }
}

.exhibitor-info {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .exhibitor-info {
    margin-bottom: 30px;
  }
}

.exhibitor-booth dl {
  margin-bottom: 20px;
  text-align: center;
}
.exhibitor-booth dl dt {
  padding: 8px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #23c4b7;
  border: 2px solid #23c4b7;
  border-radius: 5px 5px 0 0;
}
.exhibitor-booth dl dd {
  padding: 20px;
  color: #23c4b7;
  font-size: 3.7rem;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #23c4b7;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 768px) {
  .exhibitor-booth {
    width: 268px;
  }
  .exhibitor-booth dl dd {
    font-size: 4.0rem;
  }
}

.exhibitor-category-list {
  overflow: hidden;
}
.exhibitor-category-list ul {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .exhibitor-category-list ul {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    justify-content: space-between;
  }
}
.exhibitor-category-list ul li {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 4px 0 4px 36px;
  height: 45px;
  color: #aaa;
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .exhibitor-category-list ul li {
    width: 47%;
  }
}
.exhibitor-category-list ul li span {
  font-size: 1.0rem;
}
.exhibitor-category-list ul li.is-active {
  color: #000;
  background-color: #22244a;
  border-color: #000;
}
@media only screen and (min-width: 768px) {
  .exhibitor-category-list ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    width: auto;
    float: none;
    margin-bottom: 8px;
  }
  .exhibitor-category-list ul li {
    width: 200px;
    font-size: 1.0rem;
    margin-bottom: 0;
  }
  .exhibitor-category-list ul li span {
    font-size: .7rem;
  }
}

.exhibitor-detail .table td {
  padding: 10px;
}
.exhibitor-detail .table td.sns-detail a {
  text-decoration: underline;
}
.exhibitor-detail .table td a + a {
  margin-left: 16px;
}
.exhibitor-detail .heading {
  margin-bottom: 20px;
  background-color: #eeeeee;
  color: #000;
  border-left: 10px solid #23c4b7;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.exhibitor-detail .heading-list {
  margin-top: 100px;
}
.exhibitor-detail .table th {
  background-color: #23c4b7;
  color: #fff;
}

.page-detail .page-title {
  padding: 10px 30px;
  font-size: 2.0rem;
  height: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.page-detail .page-title::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-detail .page-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 21px 30px;
    /* height: 124px; */
    font-size: 3rem;
  }
}
.page-detail .page-title small {
  display: block;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
}
.page-detail .page-title small span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.4rem;
}
.page-detail .page-title span.shuttenbi {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .page-detail .page-title small {
    margin-top: 10px;
  }
  .page-detail .page-title small span {
    font-size: 2rem;
  }
}

.bg-stripe {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 15px 15px;
  background: url(../images/bg_stripe.gif) 0 0 repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
@media only screen and (min-width: 768px) {
  .bg-stripe {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 50px 25px 25px;
  }
}
.bg-stripe:before {
  content: "";
  position: absolute;
}

.exhibitor-message {
  margin-top: 50px;
  margin-bottom: 50px;
}
.exhibitor-message:before {
  background: url(../images/h2_message.png) no-repeat center / contain;
  width: 210px;
  height: 40px;
  top: -20px;
  left: 0px;
}
.exhibitor-message:after {
  content: '';
  position: absolute;
  background: url(../images/message_deco.png) no-repeat center / contain;
  width: 170px;
  height: 90px;
  top: -20px;
  right: -50px;
}
@media only screen and (min-width: 768px) {
  .exhibitor-message:before {
    width: 360px;
    height: 86px;
    top: -41px;
    left: 30px;
  }
  .exhibitor-message:after {
    content: '';
    position: absolute;
    background: url(../images/message_deco.png) no-repeat center / contain;
    width: 370px;
    height: 170px;
    top: -70px;
    right: -80px;
  }
}
@media only screen and (min-width: 768px) {
  .exhibitor-message {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.exhibitor-message-department {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #23c4b7;
}
@media only screen and (min-width: 768px) {
  .exhibitor-message-department {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}

.exhibitor-message-detail {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .exhibitor-message-detail {
    font-size: 1.5rem;
  }
}

.exhibitor-message-block {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .exhibitor-message-block {
    display: -webkit-flex;
    display: flex;
    margin-top: 0;
    display: block;
  }
}


.exhibitor-message-column{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.exhibitor-message-column + .exhibitor-message-column {
  margin-top: 20px;
}
.exhibitor-message-img{
  width: 24%;
  border: 4px solid #23c4b7;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.exhibitor-message-img::before{
  content: '';
  display: inline-block;
  padding-top: 100%;
}
.exhibitor-message-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibitor-message-column__text{
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .exhibitor-message-column{
    display: block;
    padding: 0;
  }
  .exhibitor-message-img{
    width: 60%;
    margin: 0 auto 20px;
  }
  .exhibitor-message-column__text{
    width: 100%;
  }
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.guest-block:before {
  background: url(../images/txt_guest.png) 0 0 no-repeat;
  background-size: 140px 40px;
  width: 140px;
  height: 40px;
  top: -10px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .guest-block:before {
    background-size: 200px 57px;
    width: 200px;
    height: 57px;
    top: -20px;
    left: 30px;
  }
}

.article .guest-item {
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}
.article .guest-item:last-child {
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .article .guest-item {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .article .guest-item-content {
    width: 75%;
  }
}

.article .guest-item-img {
  width: 50%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .article .guest-item-img {
    width: 20%;
    margin: 0;
  }
}

.article .guest-item-title {
  background: url(../images/icon-clock.png) 10px 50% no-repeat;
  padding-left: 50px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #23c4b7;
  background-size: 25px 25px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .article .guest-item-title {
    background-position: 5px 50%;
    font-size: 2.0rem;
  }
}

.article .guest-item-name {
  padding-left: 50px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
.article .guest-item-name:before {
  content: "講師";
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .article .guest-item-name:before {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .article .guest-item-name {
    line-height: 2;
    padding-left: 55px;
  }
}

.article .guest-item-body {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article .guest-item-body {
    font-size: 1.6rem;
  }
}

.panelist-block:before {
  background: url(../images/txt_panelist.png) 0 0 no-repeat;
  background-size: 150px 33px;
  width: 150px;
  height: 33px;
  top: -10px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .panelist-block:before {
    background-size: 250px 57px;
    width: 250px;
    height: 57px;
    top: -20px;
    left: 30px;
  }
}
.panelist-block.moderator:before {
  background: url(../images/txt_moderator.png) 0 0 no-repeat;
  background-size: 186px 26px;
  width: 186px;
  height: 26px;
  top: -10px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .panelist-block.moderator:before {
    background-size: 372px 60px;
    width: 372px;
    height: 60px;
    top: -20px;
    left: 30px;
  }
}

.article .panelist-item {
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}
.article .panelist-item:last-child {
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .article .panelist-item {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .article .panelist-item-content {
    width: 75%;
  }
}

.article .panelist-item-img {
  width: 50%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .article .panelist-item-img {
    width: 20%;
    margin: 0;
  }
}

.article .panelist-item-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #23c4b7;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .article .panelist-item-title {
    font-size: 2.4rem;
  }
}

.article .panelist-item-name {
  margin-bottom: 10px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .article .panelist-item-name {
    line-height: 2;
    font-size: 1.8rem;
  }
}

.article .panelist-item-body {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article .panelist-item-body {
    font-size: 1.6rem;
  }
}

.symposiumguest-block {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 15px 15px;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 768px) {
  .symposiumguest-block {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 50px 25px 25px;
  }
}
.symposiumguest-block:before {
  content: "";
  position: absolute;
  background: url(../images/txt_guest.png) 0 0 no-repeat;
  background-size: 140px 40px;
  width: 140px;
  height: 40px;
  top: 0px;
  left: 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .symposiumguest-block:before {
    background-size: 200px 57px;
    width: 200px;
    height: 57px;
    top: -10px;
    left: 30px;
  }
}
.symposiumguest-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 0;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 40px 400px;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #fff;
}
@media only screen and (min-width: 768px) {
  .symposiumguest-block:after {
    border-width: 0 0 40px 800px;
  }
}

.article .symposiumguest-item {
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}
.article .symposiumguest-item:last-child {
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-content {
    width: 65%;
  }
}

.article .symposiumguest-item-img {
  width: 70%;
  margin: 10px auto 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-img {
    width: 35%;
    margin: -90px -25px 0 0;
  }
}
.article .symposiumguest-item-img:after {
  content: "";
  position: absolute;
  background: url(../images/bg_symposium04.png) 0 0 no-repeat;
  background-size: 150px 53px;
  width: 150px;
  height: 53px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-img:after {
    background-size: 300px 106px;
    width: 300px;
    height: 106px;
    bottom: -20px;
  }
}
.article .symposiumguest-item-img img {
  width: 100%;
}

.article .symposiumguest-item-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #23c4b7;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-title {
    font-size: 2.0rem;
  }
}

.article .symposiumguest-item-name {
  padding-top: 40px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
.article .symposiumguest-item-name:before {
  content: "講演者";
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  line-height: 1;
  font-size: 1.6rem;
  top: 5px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-name:before {
    top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-name {
    padding-left: 80px;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2;
  }
}

.article .symposiumguest-item-body {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article .symposiumguest-item-body {
    font-size: 1.6rem;
  }
}

.fairinfo dl {
  display: inline-block;
  margin-bottom: 15px;
}
.fairinfo dl dt {
  clear: both;
  float: left;
  width: 5.0em;
  margin: 0 0 15px;
  padding: 0 0.2em;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.fairinfo dl dd {
  margin: 0 0 15px 70px;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .fairinfo dl {
    margin-bottom: 0;
    vertical-align: top;
  }
  .fairinfo dl dt {
    margin: 0 0 8px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .fairinfo dl dd {
    margin: 0 0 8px 90px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

.exhibitor-pickup-category, .exhibitor-detail .table th, .category-list li a, .sidebar-search h3 {
  font-weight: bold !important;
}

@media print {
  /*	html {
  		zoom: 0.8;
  	}*/
}

.sns {
  padding: 47px 0 50px;
  position: relative;
  h2{
    text-align: center;
    margin-bottom: 30px;
    img{
      max-width: 140px;
    }
  }
  p{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  ul{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  li{
    margin: 0 23px;
  }
  .icon_ig{
    max-width: 66px;
  }
  .icon_x{
    max-width: 59px;
  }
  .icon_fb{
    max-width: 72px;
  }
}
.sns::before{
  position: absolute;
  content: '';
  background: url(../images/bg_illust_swim.png) no-repeat center / contain;
  width: 147px;
  height: 117px;
  right: 32px;
  bottom: -34px;
}
@media only screen and (max-width: 767px) {
  .sns::before{
    width: 77px;
    bottom: -64px;
  }
}
.access::before{
  position: absolute;
  content: '';
  background: url(../images/bg_about02.png) no-repeat center / contain;
  width: 260px;
  height: 500px;
  left: 0;
  top: 64%;
}
@media only screen and (max-width: 767px) {
  .access::before{
    width: 130px;
    top: 44%;
  }
}

.anniversary{
  padding: 100px 0 0;
  background: url(../images/bg_aniv_yellow.png) no-repeat center top / cover;
  position: relative;
  overflow: hidden;
  h2{
    text-align: center;
    margin-bottom: 30px;
    img{
      max-width: 624px;
    }
  }
  p{
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .04em;
    margin-bottom: 40px;
  }
  a::after{
    content: "\e903";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-family: 'icon' !important;
    line-height: 1;
    margin-top: -0.9rem;
    font-size: 1.8rem;
  }
  .anniversary__inner{
    position: relative;
  }
  .anniversary__slide{
    .slide-item{
      position: relative;
      overflow: hidden;
      img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
    }
    .slide-item::before{
      content: '';
      display: inline-block;
      padding-top: 91.9%;
    }
    .slide-item + .slide-item {
      margin-top: 2px;
    }
    .bx-wrapper {
      max-width: 100% !important;
      margin: 60px 0 0;
      position: relative;
      z-index: 2;
      .bx-viewport{
        box-shadow: none;
        border: none;
        left: 0;
        background: none;

      }
    }
  }
}
/*
.anniversary::before{
  content: '';
  position: absolute;
  background: url(../images/bg_illust_dj.png) no-repeat center / contain;
  width: 193px;
  height: 160px;
  left: 6%;
  top: 32%;
}
  */
.anniversary::after{
  content: '';
  position: absolute;
  background: url(../images/bg_illust_odori.png) no-repeat center / contain;
  width: 193px;
  height: 292px;
  right: 2%;
  top: 0;
}
.anniversary__inner::before{
  content: '';
  position: absolute;
  background: url(../images/bg_symposium03.png) no-repeat center / contain;
  width: 409px;
  height: 226px;
  left: -6%;
  top: -21%;
}
.anniversary__inner::after{
  content: '';
  position: absolute;
  background: url(../images/bg_symposium04.png) no-repeat center / contain;
  width: 377px;
  height: 133px;
  right: -2%;
  top: 33%;
}

.text-red{
  color: #f63e3e!important;
}

@media only screen and (max-width: 767px) {
  .anniversary{
    padding: 100px 0 0;
    h2{
      padding: 0 20px;
      position: relative;
      z-index: 2;
      img{
        max-width: 100%;
      }
    }
    p{
      font-size: 1.6rem;
      padding: 0 20px;
    }
  }
  .anniversary::before{
    width: 63px;
    height: 60px;
    left: 3%;
    top: 403px;
  }
  .anniversary::after{
    /* content: none; */
    width: 70px;
    height: 79px;
    top: 15px;
  }
  .anniversary__inner::before{
    width: 200px;
    height: 100px;
    left: -9%;
    top: -14%;
  }
  .anniversary__inner::after{
    width: 120px;
    height: 60px;
    right: 0;
    top: 50%;
  }
}

.table-exhibitor-wrapper{
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .table-exhibitor-wrapper{
      overflow-x: scroll;
  }
  .table-exhibitor{
    width: 800px;
  }
  .table-exhibitor-header{
    width: 800px;
  }
}
.table-exhibitor-header{
  background: #1e2349;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  div{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: .07em;
    padding: 10px 0;
    line-height: 1;
    position: relative;
    color: #fff;
  }
  div:nth-child(1){
    width: 28%;
  }
  div:nth-child(2){
    width: 58.4%;
  }
  div:nth-child(3){
    width: 13.6%;
  }
  div:nth-child(1)::after{
    content: '';
    position: absolute;
    height: 17px;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  div:nth-child(2)::after{
    content: '';
    position: absolute;
    height: 17px;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}

.yubi{
  display: none;
}
@media only screen and (max-width: 767px) {
  .yubi{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    img{
      width: 40%;
    }
  }
}

.exhibitor-infomation{
  .table{
    th{
      width: 17%;
    }
    td{
      width: 83%;
    }
  }
}
@media only screen and (max-width: 767px) {
  .exhibitor-infomation{
    .table{
      th{
        width: 100%;
      }
      td{
        width: 100%;
      }
    }
  }
}

.exhibitor-pickup__illust{
  position: absolute;
  width: 142px;
  left: 2%;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  .exhibitor-pickup__illust{
    width: 62px;
    height: auto;
    left: 1%;
    top: -198px;
  }
}

.btn-mypage{
  background: #000;
}
.end-table-text{
  color: #989898;
  font-size: 1.4rem;
  letter-spacing: .05em;
}