@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.text-right {
  text-align: right;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.alignnone {
  float: none;
}

/*基本設定*/
body {
  color: #101010;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  min-width: 1260px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

a {
  text-decoration: none;
  color: #62858B;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

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

/*共通*/
.content {
  width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.content_bg {
  background-color: #F1EFE7;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .content_bg {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

@media screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}

.flex {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex {
    width: 100%;
  }
}
.flex > .row {
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex > .row > .col2 {
  margin-left: 20px;
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex > .row > .col2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex > .row > .col2 .panel {
  border-radius: 5px;
  border: 1px solid #F1EFE7;
  padding: 10px;
}
.flex > .row > .col3 {
  margin-left: 20px;
  padding: 0;
  width: calc(33% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex > .row > .col3 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex > .row > .col3 .panel {
  background-color: #fff;
}
.flex > .row > .col4 {
  margin-left: 20px;
  width: calc(25% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex > .row > .col4 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex > .row > .col4 .panel {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flex > .row .col_sp {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.flex > .row > .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex .message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.8;
  padding: 0 0 0 40px;
}

.ppanel {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-bottom: 10px;
}
.ppanel h3 {
  margin-bottom: 10px;
}

.flexpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexpanel img {
  width: 33%;
  margin-right: 20px;
}
.flexpanel .pdetail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex {
  padding: 0 20px;
}

.vertical-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.vertical-flex > div {
  width: 100%;
}

.flex-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex-wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex-wrap > .row {
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex-wrap > .row {
    margin-right: 0;
  }
}
.flex-wrap > .row > .col2 {
  margin-left: 20px;
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex-wrap > .row > .col2 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flex-shop {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .flex-shop {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex-shop > .row {
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-shop > .row .col4 {
  margin-left: 20px;
  width: calc(25% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flex-shop > .row .col4 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flex-shop > .row .col4 .panel {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.text-left {
  text-align: left;
}

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

.bold {
  font-weight: bold;
}

.red {
  color: #FA3C40;
}

.lead {
  padding: 30px;
  text-align: center;
}

.text-large {
  font-size: 18px;
  font-weight: bold;
}

.text-min {
  font-size: 12px;
}

.strong {
  font-size: 1.2em;
  font-weight: bold;
}

.max400 input {
  max-width: 400px;
}
.max400 textarea {
  max-width: 600px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 25px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 35px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 35px;
  }
}

.lightboximg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.sample_img {
  width: 40%;
  margin: 0 auto;
}

.clipped {
  position: relative;
  width: 100px;
  height: 100px;
}

/* index */
.event_detail_wrap .event_detail {
  border-left: 3px solid #FA3C40;
  padding-left: 20px;
}
.event_detail_wrap .event_detail dl {
  font-family: "Exo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event_detail_wrap .event_detail dl dt {
  border-radius: 50px;
  width: 200px;
  color: #fff;
  background-color: #FA3C40;
  text-align: center;
}
.event_detail_wrap .event_detail dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .event_detail_wrap .event_detail dl {
    display: block;
  }
}

/* table */
table tr, table th, table td {
  border: none;
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

.table_overview table {
  border-collapse: collapse;
}
.table_overview table th {
  min-width: 150px;
}
.table_overview table th, .table_overview table td {
  border-bottom: 1px solid #101010;
  padding: 20px;
}
.table_overview table td {
  border-left: 1px solid #101010;
}
@media screen and (max-width: 768px) {
  .table_overview table th, .table_overview table td {
    display: block;
    border-left: none;
  }
  .table_overview table th {
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    font-size: 1.2em;
  }
}

/*form*/
select {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
}

.ConstCheck {
  text-align: right;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #F00;
  color: #F00;
}

.forms .flex-wrap .row {
  margin-left: -40px;
}
.forms .flex-wrap .row .col2 {
  margin-left: 40px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .forms .flex-wrap .row {
    margin-left: 0;
  }
  .forms .flex-wrap .row .col2 {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.forms input[type=checkbox], .forms input[type=radio] {
  display: none;
}
.forms input[type=checkbox] + .wpcf7-list-item-label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forms input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\f14a";
  color: #FA3C40;
}
.forms input[type=radio] + .wpcf7-list-item-label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forms input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\f192";
  color: #FA3C40;
}

.searchbox {
  border-radius: 3px;
  border: 1px solid #EEE;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.searchbox #s {
  border: none;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbox .searchinput {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.searchbox #submit {
  background-color: #b60505;
  border-radius: 3px;
  color: #FFF;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.fileup {
  display: none;
}

.selectFileBtn {
  background-color: #F1EFE7;
  padding: 10px;
  border-radius: 5px;
}
.selectFileBtn button {
  -webkit-appearance: none;
  background-color: #F00;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #b60505;
  border-right: 2px solid #b60505;
  padding: 10px;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.selectFileBtn button:hover {
  opacity: 0.8;
}

.inputFileicon {
  display: block;
  max-width: 250px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.inputFileicon img {
  margin: 10px 0;
}

.selectFile3 {
  margin-bottom: 30px;
}

.save-button {
  text-align: right;
  padding: 20px;
}
.save-button .saveBtn {
  -webkit-appearance: none;
  background-color: #F00;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #b60505;
  border-right: 2px solid #b60505;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.save-button  .saveBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .save-button .saveBtn {
    width: 100%;
    border: 2px solid #F00;
    background-color: #FFF;
    color: #333;
  }
}

.summary p {
  font-size: 18.7px;
}

.inner h1 {
  padding: 10px 20px;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #FA3C40;
  border-left: 5px solid #FA3C40;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 768px) {
  .inner h1 {
    padding-left: 10px;
    font-size: 18px;
  }
}

.caution {
  padding: 10px;
  border: 1px solid #FA3C40;
  margin-bottom: 20px;
  border-radius: 5px;
}

.form-control {
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}

.form-control label {
  font-weight: bold;
}

.form-control .req {
  background-color: #FA3C40;
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  border-radius: 3px;
  border-bottom: none;
}
.form-control .req:after {
  display: none;
}

.form-control .req2{
	margin-left:10px;
}

.form-control input[type=text],
.form-control input[type=email],
.form-control input[type=tel],
.form-control textarea {
  margin-top: 10px;
  -webkit-appearance: none;
  padding: 10px;
  outline: none;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

.form-block {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .form-block {
    padding-bottom: 0;
  }
}

.wpcf7-submit {
  -webkit-appearance: none;
  padding: 10px 0;
  text-align: center;
  background-color: #FA3C40;
  border-radius: 5px;
  margin: 15px auto;
  font-size: 24px;
  font-weight: normal;
  color: #FFF;
  border: none;
  cursor: pointer;
  display: block;
  width: 200px;
}
.wpcf7-submit:disabled {
  background-color: #CCC;
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  padding: 5px 0;
  font-size: 16px;
}

/*テーブル*/
.table {
  width: 100%;
}
.table th, .table td {
  padding: 10px;
  border-bottom: 1px solid #F1EFE7;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .table th, .table td {
    display: block;
    padding: 10px 0;
  }
}
.table.timesheet {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table.timesheet th, .table.timesheet td {
    display: table-cell;
  }
}
.table.timesheet th, .table.timesheet td {
  text-align: center;
  border: 1px solid #EEE;
}
.table.timesheet td {
  width: 20%;
}
.table.bustable {
  border-collapse: collapse;
}
.table.bustable th {
  width: 30%;
}
.table th {
  text-align: left;
  font-size: 1.2em;
}

.koma_table {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .koma_table {
    width: 100%;
  }
}
.koma_table th, .koma_table td {
  padding: 10px;
  border-bottom: 1px solid #F1EFE7;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .koma_table th, .koma_table td {
    padding: 10px 0;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.koma_table th {
  text-align: left;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .koma_table th {
    background-color: #f1efe7;
  }
}

/*ボタン*/
.button-box {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button-box {
    padding-top: 20px;
  }
}

.btn {
  display: inline-block;
  border-radius: 5px;
}

.btn_red {
  background-color: #FA3C40;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  margin-right: 15px;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
}

.btn_w {
  background-color: #fff;
  color: #101010;
  font-weight: bold;
  font-size: 36px;
  padding: 15px 60px;
  margin-right: 15px;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
}
.btn_w span {
  color: #FA3C40;
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .btn_w {
    padding: 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
  }
}

.btn_full {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_large {
  width: 80%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_l {
  padding: 20px 20px 20px 40px;
  font-size: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn_l {
    padding: 10px 20px 10px 30px;
    width: 100%;
    margin-right: 0;
    font-size: 15px;
  }
}

.sns_icon {
  margin-right: 15px;
}

.detail {
  text-align: center;
  padding-top: 20px;
}
.detail a.detail {
  font-weight: bold;
  display: inline-block;
  border: 2px solid #333;
  background-color: #FFF;
  padding: 3px 10px;
  color: #333;
  -webkit-box-shadow: 3px 3px 0 #333;
          box-shadow: 3px 3px 0 #333;
}
.detail a.detail span {
  color: #333;
}

ol.count_num li {
  padding: 5px 0;
  list-style: decimal;
}

ol.count_alph li {
  list-style: lower-alpha;
}

/*ヘッダ*/
#header_logo {
  padding: 10px;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  #header_logo {
    max-width: 90px;
  }
}

#header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  padding: 10px 50px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 10px;
  }
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#headersp {
  background-color: #fff;
}
#headersp #logo_sp {
  width: 150px;
  padding: 10px;
}

#main {
  overflow-x: hidden;
  min-height: 45vh;
}
#main.exhibitor {
  min-height: 600px;
}

.page-header {
  background-image: url(../images/background.jpg);
  background-size: cover;
}

.kv {
  height: 100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/kv.png);
  position: relative;
  background-position: center center;
  background-size: cover;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../images/kv_sp.png);
  }
}
.kv .kv_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.posdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #EEE;
}
.posdetail div {
  margin: 0 0 10px 0;
}
.posdetail h3 {
  padding: 20px 0 0;
}
.posdetail .posnum {
  background-color: #FA3C40;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 20px;
  margin-right: 20px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .posdetail .posnum {
    padding: 10px;
    font-size: 24px;
  }
}

.comingsoon {
  border: 1px solid #FA3C40;
  color: #333;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.top_comment {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #111;
}

@media screen and (max-width: 768px) {
  .top_comment {
    font-size: 18px;
  }
  .top_comment span {
    display: block;
  }
}
.bnr {
  padding: 10px 20px;
  text-align: center;
}
.bnr a {
  display: inline-block;
  padding: 15px 15px 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bnr {
    padding: 10px 20px 0;
  }
  .bnr a {
    padding: 5px 5px 0;
  }
}

/*ナビゲーション*/
.drawer-hamburger {
  top: 10px;
}

#navigation .flex-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #navigation .flex-nav {
    display: block;
  }
}
#navigation .flex-nav a {
  display: block;
  max-height: 45px;
  padding: 0 8px;
  text-align: center;
  color: #101010;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #navigation .flex-nav a {
    font-size: 12px;
    padding: 15px 0;
  }
}
#navigation .flex-nav .nav-active a:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #FA3C40;
  margin: 0 auto;
  border-radius: 3px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: -10px;
}
#navigation .contact-link a {
  padding: 10px;
  background-color: #d9be8f;
  color: #FFF;
  border-radius: 5px;
}

.drawer-nav {
  background-color: #FFF !important;
}

@media screen and (min-width: 768px) {
  .drawer-nav#headernav {
    display: block;
    right: 0;
    width: 70%;
    position: static;
    height: auto;
    overflow: visible;
  }
  .drawer-hamburger {
    display: none;
  }
}
/*見出し*/
h2 {
  font-size: 24px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center right;
  background-size: 49px;
  font-family: "exo", sans-serif;
  border-bottom: 2px solid #101010;
}
h2 span {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    background-size: 38px;
    margin-bottom: 0;
    min-height: 0;
  }
  h2 span {
    font-size: 14px;
  }
}
h2.news_head span {
  color: #101010;
}
h2.movie_head span {
  color: #0090FE;
}
h2.access_head span {
  color: #FA3C40;
}

.content_bg h2 {
  border-bottom: 8px solid #FFF;
}

.bl1 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .bl1 {
    margin-left: 0;
    padding-left: 10px;
    border: none;
  }
}

.bl2 {
  border-left: 2px solid #EEE;
  padding-left: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .bl2 {
    margin-left: 0;
    padding-left: 10px;
    border: none;
  }
}

/*News*/
.news_block {
  border: 1px solid #101010;
  border-radius: 10px;
  padding: 10px !important;
  text-align: left;
}
.news_block .news_scroll {
  height: 70vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  --scrollbar-color-track: transparent;
  --scrollbar-color-thumb: #E3E3E3;
}
.news_block .news_list {
  padding: 20px;
}
.news_block .news_list a {
  color: #101010;
}
.news_block .news_list .news_date {
  font-family: "Exo", sans-serif;
  background-color: #E3E3E3;
  border-radius: 50px;
  padding: 5px 25px;
  font-weight: normal;
  display: inline-block;
}
.news_block .news_list h3 {
  margin: 10px 0;
}

/* bg */
.contents_wrap {
  background-color: #FFF;
}

/*パネルデザイン*/
.event_panel .event_title {
  background-color: #F1EFE7;
  color: #101010;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event_panel .event_title span {
  background-color: #FA3C40;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 5px;
  word-break: keep-all;
}
.event_panel .ev_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
.event_panel .ev_wrap .ev_img {
  margin-right: 10px;
  width: 103px;
}
.event_panel .ev_wrap .ev_data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.event_panel .ev_wrap .ev_data .ev_date {
  font-weight: bold;
}
.event_panel .ev_wrap .ev_data .ev_date .day span {
  color: #FA3C40;
}
.event_panel .ev_wrap .ev_data .ev_date .day strong {
  font-size: 24px;
}
.event_panel .ev_wrap .ev_data .ev_tit {
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid #F1EFE7;
  font-weight: bold;
  margin-top: 10px;
}
.event_panel .ev_wrap .location {
  font-size: 12px;
  border-left: 4px solid #F1EFE7;
  padding: 5px 0 5px 3px;
}
.event_panel .btn {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img_border {
  border: 1px solid #EEE;
}

.event_title {
  font-size: 22px;
  color: #FA3C40;
  font-weight: bold;
}
.event_title .event_date {
  background-color: #101010;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: normal;
}
.event_title .e_title {
  font-size: 22px;
  color: #101010;
  font-weight: bold;
}

.panel_title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 5px;
  text-align: center;
  border-radius: 5px;
}
.cat1 .panel_title {
  background-color: #ffd900;
}
.cat2 .panel_title {
  background-color: #a4abd6;
}
.cat3 .panel_title {
  background-color: #8fc31f;
}
.cat4 .panel_title {
  background-color: #FF7730;
}

.category {
  font-size: 13px;
}
.cat1 .category {
  color: #ffd900;
}
.cat2 .category {
  color: #a4abd6;
}
.cat3 .category {
  color: #8fc31f;
}
.cat4 .category {
  color: #FF7730;
}

.data_title {
  background-color: #4F4F4F;
  padding: 5px 0;
  color: #FFF;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  border-right: 1px solid #FFF;
}

.shop_data .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_data .row > div {
  width: 50%;
}

.detail_link {
  margin-top: auto;
  padding-top: 10px;
}
.detail_link a, .detail_link span {
  display: block;
  background-color: #fff;
  color: #101010;
  border: 1px solid #EEE;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 5px 3px;
  font-weight: bold;
}
.detail_link a i, .detail_link span i {
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .detail_link a, .detail_link span {
    padding-left: 5px;
    font-size: 14px;
  }
}
.cat_service .detail_link a i {
  color: #ffd900;
}
.ca_antivirus .detail_link a i {
  color: #005bac;
}
.cat_technology .detail_link a i {
  color: #a4abd6;
}
.cat_iryoufukushi .detail_link a i {
  color: #71bce9;
}
.cat_kenchiku .detail_link a i {
  color: #a98f6a;
}
.cat_life .detail_link a i {
  color: #ef845c;
}
.cat_greening .detail_link a i {
  color: #8fc31f;
}
.cat_organization .detail_link a i {
  color: #9fa0a0;
}
.cat_other .detail_link a i {
  color: #eb6ea5;
}

.news_wrap {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  position: relative;
}
.news_wrap .col2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_wrap .col2 .news_data {
    padding: 0 10px;
  }
}

.news_data .news_img {
  margin-right: 10px;
  position: relative;
  width: 100px;
  height: 100px;
}
.news_data .news_img:after {
  content: "";
  position: absolute;
  background-image: url(../images/heximg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_data .news_detail {
  color: #101010;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_data .news_detail h3 {
  font-size: 16px;
}
.news_data .news_date {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .news_data .news_date {
    width: 100%;
    padding: 0 0 10px;
    font-size: 14px;
  }
}
.news_data .date {
  padding: 10px 0;
  font-weight: normal;
  color: #666;
}
.news_data .detail-link a {
  background-color: #FA3C40;
}

.flex-shop .panel figure {
  padding: 10px 0;
}

#data {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #data {
    padding: 30px 20px 30px;
  }
  #data table th, #data table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

/* summary */
.flex .image {
  margin-left: 20px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .flex .image {
    width: 50%;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }
  .flex .message {
    width: 100%;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* Access */
.jikoku {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

span.bus {
  display: inline-block;
  width: 202px;
}
@media screen and (max-width: 768px) {
  span.bus {
    width: auto;
    display: inline;
  }
}

span.bus-arrow {
  display: inline-block;
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  span.bus-arrow {
    width: auto;
    display: inline;
  }
}

.kome {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 20px;
}

.ac_section {
  margin: 20px 0 50px;
}

.ac_section p {
  line-height: 120%;
}

.ac_section img {
  margin-bottom: 30px;
}

.ac_section p a {
  color: #0000ff;
  text-decoration: none;
}

.ac_section p a:hover {
  color: #00bfff;
}

.ac_content img {
  float: left;
  margin-right: 40px;
}

.jikan {
  background-color: #f5f5dc;
}

.clear {
  clear: both;
}

/* footer */
#footer {
  background-color: #E9E9E9;
}
#footer .footer_title {
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #000;
}
#footer .footer_title span {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 20px;
}
#footer .footer_logo {
  width: 150px;
}
#footer .footer-col {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer-col {
    width: 100%;
    padding: 5px 20px;
  }
}
#footer .footer-col .btn_large {
  width: 100%;
  margin-right: 0;
}
#footer .footer_tel {
  font-weight: bold;
  font-size: 2em;
  font-family: "Exo", sans-serif;
}
#footer .copyright {
  color: #101010;
  text-align: center;
  padding: 20px 5px;
}

#apply_btn.btn_red.btn_off {
  background-color: #CCC;
  cursor: default;
}

#apply_btn.btn_red {
  font-size: 32px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #apply_btn.btn_red {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.scroll_kiyaku {
  max-height: 50vh;
  overflow-y: auto;
  padding-top: 15px;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .scroll_kiyaku {
    margin-bottom: 20px;
  }
}
.scroll_kiyaku h2 {
  margin-top: 30px;
}
.scroll_kiyaku h2:first-child {
  margin-top: 0;
}

.category-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .category-list {
    margin-bottom: 10px;
  }
}
.category-list .cat_select {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-align: center;
  padding: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .category-list .cat_select {
    display: block;
  }
}
.category-list .cat_select i {
  color: #FA3C40;
}
.category-list ul {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-list ul.open {
  -webkit-transition: all 3000ms 0s ease;
  transition: all 3000ms 0s ease;
}
@media screen and (max-width: 768px) {
  .category-list ul {
    display: block;
    padding: 0;
  }
}
.category-list ul li {
  margin-bottom: 10px;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  .category-list ul li {
    display: none;
    max-width: 100%;
  }
}
.category-list ul li a {
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  border-radius: 0;
  text-align: center;
  color: #111;
  margin-right: 10px;
  border-left: 4px solid #ccc;
  background-color: #EEE;
}
.category-list ul li a:before {
  display: none;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  content: "";
  background-color: #FA3C40;
}
.category-list ul li a span {
  display: none;
}
@media screen and (max-width: 768px) {
  .category-list ul li a {
    text-align: left;
    margin-right: 0;
    border-radius: 0 0 5px 5px;
  }
  .category-list ul li a span {
    display: inline-block;
  }
}
.category-list ul li.cat_active {
  display: block;
}
.category-list ul li.cat_active a {
  font-weight: bold;
  color: #FFF;
  background-color: #FA3C40;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}
.category-list ul li.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_all a {
  border-color: #FA3C40;
}
.category-list ul li.cat_all a:before {
  background-color: #FA3C40;
}
.category-list ul li.cat_all.cat_active a {
  background-color: #FA3C40;
  color: #FFF;
}
.category-list ul li.cat_all.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_service a {
  border-color: #ffd900;
}
.category-list ul li.cat_service.cat_active a {
  background-color: #ffd900;
  color: #FFF;
}
.category-list ul li.cat_service.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_antivirus a {
  border-color: #005bac;
}
.category-list ul li.cat_antivirus a:before {
  background-color: #005bac;
}
.category-list ul li.cat_antivirus.cat_active a {
  background-color: #005bac;
  color: #FFF;
}
.category-list ul li.cat_antivirus.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_technology a {
  border-color: #a4abd6;
}
.category-list ul li.cat_technology a:before {
  background-color: #a4abd6;
}
.category-list ul li.cat_technology.cat_active a {
  background-color: #a4abd6;
  color: #FFF;
}
.category-list ul li.cat_technology.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_iryoufukushi a {
  border-color: #71bce9;
}
.category-list ul li.cat_iryoufukushi a:before {
  background-color: #71bce9;
}
.category-list ul li.cat_iryoufukushi.cat_active a {
  background-color: #71bce9;
  color: #FFF;
}
.category-list ul li.cat_iryoufukushi.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_kenchiku a {
  border-color: #a98f6a;
}
.category-list ul li.cat_kenchiku a:before {
  background-color: #a98f6a;
}
.category-list ul li.cat_kenchiku.cat_active a {
  background-color: #a98f6a;
  color: #FFF;
}
.category-list ul li.cat_kenchiku.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_life a {
  border-color: #ef845c;
}
.category-list ul li.cat_life a:before {
  background-color: #ef845c;
}
.category-list ul li.cat_life.cat_active a {
  background-color: #ef845c;
  color: #FFF;
}
.category-list ul li.cat_life.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_greening a {
  border-color: #8fc31f;
}
.category-list ul li.cat_greening a:before {
  background-color: #8fc31f;
}
.category-list ul li.cat_greening.cat_active a {
  background-color: #8fc31f;
  color: #FFF;
}
.category-list ul li.cat_greening.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_organization a {
  border-color: #9fa0a0;
}
.category-list ul li.cat_organization a:before {
  background-color: #9fa0a0;
}
.category-list ul li.cat_organization.cat_active a {
  background-color: #9fa0a0;
  color: #FFF;
}
.category-list ul li.cat_organization.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_other a {
  border-color: #eb6ea5;
}
.category-list ul li.cat_other a:before {
  background-color: #eb6ea5;
}
.category-list ul li.cat_other.cat_active a {
  background-color: #eb6ea5;
  color: #FFF;
}
.category-list ul li.cat_other.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_kouenkai a {
  color: #FF7730;
}
.category-list ul li.cat_kouenkai a:before {
  background-color: #FF7730;
}
.category-list ul li.cat_kouenkai.cat_active a {
  background-color: #FF7730;
  color: #FFF;
}
.category-list ul li.cat_kouenkai.cat_active a:before {
  background-color: #FFF;
}
.category-list ul li.cat_stage a {
  color: #71bce9;
}
.category-list ul li.cat_stage a:before {
  background-color: #71bce9;
}
.category-list ul li.cat_stage.cat_active a {
  background-color: #FFF;
  color: #71bce9;
}
.category-list ul li.cat_stage.cat_active a:before {
  background-color: #FFF;
}
.category-list ul.open li {
  display: block;
  margin-bottom: 0;
}
.category-list ul.open li a {
  border-radius: 0 !important;
  border-top: 0;
  border-color: #CCC;
}

.exhibitor-tag ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.exhibitor-tag ul li {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
.exhibitor-tag ul li a {
  background-color: #EFEFEF;
  color: #333;
  font-size: 12px;
  padding: 3px 5px;
}
.exhibitor-tag ul li a:before {
  background-color: #333;
}
.exhibitor-tag ul li.cat_active a {
  font-size: 12px;
  padding: 3px 5px;
}
.exhibitor-tag ul li.cat_active a:before {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .exhibitor-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EFEFEF;
  }
  .exhibitor-tag ul li a {
    padding: 10px 15px;
  }
}

.exhibitor-list h2 {
  border-bottom: 1px dashed #9fa0a0;
}

.event-list h2 {
  border-bottom: 1px dashed #ff7730;
}

.exhibitor_presentation {
  margin-bottom: 70px;
}
.exhibitor_presentation h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
}

.exhibitor-list .event-panel-s .event-company-name, .event-list .event-panel-s .event-company-name, .exhibitor_presentation .event-panel-s .event-company-name {
  border-left: 2px solid #ff7730;
  padding-left: 20px;
  margin-bottom: 10px;
}
.exhibitor-list .event-panel-s .event-category, .event-list .event-panel-s .event-category, .exhibitor_presentation .event-panel-s .event-category {
  background-color: #ff7730;
  color: #FFF;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.exhibitor-list .event-panel-s .event-date, .event-list .event-panel-s .event-date, .exhibitor_presentation .event-panel-s .event-date {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.exhibitor-list .col4, .event-list .col4, .exhibitor_presentation .col4 {
  margin-bottom: 20px;
}
.exhibitor-list .exhibitor-panel, .exhibitor-list .event-panel, .event-list .exhibitor-panel, .event-list .event-panel, .exhibitor_presentation .exhibitor-panel, .exhibitor_presentation .event-panel {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .exhibitor-list .exhibitor-panel, .exhibitor-list .event-panel, .event-list .exhibitor-panel, .event-list .event-panel, .exhibitor_presentation .exhibitor-panel, .exhibitor_presentation .event-panel {
    padding: 0px;
  }
  .exhibitor-list .exhibitor-panel .exhibitor-seihin-pr, .exhibitor-list .event-panel .exhibitor-seihin-pr, .event-list .exhibitor-panel .exhibitor-seihin-pr, .event-list .event-panel .exhibitor-seihin-pr, .exhibitor_presentation .exhibitor-panel .exhibitor-seihin-pr, .exhibitor_presentation .event-panel .exhibitor-seihin-pr {
    display: none;
  }
}
.exhibitor-list .exhibitor-panel a, .exhibitor-list .event-panel a, .event-list .exhibitor-panel a, .event-list .event-panel a, .exhibitor_presentation .exhibitor-panel a, .exhibitor_presentation .event-panel a {
  color: #101010;
  display: block;
}
.exhibitor-list .exhibitor-panel .event_place, .exhibitor-list .event-panel .event_place, .event-list .exhibitor-panel .event_place, .event-list .event-panel .event_place, .exhibitor_presentation .exhibitor-panel .event_place, .exhibitor_presentation .event-panel .event_place {
  background-color: #FF7730;
  padding: 2px 5px;
  top: 2px;
  font-size: 10px;
  left: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.exhibitor-list .exhibitor-panel .event-date, .exhibitor-list .event-panel .event-date, .event-list .exhibitor-panel .event-date, .event-list .event-panel .event-date, .exhibitor_presentation .exhibitor-panel .event-date, .exhibitor_presentation .event-panel .event-date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.exhibitor-list .exhibitor-panel .exhibitor-img, .exhibitor-list .exhibitor-panel .event-img, .exhibitor-list .event-panel .exhibitor-img, .exhibitor-list .event-panel .event-img, .event-list .exhibitor-panel .exhibitor-img, .event-list .exhibitor-panel .event-img, .event-list .event-panel .exhibitor-img, .event-list .event-panel .event-img, .exhibitor_presentation .exhibitor-panel .exhibitor-img, .exhibitor_presentation .exhibitor-panel .event-img, .exhibitor_presentation .event-panel .exhibitor-img, .exhibitor_presentation .event-panel .event-img {
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.exhibitor-list .exhibitor-panel .exhibitor-img img, .exhibitor-list .exhibitor-panel .event-img img, .exhibitor-list .event-panel .exhibitor-img img, .exhibitor-list .event-panel .event-img img, .event-list .exhibitor-panel .exhibitor-img img, .event-list .exhibitor-panel .event-img img, .event-list .event-panel .exhibitor-img img, .event-list .event-panel .event-img img, .exhibitor_presentation .exhibitor-panel .exhibitor-img img, .exhibitor_presentation .exhibitor-panel .event-img img, .exhibitor_presentation .event-panel .exhibitor-img img, .exhibitor_presentation .event-panel .event-img img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .exhibitor-list .exhibitor-panel .exhibitor-img, .exhibitor-list .exhibitor-panel .event-img, .exhibitor-list .event-panel .exhibitor-img, .exhibitor-list .event-panel .event-img, .event-list .exhibitor-panel .exhibitor-img, .event-list .exhibitor-panel .event-img, .event-list .event-panel .exhibitor-img, .event-list .event-panel .event-img, .exhibitor_presentation .exhibitor-panel .exhibitor-img, .exhibitor_presentation .exhibitor-panel .event-img, .exhibitor_presentation .event-panel .exhibitor-img, .exhibitor_presentation .event-panel .event-img {
    max-height: 100px;
  }
}
.exhibitor-list .exhibitor-panel .exhibitor-img > div, .exhibitor-list .exhibitor-panel .event-img > div, .exhibitor-list .event-panel .exhibitor-img > div, .exhibitor-list .event-panel .event-img > div, .event-list .exhibitor-panel .exhibitor-img > div, .event-list .exhibitor-panel .event-img > div, .event-list .event-panel .exhibitor-img > div, .event-list .event-panel .event-img > div, .exhibitor_presentation .exhibitor-panel .exhibitor-img > div, .exhibitor_presentation .exhibitor-panel .event-img > div, .exhibitor_presentation .event-panel .exhibitor-img > div, .exhibitor_presentation .event-panel .event-img > div {
  width: 100%;
  text-align: center;
}
.exhibitor-list .exhibitor-panel .exhibitor-img > div .nego, .exhibitor-list .exhibitor-panel .event-img > div .nego, .exhibitor-list .event-panel .exhibitor-img > div .nego, .exhibitor-list .event-panel .event-img > div .nego, .event-list .exhibitor-panel .exhibitor-img > div .nego, .event-list .exhibitor-panel .event-img > div .nego, .event-list .event-panel .exhibitor-img > div .nego, .event-list .event-panel .event-img > div .nego, .exhibitor_presentation .exhibitor-panel .exhibitor-img > div .nego, .exhibitor_presentation .exhibitor-panel .event-img > div .nego, .exhibitor_presentation .event-panel .exhibitor-img > div .nego, .exhibitor_presentation .event-panel .event-img > div .nego {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #FFF;
  color: #ff8825;
  border: 1px solid #ff8825;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  padding: 9px 0;
  line-height: 1.3;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .exhibitor-list .exhibitor-panel .exhibitor-img > div .nego, .exhibitor-list .exhibitor-panel .event-img > div .nego, .exhibitor-list .event-panel .exhibitor-img > div .nego, .exhibitor-list .event-panel .event-img > div .nego, .event-list .exhibitor-panel .exhibitor-img > div .nego, .event-list .exhibitor-panel .event-img > div .nego, .event-list .event-panel .exhibitor-img > div .nego, .event-list .event-panel .event-img > div .nego, .exhibitor_presentation .exhibitor-panel .exhibitor-img > div .nego, .exhibitor_presentation .exhibitor-panel .event-img > div .nego, .exhibitor_presentation .event-panel .exhibitor-img > div .nego, .exhibitor_presentation .event-panel .event-img > div .nego {
    height: 40px;
    width: 40px;
    font-size: 11px;
    padding: 6px 0;
  }
}
.exhibitor-list .exhibitor-panel .exhibitor-img img, .exhibitor-list .exhibitor-panel .event-img img, .exhibitor-list .event-panel .exhibitor-img img, .exhibitor-list .event-panel .event-img img, .event-list .exhibitor-panel .exhibitor-img img, .event-list .exhibitor-panel .event-img img, .event-list .event-panel .exhibitor-img img, .event-list .event-panel .event-img img, .exhibitor_presentation .exhibitor-panel .exhibitor-img img, .exhibitor_presentation .exhibitor-panel .event-img img, .exhibitor_presentation .event-panel .exhibitor-img img, .exhibitor_presentation .event-panel .event-img img {
  display: block;
  margin: 0 auto;
}
.exhibitor-list .exhibitor-panel .exhibitor-category, .exhibitor-list .exhibitor-panel .event-category, .exhibitor-list .event-panel .exhibitor-category, .exhibitor-list .event-panel .event-category, .event-list .exhibitor-panel .exhibitor-category, .event-list .exhibitor-panel .event-category, .event-list .event-panel .exhibitor-category, .event-list .event-panel .event-category, .exhibitor_presentation .exhibitor-panel .exhibitor-category, .exhibitor_presentation .exhibitor-panel .event-category, .exhibitor_presentation .event-panel .exhibitor-category, .exhibitor_presentation .event-panel .event-category {
  display: inline-block;
  background-color: #ff8585;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .exhibitor-list .exhibitor-panel .exhibitor-category, .exhibitor-list .exhibitor-panel .event-category, .exhibitor-list .event-panel .exhibitor-category, .exhibitor-list .event-panel .event-category, .event-list .exhibitor-panel .exhibitor-category, .event-list .exhibitor-panel .event-category, .event-list .event-panel .exhibitor-category, .event-list .event-panel .event-category, .exhibitor_presentation .exhibitor-panel .exhibitor-category, .exhibitor_presentation .exhibitor-panel .event-category, .exhibitor_presentation .event-panel .exhibitor-category, .exhibitor_presentation .event-panel .event-category {
    font-size: 10px;
  }
}
.exhibitor-list .exhibitor-panel .exhibitor-company-name, .exhibitor-list .exhibitor-panel .event-company-name, .exhibitor-list .event-panel .exhibitor-company-name, .exhibitor-list .event-panel .event-company-name, .event-list .exhibitor-panel .exhibitor-company-name, .event-list .exhibitor-panel .event-company-name, .event-list .event-panel .exhibitor-company-name, .event-list .event-panel .event-company-name, .exhibitor_presentation .exhibitor-panel .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel .event-company-name, .exhibitor_presentation .event-panel .exhibitor-company-name, .exhibitor_presentation .event-panel .event-company-name {
  min-height: 64px;
  background-color: #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0;
  color: #101010;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .exhibitor-list .exhibitor-panel .exhibitor-company-name, .exhibitor-list .exhibitor-panel .event-company-name, .exhibitor-list .event-panel .exhibitor-company-name, .exhibitor-list .event-panel .event-company-name, .event-list .exhibitor-panel .exhibitor-company-name, .event-list .exhibitor-panel .event-company-name, .event-list .event-panel .exhibitor-company-name, .event-list .event-panel .event-company-name, .exhibitor_presentation .exhibitor-panel .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel .event-company-name, .exhibitor_presentation .event-panel .exhibitor-company-name, .exhibitor_presentation .event-panel .event-company-name {
    padding: 3px 0 3px 5px;
    font-size: 15px;
  }
}
.exhibitor-list .exhibitor-panel .event-meta, .exhibitor-list .exhibitor-panel .event-seihin-pr, .exhibitor-list .event-panel .event-meta, .exhibitor-list .event-panel .event-seihin-pr, .event-list .exhibitor-panel .event-meta, .event-list .exhibitor-panel .event-seihin-pr, .event-list .event-panel .event-meta, .event-list .event-panel .event-seihin-pr, .exhibitor_presentation .exhibitor-panel .event-meta, .exhibitor_presentation .exhibitor-panel .event-seihin-pr, .exhibitor_presentation .event-panel .event-meta, .exhibitor_presentation .event-panel .event-seihin-pr {
  padding: 10px;
  border: 1px solid #EEE;
}
.exhibitor-list .exhibitor-panel.cat_service .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_service .event-company-name, .exhibitor-list .event-panel.cat_service .exhibitor-company-name, .exhibitor-list .event-panel.cat_service .event-company-name, .event-list .exhibitor-panel.cat_service .exhibitor-company-name, .event-list .exhibitor-panel.cat_service .event-company-name, .event-list .event-panel.cat_service .exhibitor-company-name, .event-list .event-panel.cat_service .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_service .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_service .event-company-name, .exhibitor_presentation .event-panel.cat_service .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_service .event-company-name {
  border-color: #ffd900;
}
.exhibitor-list .exhibitor-panel.cat_service .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_service .event-category, .exhibitor-list .event-panel.cat_service .exhibitor-category, .exhibitor-list .event-panel.cat_service .event-category, .event-list .exhibitor-panel.cat_service .exhibitor-category, .event-list .exhibitor-panel.cat_service .event-category, .event-list .event-panel.cat_service .exhibitor-category, .event-list .event-panel.cat_service .event-category, .exhibitor_presentation .exhibitor-panel.cat_service .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_service .event-category, .exhibitor_presentation .event-panel.cat_service .exhibitor-category, .exhibitor_presentation .event-panel.cat_service .event-category {
  background-color: #ffd900;
}
.exhibitor-list .exhibitor-panel.cat_antivirus .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_antivirus .event-company-name, .exhibitor-list .event-panel.cat_antivirus .exhibitor-company-name, .exhibitor-list .event-panel.cat_antivirus .event-company-name, .event-list .exhibitor-panel.cat_antivirus .exhibitor-company-name, .event-list .exhibitor-panel.cat_antivirus .event-company-name, .event-list .event-panel.cat_antivirus .exhibitor-company-name, .event-list .event-panel.cat_antivirus .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_antivirus .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_antivirus .event-company-name, .exhibitor_presentation .event-panel.cat_antivirus .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_antivirus .event-company-name {
  border-color: #005bac;
}
.exhibitor-list .exhibitor-panel.cat_antivirus .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_antivirus .event-category, .exhibitor-list .event-panel.cat_antivirus .exhibitor-category, .exhibitor-list .event-panel.cat_antivirus .event-category, .event-list .exhibitor-panel.cat_antivirus .exhibitor-category, .event-list .exhibitor-panel.cat_antivirus .event-category, .event-list .event-panel.cat_antivirus .exhibitor-category, .event-list .event-panel.cat_antivirus .event-category, .exhibitor_presentation .exhibitor-panel.cat_antivirus .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_antivirus .event-category, .exhibitor_presentation .event-panel.cat_antivirus .exhibitor-category, .exhibitor_presentation .event-panel.cat_antivirus .event-category {
  background-color: #005bac;
}
.exhibitor-list .exhibitor-panel.cat_technology .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_technology .event-company-name, .exhibitor-list .event-panel.cat_technology .exhibitor-company-name, .exhibitor-list .event-panel.cat_technology .event-company-name, .event-list .exhibitor-panel.cat_technology .exhibitor-company-name, .event-list .exhibitor-panel.cat_technology .event-company-name, .event-list .event-panel.cat_technology .exhibitor-company-name, .event-list .event-panel.cat_technology .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_technology .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_technology .event-company-name, .exhibitor_presentation .event-panel.cat_technology .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_technology .event-company-name {
  border-color: #a4abd6;
}
.exhibitor-list .exhibitor-panel.cat_technology .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_technology .event-category, .exhibitor-list .event-panel.cat_technology .exhibitor-category, .exhibitor-list .event-panel.cat_technology .event-category, .event-list .exhibitor-panel.cat_technology .exhibitor-category, .event-list .exhibitor-panel.cat_technology .event-category, .event-list .event-panel.cat_technology .exhibitor-category, .event-list .event-panel.cat_technology .event-category, .exhibitor_presentation .exhibitor-panel.cat_technology .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_technology .event-category, .exhibitor_presentation .event-panel.cat_technology .exhibitor-category, .exhibitor_presentation .event-panel.cat_technology .event-category {
  background-color: #a4abd6;
}
.exhibitor-list .exhibitor-panel.cat_iryoufukushi .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_iryoufukushi .event-company-name, .exhibitor-list .event-panel.cat_iryoufukushi .exhibitor-company-name, .exhibitor-list .event-panel.cat_iryoufukushi .event-company-name, .event-list .exhibitor-panel.cat_iryoufukushi .exhibitor-company-name, .event-list .exhibitor-panel.cat_iryoufukushi .event-company-name, .event-list .event-panel.cat_iryoufukushi .exhibitor-company-name, .event-list .event-panel.cat_iryoufukushi .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_iryoufukushi .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_iryoufukushi .event-company-name, .exhibitor_presentation .event-panel.cat_iryoufukushi .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_iryoufukushi .event-company-name {
  border-color: #71bce9;
}
.exhibitor-list .exhibitor-panel.cat_iryoufukushi .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_iryoufukushi .event-category, .exhibitor-list .event-panel.cat_iryoufukushi .exhibitor-category, .exhibitor-list .event-panel.cat_iryoufukushi .event-category, .event-list .exhibitor-panel.cat_iryoufukushi .exhibitor-category, .event-list .exhibitor-panel.cat_iryoufukushi .event-category, .event-list .event-panel.cat_iryoufukushi .exhibitor-category, .event-list .event-panel.cat_iryoufukushi .event-category, .exhibitor_presentation .exhibitor-panel.cat_iryoufukushi .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_iryoufukushi .event-category, .exhibitor_presentation .event-panel.cat_iryoufukushi .exhibitor-category, .exhibitor_presentation .event-panel.cat_iryoufukushi .event-category {
  background-color: #71bce9;
}
.exhibitor-list .exhibitor-panel.cat_kenchiku .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_kenchiku .event-company-name, .exhibitor-list .event-panel.cat_kenchiku .exhibitor-company-name, .exhibitor-list .event-panel.cat_kenchiku .event-company-name, .event-list .exhibitor-panel.cat_kenchiku .exhibitor-company-name, .event-list .exhibitor-panel.cat_kenchiku .event-company-name, .event-list .event-panel.cat_kenchiku .exhibitor-company-name, .event-list .event-panel.cat_kenchiku .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_kenchiku .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_kenchiku .event-company-name, .exhibitor_presentation .event-panel.cat_kenchiku .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_kenchiku .event-company-name {
  border-color: #a98f6a;
}
.exhibitor-list .exhibitor-panel.cat_kenchiku .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_kenchiku .event-category, .exhibitor-list .event-panel.cat_kenchiku .exhibitor-category, .exhibitor-list .event-panel.cat_kenchiku .event-category, .event-list .exhibitor-panel.cat_kenchiku .exhibitor-category, .event-list .exhibitor-panel.cat_kenchiku .event-category, .event-list .event-panel.cat_kenchiku .exhibitor-category, .event-list .event-panel.cat_kenchiku .event-category, .exhibitor_presentation .exhibitor-panel.cat_kenchiku .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_kenchiku .event-category, .exhibitor_presentation .event-panel.cat_kenchiku .exhibitor-category, .exhibitor_presentation .event-panel.cat_kenchiku .event-category {
  background-color: #a98f6a;
}
.exhibitor-list .exhibitor-panel.cat_life .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_life .event-company-name, .exhibitor-list .event-panel.cat_life .exhibitor-company-name, .exhibitor-list .event-panel.cat_life .event-company-name, .event-list .exhibitor-panel.cat_life .exhibitor-company-name, .event-list .exhibitor-panel.cat_life .event-company-name, .event-list .event-panel.cat_life .exhibitor-company-name, .event-list .event-panel.cat_life .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_life .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_life .event-company-name, .exhibitor_presentation .event-panel.cat_life .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_life .event-company-name {
  border-color: #ef845c;
}
.exhibitor-list .exhibitor-panel.cat_life .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_life .event-category, .exhibitor-list .event-panel.cat_life .exhibitor-category, .exhibitor-list .event-panel.cat_life .event-category, .event-list .exhibitor-panel.cat_life .exhibitor-category, .event-list .exhibitor-panel.cat_life .event-category, .event-list .event-panel.cat_life .exhibitor-category, .event-list .event-panel.cat_life .event-category, .exhibitor_presentation .exhibitor-panel.cat_life .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_life .event-category, .exhibitor_presentation .event-panel.cat_life .exhibitor-category, .exhibitor_presentation .event-panel.cat_life .event-category {
  background-color: #ef845c;
}
.exhibitor-list .exhibitor-panel.cat_greening .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_greening .event-company-name, .exhibitor-list .event-panel.cat_greening .exhibitor-company-name, .exhibitor-list .event-panel.cat_greening .event-company-name, .event-list .exhibitor-panel.cat_greening .exhibitor-company-name, .event-list .exhibitor-panel.cat_greening .event-company-name, .event-list .event-panel.cat_greening .exhibitor-company-name, .event-list .event-panel.cat_greening .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_greening .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_greening .event-company-name, .exhibitor_presentation .event-panel.cat_greening .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_greening .event-company-name {
  border-color: #8fc31f;
}
.exhibitor-list .exhibitor-panel.cat_greening .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_greening .event-category, .exhibitor-list .event-panel.cat_greening .exhibitor-category, .exhibitor-list .event-panel.cat_greening .event-category, .event-list .exhibitor-panel.cat_greening .exhibitor-category, .event-list .exhibitor-panel.cat_greening .event-category, .event-list .event-panel.cat_greening .exhibitor-category, .event-list .event-panel.cat_greening .event-category, .exhibitor_presentation .exhibitor-panel.cat_greening .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_greening .event-category, .exhibitor_presentation .event-panel.cat_greening .exhibitor-category, .exhibitor_presentation .event-panel.cat_greening .event-category {
  background-color: #8fc31f;
}
.exhibitor-list .exhibitor-panel.cat_organization .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_organization .event-company-name, .exhibitor-list .event-panel.cat_organization .exhibitor-company-name, .exhibitor-list .event-panel.cat_organization .event-company-name, .event-list .exhibitor-panel.cat_organization .exhibitor-company-name, .event-list .exhibitor-panel.cat_organization .event-company-name, .event-list .event-panel.cat_organization .exhibitor-company-name, .event-list .event-panel.cat_organization .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_organization .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_organization .event-company-name, .exhibitor_presentation .event-panel.cat_organization .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_organization .event-company-name {
  border-color: #9fa0a0;
}
.exhibitor-list .exhibitor-panel.cat_organization .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_organization .event-category, .exhibitor-list .event-panel.cat_organization .exhibitor-category, .exhibitor-list .event-panel.cat_organization .event-category, .event-list .exhibitor-panel.cat_organization .exhibitor-category, .event-list .exhibitor-panel.cat_organization .event-category, .event-list .event-panel.cat_organization .exhibitor-category, .event-list .event-panel.cat_organization .event-category, .exhibitor_presentation .exhibitor-panel.cat_organization .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_organization .event-category, .exhibitor_presentation .event-panel.cat_organization .exhibitor-category, .exhibitor_presentation .event-panel.cat_organization .event-category {
  background-color: #9fa0a0;
}
.exhibitor-list .exhibitor-panel.cat_other .exhibitor-company-name, .exhibitor-list .exhibitor-panel.cat_other .event-company-name, .exhibitor-list .event-panel.cat_other .exhibitor-company-name, .exhibitor-list .event-panel.cat_other .event-company-name, .event-list .exhibitor-panel.cat_other .exhibitor-company-name, .event-list .exhibitor-panel.cat_other .event-company-name, .event-list .event-panel.cat_other .exhibitor-company-name, .event-list .event-panel.cat_other .event-company-name, .exhibitor_presentation .exhibitor-panel.cat_other .exhibitor-company-name, .exhibitor_presentation .exhibitor-panel.cat_other .event-company-name, .exhibitor_presentation .event-panel.cat_other .exhibitor-company-name, .exhibitor_presentation .event-panel.cat_other .event-company-name {
  border-color: #eb6ea5;
}
.exhibitor-list .exhibitor-panel.cat_other .exhibitor-category, .exhibitor-list .exhibitor-panel.cat_other .event-category, .exhibitor-list .event-panel.cat_other .exhibitor-category, .exhibitor-list .event-panel.cat_other .event-category, .event-list .exhibitor-panel.cat_other .exhibitor-category, .event-list .exhibitor-panel.cat_other .event-category, .event-list .event-panel.cat_other .exhibitor-category, .event-list .event-panel.cat_other .event-category, .exhibitor_presentation .exhibitor-panel.cat_other .exhibitor-category, .exhibitor_presentation .exhibitor-panel.cat_other .event-category, .exhibitor_presentation .event-panel.cat_other .exhibitor-category, .exhibitor_presentation .event-panel.cat_other .event-category {
  background-color: #eb6ea5;
}

.row + .exhibitor-title, .row + .event-title {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .exhibitor-title {
    margin-bottom: 15px;
  }
}

/*詳細*/
.exhibitor-link .event-img {
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitor-link .event-img img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .exhibitor-link .event-img {
    height: auto;
    max-height: 100px;
  }
}

.exhibitor-data-panel, .event-data-panel {
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .exhibitor-data-panel, .event-data-panel {
    padding: 10px;
  }
}
.exhibitor-data-panel .exhibitor-company-name, .exhibitor-data-panel .event-company-name, .event-data-panel .exhibitor-company-name, .event-data-panel .event-company-name {
  padding-left: 15px;
  margin-bottom: 15px;
  border-left: 5px solid #ff8585;
}
@media screen and (max-width: 768px) {
  .exhibitor-data-panel .exhibitor-company-name, .exhibitor-data-panel .event-company-name, .event-data-panel .exhibitor-company-name, .event-data-panel .event-company-name {
    font-size: 12px;
    margin-top: 15px;
  }
}
.exhibitor-data-panel .exhibitor-company-name .company_name, .exhibitor-data-panel .event-company-name .company_name, .event-data-panel .exhibitor-company-name .company_name, .event-data-panel .event-company-name .company_name {
  font-weight: bold;
  font-size: 24px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .exhibitor-data-panel .exhibitor-company-name .company_name, .exhibitor-data-panel .event-company-name .company_name, .event-data-panel .exhibitor-company-name .company_name, .event-data-panel .event-company-name .company_name {
    font-size: 16px;
    padding-right: 0;
  }
}
.exhibitor-data-panel .company_detail_img, .event-data-panel .company_detail_img {
  width: 400px;
  text-align: center;
  margin-left: 20px;
  padding-right: 40px;
  position: relative;
}
.exhibitor-data-panel .company_detail_img .nego, .event-data-panel .company_detail_img .nego {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ff8825;
  color: #FFF;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  padding: 9px 0;
  line-height: 1.3;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .exhibitor-data-panel .company_detail_img, .event-data-panel .company_detail_img {
    width: 100%;
    padding-right: 0;
  }
}
.exhibitor-data-panel .company_detail_txt, .event-data-panel .company_detail_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .exhibitor-data-panel .company_detail_txt, .event-data-panel .company_detail_txt {
    width: 100%;
    margin-left: 20px;
  }
}
.exhibitor-data-panel .exhibitor-category, .exhibitor-data-panel .event-category, .event-data-panel .exhibitor-category, .event-data-panel .event-category {
  background-color: #ff8585;
  color: #FFF;
  padding: 2px 5px;
  font-size: 13px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.exhibitor-data-panel .detail-title, .event-data-panel .detail-title {
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 15px;
}
.exhibitor-data-panel.detail-cat_service .exhibitor-company-name, .exhibitor-data-panel.detail-cat_service .event-company-name, .event-data-panel.detail-cat_service .exhibitor-company-name, .event-data-panel.detail-cat_service .event-company-name {
  border-color: #ffd900;
}
.exhibitor-data-panel.detail-cat_service .exhibitor-category, .exhibitor-data-panel.detail-cat_service .event-category, .event-data-panel.detail-cat_service .exhibitor-category, .event-data-panel.detail-cat_service .event-category {
  background-color: #ffd900;
}
.exhibitor-data-panel.detail-cat_antivirus .exhibitor-company-name, .exhibitor-data-panel.detail-cat_antivirus .event-company-name, .event-data-panel.detail-cat_antivirus .exhibitor-company-name, .event-data-panel.detail-cat_antivirus .event-company-name {
  border-color: #005bac;
}
.exhibitor-data-panel.detail-cat_antivirus .exhibitor-category, .exhibitor-data-panel.detail-cat_antivirus .event-category, .event-data-panel.detail-cat_antivirus .exhibitor-category, .event-data-panel.detail-cat_antivirus .event-category {
  background-color: #005bac;
}
.exhibitor-data-panel.detail-cat_technology .exhibitor-company-name, .exhibitor-data-panel.detail-cat_technology .event-company-name, .event-data-panel.detail-cat_technology .exhibitor-company-name, .event-data-panel.detail-cat_technology .event-company-name {
  border-color: #a4abd6;
}
.exhibitor-data-panel.detail-cat_technology .exhibitor-category, .exhibitor-data-panel.detail-cat_technology .event-category, .event-data-panel.detail-cat_technology .exhibitor-category, .event-data-panel.detail-cat_technology .event-category {
  background-color: #a4abd6;
}
.exhibitor-data-panel.detail-cat_iryoufukushi .exhibitor-company-name, .exhibitor-data-panel.detail-cat_iryoufukushi .event-company-name, .event-data-panel.detail-cat_iryoufukushi .exhibitor-company-name, .event-data-panel.detail-cat_iryoufukushi .event-company-name {
  border-color: #71bce9;
}
.exhibitor-data-panel.detail-cat_iryoufukushi .exhibitor-category, .exhibitor-data-panel.detail-cat_iryoufukushi .event-category, .event-data-panel.detail-cat_iryoufukushi .exhibitor-category, .event-data-panel.detail-cat_iryoufukushi .event-category {
  background-color: #71bce9;
}
.exhibitor-data-panel.detail-cat_kenchiku .exhibitor-company-name, .exhibitor-data-panel.detail-cat_kenchiku .event-company-name, .event-data-panel.detail-cat_kenchiku .exhibitor-company-name, .event-data-panel.detail-cat_kenchiku .event-company-name {
  border-color: #a98f6a;
}
.exhibitor-data-panel.detail-cat_kenchiku .exhibitor-category, .exhibitor-data-panel.detail-cat_kenchiku .event-category, .event-data-panel.detail-cat_kenchiku .exhibitor-category, .event-data-panel.detail-cat_kenchiku .event-category {
  background-color: #a98f6a;
}
.exhibitor-data-panel.detail-cat_life .exhibitor-company-name, .exhibitor-data-panel.detail-cat_life .event-company-name, .event-data-panel.detail-cat_life .exhibitor-company-name, .event-data-panel.detail-cat_life .event-company-name {
  border-color: #ef845c;
}
.exhibitor-data-panel.detail-cat_life .exhibitor-category, .exhibitor-data-panel.detail-cat_life .event-category, .event-data-panel.detail-cat_life .exhibitor-category, .event-data-panel.detail-cat_life .event-category {
  background-color: #ef845c;
}
.exhibitor-data-panel.detail-cat_greening .exhibitor-company-name, .exhibitor-data-panel .event-company-name .exhibitor-company-name, .event-data-panel.detail-cat_greening .exhibitor-company-name, .event-data-panel .event-company-name .exhibitor-company-name {
  border-color: #8fc31f;
}
.exhibitor-data-panel.detail-cat_greening .exhibitor-category, .exhibitor-data-panel.detail-cat_greening .event-category, .exhibitor-data-panel .event-company-name .exhibitor-category, .exhibitor-data-panel .event-company-name .event-category, .event-data-panel.detail-cat_greening .exhibitor-category, .event-data-panel.detail-cat_greening .event-category, .event-data-panel .event-company-name .exhibitor-category, .event-data-panel .event-company-name .event-category {
  background-color: #8fc31f;
}
.exhibitor-data-panel.detail-cat_organization .exhibitor-company-name, .exhibitor-data-panel.detail-cat_organization .event-company-name, .event-data-panel.detail-cat_organization .exhibitor-company-name, .event-data-panel.detail-cat_organization .event-company-name {
  border-color: #9fa0a0;
}
.exhibitor-data-panel.detail-cat_organization .exhibitor-category, .exhibitor-data-panel.detail-cat_organization .event-category, .event-data-panel.detail-cat_organization .exhibitor-category, .event-data-panel.detail-cat_organization .event-category {
  background-color: #9fa0a0;
}
.exhibitor-data-panel.detail-cat_other .exhibitor-company-name, .exhibitor-data-panel.detail-cat_other .event-company-name, .event-data-panel.detail-cat_other .exhibitor-company-name, .event-data-panel.detail-cat_other .event-company-name {
  border-color: #eb6ea5;
}
.exhibitor-data-panel.detail-cat_other .exhibitor-category, .exhibitor-data-panel.detail-cat_other .event-category, .event-data-panel.detail-cat_other .exhibitor-category, .event-data-panel.detail-cat_other .event-category {
  background-color: #eb6ea5;
}

.blandlogo {
  display: inline-block;
  margin-left: 4px;
  padding-bottom: 5px;
}

.blands {
  border: 1px solid #CCC;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
  background-color: #FFF;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .blands {
    font-size: 10px;
    padding: 3px;
    margin-right: 5px;
  }
}

.about-bland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-size: 11px;
}
.about-bland p {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .about-bland {
    display: block;
    padding-bottom: 5px;
  }
  .about-bland p {
    margin-bottom: 5px;
  }
}

/* overlay */
.overlay {
  display: none;
  overflow: auto;
  z-index: 110;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay .exhibitor-popup, .overlay .event-popup {
  position: absolute;
  height: 60vh;
  top: 50%;
  margin: 0 auto;
  width: 800px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .overlay .exhibitor-popup, .overlay .event-popup {
    width: 90%;
    height: 75vh;
    padding: 10px;
  }
}
.overlay .exhibitor-popup .loading, .overlay .event-popup .loading {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay .exhibitor-popup .exhibitor-data, .overlay .exhibitor-popup .event-data, .overlay .event-popup .exhibitor-data, .overlay .event-popup .event-data {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overlay .exhibitor-popup .exhibitor-data, .overlay .exhibitor-popup .event-data, .overlay .event-popup .exhibitor-data, .overlay .event-popup .event-data {
    padding-right: 0;
  }
}
.overlay .exhibitor-popup .close_btn, .overlay .event-popup .close_btn {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 111;
  color: #FFF;
  font-weight: bold;
}
.overlay .exhibitor-popup .close_btn i, .overlay .event-popup .close_btn i {
  margin-right: 5px;
}

.linkflex .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkbn {
  max-width: 300px;
  width: 100%;
}

.qrcol {
  margin-left: 20px;
  width: calc(20% - 20px);
}
@media screen and (max-width: 768px) {
  .qrcol {
    width: calc(30% - 20px);
  }
  .qrcol h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .linkcol {
    width: 70%;
  }
  .linkcol h3 {
    font-size: 14px;
  }
}
.linkcol div {
  padding: 0 20px 20px;
}

/* event list*/
.event-data h5 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px;
}

.event-panel-s {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}

.event-company-name {
  font-size: 24px;
  font-weight: bold;
}

.catalogimage {
  padding-bottom: 30px;
}
.catalogimage h4 {
  text-align: left;
  border-left: 5px solid #F00;
  padding-left: 20px;
  min-height: 0;
  margin-top: 20px;
}

.link {
  text-align: center;
}

.terms .tag {
  font-size: 10px;
  display: inline-block;
  border-radius: 3px;
  color: #666;
  margin-left: 5px;
  background-color: #EFEFEF;
  padding: 0 10px;
}

.text-right {
  text-align: right;
}

.accordion-link {
  background-color: #FFF;
  border: 2px solid #FA3C40;
  color: #FA3C40;
  font-weight: bold;
  max-width: 300px;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  margin: 20px 0;
  cursor: pointer;
}

.accordion-data {
  display: none;
}

@media screen and (max-width: 768px) {
  .eventlist h2 {
    font-size: 16px;
  }
  .accordion-link {
    margin: 20px auto;
  }
}
.openlink:hover {
  opacity: 0.8;
}

.openlink {
  display: block;
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  font-weight: bold;
  background-color: #FA3C40;
  color: #FFF;
}

.keihin .keihinlist {
  display: none;
}
.keihintable{
	border-collapse: collapse;
	width:100%;
}
.keihintable th, .keihintable td {
  padding: 10px;
  border: 1px solid #CCC;
}

.page {
  background-image: url(../images/bg.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* form */
.form-control {
  border-bottom: 1px solid #CCC;
}

.save-button {
  text-align: right;
}

label {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-dl {
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .form-dl dt {
    width: 100%;
  }
}
.form-dl dt p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-dl dd {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .form-dl dd {
    width: 100%;
    padding-left: 0;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}

span.req {
  background-color: #d00;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  margin-left: auto;
  border-radius: 5px;
  font-size: 14px;
}
span.req2 {
  background-color: #CCC;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  margin-left: auto;
  border-radius: 5px;
  font-size: 14px;
}

.forms input[type=checkbox], .forms input[type=radio] {
  display: none;
  margin-right: 10px;
}

input[type=checkbox] + .wpcf7-list-item-label:before {
  color: #999;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkTxt {
  display: inline-block;
}

input[type=checkbox] + .wpcf7-list-item-label.checkTxt:before {
  width: auto;
  height: auto;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\f14a";
  color: #FA3C40;
}

.forms input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\f192";
  color: #d00;
}

.forms input[type=radio] + .wpcf7-list-item-label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #999;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.fileup {
  display: none;
}

#selectFile label {
  display: none;
}

.selectFileBtn {
  background-color: #F1EFE7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.selectFileBtn button {
  -webkit-appearance: none;
  background-color: #F00;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #b60505;
  border-right: 2px solid #b60505;
  padding: 10px;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.selectFileBtn button:hover {
  opacity: 0.8;
}

.inputFileicon {
  display: block;
  max-width: 250px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.inputFileicon img {
  margin: 10px 0;
}

.selectFile3 {
  margin-bottom: 30px;
}

.save-button {
  text-align: right;
  padding: 20px;
}
.save-button button {
  -webkit-appearance: none;
  background-color: #F00;
  color: #FFF;
  border: none;
  border-bottom: 2px solid #b60505;
  border-right: 2px solid #b60505;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.save-button button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .save-button button {
    width: 100%;
    border: 2px solid #F00;
    background-color: #FFF;
    color: #333;
  }
}/*# sourceMappingURL=style.css.map */