@charset "UTF-8";
/*=====================================
  base
=====================================*/
/*--------------------------------------
  base
--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #2d2d2d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

body svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
}

@media print {
  /*--------------------------------------
  print css
--------------------------------------*/
  html, body {
    -webkit-print-color-adjust: exact;
    margin: auto;
    min-width: 1200px !important;
    width: 1200px !important;
    zoom: 0.9;
  }
  body.seminar {
    margin: auto;
    width: auto !important;
  }
}

/*=====================================
  libs
=====================================*/
/*--------------------------------------
  Magnific Popup CSS
--------------------------------------*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  bottom: 5%;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 21px;
  opacity: 1;
  padding: 0 0 18px 10px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}

@media screen and (min-width: 796px) {
  .mfp-close:hover {
    opacity: 0.8;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #fff;
  bottom: 40px;
  box-shadow: none;
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media all and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* add  */
.mfp-ajax-holder .mfp-close {
  color: #FFF;
  font-style: normal;
  height: 200%;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}

.mfp-image-holder .mfp-close {
  background-image: url("/common/img/shoptop/close02.png");
  color: #FFF;
  left: 50%;
  padding-right: 0;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: auto;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .mfp-image-holder .mfp-close {
    bottom: 20px;
    cursor: pointer !important;
    height: 21px;
    margin: 0;
    margin-left: -10px;
    width: 21px;
  }
}

@media screen and (max-width: 795px) {
  .mfp-image-holder .mfp-close {
    bottom: 14px;
    cursor: pointer !important;
    height: 21px;
    margin: 0;
    margin-left: -10px;
    width: 21px;
  }
}

.mfp-image-holder .mfp-content {
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 796px) {
  .mfp-image-holder .mfp-content {
    padding: 30px 30px 60px 30px;
    width: 550px;
  }
}

@media screen and (max-width: 795px) {
  .mfp-image-holder .mfp-content {
    padding: 15px 15px 50px 15px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  img.mfp-img {
    height: auto;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  img.mfp-img {
    height: auto;
    padding: 0;
    width: 100%;
  }
}

/* perfect-scrollbar v0.7.0 */
.ps {
  -ms-overflow-style: none;
  overflow: hidden !important;
  touch-action: auto;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  background-color: transparent;
  display: block;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  bottom: 0px;
  display: none;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
  /* please don't change 'position' */
  opacity: 0;
  position: absolute;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
  position: absolute;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  /* please don't change 'position' */
  opacity: 0;
  position: absolute;
  right: 0;
  transition: background-color .2s linear, opacity .2s linear;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
  right: 2px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------
  slick-slider
--------------------------------------*/
.slick-slider {
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  list-style: none;
  margin: 0 auto;
  /*position: relative;*/
  overflow: hidden;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 10px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*=====================================
  layout
=====================================*/
@media screen and (min-width: 796px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 796px) {
  .pc {
    display: block;
  }
}

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

/* =====================================================================
*
*    title
*
* =================================================================== */
.title01 {
  background: #fff;
  border-bottom: 2px solid #008A32;
  color: #008A32;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.title01.Effra {
  font-size: 40px;
}

.title01 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
}

.title01 strong {
  font-family: ゴシックMB101 DB, sans-serif;
  font-size: 31px;
}

/* =====================================================================
*
*     Common
*
* =================================================================== */
#wrapper {
  margin: 0 auto;
  min-width: 1060px;
  overflow: hidden;
}

@media screen and (max-width: 795px) {
  #wrapper {
    min-width: 100%;
  }
}

.f-sys_color {
  color: #E60039;
}

.fsj_color {
  color: #4DB237;
}

.f-fac_color {
  color: #009CCE;
}

.fd_color {
  color: #674498;
}

.fe_color {
  color: #0054A6;
}

.sj_color {
  color: #ED6D1F;
}

.rj_color {
  color: #377280;
}

.fi_color {
  color: #BF7500;
}

.f-sys_bg_color {
  background-color: #E60039;
}

.fsj_bg_color {
  background-color: #4DB237;
}

.f-fac_bg_color {
  background-color: #009CCE;
}

.fd_bg_color {
  background-color: #674498;
}

.fe_bg_color {
  background-color: #0054A6;
}

.sj_bg_color {
  background-color: #ED6D1F;
}

.rj_bg_color {
  background-color: #377280;
}

.fi_bg_color {
  background-color: #BF7500;
}

.f-fac_gradation-vertical {
  background: #009bce;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009bce 0%, #18b5dc 100%, #2989d8 100%, #18b5dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bce', endColorstr='#18b5dc', GradientType=0);
  /* IE6-9 */
}

.rj_gradation {
  background: linear-gradient(90deg, #377280, #608895);
}

.fi_gradation {
  background: linear-gradient(90deg, #BF7500, #CD8F2F);
}

/* =====================================================================
*
*     Main 
*
* =================================================================== */
#mainbox {
  clear: both;
  height: auto;
  margin: 0px auto 0px;
  padding: 0px 0 0 0;
  position: relative;
  width: 1020px;
  z-index: 1;
  /*overflow: hidden;*/
}

#mainbox.sec {
  margin: 50px auto 100px;
}

#lnavi {
  display: none;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-weight: 700;
  margin: 0px auto 60px;
  text-align: center;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  #lnavi {
    display: block;
    margin: 8vw auto;
    width: 90%;
  }
}

#lnavi ul {
  /* margin-left: -15px; */
}

@media screen and (max-width: 795px) {
  #lnavi ul {
    display: flex;
    justify-content: flex-start;
  }
}

#lnavi ul li {
  box-sizing: border-box;
}

@media screen and (max-width: 795px) {
  #lnavi ul li {
    margin-right: 2.66667vw;
  }
}

#lnavi ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 795px) {
  #lnavi ul li a {
    align-items: center;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    font-size: 4vw;
    height: 13.33333vw;
    justify-content: center;
    position: relative;
    width: 43.33333vw;
  }
}

@media screen and (max-width: 795px) {
  #lnavi ul li a::after {
    border-left: 1.73333vw solid transparent;
    border-right: 1.73333vw solid transparent;
    border-top: 3.46667vw solid #009BCE;
    content: "";
    height: 0;
    position: absolute;
    right: 3.73333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
}

#lnavi ul li a:hover {
  opacity: 0.7;
}

#lnavi ul .border-none {
  border: none;
}

.contents {
  background-color: #fff;
  margin: auto;
  margin-bottom: 101px;
  padding: 80px 0px 0;
  position: relative;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .contents {
    margin-bottom: 21.33333vw;
    padding: 8vw 0 0;
    width: 90%;
  }
}

.contents .c-cont__title {
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 46px;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .contents .c-cont__title {
    font-size: 6.93333vw;
    margin-bottom: 7.46667vw;
  }
}

.contents .c-cont__title::before {
  background: #009bce;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009bce 0%, #18b5dc 100%, #2989d8 100%, #18b5dc 100%);
  content: "";
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bce', endColorstr='#18b5dc', GradientType=0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
  /* IE6-9 */
}

@media screen and (max-width: 795px) {
  .contents .c-cont__title::before {
    left: 0;
    top: 0;
    width: 0.66667vw;
  }
}

.contents .c-cont__subtitle {
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  padding-left: 2px;
  padding-top: 7px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .contents .c-cont__subtitle {
    font-size: 3.73333vw;
  }
}

.contents .c-cont__titl_another {
  margin-bottom: 50px !important;
}

.textarea {
  margin: 0 auto;
  width: 1020px;
}

.textarea a {
  background-color: #eeeeee;
  color: #2d2d2d !important;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

.textarea a:hover {
  background-color: #0054A6;
  color: #fff !important;
}

.textarea a:hover::after {
  background: url(../../../fe/images/icon_download_ov.png) no-repeat left top;
  content: "";
  height: 24px;
  margin-top: -11px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 26px;
}

.textarea a::after {
  background: url(../../../fe/images/icon_download.png) no-repeat left top;
  content: "";
  height: 24px;
  margin-top: -11px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 26px;
}

.textarea a .new {
  color: #ffab00;
  font-size: 16px;
  margin-right: 1em;
}

/* =====================================================================
*
*     breadcrumb
*
* =================================================================== */
#breadcrumbBox {
  align-items: center;
  background: #F8F8F8;
  display: flex;
  height: 40px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #breadcrumbBox {
    height: 8vw;
  }
}

#breadcrumbBox .breadcrumb {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  #breadcrumbBox .breadcrumb {
    font-size: 2.93333vw;
    width: 90%;
  }
}

#breadcrumbBox .breadcrumb .breadcrumb--item {
  margin-right: 25px;
  position: relative;
}

#breadcrumbBox .breadcrumb .breadcrumb--item a {
  color: #333333;
}

#breadcrumbBox .breadcrumb .breadcrumb--item a:hover {
  border-bottom: 1px solid #333333;
}

#breadcrumbBox .breadcrumb .breadcrumb--item::after {
  content: "/";
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

#breadcrumbBox .breadcrumb .breadcrumb--item.current::after {
  content: none;
}

/* =====================================================================
*
*     Left Area 
*
* =================================================================== */
#leftbox {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 500px;
}

.box {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 795px) {
  .box {
    margin: 2.66667vw 0 0 0;
  }
}

.bnArea {
  padding-bottom: 40px;
}

.bnArea li {
  float: left;
  margin-right: 10px;
}

.pagetop {
  bottom: 0;
  float: right;
  height: 15px;
  margin: 0 15px 40px 0;
  position: absolute;
  right: -1px;
  width: 70px;
}

.pagetopIn {
  float: right;
  height: 15px;
  padding: 35px 0 25px 0;
  width: 70px;
}

.bnlink li {
  float: left;
}

.related_links {
  margin-bottom: 30px;
}

@media screen and (max-width: 795px) {
  .related_links {
    margin-bottom: 4vw;
  }
}

.related_links li {
  height: 200px;
  width: 200px !important;
}

@media screen and (max-width: 795px) {
  .related_links li {
    height: 26.66667vw;
    width: 26.66667vw !important;
  }
}

.topBannerArea {
  background: url(../../images/top_cat_nav_bg.gif);
  margin: 110px 0 0 0;
  padding: 30px 0;
  width: 100%;
}

.topBannerArea .inner {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}

.topBannerArea .title {
  float: left;
}

.topBannerArea ul {
  float: right;
  overflow: hidden;
  width: 756px;
}

.topBannerArea ul li {
  float: left;
}

.topBannerArea ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

/* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
#rightbox {
  display: flex;
  float: right;
  height: auto;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 0 0;
  width: 500px;
}

.informationArea {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.informationArea .title01 {
  border-bottom: solid 2px #333333 !important;
  color: #333333 !important;
}

.informationArea .moreBtn {
  background-image: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  color: #008A32;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 170px;
  left: 0;
  padding-top: 120px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.informationArea .moreBtn:after {
  border-right: 3px solid #008A32;
  border-top: 3px solid #008A32;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 20px;
  margin-top: -8px;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 7px;
}

#twitter {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 0;
  outline: none;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  width: 100%;
}

#twitter.active {
  overflow-y: auto;
}

#twitter.active dl {
  padding-right: 30px;
}

#twitter dl {
  padding-right: 20px;
}

#twitter dt {
  flex-basis: 100px;
  flex-shrink: 0;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

#twitter dd {
  align-self: flex-start;
  border-bottom: 2px solid #CCCCCC;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0 15px;
  padding: 0 0 10px;
  width: 100%;
}

.bn_area {
  margin: 0 auto 80px;
  width: 881px;
}

.bn_area ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bn_area ul li {
  font-size: 0;
  margin-right: 27px;
}

.bn_area ul li:last-child {
  margin: 0;
}

/* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
.about_info {
  background: #EDEDED;
  margin: 0 auto;
  margin-bottom: 150px;
  margin-top: 150px;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .about_info {
    padding: 20px 160px 30px 160px;
  }
}

@media screen and (max-width: 795px) {
  .about_info {
    margin: 0 auto;
    margin-bottom: 18.66667vw;
    margin-top: 18.66667vw;
    padding: 4vw 5vw 8vw;
    width: 90%;
  }
}

.about_info .about_info_btn_wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .about_info .about_info_btn_wrapper {
    justify-content: space-between;
    margin: 0 auto;
    width: 640px;
  }
}

@media screen and (max-width: 795px) {
  .about_info .about_info_btn_wrapper {
    flex-direction: column;
  }
}

.about_info .about_info_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .about_info .about_info_btn:first-child {
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 795px) {
  .about_info .about_info_btn {
    font-size: 4vw;
    height: 60px;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

.about_info .about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

.about_info .about_info_btn:hover {
  opacity: 0.6;
}

.about_info_ttl {
  color: #008A32;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_ttl {
    font-size: 5.5vw;
  }
}

.about_info_name {
  border-bottom: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  font-size: 13px;
  line-height: 2;
  margin-top: 5px;
  padding: 8px 0;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_name {
    font-size: 3.2vw;
  }
}

.about_info_adress {
  font-size: 14px;
  line-height: 2;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_adress {
    font-size: 3.2vw;
  }
}

.about_info_adress a {
  border-bottom: 1px solid #333;
  color: #333333 !important;
}

.footBnArea {
  background-color: #fff;
  border-top: 1px solid #D1D1D1;
  margin-bottom: 100px;
  padding-top: 70px;
}

.footBnArea .off {
  pointer-events: none;
}

.footBnArea .off img {
  opacity: 0.7;
}

@media screen and (max-width: 795px) {
  .footBnArea {
    margin-bottom: 13.33333vw;
    margin-top: 18.66667vw;
    padding-top: 13.33333vw;
  }
}

.footBnArea .side-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .footBnArea .side-ttl {
    font-size: 6.2vw;
    margin-bottom: 6.66667vw;
    padding: 0 5.33333vw;
  }
}

.footBnArea .inner {
  margin: auto;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner {
    width: 100%;
  }
}

.footBnArea .inner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul {
    padding: 0 5.33333vw;
  }
}

.footBnArea .inner ul li {
  width: 260px;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul li {
    margin-bottom: 2.8vw;
    width: 43.33333vw;
  }
}

.footBnArea .inner ul li img {
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul li img {
    width: 100%;
  }
}

.footBnArea .inner ul li a:hover {
  display: block;
  opacity: 0.8;
}

/* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
#footer {
  background: #5F5F5F;
  color: #656565;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a.off {
  opacity: 0.5;
  pointer-events: none;
}

#footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

#footer .logo {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -60px;
}

#footer_in {
  clear: both;
  color: #aaa;
  display: flex;
  font-size: 12px;
  margin: 0px auto;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  text-align: left;
  width: 1080px;
}

@media screen and (max-width: 795px) {
  #footer_in {
    display: none;
  }
}

#footer_in .topArea {
  border-right: solid #A2A1A1 1px;
  padding-right: 40px;
  position: relative;
}

#footer_in .topArea .siteNavi {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 20px;
  width: 120px;
}


#footer_in .topArea .siteNavi02 {
  width: 180px;
}

#footer_in .topArea .siteNavi ul {
  margin-bottom: 40px;
  text-align: left;
}

#footer_in .topArea .siteNavi ul:last-child {
  margin: 0;
}

#footer_in .topArea .siteNavi ul li {
  font-size: 12px;
  margin-bottom: 10px;
}

#footer_in .topArea .siteNavi ul li:last-child {
  margin: 0;
}

#footer_in .topArea .pastNavi {
  display: inline-flex;
  flex-wrap: wrap;
  width: 210px;
}

#footer_in .topArea .pastNavi ul {
  margin-bottom: 40px;
  text-align: left;
}

#footer_in .topArea .pastNavi ul:last-child {
  margin: 0;
}

#footer_in .topArea .pastNavi ul li {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

#footer_in .topArea .pastNavi ul li:last-child {
  margin: 0;
}

#footer_in .topArea .pastNavi ul li a {
  display: block;
}

#footer_in .bottomArea {
  display: none !important;
  padding-left: 60px;
  position: relative;
}

#footer_in .bottomArea .eventNavi {
  display: inline-flex;
}

#footer_in .bottomArea .eventNavi ul {
  margin-right: 20px;
  text-align: left;
}

#footer_in .bottomArea .eventNavi ul li {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

#footer_in .bottomArea .eventNavi ul li a {
  display: block;
}

#footer_in .footTitle {
  color: #fff;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

#footer_in .border {
  border: 1px solid #aaa;
  padding: 3px;
}

.fixedBtn {
  bottom: 30px;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.fixedBtn .wrap {
  position: relative;
}

.fixedBtn .wrap div {
  height: 50px;
  position: relative;
  width: 180px;
}

.fixedBtn .wrap div:hover a {
  right: 0;
}

.fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fixedBtn .wrap div.memberBtn {
  opacity: 0.5;
}

.fixedBtn .wrap div.memberBtn:hover a {
  right: -130px;
}

.fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fixedBtn .wrap div.pagetopBtn:hover a {
  right: -130px;
}

.fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fixedBtn .wrap a {
  -webkit-transition: all .3s ease;
  background-color: rgba(0, 138, 50, 0.8);
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: absolute;
  right: -130px;
  top: 0;
  transition: all .3s ease;
  width: 180px;
}

.fixedBtn .wrap a span {
  font-size: 0;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.copyright {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .copyright {
    font-size: 2.13333vw !important;
    height: 6.66667vw;
  }
}

/* =====================================================================
*
*    来場者速報
*
* =================================================================== */
.visitorsBox .visitors {
  font-size: 12px;
  margin-bottom: 50px;
  text-align: center;
}

.visitorsBox td, .visitorsBox th {
  vertical-align: middle;
}

.visitorsBox strong {
  font-weight: bold;
}

.visitorsBox .c01_1 {
  width: 143px;
}

.visitorsBox .c01_2 {
  width: 135px;
}

.visitorsBox .c01_3 {
  width: 151px;
}

.visitorsBox .c01_4 {
  width: 80px;
}

.visitorsBox .c02 {
  width: 132px;
}

.visitorsBox .c04 {
  width: 190px;
}

.visitorsBox .c03 {
  height: 30px;
  padding: 5px 0;
}

.visitorsBox .bg01 {
  background-color: #808080;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

.visitorsBox .b01 {
  border-right: 1px #FFF solid;
}

.visitorsBox .b02 {
  border-right: 1px #CBCBCB solid;
}

.visitorsBox .b03 {
  border-bottom: 1px #808080 dotted;
}

.visitorsBox .b04 {
  border-bottom: 3px #000 solid;
}

.visitorsBox .font10 {
  font-size: 10px;
  line-height: 14px;
}

.visitorsBox .font01 {
  line-height: 14px;
}

.visitorsBox .btn11 {
  background-image: url(../images/top_base.jpg);
  background-repeat: no-repeat;
  height: 135px;
  width: 308px;
}

/* =====================================================================
*
*    第二階層
*
* =================================================================== */
/* =====================================================================
*
*     オンラインセミナー
*
* =================================================================== */
@media screen and (min-width: 796px) {
  .online-seminar #mainVisualSec .online-seminar_ttl {
    font-size: 40px;
    padding: 28px 50px;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar #mainVisualSec .online-seminar_ttl {
    font-size: 6vw;
    padding: 3.3vw 0vw;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar #mainVisualSec .online-seminar_ttl_span01 {
    font-size: 32px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar #mainVisualSec .online-seminar_ttl_span02 {
    line-height: 1;
    padding-top: 10px;
  }
}

.online-seminar .contents {
  margin-bottom: 80px;
}

@media screen and (max-width: 795px) {
  .online-seminar .contents {
    margin-bottom: 13.3333vw;
    padding-top: 3vw;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .online_seminar_target_area {
    width: 100%;
  }
}

.online-seminar .online_seminar_target_area img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.online-seminar .c-cont__lead {
  align-items: flex-end;
  border-bottom: solid 2px #707070;
  color: #0054A6;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.184em;
  margin-bottom: 32px;
  padding-bottom: 16px;
  padding-top: 25px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__lead {
    align-items: center;
    border-bottom: solid 0.26667vw #707070;
    font-size: 5.06667vw;
    line-height: 1.1428em;
    margin-bottom: 2vw;
    padding-bottom: 2.4vw;
  }
}

.online-seminar .c-cont__lead span {
  color: #009BCE;
  font-family: oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-right: 24px;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__lead span {
    font-size: 12.26667vw;
    margin-right: 4vw;
  }
}

.online-seminar .thema-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .online-seminar .thema-wrapper {
    width: 900px;
  }
}

.online-seminar .thema-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-align: left;
  width: 400px;
}

@media screen and (max-width: 795px) {
  .online-seminar .thema-text {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}

.online-seminar .thema-text01 {
  line-height: 1.45;
  padding-left: 5em;
  text-indent: -5em;
}

@media screen and (max-width: 795px) {
  .online-seminar .thema-text01 {
    line-height: 1.25;
  }
}

.online-seminar .thema-text_last {
  margin-bottom: 0px;
}

.online-seminar .c-cont__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__block {
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }
}

.online-seminar .c-cont__block .c-cont__box {
  width: 480px;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__block .c-cont__box {
    width: 100%;
  }
}

.online-seminar .c-cont__block .c-cont__box--text {
  background-color: #b2cbe4;
  color: #333333;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  width: 320px;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__block .c-cont__box--text {
    font-size: 4vw;
    margin-top: 2vw;
    padding: 1.73333vw 0;
  }
}

.online-seminar .p-online_seminar__result {
  align-items: flex-end;
  background: rgba(0, 155, 206, 0.2);
  color: #333333;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin-bottom: 45px;
  padding: 13px 15px 13px 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .online-seminar .p-online_seminar__result {
    height: 10.66667vw;
    margin-bottom: 8vw;
    padding: 1.33333vw 2vw 2.13333vw 2.66667vw;
  }
}

.online-seminar .p-online_seminar__result .p-online_seminar___result-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 0;
}

@media screen and (max-width: 795px) {
  .online-seminar .p-online_seminar__result .p-online_seminar___result-title {
    font-size: 3.73333vw;
    padding: 1.33333vw 0 1.33333vw;
  }
}

.online-seminar .c-cont__block--graph {
  margin-bottom: 30px;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__block--graph {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__box--graph {
    margin-bottom: 8.53333vw;
    position: relative;
  }
}

.online-seminar .c-cont__box--graph:last-child {
  margin: 0;
}

.online-seminar .c-cont__box--graph img {
  height: auto;
  width: 100%;
}

.online-seminar .p-online_seminar__graph-title {
  border-bottom: solid 2px #707070;
  color: #0054A6;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 32px;
  padding-bottom: 16px;
  padding-top: 40px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .p-online_seminar__graph-title {
    font-size: 5.06667vw;
    margin-bottom: 4.26667vw;
    padding-bottom: 2.13333vw;
    padding-top: 3.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .p-download__list li {
    margin-bottom: 4vw;
  }
}

.online-seminar .p-download__list li:last-child {
  margin: 0;
}

@media screen and (max-width: 795px) {
  .online-seminar .p-download__list li a {
    background: #e0e0e0;
    font-size: 5.06667vw;
  }
}

.online-seminar .online_seminar_ttl_flexarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 10px;
}

@media screen and (max-width: 795px) {
  .online-seminar .online_seminar_ttl_flexarea {
    flex-direction: column;
    margin-bottom: 4vw;
  }
}

.online-seminar .online_seminar_ttl_flexarea .btn-basic {
  align-items: center;
  display: flex;
}

.online-seminar .online_seminar_ttl_flexarea-another {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 795px) {
  .online-seminar .online_seminar_ttl_flexarea-another {
    margin-bottom: 6vw !important;
  }
}

.online-seminar .online_seminar_text01 {
  text-align: left;
}

@media screen and (min-width: 796px) {
  .online-seminar .online_seminar_text01 {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .online_seminar_text01 {
    font-size: 3.73333vw;
  }
}

.online-seminar .c-cont__title {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__title {
    margin-bottom: 4vw !important;
  }
}

.online-seminar .online-timetable .timetable_textarea {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .online-seminar .online-timetable .timetable_textarea {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .online-timetable .timetable_textarea {
    margin-bottom: 5.33333vw;
  }
}

.online-seminar .online-timetable .timetable_text01 {
  line-height: 1;
}

@media screen and (min-width: 796px) {
  .online-seminar .online-timetable .timetable_text01 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .online-timetable .timetable_text01 {
    font-size: 3.45vw;
    padding-bottom: 2vw;
  }
}

.online-seminar .online-timetable .timetable_text02 {
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .online-seminar .online-timetable .timetable_text02 {
    font-size: 3.45vw;
  }
}

.online-seminar .online-timetable .timetable_ttl {
  background-color: #b2cbe4;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  padding: 14px 0px 14px 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .online-timetable .timetable_ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding: 2vw 0vw 2vw 2.66667vw;
  }
}

.online-seminar .timetable_contents_wrapper {
  display: flex;
  flex-direction: column;
}

.online-seminar .timetable_contents {
  margin-bottom: 45px;
}

@media screen and (max-width: 795px) {
  .online-seminar .timetable_contents {
    margin-bottom: 6vw;
  }
}

.online-seminar .timetable_date {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .timetable_date {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}

.online-seminar .timetable_detail-area {
  border: 2px solid #0054A6;
  padding: 30px 20px;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .online-seminar .timetable_detail-area {
    padding: 4vw 2.66667vw;
    width: 100%;
  }
}

.online-seminar .company_name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .company_name {
    font-size: 2.93333vw;
    padding-bottom: 3.33333vw;
  }
}

.online-seminar .timetable_flextext {
  display: flex;
  justify-content: space-between;
}

.online-seminar .timetable_thema {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .timetable_thema {
    font-size: 2.93333vw;
  }
}

.online-seminar .timetable_company-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .online-seminar .timetable_company-name {
    font-size: 2.93333vw;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .c-cont__title-2column {
    line-height: 1.21 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__title-2column {
    font-size: 8vw !important;
    margin-bottom: 7vw !important;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__title_online-seminar01 {
    margin-bottom: 0vw !important;
  }
}

.online-seminar .c-cont__title_online-seminar02 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 795px) {
  .online-seminar .c-cont__title_online-seminar02 {
    font-size: 7vw !important;
    margin-bottom: 7vw !important;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_ttl_border {
    border-bottom: 2px solid #0054A6;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents01 {
    margin-bottom: 110px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 795px) {
  .online-seminar .online-seminar_contents01 {
    padding-top: 8vw !important;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents02 {
    margin-bottom: 110px;
    padding-top: 0px;
  }
}

.online-seminar .online-seminar_contents02_lead {
  display: block;
  text-align: center;
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents03 {
    margin-bottom: 110px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents04 {
    margin-bottom: 110px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents05 {
    margin-bottom: 110px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 796px) {
  .online-seminar .online-seminar_contents06 {
    margin-bottom: 110px;
    padding-top: 0px;
  }
}

.p-download__list_another {
  margin-top: 40px;
}

.p-download__list_another ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}

.p-download__list_another ul li {
  margin-bottom: 20px;
  width: 475px;
}

.p-download__list_another ul li:last-child {
  margin: 0;
}

.p-download__list_another ul li a {
  background-color: #eeeeee;
  color: #2d2d2d;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

.p-download__list_another ul li a .new {
  color: #ffab00;
  font-size: 16px;
  margin-right: 1em;
}

.p-download__list_another ul li a:hover {
  background-color: #009BCE;
  color: #fff;
}

.p-download__list_another ul li a:hover:after {
  background: url(../../../f-fac/images/icon_download_ov.png) no-repeat left top;
}

.p-download__list_another ul li a:after {
  background: url(../../../f-fac/images/icon_download.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 24px;
  margin-top: -11px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 26px;
}

@media screen and (max-width: 795px) {
  .top_mv_sp {
    margin-top: 16vw !important;
  }
}

.slide00 {
  position: relative;
}

.slide00 .silide00_button {
  bottom: 180px;
  left: 55px;
  position: absolute;
  position: absolute;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button {
    bottom: 8vw;
    left: 3vw;
  }
}

.slide00 .silide00_button .top_mv-button {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 1;
  position: relative;
  width: 350px;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button .top_mv-button {
    font-size: 3.2vw;
    height: 9vw;
    width: 50vw;
  }
}

.slide00 .silide00_button .top_mv-button:hover {
  background: #E60039;
  border: #fff 2px solid !important;
  color: #fff;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button .top_mv-button:hover {
    border: 1px solid #fff !important;
  }
}

.slide00 .silide00_button .top_mv-button:hover::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button .top_mv-button:hover::after {
    border-color: transparent transparent transparent #fff;
    border-width: 1.2vw 0 1.2vw 2.16667vw;
    right: 3.33333vw;
  }
}

.slide00 .silide00_button .top_mv-button::after {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button .top_mv-button::after {
    border-color: transparent transparent transparent #008A32;
    border-width: 1.2vw 0 1.2vw 2.16667vw;
    right: 3.33333vw;
  }
}

.slide00 .silide00_button .top_mv-new {
  color: #ED6D1F;
  font-family: oswald, sans-serif !important;
  font-size: 18px;
  margin-left: 25px;
  margin-right: 20px;
}

@media screen and (max-width: 795px) {
  .slide00 .silide00_button .top_mv-new {
    font-size: 3.2vw;
    line-height: 1em;
    margin-left: 3.6vw;
    margin-right: 3vw;
  }
}

.slide00 .btn {
  bottom: 185px;
  height: 85px;
  /* bottom: 0px; */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 480px;
}

.slide00 .btn a {
  font-size: 24px;
  height: 85px;
  line-height: 85px;
  padding-right: 1em;
}

.slide00 .btn .new {
  color: #ffab00;
  font-size: 24px;
  margin-right: 1em;
}

.souzai .slide-end .btn {
  bottom: 185px;
  height: 85px;
  /* bottom: 0px; */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 480px;
}

.souzai .slide-end .btn a {
  font-size: 24px;
  height: 85px;
  line-height: 85px;
  padding-right: 1em;
}

.souzai .slide-end .btn .new {
  color: #ffab00;
  font-size: 24px;
  margin-right: 1em;
}

#scroll {
  z-index: 10;
}

@media screen and (min-width: 796px) {
  #scroll {
    background-color: #A6A7A8;
    bottom: 50px;
    color: #E50038;
    display: none;
    height: 50px;
    position: fixed;
    right: 0;
    width: 50px;
  }
}

@media screen and (max-width: 795px) {
  #scroll {
    background-color: #A6A7A8;
    bottom: 6.66667vw;
    color: #E50038;
    display: none;
    height: 13.33333vw;
    position: fixed;
    right: 0;
    width: 13.33333vw;
  }
}

@media screen and (min-width: 796px) {
  #scroll:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (min-width: 796px) {
  #scroll:before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  #scroll:before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 1.73333vw 2.93333vw 1.73333vw;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
}

.bg_white {
  background-color: #fff !important;
}

.grey_out {
  background: #fff !important;
  color: #ccc !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  .grey_out {
    background-color: #7C7C7C !important;
    font-size: 4.3vw !important;
  }
}

.grey_button {
  background-color: #e6e6e6;
  color: #CCCCCC;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .grey_button {
    font-size: 5.06667vw;
    height: 13.33333vw;
    line-height: 13vw;
    width: 100%;
  }
}

/**.transform {
  @include min {
    height: 145px !important;
  }
  .gnaviBar {
    @include min {
      top: 70px!important;
    }
  }
  .header_inner{
    @include min {
      padding-top: 15px!important;
    }
  }
  .header_top {
    @include min {
      height: 60px!important;
    }
  }
  .head_txt {
    @include min {
      width: 212px!important;
    }
    img {
      @include min {
        width: 100%!important;
      }
    }
  }
  .header_top-right_area{
    @include min {
      width: 380px!important;
    }
  }
  .gnavi {
    >ul {
      @include min{
        margin-top: -5px!important;
      }
    }
  }
  h1 {
    img {
      @include min {
        height: 55px!important;
      }
    }
  }
  .gnavi {
    >ul {
      >li {
        &:hover {
          >ul {
            >li {}
          }
        }
        &.active {
          >a {}
        }
        >a {
          @include min {
            padding: 30px 25px 15px 0px!important;
          }
          &.active {
            background: $color_macs !important;
            color: #fff !important;
            .accordion_icon {
              span {
                //background-color: #FFF !important;
              }
            }
          }
        }
        >span {
          @include min {
            padding: 30px 0px 15px 0px!important;
            font-size: 14px;
          }
        }
      }
    }
  }
  .hnavi {
    ul {
      li {
        @include min {
          height: 30px!important;
        }
      }
    }
  }
}**/
@media screen and (max-width: 795px) {
  .btn-mv--text {
    font-size: 4.53333vw;
  }
}

@media screen and (min-width: 796px) {
  .bottomArea_text-small {
    font-size: 22.5px !important;
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 795px) {
  .bottomArea_text-small {
    font-size: 3.46667vw !important;
    line-height: 1.35 !important;
    padding-top: 1.33333vw !important;
  }
}

@media screen and (max-width: 795px) {
  .fe-seminar {
    margin-top: 2.4vw !important;
  }
}

@media screen and (min-width: 796px) {
  .fe-btn-mv {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 795px) {
  .fe-btn-mv {
    margin-top: -0.6vw !important;
  }
}

.tltle_area {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0) 99%);
  background-size: contain;
  height: 90px;
  width: 800px;
}

@media screen and (min-width: 796px) {
  .tltle_area {
    left: -1px;
    position: absolute;
    top: 37vh;
  }
}

@media screen and (max-width: 795px) {
  .tltle_area {
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 30vw;
    width: 100%;
  }
}

.tltle_area_pc {
  background-image: linear-gradient(89deg, rgba(255, 255, 255, 0.85) 62%, rgba(255, 255, 255, 0) 99%);
  background-size: contain;
  height: 90px;
  width: 800px;
}

@media screen and (min-width: 796px) {
  .tltle_area_pc {
    left: -1px;
    position: absolute;
    top: 37vh;
  }
}

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

.tltle_area_2column_pc {
  background-image: linear-gradient(89deg, rgba(255, 255, 255, 0.85) 62%, rgba(255, 255, 255, 0) 99%);
  background-size: contain;
  height: 90px;
  width: 800px;
}

@media screen and (min-width: 796px) {
  .tltle_area_2column_pc {
    bottom: 0;
    left: -1px;
    margin: auto;
    position: absolute;
    top: 100px;
  }
}

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

.tltle_area_2column_pc .tltle_area_text01 {
  color: #333333;
  font-size: 38px;
}

@media screen and (min-width: 796px) {
  .tltle_area_2column_pc .tltle_area_text01 {
    line-height: 1.65;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.tltle_area_2column_pc .tltle_area_text01 .tltle_area_text01_span01 {
  color: #005DA7;
}

.tltle_area_2column_pc .tltle_area_text01 .tltle_area_text01_span02 {
  color: #008A32;
}

.tltle_area_sp {
  background-size: contain;
  height: 90px;
  width: 800px;
}

@media screen and (min-width: 796px) {
  .tltle_area_sp {
    left: -1px;
    position: absolute;
    top: 37vh;
  }
}

@media screen and (max-width: 795px) {
  .tltle_area_sp {
    background-image: linear-gradient(89deg, rgba(255, 255, 255, 0.85) 62%, rgba(255, 255, 255, 0) 99%);
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: unset;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (min-width: 796px) {
  .tltle_area_sp .tltle_area_text_wrapper {
    display: none;
  }
}

@media screen and (min-width: 796px) {
  .tltle_area_rj {
    position: relative;
  }
}

.tltle_area_rj .top_ttl_rj_pic01 {
  position: absolute;
  right: -230px;
  top: 10px;
  width: 320px;
}

@media screen and (max-width: 795px) {
  .tltle_area_rj .top_ttl_rj_pic01 {
    left: 5vw;
    right: 0px;
    top: -19vw;
    width: 50vw;
  }
}

.tltle_area_rj .top_ttl_rj_pic01 img {
  width: 100%;
}

@media screen and (min-width: 796px) {
  .tltle_area_text01 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding-left: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .tltle_area_text01 {
    color: #333;
    font-size: 3.58vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 3vw 0vw 3vw 5vw;
    text-align: left;
  }
}

.tltle_area_text01 .tltle_area_text01_span01 {
  color: #005DA7;
}

.tltle_area_text01 .tltle_area_text01_span02 {
  color: #008A32;
}

.top {
  /*#scroll{
    display: none!important;
    opacity: 0;
    height: 0;
    width: 0;
  }*/
}

@media screen and (min-width: 796px) {
  .gradation {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea {
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea .mv_date {
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    margin-bottom: 10vw;
    width: 63%;
  }
}

.sp_mv_bottomArea .bottomArea_text_date {
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea .bottomArea_text_date {
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    margin-top: 2vw;
    padding-bottom: 3px;
    padding-top: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea .bottomArea_text {
    color: #fff;
    font-size: 4vw;
    /* font-size: 21px; */
    font-weight: bold;
    padding-top: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  .sp_mv_bottomArea .mv_about_info_btn {
    align-items: center;
    background-color: #fff;
    bottom: 0px;
    color: #000;
    display: flex;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans", sans-serif !important;
    font-size: 4.26667vw;
    font-weight: bold;
    height: 16vw;
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    margin-top: 0;
    min-width: auto;
    position: unset;
    text-align: center;
    width: 100%;
  }
}

.sp_mv_bottomArea .mv_about_info_btn::before {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */
.guideline #lnavi.guideline_lnavi {
  display: block !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin: 80px auto 0px;
  text-align: center;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .guideline #lnavi.guideline_lnavi {
    width: 100%;
  }
}

.guideline #lnavi.guideline_lnavi ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .guideline #lnavi.guideline_lnavi ul {
    flex-direction: column;
    padding: 0 5vw;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi.guideline_lnavi ul li {
    margin-bottom: 2vw;
    margin-right: 0vw;
  }
}

.guideline #lnavi.guideline_lnavi a {
  align-items: center;
  background: #CCEBF5;
  color: #333333;
  display: flex;
  display: block;
  display: flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 340px;
}

@media screen and (max-width: 795px) {
  .guideline #lnavi.guideline_lnavi a {
    width: 100%;
  }
}

.guideline #lnavi.guideline_lnavi a::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.guideline .gl_wrapper {
  margin: 87px auto 0;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_wrapper {
    margin-top: 13vw;
    padding: 0 5vw;
    width: 100%;
  }
}

.guideline .gl_sub_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

.guideline .gl_sub_ttl span {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 796px) {
  .guideline .gl_sub_ttl span {
    padding-left: 18px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_sub_ttl span {
    display: block;
    padding-top: 2.7vw;
  }
}

.guideline .gl_sub_ttl span .gl_sub_ttl_small {
  display: inline;
  font-size: 12px;
  padding-left: 3px;
}

.guideline .features_flex-area {
  display: flex;
  justify-content: space-between;
  margin-top: 53px;
}

@media screen and (max-width: 795px) {
  .guideline .features_flex-area {
    flex-direction: column;
    margin-top: 0;
  }
}

.guideline .features_flex-contents {
  width: 300px;
}

@media screen and (max-width: 795px) {
  .guideline .features_flex-contents {
    width: 100%;
  }
}

.guideline .features_pic img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline .features_pic img {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .guideline .features_pic {
    margin-top: 13vw;
  }
}

.guideline .features_ttl {
  color: #008A32;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 21px;
  font-weight: left;
  line-height: 1.65;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 796px) {
  .guideline .features_ttl_2column {
    height: 100px;
  }
}

.guideline .features_text {
  color: #333;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}

.guideline .gl_sec02 {
  margin: 100px 0;
}

@media screen and (max-width: 795px) {
  .guideline .gl_sec02 {
    margin-top: 13vw;
  }
}

.guideline .gl_sec03 {
  margin-top: 100px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_sec03 {
    margin-top: 13vw;
  }
}

.guideline .gl_visitors_text02_wrapper {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  width: 420px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text02_wrapper {
    flex-direction: column;
    padding-top: 2.7vw;
    width: 100%;
  }
}

.guideline .gl_visitors {
  align-items: baseline;
  background-color: #FDE6EF;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 28px 20px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors {
    flex-direction: column;
    margin-top: 10.66667vw;
    padding: 20px;
  }
}

.guideline .gl_visitors_text04 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 40px 0 0 0;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .guideline .gl_visitors_text04 {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text04 {
    font-size: 6vw;
    margin-bottom: -7vw;
    padding: 9vw 0 0 0;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text04_fd {
    font-size: 5vw;
  }
}

.guideline .gl_visitors_text01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text01 {
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: left;
  }
}

.guideline .gl_visitors_text02 {
  color: #008A32;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text02 {
    font-size: 6.4vw;
    text-align: left;
  }
}

.guideline .gl_visitors_text02 .gl_visitors_text02_span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.guideline .gl_visitors_text03 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .guideline .gl_visitors_text03 {
    font-size: 1.86667vw;
    margin-top: 2.66667vw;
  }
}

.guideline .gl_block01 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 0px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_block01 {
    flex-direction: column;
    padding: 0px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_block01_sp_another_mr2 {
    margin-right: -2vw;
  }
}

.guideline .gl_block01_text {
  color: #333;
  font-family: "Yu Gothic Medium";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.guideline .gl_block01_text01 {
  color: #333;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}

.guideline .gl_pic01 img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline .gl_pic01 img {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_pic01_fsj img {
    margin-left: -3vw;
  }
}

.guideline .gl_block01_contents {
  text-align: left;
  width: 510px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_block01_contents {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_block01_contents:last-child {
    margin-top: 10px;
  }
}

.guideline .pointArea_wrapper {
  margin: 0 auto;
  margin-top: 45px;
}

@media screen and (max-width: 795px) {
  .guideline .pointArea_wrapper {
    margin-top: 8vw;
  }
}

.guideline .pointArea {
  align-items: center;
  display: flex;
}

.guideline .pointArea02 {
  align-items: center;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 795px) {
  .guideline .pointArea02 {
    margin-top: 8vw;
  }
}

.guideline .point_ttl {
  align-items: center;
  background-color: #009BCE;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed';
  font-size: 28px;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  width: 100px;
}

@media screen and (max-width: 795px) {
  .guideline .point_ttl {
    font-size: 3.73333vw;
    height: 16.66667vw;
    margin-right: 2.66667vw;
    width: 16.66667vw;
  }
}

.guideline .point_ttl_text {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .guideline .point_ttl_text {
    line-height: 1;
  }
}

@media screen and (max-width: 795px) {
  .guideline .point_ttl_text {
    font-size: 3.73333vw;
    text-align: left;
    width: 70vw;
  }
}

.guideline .point_ttl_text span {
  color: #009BCE;
}

.guideline .point_text01 {
  color: #333;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .point_text01 {
    font-size: 3.4vw;
    line-height: 1.85;
    margin-top: 4vw;
  }
}

.guideline .point_list {
  margin-top: 50px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .guideline .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  .guideline .point_list {
    margin-top: 6.66667vw;
  }
}

.guideline .point_list_text {
  background: #E5F5FA;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 10px;
  padding: 22px 20px;
}

@media screen and (min-width: 796px) {
  .guideline .point_list_text {
    align-items: center;
    display: flex;
    width: 49%;
  }
}

@media screen and (max-width: 795px) {
  .guideline .point_list_text {
    display: block;
    font-size: 3.5vw;
    line-height: 1.45;
    padding: 2vw 3vw;
    padding-left: 20px;
    text-indent: -0.5rem;
  }
}

@media screen and (max-width: 795px) {
  .guideline .point_list_text:first-child {
    margin-top: 0;
  }
}

.guideline .voice_text01 {
  color: #009BCE;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 45px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .voice_text01 {
    font-size: 3.73333vw;
    margin-top: 13.33333vw;
  }
}

.guideline .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  .guideline .voice_list {
    margin-top: 6.66667vw;
  }
}

.guideline .voice_list_textArea {
  border: 2px solid #009BCE;
  border-radius: 70px;
  padding: 15.21px 10px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  .guideline .voice_list_textArea {
    border-radius: 16vw;
    padding: 2.66667vw 2vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .guideline .voice_list_textArea:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .voice_list_textArea:nth-child(n+2) {
    margin-top: 3.33333vw;
  }
}

.guideline .voice_list_text01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

@media screen and (max-width: 795px) {
  .guideline .voice_list_text01 {
    font-size: 3.2vw;
  }
}

.guideline .voice_list_text01 span {
  color: #009BCE;
}

.guideline .voice_list_text02 {
  display: block;
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 795px) {
  .guideline .voice_list_text02 {
    font-size: 3.2vw;
  }
}

.pege_btn_area {
  margin-top: 150px;
}

@media screen and (max-width: 795px) {
  .pege_btn_area {
    margin-top: 13.33333vw;
  }
}

.pege_btn {
  align-items: center;
  background-color: #000;
  color: #fff !important;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .pege_btn {
    font-size: 4vw;
    height: 60px;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

.pege_btn::after {
  border-color: transparent transparent transparent #009BCE;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

.pege_btn:hover {
  background: #009BCE;
  color: #fff;
}

@media screen and (min-width: 796px) {
  .pege_btn:hover::after {
    border-color: transparent transparent transparent #fff !important;
  }
}

/* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
@media screen and (min-width: 796px) {
  .fd-target #a03 {
    display: block;
    margin-top: -60px;
    padding: 60px;
  }
}

@media screen and (max-width: 795px) {
  .fd-target #a03 {
    display: block;
    margin-top: -30px;
    padding: 30px;
  }
}

@media screen and (min-width: 796px) {
  .target .target_sp_ttl_area {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_ttl_area {
    margin-top: 13.33333vw;
    padding: 0 5vw;
  }
}

.target .target_sp_ttl_area .target_sp_ttl_text01 {
  color: #008A32;
  font-family: 'Roboto Condensed';
  font-size: 8vw;
}

@media screen and (min-width: 796px) {
  .target .about_info {
    margin-top: 130px;
  }
}

@media screen and (min-width: 796px) {
  .target .sp {
    display: none !important;
  }
}

.target .contents {
  margin-bottom: 0;
}

@media screen and (min-width: 796px) {
  .target .contents {
    padding: unset;
  }
}

@media screen and (min-width: 796px) {
  .target .contents_visitors {
    margin-top: 70px;
  }
}

.target .tg_wrapper {
  display: flex;
}

@media screen and (min-width: 796px) {
  .target .tg_wrapper {
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media screen and (max-width: 795px) {
  .target .tg_wrapper {
    flex-direction: column-reverse;
    margin-top: 10.66667vw;
  }
}

.target .tg_wrapper .tg_sub_ttl_precautions {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 795px) {
  .target .tg_wrapper .tg_sub_ttl_precautions {
    font-size: 3.2vw;
    padding-top: 30px;
    text-align: left;
  }
}

.target .tg_sub_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .target .tg_sub_ttl {
    font-size: 9.6vw;
  }
}

.target .tg_sub_ttl span {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 796px) {
  .target .tg_sub_ttl span {
    padding-left: 18px;
  }
}

@media screen and (max-width: 795px) {
  .target .tg_sub_ttl span {
    display: block;
    font-size: 4.8vw;
    padding-top: 2.7vw;
  }
}

.target #lnavi {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin: 80px auto 0px;
  text-align: center;
  width: 680px;
}

@media screen and (min-width: 796px) {
  .target #lnavi {
    display: block;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi {
    display: block;
    margin: 8vw auto;
    margin-top: 13.33333vw;
    width: 90%;
  }
}

.target #lnavi ul {
  /* margin-left: -15px; */
}

@media screen and (min-width: 796px) {
  .target #lnavi ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul {
    display: flex;
    justify-content: space-between;
  }
}

.target #lnavi ul li {
  box-sizing: border-box;
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li {
    margin-right: 0vw;
  }
}

.target #lnavi ul li a {
  align-items: center;
  background: #CCEBF5;
  color: #333333;
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a {
    font-size: 16px;
    height: 60px;
    width: 300px;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a {
    font-size: 3.5vw;
    height: 13.33333vw;
    width: 43vw;
  }
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a::after {
    border-color: #009BCE transparent transparent transparent;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    bottom: 0;
    height: 0;
    margin: auto;
    right: 10px;
    top: 0;
    transform: unset;
    width: 0;
  }
}

.target #lnavi ul li a:hover {
  opacity: 0.7;
}

.target #lnavi ul .border-none {
  border: none;
}

@media screen and (max-width: 795px) {
  .target .contents {
    margin-bottom: 5.33333vw;
  }
}

.target .c-cont__block--exhibitor {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .target .c-cont__block--exhibitor {
    margin-top: 50px;
  }
}

@media screen and (max-width: 795px) {
  .target .c-cont__block--exhibitor {
    margin-top: 13vw;
  }
}

@media screen and (min-width: 796px) {
  .target .another_mt_target_sec01 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 796px) {
  .target .target_fd_spArea {
    margin-top: 30px;
  }
}

@media screen and (min-width: 796px) {
  .target .target_fd_spttl01 {
    align-items: center;
    background: #664497;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
  }
}

@media screen and (max-width: 795px) {
  .target .target_fd_spttl01 {
    background: #664497;
    color: #fff;
    font-size: 5.6vw;
    padding: 5.33333vw 8vw;
    text-align: center;
  }
}

.target .target_fd_spttl02 {
  align-items: center;
  color: #664497;
  display: flex;
  font-size: 21px;
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  .target .target_fd_spttl02 {
    font-size: 5.6vw;
    margin-bottom: 5.33333vw;
    margin-top: 8vw;
  }
}

.target .target_fd_spttl02:before, .target .target_fd_spttl02:after {
  background-color: #664497;
  content: "";
  flex-grow: 1;
  height: 2px;
}

.target .target_fd_spttl02:before {
  margin-right: 2rem;
}

.target .target_fd_spttl02:after {
  margin-left: 2rem;
}

.target .target_fd_spttl03 {
  align-items: center;
  color: #664497;
  display: flex;
  font-size: 21px;
  margin-top: 80px;
}

@media screen and (max-width: 795px) {
  .target .target_fd_spttl03 {
    margin-top: 13.33333vw;
  }
}

.target .target_fd_spttl03:before, .target .target_fd_spttl03:after {
  background-color: #664497;
  content: "";
  flex-grow: 1;
  height: 2px;
}

.target .target_fd_spttl03:before {
  margin-right: 2rem;
}

.target .target_fd_spttl03:after {
  margin-left: 2rem;
}

.target .sp_target_listArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  .target .sp_target_listArea {
    margin-top: 8vw;
  }
}

.target .sp_target_list {
  border: 2px solid #D5CCE2;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 14px 0;
  width: 340px;
}

@media screen and (max-width: 795px) {
  .target .sp_target_list {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .target .sp_target_list_dummy {
    width: 340px;
  }
}

.target .sp_target_btn_text01 {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 795px) {
  .target .sp_target_btn_text01 {
    margin-top: 8vw;
  }
}

.target .sp_target_btn_wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 795px) {
  .target .sp_target_btn_wrapper {
    padding: 0 5vw;
  }
}

.target .sp_target_list_text01 {
  font-size: 16px;
  font-weight: bold;
}

.target .sp_target_list_text02 {
  font-size: 14px;
}

.target .target_sp_flexArea {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .target .target_sp_flexArea {
    margin-top: 40px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_flexArea {
    flex-direction: column;
  }
}

@media screen and (min-width: 796px) {
  .target .target_sp_block01 {
    margin-bottom: -17px;
    margin-top: 20px;
    width: 820px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_block01 {
    margin-bottom: 3.46667vw;
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .target .target_sp_left {
    width: 820px;
  }
}

.target .target_sp_left_text01 {
  align-items: center;
  background: #9178B4;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .target .target_sp_left_text01 {
    height: 40px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_left_text01 {
    height: 10.66667vw;
  }
}

.target .target_sp_left_text02 {
  align-items: center;
  background: #EDEDED;
  color: #333333;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .target .target_sp_left_text02 {
    height: 94px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_left_text02 {
    height: 25.06667vw;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sp_right img {
    width: 100%;
  }
}

.target .c-cont__block--exhibitor02 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .target .c-cont__block--exhibitor02 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 795px) {
  .target .c-cont__block--exhibitor02 {
    margin-top: 13.33333vw;
  }
}

.target .c-cont__title {
  border-bottom: none !important;
}

.target .target_noticeArea {
  align-items: center;
  border-bottom: 2px solid #FF0000;
  display: flex;
}

@media screen and (min-width: 796px) {
  .target .target_noticeArea {
    margin-top: 30px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_noticeArea {
    margin-top: 4vw;
  }
}

.target .target_noticeArea_ttl {
  align-items: center;
  background: #FF0000;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: bold;
  justify-content: center;
  width: 170px;
}

@media screen and (min-width: 796px) {
  .target .target_noticeArea_ttl {
    height: 40px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_noticeArea_ttl {
    font-size: 3.5vw;
    line-height: 1;
    padding: 3.2vw 3vw;
    width: 28vw;
  }
}

.target .target_noticeArea_text01 {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .target .target_noticeArea_text01 {
    padding-left: 20px;
    width: 930px;
  }
}

@media screen and (max-width: 795px) {
  .target .target_noticeArea_text01 {
    font-size: 4.7vw;
    padding-left: 4vw;
  }
}

.target .target_notice_textArea {
  border-bottom: 2px solid #EDEDED;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .target .target_notice_textArea {
    min-height: 150px;
    padding-bottom: 10px;
  }
}

.target .target_notice_flex_Area {
  display: flex;
}

.target .target_notice_pic01 {
  margin-right: 16px;
}

@media screen and (min-width: 796px) {
  .target .target_notice_pic01 {
    padding-top: 7px;
  }
}

.target .target_notice_text01 {
  line-height: 2;
}

@media screen and (max-width: 795px) {
  .target .target_notice_text01 {
    font-size: 3.73333vw;
    line-height: 1.85;
    padding-bottom: 3vw;
  }
}

.target .target_notice_subttl {
  align-items: center;
  background: #FF0000;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  justify-content: center;
  left: 58px;
  line-height: 1.1428;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 60px;
}

@media screen and (max-width: 795px) {
  .target .target_notice_subttl {
    font-size: 3vw;
    width: 20vw;
  }
}

.target .target_subttl_before {
  padding-left: 58px;
}

.target .target_subttl_before::after {
  background: url(/images/logo_nj.png);
  background-size: contain;
  bottom: 20px;
  content: "";
  display: inline-block;
  height: 29px;
  left: 0;
  position: absolute;
  width: 44px;
}

@media screen and (max-width: 795px) {
  .target .target_subttl_before::after {
    bottom: 3.5vw;
  }
}

.target .target_subttl_before_sdj {
  padding-left: 58px;
}

.target .target_subttl_before_sdj::after {
  background: url(/images/logo_nj02.png);
  background-size: contain;
  bottom: 22px;
  content: "";
  display: inline-block;
  height: 29px;
  left: 0;
  position: absolute;
  width: 44px;
}

@media screen and (max-width: 795px) {
  .target .target_subttl_before_sdj::after {
    bottom: 3.5vw;
  }
}

@media screen and (min-width: 796px) {
  .target .target_sec01 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 795px) {
  .target #mainVisualSec h2 {
    font-size: 9.5vw;
  }
}

.p-target__pic li {
  font-size: 0;
}

.c-cont__block--exhibitor .p-target__list-box {
  position: relative;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-box {
    margin-bottom: 60px;
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-box {
    margin-bottom: 10.66667vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-box:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-box_dummy {
    width: 340px;
  }
}

.c-cont__block--exhibitor .p-target__list-box--2colum {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .sp_target_list_last {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .sz_another_zorn {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .sz_another_zorn .target_notice_textArea {
    min-height: unset;
    width: 100%;
  }
}

.c-cont__block--exhibitor .p-target__list-title {
  border-bottom: solid 2px #707070;
  color: #333333;
  line-height: 1em;
  position: relative;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 4.27vw;
    margin-bottom: 3.33333vw;
    padding-bottom: 3.6vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .gl_after_icon01_f-sys {
    margin-top: 10vw;
  }
}

.c-cont__block--exhibitor .gl_after_icon01_f-sys::after {
  background-image: url(/f-sys/images/gl_after_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 36px;
  position: absolute;
  right: 10px;
  vertical-align: middle;
  width: 110px;
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .gl_after_icon01_f-sys::after {
    bottom: 2vw;
    height: 33px;
    height: 8.8vw;
    right: 3vw;
    width: 100px;
    width: 26.67vw;
  }
}

.c-cont__block--exhibitor .gl_after_icon01_f-sys span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .gl_after_icon01_f-sys span {
    top: -30px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .gl_after_icon01_f-sys span {
    left: 0px;
    top: -9vw;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title_small {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title_2colum {
    align-items: center;
    display: flex;
    height: 60px;
    line-height: 1.2;
  }
}

.c-cont__block--exhibitor .p-target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-cont__block--exhibitor .p-target__list_2 li {
  width: 45%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list_3 li {
    width: 48%;
  }
}

.c-cont__block--exhibitor .p-target__list-item {
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-item {
    font-size: 14px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-item {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor .p-target__list-item_another {
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-item_another {
    font-size: 15px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-item_another {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor .p-target__list-another {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-another {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-another {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor .p-target__list-another02 {
  bottom: 0;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-another02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-another02 {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-item--small {
    font-size: 10px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-item--small {
    font-size: 3.2vw;
  }
}

.c-cont__block--exhibitor02 .p-target__list-box {
  position: relative;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-box {
    margin-bottom: 60px;
    width: 460px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-box {
    margin-bottom: 8vw;
    width: 100%;
  }
}

.c-cont__block--exhibitor02 .p-target__list-box--2colum {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c-cont__block--exhibitor02 .p-target__list-title {
  border-bottom: solid 2px #707070;
  color: #333333;
  line-height: 1em;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-title {
    font-size: 4.27vw;
    margin-bottom: 4vw;
    padding-bottom: 5.33333vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-title_2colum {
    font-size: 19px;
    line-height: 1.2;
    padding: 0;
  }
}

.c-cont__block--exhibitor02 .p-target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-cont__block--exhibitor02 .p-target__list-item {
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-item {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor02 .p-target__list-pic {
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-pic {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-pic {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor02 .p-target__list-pic img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-pic img {
    width: 100%;
  }
}

.c-cont__block--exhibitor02 .p-target__list-item_another {
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-item_another {
    font-size: 15px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-item_another {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor02 .p-target__list-another {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-another {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-another {
    font-size: 3.73333vw;
  }
}

.c-cont__block--exhibitor02 .p-target__list-another02 {
  bottom: 0;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-another02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-another02 {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor02 .p-target__list-item--small {
    font-size: 12px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor02 .p-target__list-item--small {
    font-size: 3.2vw;
  }
}

.c-cont__block--visitor .p-target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list {
    margin-top: 13vw;
  }
}

.c-cont__block--visitor .p-target__list-item {
  background: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item {
    border: 2px solid #8ED9EC;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 13px 0 17px;
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item {
    border: 1px solid #8ED9EC;
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    padding: 2.935vw 0;
    width: 48%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item:nth-child(n+4) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item_dummy {
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item_dummy {
    width: 48%;
  }
}

.p-target__pic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  .p-target__pic-list {
    justify-content: space-between;
  }
}

.p-target__pic-list_2line {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 796px) {
  .p-target__pic-list_2line {
    justify-content: space-evenly;
    padding: 0 160px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list_2line {
    display: none;
    justify-content: space-between;
  }
}

.p-target__pic-list-item {
  font-size: 0;
  height: auto;
  position: relative;
}

@media screen and (min-width: 796px) {
  .p-target__pic-list-item {
    margin-bottom: 40px;
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list-item {
    margin-bottom: 8vw;
    width: 49%;
  }
}

.p-target__pic-list-item img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .p-target__pic-list-item_dummy {
    margin-bottom: 20px;
    width: 239px;
  }
}

.p-target__pic-box {
  /* background: rgba(51, 51, 51, 0.54); */
  bottom: 0;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-top: 20px;
  /* position: absolute; */
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .p-target__pic-box {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-box {
    font-size: 3.75vw;
  }
}

/* =====================================================================
*
*     Header
*
* =================================================================== */
#header {
  background: #fff;
  border-top: solid 4px #008A32;
  height: auto;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  #header {
    border-top: solid 1.06667vw #008A32;
    height: auto;
  }
}

#header .scroll {
  background-color: white;
  border-bottom: solid 1px silver;
  position: fixed;
  top: 0;
}

#header .header_inner {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  #header .header_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  #header .header_inner {
    height: 100%;
    padding: 0;
    padding: 0.8vw 0;
    width: 100%;
  }
}

#header .header_inner .link_off {
  opacity: 0.3 !important;
  pointer-events: none !important;
  background: #008A32!important;
  /*&::before{
    background: url(/common/images/icon_dedicated_page_off.png) no-repeat center!important;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 20px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
      }*/
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn {
    background: #009CCE;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 170px;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn {
    display: none;
  }
}

#header .dedicated_page_btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn::before {
    background: url(/common/images/icon_dedicated_page.png) no-repeat center;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 20px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper {
    background-color: unset !important;
    border: unset !important;
    height: 101.7% !important;
  }
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #009CCE !important;
    color: #fff;
    display: flex;
    font-size: 4.3vw;
    font-weight: bold;
    padding-left: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn::before {
    background: url(/common/images/icon_dedicated_page_sp.png) no-repeat center;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 25px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
  }
}

@media screen and (min-width: 796px) {
  #header .header_top {
    height: 55px;
  }
}

#header .head_txt {
  font-size: 0;
  height: auto;
}

@media screen and (min-width: 796px) {
  #header .head_txt {
    width: 212px;
  }
}

#header .head_txt img {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  #header .head_txt img {
    margin: 0 0 0 auto;
  }
}

#header .headArea {
  align-items: center;
  display: flex;
  max-width: 486px;
  min-width: 30%;
}

@media screen and (max-width: 795px) {
  #header .headArea {
    font-size: 0;
    margin-right: 8.94667vw;
    max-width: inherit;
    min-width: inherit;
    padding: 2vw 0 1.73333vw 2.66667vw;
    padding: 2vw 0 1.73333vw 5px;
  }
}

.search #header .headArea {
  max-width: none;
}

.seminar #header .headArea {
  max-width: none;
}

.registration #header .headArea {
  max-width: none;
}

#header .headArea a {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

#header .headArea a:hover {
  opacity: 0.8;
}

#header .gnaviArea a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 795px) {
  #header .gnaviArea a {
    font-weight: bold;
    position: relative;
  }
}

#header h1 {
  margin-right: 15px;
}

@media screen and (min-width: 796px) {
  #header h1 {
    margin-top: -16px;
  }
}

@media screen and (max-width: 795px) {
  #header h1 {
    margin-right: 0;
  }
}

#header h1 img {
  -webkit-backface-visibility: hidden;
  height: 60px;
  width: auto;
}

@media screen and (max-width: 795px) {
  #header h1 img {
    height: auto;
    height: 40px;
    width: auto;
  }
}

#header .gnavi {
  margin: auto;
}

#header .gnavi > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#header .gnavi > ul .current-bar {
  background: #e50038;
  bottom: 0;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
}

#header .gnavi > ul > li {
  position: relative;
  text-align: center;
  z-index: 1;
}

#header .gnavi > ul > li a.toggle.off {
  color: #ccc;
  pointer-events: none;
}

#header .gnavi > ul > li:hover > ul {
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
}

#header .gnavi > ul > li:hover > ul > li {
  text-align: left;
}

#header .gnavi > ul > li:hover > ul > li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

#header .gnavi > ul > li:hover > ul > li a:hover {
  color: #e70f44;
}

#header .gnavi > ul > li:hover > ul > li a:hover.active {
  color: #FFF !important;
}

#header .gnavi > ul > li.active > a {
  border-bottom: 5px solid #e50038;
  color: #e70f44;
  padding: 10px 17px 18px;
}

#header .gnavi > ul > li.balloon:hover .balloon-elm {
  opacity: 1;
  visibility: visible;
}

#header .gnavi > ul > li.balloon a {
  color: #333;
}

#header .gnavi > ul > li.balloon a:hover {
  color: #333 !important;
}

#header .gnavi > ul > li.balloon a:hover .balloon-elm {
  display: block;
}

#header .gnavi > ul > li.balloon .balloon-elm-wrap {
  bottom: -80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

#header .gnavi > ul > li.balloon .balloon-elm {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  color: #555;
  display: inline-block;
  font-size: 16px;
  margin: 1.5em 0;
  max-width: 100%;
  min-width: 120px;
  opacity: 0;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s;
  visibility: hidden;
  white-space: nowrap;
}

#header .gnavi > ul > li.balloon .balloon-elm:before {
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -23px;
  z-index: 2;
}

#header .gnavi > ul > li.balloon .balloon-elm:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: -30px;
  z-index: 1;
}

#header .gnavi > ul > li.balloon .balloon-elm p {
  margin: 0;
  padding: 0;
}

#header .gnavi > ul > li > ul {
  display: none;
}

#header .gnavi > ul > li.off {
  background: none !important;
  color: #C4C4C4;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

#header .gnavi > ul > li > a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 30px 25px 15px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  #header .gnavi > ul > li > a {
    border-bottom: 3px solid #fff;
  }
}

#header .gnavi > ul > li > a:hover {
  text-decoration: none;
  /*color: $color_macs;*/
}

#header .gnavi > ul > li > a.active {
  background: unset !important;
  border-bottom: 3px solid #008A32;
}

#header .gnavi > ul > li > span {
  color: #ccc !important;
  display: block;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 30px 0px 18px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  #header .gnavi--pc .single_nav a {
    padding: 30px 0px 15px 0px;
  }
}

.gnaviBar {
  background: rgba(0, 138, 50, 0.9);
  display: none;
  left: 0;
  position: absolute;
  top: 70px;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  .gnaviBar {
    border-top: 1px solid #EDEDED !important;
    position: static;
  }
}

.gnaviBar:before {
  background-color: transparent;
  content: "";
  height: 10px;
  left: 0;
  position: fixed;
  top: 182px;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .gnaviBar .gnaviBarIn {
    transition: .5s;
  }
}

.gnaviBar .gnaviBarIn ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.gnaviBar .gnaviBarIn ul li {
  border-bottom: rgba(250, 250, 250, 0.4) solid 1px;
  text-align: center;
  width: 200px;
}

.gnaviBar .gnaviBarIn ul li:last-child {
  border: none;
}

.gnaviBar .gnaviBarIn ul li a {
  color: #fff;
  display: block;
  padding: 13px 0;
}

@media screen and (min-width: 796px) {
  .gnaviBar .gnaviBarIn ul li a {
    font-size: 14px;
    padding-left: 17px;
    text-align: left;
  }
}

.gnaviBar .gnaviBarIn ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

.gnaviBar .gnaviBarIn ul li span {
  color: #fff;
  display: block;
  font-size: 14px;
  opacity: 0.6;
  padding: 13px 0;
  padding-left: 17px;
  text-align: left;
}

.nav02:hover:after, .nav02 .active:after {
  border-color: transparent transparent #008A32 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav03:hover:after, .nav03 .active:after {
  border-color: transparent transparent #008A32 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav04:hover:after, .nav04 .active:after {
  border-color: transparent transparent #008A32 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav05:hover:after, .nav05 .active:after {
  border-color: transparent transparent #008A32 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.hnavi {
  width: 150px;
}

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

.hnavi ul {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

@media screen and (max-width: 795px) {
  .hnavi ul {
    flex-direction: unset;
  }
}

.hnavi ul li {
  background-color: #EB6E67;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  height: 30px;
}

@media screen and (max-width: 795px) {
  .hnavi ul li {
    background-color: #FDE5EA;
    border: 1px solid #707070;
    height: 100%;
  }
}

.hnavi ul li:last-child {
  background-color: #fff;
}

.hnavi ul li span {
  align-items: center;
  background: rgba(230, 0, 57, 0.1);
  color: #cccccc;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.hnavi ul li a {
  align-items: center;
  background: rgba(230, 0, 57, 0.1);
  background-color: #fff !important;
  color: #333333;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.166;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .hnavi ul li a {
    font-size: 4.3vw;
  }
}

.hnavi ul li a:hover {
  color: #008A32;
}

.hnavi ul li a.current {
  color: #008A32;
}

.hnavi ul li .designated {
  background-color: #EB6E67 !important;
  color: #fff !important;
}

@media screen and (max-width: 795px) {
  .hnavi ul li .designated {
    background-color: #FDE5EA !important;
    background-color: #008A32 !important;
    color: #fff !important;
    font-size: 4.3vw;
  }
}

.hnavi ul li .designated:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .hnavi ul li .company-bg-color {
    background: #008A32 !important;
    color: #fff !important;
  }
}

.hnavi ul li .company-bg-color:hover {
  opacity: 0.8;
}

.hnavi ul .hnavi_button-grey {
  font-size: 10px;
}

.hnavi ul .hnavi_button-grey a {
  background-color: gray;
}

.hnavi ul .designated-none {
  background-color: inherit;
  border: none;
}

.hnavi ul .designated-none span {
  font-weight: bold;
}

.gnavi > ul > li > p {
  color: #555;
  line-height: 1.8;
  padding: 0 .8em 1.4em 1em;
  text-align: left;
}

.gnavi li .accordion_icon, .gnavi li .accordion_icon span {
  box-sizing: border-box;
  display: inline-block;
}

.gnavi li a {
  cursor: pointer;
}

.gnavi li a.active .accordion_icon span:nth-of-type(1) {
  display: none;
}

.gnavi li a.active .accordion_icon span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}

@media screen and (max-width: 795px) {
  .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #009BCE transparent transparent transparent;
  }
}

.gnavi li .accordion_icon {
  cursor: pointer;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  right: 11px;
  top: 36px;
  width: 10px;
}

@media screen and (max-width: 795px) {
  .gnavi li .accordion_icon {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 20px;
    top: 0;
    transition: 0.3s;
  }
}

.gnavi li .accordion_icon span {
  background-color: #008A32;
  height: 2px;
  position: absolute;
  width: 100%;
}

.gnavi li .accordion_icon span:nth-of-type(2) {
  background-color: unset !important;
  border-color: #009BCE transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}

.gnavi li .accordion_icon span:nth-of-type(1) {
  background-color: unset !important;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}

.gnavi li .accordion_icon.active:hover {
  color: #fff !important;
}

.gnavi li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.gnavi li .accordion_icon.active span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header_top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .header_top {
    font-size: 0px;
    height: 100%;
  }
}

@media screen and (max-width: 795px) {
  .header_top .head_txt {
    font-size: 0px;
    max-width: unset;
    width: 31.73333vw;
  }
}

.header_top .head_txt img {
  width: 100%;
}

.header_top-right_area {
  display: flex;
  justify-content: space-between;
  transition: .5s;
  width: 380px;
}

@media screen and (max-width: 795px) {
  .header_top-right_area {
    align-items: center;
    display: inline-flex;
    display: none;
    font-size: 0px;
    margin-right: 0.8vw;
    padding: 3.04vw 0 2.2vw;
    width: auto;
  }
}

@media screen and (min-width: 796px) {
  .header_bottom {
    width: 650px;
  }
}

.sp_header_bottom img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .sp_header_bottom img {
    margin-top: 16.33333vw;
    width: 100%;
  }
}

/* =====================================================================
*
*     header sp
*
* =================================================================== */
nav.gnavi--sp {
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (min-width: 796px) {
  nav.gnavi--sp {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp {
    background: #fff;
    color: #FFFFFF;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 16vw;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 20;
  }
}

nav.gnavi--sp .spNavi_inner {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

nav.gnavi--sp .gnavi_list li {
  position: relative;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li li > span {
    align-items: center;
    background: #A2A2A2;
    color: #ccc;
    color: #ccc;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.3vw;
    font-weight: bold;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
    padding: 3vw 0 3vw 6.66667vw;
  }
}

nav.gnavi--sp .gnavi_list li li > span.arrow {
  display: none;
}

nav.gnavi--sp .gnavi_list li li a {
  background: #A2A2A2;
  color: #fff;
  padding: 3vw 0 3vw 6.66667vw;
}

nav.gnavi--sp .gnavi_list li .list_in {
  border-bottom: 1px solid #D1D1D1;
}

nav.gnavi--sp .gnavi_list li .list_in a span {
  font-size: 12px;
  opacity: 1;
  padding: 0;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li {
    border-bottom: 1px solid #EDEDED;
    color: #fff;
    font-size: 5.06667vw;
    height: auto;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
}

nav.gnavi--sp .gnavi_list li a.toggle.off {
  color: #ccc;
  pointer-events: none;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li a {
    align-items: center;
    background-color: transparent;
    color: #000;
    display: block;
    display: flex;
    font-size: 4.3vw;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
  }
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li > span {
    align-items: center;
    background-color: transparent;
    color: #ccc;
    color: #ccc;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.3vw;
    font-weight: bold;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
  }
}

nav.gnavi--sp .gnavi_list li > span.arrow {
  display: none;
}

nav.gnavi--sp.active {
  opacity: 1;
  transform: translateX(0%);
}

.navToggle {
  /* 最初のspanをマイナス45度に */
}

@media screen and (min-width: 796px) {
  .navToggle {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .navToggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    position: absolute;
    right: 2vw;
    text-align: center;
    top: 1vw;
    width: 12.53333vw;
    width: 55px;
    z-index: 3;
  }
}

@media screen and (max-width: 795px) {
  .navToggle::after {
    background-image: url(/images/text_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8px;
    /* left: 2vw; */
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 33px;
    vertical-align: middle;
    width: 35px;
  }
}

@media screen and (max-width: 795px) {
  .navToggle span {
    background: #333333;
    display: block;
    height: 0.53333vw;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .35s ease-in-out;
    /* .navToggleに対して */
    width: 9.4vw;
  }
}

.navToggle span:nth-child(1) {
  top: 2.8vw;
  top: 11px;
}

.navToggle span:nth-child(2) {
  top: 4.63333vw;
  top: 19px;
}

.navToggle span:nth-child(3) {
  top: 6.53333vw;
  top: 27px;
}

@media screen and (max-width: 795px) {
  .navToggle.active::after {
    background-image: url(/images/text_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -2px;
    top: 33px;
    vertical-align: middle;
    width: 27px;
  }
}

.navToggle.active span {
  /* 2番目と3番目のspanを45度に */
}

@media screen and (max-width: 795px) {
  .navToggle.active span {
    background: #333333;
  }
}

.navToggle.active span:nth-child(1) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(35deg);
}

.hnavi--sp {
  bottom: 13.33333vw;
  bottom: 16.33333vw;
  display: block;
  position: absolute;
  width: 100%;
}

.hnavi--sp .hnavi_list {
  display: flex;
  height: 13.33333vw;
  justify-content: center;
  width: 100%;
}

.hnavi--sp .hnavi_list li {
  width: 50%;
}

/* =====================================================================
*
*     個別TOP
*
* =================================================================== */
.top {
  /*.top_mv_ff{
    @include min{
      background: url(../../common/images/main_ff.png) no-repeat center center!important;
      background-size: cover!important;
    }
  }
  .top_mv_fd{
    @include min{
      background: url(../../common/images/main_fd.png) no-repeat center center!important;
      background-size: cover!important;
    }
  }
  .top_mv_fsj{
    @include min{
      background: url(../../common/images/main_fsj.png) no-repeat top center!important;
      background-size: cover!important;
    }
  }
  .top_mv_rj{
    @include min{
      background: url(../../common/images/main_rj.png) no-repeat center center!important;
      background-size: cover!important;
    }
  }
  .top_mv_souzai{
    @include min{
      background: url(../../common/images/main_sj.png) no-repeat center center!important;
      background-size: cover!important;
    }
  }
  .top_mv_rj{
    @include min{
    background: url(../../common/images/main_rj.png) no-repeat left center !important;
    background-size: calc(100% - 360px) !important;
  }
    .top_ttl_rj_pic01{
      position: absolute;
      top: 170px;
      width: 300px;
      //left: 0px;
    }
  }
  */
}

/**.outline{
  nav.gnavi--sp{
    top: 12vw;
  }
  .hnavi--sp{
    bottom: 12.33333vw;
  }
}**/
/**ここからあ**/
.TopOutline_table_textarea {
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline_table_textarea {
    margin: auto 5.33333vw;
    padding-top: 3vw;
    width: 90%;
  }
}

.TopOutline_table_textarea .TopOutline_table_text01 {
  color: #333333;
  font-size: 14px;
}

@media screen and (max-width: 795px) {
  .TopOutline_table_textarea .TopOutline_table_text01 {
    font-size: 3.5vw;
    padding-left: 2em;
    text-indent: -2em;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline_table {
    margin: auto 5.33333vw;
    width: 90%;
  }
}

.TopOutline_table td {
  border: 1px solid #fff;
  border-collapse: collapse;
  text-align: center;
}

.TopOutline_slide_wrapper {
  margin-top: 80px;
}

@media screen and (max-width: 795px) {
  .TopOutline_slide_wrapper {
    margin-top: 15vw;
  }
}

.TopOutline_table_wrapper {
  margin: 0 auto;
  margin-top: 50px;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline_table_wrapper {
    margin-top: 10vw;
    width: 100%;
  }
}

.top_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .top_ttl {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 5vw;
    width: 100%;
  }
}

.top_ttl span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .top_ttl span {
    display: block;
    font-size: 4.8vw;
    padding-left: 0;
  }
}

.tb_wd315 {
  width: 415px;
}

@media screen and (max-width: 795px) {
  .tb_wd315 {
    width: 20vw;
  }
}

.tb_wd220 {
  width: 320px;
}

@media screen and (max-width: 795px) {
  .tb_wd220 {
    width: 10vw;
  }
}

.tb_wd230 {
  width: 370px;
}

@media screen and (max-width: 795px) {
  .tb_wd230 {
    width: 20vw;
  }
}

.tb_wd535 {
  width: 535px;
}

@media screen and (max-width: 795px) {
  .tb_wd535 {
    width: 20vw;
  }
}

.tb_wd1000 {
  background: #fff;
  height: 10px;
}

@media screen and (max-width: 795px) {
  .tb_wd1000 {
    height: 1vw;
  }
}

.line01 td {
  background-color: #3B9A59;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
}

@media screen and (max-width: 795px) {
  .line01 td {
    font-size: 3vw;
    padding: 3vw 0;
  }
}

.top_table_total {
  background-color: #008A32;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 26px 0;
  position: relative;
}

@media screen and (max-width: 795px) {
  .top_table_total {
    font-size: 3vw;
    padding: 3vw 0;
  }
}

.top_table_total::after {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
}

@media screen and (max-width: 795px) {
  .top_table_total::after {
    border-width: 1.33333vw 0 1.33333vw 1.86667vw;
    right: -2vw;
  }
}

.table_icon {
  position: relative;
}

.table_icon img {
  bottom: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .table_icon img {
    width: 6vw;
  }
}

.top_table_total02 {
  background-color: #BBD2C2;
  color: #008A32;
  font-size: 24px;
  font-weight: bold;
  padding: 20.5px 0px;
}

@media screen and (max-width: 795px) {
  .top_table_total02 {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
}

.top_table_total02_span {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  .top_table_total02_span {
    font-size: 2.5vw;
  }
}

.asterisk {
  font-size: 14px;
  vertical-align: super;
}

@media screen and (max-width: 795px) {
  .asterisk {
    font-size: 2.8vw;
  }
}

.main_line td {
  background-color: #F6F6F6;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 17.5px 0;
}

@media screen and (max-width: 795px) {
  .main_line td {
    font-size: 3vw;
    padding: 3vw 0;
  }
}

/**
スライダーstart
**/
.swiper-container03_wrapper {
  margin: 0 auto;
  width: 1000px;
}

.swiper-container03_wrapper img {
  width: 90%;
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper {
    margin: 0 auto;
    width: 90%;
  }
}

.swiper-container03_wrapper .slick-slider {
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.swiper-container03_wrapper .slick-slider img {
  margin: 0 auto;
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .slick-slider img {
    height: auto;
    width: 40vw;
  }
}

.swiper-container03_wrapper .prev {
  border-color: transparent #008A32 transparent transparent;
  border-style: solid;
  border-width: 12px 20px 12px 0;
  bottom: 0;
  height: 0;
  left: -30px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .prev:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .prev {
    border-width: 1.6vw 2.66667vw 1.6vw 0;
    left: -3vw;
  }
}

.swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .next:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .next {
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: -3vw;
  }
}
.TopOutline_table{
  margin: 0 auto;
}
.TopOutline_table_textarea{
  width: 1000px;
  margin: 0 auto;
}
/**
スライダーend
**/
/**ここからまでえ**/
.TopOutline {
  /*.TopOutline__sec01--wrapper-pt-none {
    background-color: #F5F5F5;
    padding: 90px 0px 180px 0px;
    @include max {
      padding: unset;
      //margin-top: spvw(100);
      margin-top: spvw(0);
    }
  }*/
}

.TopOutline .top_spArea {
  background: #E0D9EA;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea {
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 70px;
    padding: 50px;
    width: 1100px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea {
    padding: 50px 5vw;
  }
}

.TopOutline .top_spArea .top_spttlArea {
  display: flex;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_spttlArea {
    height: 40px;
    width: 280px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spttlArea {
    height: 40px;
    width: 100%;
  }
}

.TopOutline .top_spArea .top_ttl01 {
  align-items: center;
  background: #FF0000;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_ttl01 {
    font-size: 18px;
    width: 120px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_ttl01 {
    width: 32vw;
  }
}

.TopOutline .top_spArea .top_ttl02 {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_ttl02 {
    font-size: 18px;
    width: 160px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_ttl02 {
    width: 57.33333vw;
  }
}

.TopOutline .top_spArea .top_spttl01 {
  color: #664497;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_spttl01 {
    font-size: 24px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spttl01 {
    font-size: 6.4vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_spttl02 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spttl02 {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 2;
    padding-top: 2.66667vw;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spArea_main {
    margin-top: 6.66667vw;
  }
}

.TopOutline .top_spArea .top_spArea_main_ttl {
  align-items: center;
  background: #664497;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_spArea_main_ttl {
    height: 30px;
    margin-top: 25px;
    width: 280px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spArea_main_ttl {
    font-size: 4.26667vw;
    height: 8vw;
  }
}

.TopOutline .top_spArea .top_spflexArea {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_spflexArea {
    margin-top: 20px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_spflexArea {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_pic01 {
    display: flex;
    justify-content: start;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_pic01 img {
    width: 28.53333vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_text_wrapper {
    margin-top: -7px;
    width: 830px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_text_wrapper {
    margin-top: 5.33333vw !important;
  }
}

.TopOutline .top_spArea .top_sp_text_wrapper .wrapper {
  font-size: 3.73333vw;
  line-height: 2;
  margin: 30px auto;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .wrapper {
    margin-bottom: 0;
  }
}

.TopOutline .top_spArea .top_sp_text_wrapper .text_wrapper {
  position: relative;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .text_wrapper {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .text_wrapper {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .opacityArea {
    background-image: linear-gradient(to bottom, rgba(224, 217, 234, 0), #e0d9ea);
    bottom: 0;
    height: 118px;
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .text {
    height: 118px;
    overflow: hidden;
  }
}

.TopOutline .top_spArea .top_sp_text_wrapper .show_more, .TopOutline .top_spArea .top_sp_text_wrapper .show_more2 {
  background-image: linear-gradient(to bottom, rgba(224, 217, 234, 0), #e0d9ea);
  bottom: 0px;
  cursor: pointer;
  height: 30px;
  left: 0px;
  line-height: 30px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  transition: bottom 0.2s;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_text_wrapper .show_more, .TopOutline .top_spArea .top_sp_text_wrapper .show_more2 {
    display: none;
  }
}

.TopOutline .top_spArea .top_sp_text_wrapper .show_more_text {
  align-items: center;
  background: #fff;
  color: #664497;
  display: flex;
  font-size: 4.26667vw;
  font-weight: bold;
  height: 10.66667vw;
  justify-content: center;
  margin: 0 auto;
  width: 60.8vw;
}

.TopOutline .top_spArea .top_sp_text_wrapper .show_more_text span {
  font-size: 3.9vw;
}

.TopOutline .top_spArea .top_sp_text_wrapper .active {
  background: none;
  bottom: -30px;
}

.TopOutline .top_spArea .top_sp_text01 {
  text-align: left;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_text01 {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_text01 {
    font-size: 3.73333vw;
    line-height: 2;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_pic_textArea {
    margin-top: 10px;
    width: 275px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_pic_textArea {
    padding-left: 2.66667vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_btnArea {
    margin: 0 auto;
    margin-top: 20px;
    width: 300px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_btnArea {
    margin-top: 13.33333vw !important;
  }
}

.TopOutline .top_spArea .top_sp_pic_text01 {
  color: #333333;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_pic_text01 {
    font-size: 14px;
  }
}

.TopOutline .top_spArea .top_sp_pic_text02 {
  color: #333333;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_spArea .top_sp_pic_text02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_spArea .top_sp_pic_text02 {
    font-size: 4.8vw;
  }
}

.TopOutline .TopOutline__sec01--wrapper {
  margin-bottom: 100px;
  padding: 180px 0 100px;
  padding-top: 100px;
}

@media screen and (max-width: 795px) {
  .TopOutline .TopOutline__sec01--wrapper {
    margin-top: 0vw;
    padding: unset;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox_wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox_wrapper {
    padding: 6vw 0px;
    padding-bottom: 4vw;
  }
}

.TopOutline .AlertBox {
  background-color: #fff;
  border: solid 4px #ff0000;
  margin: 0 auto;
  padding: 2em 2em;
  width: 720px;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox {
    border: solid 0.53333vw #ff0000;
    margin: 0 auto;
    padding: 1em;
    width: 95%;
  }
}

.TopOutline .AlertBox h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox h3 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}

.TopOutline .AlertBox .AlertBox_textarea {
  font-size: 13px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox .AlertBox_textarea {
    font-size: 2.13333vw;
  }
}

.TopOutline .AlertBox .AlertBox_text02 {
  margin-top: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox .AlertBox_text02 {
    font-size: 2.8vw;
    margin-top: 2.66667vw;
  }
}

.TopOutline .AlertBox .AlertBox_text02_another {
  margin-left: 6em;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox .AlertBox_text02_another {
    font-size: 2.5vw;
    margin-left: 6.5em;
  }
}

.TopOutline .AlertBox .AlertBox_text03 {
  margin-top: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox .AlertBox_text03 {
    margin-top: 2.66667vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-bottom {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 0px;
    padding: 50px 0;
    width: 720px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox-bottom {
    background-color: #fff;
    margin-bottom: 4vw;
    padding: 4vw 0px;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-bottom_text01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox-bottom_text01 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 3.1vw;
  }
}

.TopOutline .top_text_new {
  color: #ED6D1F;
  font-family: oswald, sans-serif !important;
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .TopOutline .top_text_new {
    font-size: 18px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .top_text_new {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 3.2vw;
    left: 1.73333vw;
    line-height: 2;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.TopOutline .AlertBox-pdf-underline {
  text-decoration: underline;
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-pdf_red {
    background-color: #fff;
    border: 4px solid #fd0000;
    color: #000;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px 42px;
    text-align: left;
    width: 570px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox-pdf_red {
    background-color: #fff;
    border: solid 0.53333vw red;
    color: #000;
    display: block;
    font-size: 2.13333vw;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 2.66667vw;
    padding: 2.66667vw 8.8vw;
    position: relative;
    text-align: left;
    width: 57%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-pdf_red:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-pdf_blue {
    background-color: #fff;
    border: 4px solid blue;
    color: #000;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 30px 20px;
    text-decoration: underline;
    width: 720px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline .AlertBox-pdf_blue {
    background-color: #fff;
    border: solid 0.53333vw blue;
    color: #000;
    display: block;
    font-size: 2.13333vw;
    line-height: 1.5;
    margin: 0 auto;
    padding: 2.66667vw 8.8vw;
    text-align: left;
    text-decoration: underline;
    width: 70%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline .AlertBox-pdf_blue:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec01_wrapper {
    /**
      background: #fff;
      top: 400px;
      position: absolute;
      left: 50%;
      width: calc((100% - 1000px) / 2 + 1000px);
      margin-left: -500px;
      z-index: 2;
      **/
  }
}

.TopOutline__sec01_wrapper .information {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 20px;
  z-index: 2;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information {
    display: flex;
    flex-direction: column;
    margin: 9.33333vw auto 0vw;
    margin-top: 0;
    padding: 0 5%;
    padding-top: 0vw;
    width: 100%;
  }
}

.TopOutline__sec01_wrapper .information .info__title {
  padding-left: 25px;
  position: relative;
  text-align: left;
  /**&::before {
              content: "";
              width: 5px;
              height: 74px;
              background: -moz-linear-gradient(top,#000,#EDEDED);
              background: -webkit-linear-gradient(top,#000,#EDEDED);
              background: linear-gradient(to bottom,#000,#EDEDED);
              position: absolute;
              top: 0px;
              left: 0px;
              @include max {
                  height: spvw(102);
                  width: spvw(5);
              }
          }**/
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title {
    padding-left: 6.66667vw;
  }
}

.TopOutline__sec01_wrapper .information .info__title::before {
  background: url(/images/before_point.png) center;
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  vertical-align: middle;
  width: 18px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title::before {
    top: 0px;
  }
}

.TopOutline__sec01_wrapper .information .info__title h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title h4 {
    font-size: 5vw;
    line-height: 1;
  }
}

.TopOutline__sec01_wrapper .information .info__title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title p {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title {
    width: 100%;
  }
}

.TopOutline__sec01_wrapper .information .info__title02 {
  position: relative;
  /**&::before {
        content: "";
        width: 5px;
        height: 74px;
        background: -moz-linear-gradient(top,#000,#EDEDED);
        background: -webkit-linear-gradient(top,#000,#EDEDED);
        background: linear-gradient(to bottom,#000,#EDEDED);
        position: absolute;
        top: 0px;
        left: 0px;
        @include max {
            height: spvw(102);
            width: spvw(5);
        }
    }**/
}

.TopOutline__sec01_wrapper .information .info__title02::before {
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  vertical-align: middle;
  width: 18px;
}

.TopOutline__sec01_wrapper .information .info__title02 h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title02 h4 {
    font-size: 5vw;
    line-height: 1;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title02 p {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info__title02 {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec01_wrapper .information #twitterArea_important {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information #twitterArea_important {
    margin-bottom: 8vw;
  }
}

.TopOutline__sec01_wrapper .information .info_h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information .info_h4 {
    font-size: 5vw;
    line-height: 1;
  }
}

.TopOutline__sec01_wrapper .information ul {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul {
    margin-top: 4vw;
    width: 100%;
  }
}

.TopOutline__sec01_wrapper .information ul li {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  padding: 20px 0 20px;
  padding-right: 10px;
  width: 100%;
  /*&:nth-child(3){
                margin-top: 60px;
                padding-top: 10px;
                border-top: 1px solid #D1D1D1;
                position: relative;
                @include max{
                  margin-top: 17vw;
                }
                /*&::before{
                    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
                    content: "お知らせ";
                    font-size: 18px;
                    font-weight: bold;
                    position: absolute;
                    top: -38px;
                    @include max{
                      top:-9vw;
                    }
                }
              }*/
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li {
    border-bottom: 0.13333vw solid #CCCCCC;
    flex-wrap: wrap;
    padding: 1.8vw 0 1.8vw;
  }
}

.TopOutline__sec01_wrapper .information ul li:first-of-type {
  border-top: 1px solid #D1D1D1;
}

.TopOutline__sec01_wrapper .information ul li:first-of-type p {
  /*&:nth-child(2) {
                      text-align: left;
                      @include min{
                      padding-left: 0em;
                      text-indent: 3.2em;
                      position: relative;
                    }
                      &::before{
                        @include min{
                        background: #FF0000;
                        color: #fff;
                        content: "NEW";
                        display: block;
                        font-size: 0.8vw;
                        font-size: 14px;
                        left: 4vw;
                        left: 0;
                        line-height: 1.3;
                        font-family: 'Roboto Condensed';
                        padding: 0 7px;
                        position: absolute;
                        top: 0.15vw;
                        top: -1px;
                        width: 26px;
                        text-indent: 0em;
                        display: none;
                      }
                      }
                    }*/
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li:first-of-type p:nth-child(1) {
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li:first-of-type p:nth-child(1)::before {
    background: #FF0000;
    color: #fff;
    content: "NEW";
    display: block;
    display: none;
    font-family: 'Roboto Condensed';
    font-size: 3.75vw;
    left: 4vw;
    left: 0;
    left: 18vw;
    line-height: 1.3;
    padding: 0px 1.9vw;
    position: absolute;
    text-indent: 0em;
    top: -0.3vw;
    width: 7vw;
  }
}

.TopOutline__sec01_wrapper .information ul li p {
  align-self: flex-start;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li p {
    font-size: 3.73333vw;
    margin: 1.33333vw 0 0 0;
  }
}

.TopOutline__sec01_wrapper .information ul li p.date {
  flex-basis: 90px;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li p.date {
    font-size: 4.23333vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec01_wrapper .information ul li:nth-child(n + 4) {
    display: none;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec01_wrapper .information ul li:nth-child(n + 4) {
    display: none;
  }
}

.TopOutline__sec01_wrapper .information ul a {
  color: #008A32;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec01_wrapper .information ul a:hover {
    opacity: 0.8;
  }
}

.TopOutline__left {
  width: 700px;
}

@media screen and (max-width: 795px) {
  .TopOutline__left {
    height: 36vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__left img {
    width: 100%;
  }
}

.TopOutline__right {
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .TopOutline__right {
    bottom: 0;
    height: 444px;
    margin: auto;
    padding: 40px 50px 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__right {
    margin: auto 5.33333vw;
    margin-top: -4vw;
    padding: 4vw 5.33333vw 6.66667vw;
  }
}

.TopOutline .sub-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .sub-ttl {
    font-size: 6.93333vw;
    padding-left: 2.66667vw;
  }
}

.TopOutline .sub-ttl span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

@media screen and (max-width: 795px) {
  .TopOutline .sub-ttl span {
    font-size: 3.73333vw;
    padding-top: 1.33333vw;
  }
}

.TopOutline .sub-ttl::after {
  content: "";
  height: 74px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 5px;
}

@media screen and (max-width: 795px) {
  .TopOutline .sub-ttl::after {
    height: 13.6vw;
    width: 0.66667vw;
  }
}

.TopOutline .characteristic_text {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.285;
  padding-top: 40px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .characteristic_text {
    font-size: 5.06667vw;
    padding-top: 4vw;
  }
}

.TopOutline .characteristic_text01 {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .characteristic_text01 {
    font-size: 3.7vw;
  }
}

.TopOutline .characteristic_text01_span {
  color: #009BCE;
  font-weight: bold;
}

.TopOutline .report_wrapper {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline .report_wrapper {
    margin-top: 0;
  }
}

.TopOutline .report_ttl {
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .report_ttl {
    font-size: 5vw;
  }
}

.TopOutline .report_list {
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .report_list {
    font-size: 4.5vw;
    margin-top: 2vw;
  }
}

.TopOutline .report_text {
  font-size: 16px !important;
}

@media screen and (max-width: 795px) {
  .TopOutline .report_text {
    font-size: 4vw !important;
  }
}

.TopOutline .visitors_area {
  padding-top: 40px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline .visitors_area {
    padding-top: 3.33333vw;
  }
}

.TopOutline .visitors_area .visitors_text01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 795px) {
  .TopOutline .visitors_area .visitors_text01 {
    font-size: 3.73333vw;
  }
}

.TopOutline .visitors_area .visitors_text02 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  .TopOutline .visitors_area .visitors_text02 {
    font-size: 6.4vw;
  }
}

.TopOutline .visitors_area .visitors_text02-irregular01 {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 795px) {
  .TopOutline .visitors_area .visitors_text02-irregular01 {
    font-size: 3.2vw;
  }
}

.TopOutline .visitors_area .visitors_text02-irregular02 {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 795px) {
  .TopOutline .visitors_area .visitors_text02-irregular02 {
    font-size: 2.4vw;
  }
}

.TopOutline__table {
  margin-top: 25px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .TopOutline__table {
    margin-top: 5.33333vw;
  }
}

.TopOutline__table th {
  font-size: 18px;
  font-weight: bold;
  padding: 11px;
}

@media screen and (max-width: 795px) {
  .TopOutline__table th {
    font-size: 3.73333vw;
    padding: 2.66667vw;
    width: 13.33333vw;
  }
}

.TopOutline__table td {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  .TopOutline__table td {
    font-size: 3.73333vw;
    line-height: 1.25;
    padding: 1.33333vw;
  }
}

.TopOutline__table tr {
  border-top: 1px #CCCCCC solid;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .TopOutline__table tr:first-child {
    border-top: none;
  }
}

.TopOutline__table tr:last-child {
  border-bottom: 1px #CCCCCC solid;
}

.TopOutline__table--irregular {
  font-size: 15px !important;
  line-height: 1.55;
  padding: 5px 0;
}

@media screen and (max-width: 795px) {
  .TopOutline__table--irregular {
    font-size: 3.73333vw !important;
    line-height: 1.55 !important;
  }
}

.TopOutline .top_sec01_btn {
  margin-top: 37.5px;
}

.TopOutline__sec02 {
  margin-top: 60px;
  position: relative;
}

.TopOutline__sec02 .top_ttl_rj {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_ttl_rj {
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 0 5vw;
    width: 100%;
  }
}

.TopOutline__sec02 .top_ttl_rj .top_ttl {
  margin: unset;
  width: 290px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_ttl_rj .top_ttl {
    padding: unset;
    width: 100%;
  }
}

.TopOutline__sec02 .top_ttl_rj .top_ttl_rj_pic01 {
  width: 270px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_ttl_rj .top_ttl_rj_pic01 {
    width: 100%;
  }
}

.TopOutline__sec02 .top_ttl_rj .top_ttl_rj_pic01 img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 {
    margin-top: 15vw;
    padding: 0 0 0 0;
  }
}

.TopOutline__sec02 .top_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_ttl {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 5vw;
    width: 100%;
  }
}

.TopOutline__sec02 .top_ttl span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_ttl span {
    display: block;
    font-size: 4.8vw;
    padding-left: 0;
  }
}

.TopOutline__sec02 .sec02__ContentsArea {
  background: url(/images/sec02_bg.png) no-repeat center center;
  background-size: cover;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec02 .sec02__ContentsArea {
    background-color: #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .sec02__ContentsArea {
    background: url(/images/sec02_bg.png) no-repeat 0vw center;
    background-size: cover;
    background-size: cover;
    flex-direction: column-reverse;
    height: 180px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec02 .sec02__left_wrapper {
    margin: 0 auto;
    position: relative;
    width: 1100px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 795px) {
  .TopOutline__sec02 .sec02__left_wrapper {
    width: 1100px;
  }
}

.TopOutline__sec02 .sec02__left {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  padding: 35px 40px;
  position: absolute;
  width: 540px;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec02 .sec02__left {
    bottom: -50px;
    right: 0vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .sec02__left {
    background-color: #fff;
    margin: auto 5.33333vw;
    margin-top: 0vw;
    padding: 5vw;
    position: unset;
    top: 180px;
    width: 90%;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .sec02__right img {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec02 .sec02row_reverse {
    flex-direction: row-reverse;
  }
}

.TopOutline__sec02 .top_sec02_btn {
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02 .top_sec02_btn {
    margin-top: 6vw;
  }
}

.TopOutline__sec02last {
  background-color: #F5F5F5;
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec02last {
    padding-bottom: 13vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec02row_reverse {
    flex-direction: row-reverse;
  }
}

.TopOutline__sec03 {
  margin-top: 140px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 {
    margin-top: 17vw;
    padding: 0 0 0vw 0;
  }
}

.TopOutline__sec03 .top_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .top_ttl {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 5vw;
    width: 100%;
  }
}

.TopOutline__sec03 .top_ttl span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .top_ttl span {
    display: block;
    font-size: 4.8vw;
    padding-left: 0;
  }
}

.TopOutline__sec03 .sec03__ContentsArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__ContentsArea {
    background-color: #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03__ContentsArea {
    padding: 0 5vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__border_right_pc {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03__border_right_sp {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03__border_bottom_sp {
    border-bottom: 1px solid #fff;
  }
}

.TopOutline__sec03 .sec03__left {
  /* bottom: 0; */
  /* padding: 40px 50px 40px 50px; */
  /* position: absolute; */
  /* right: 0; */
  position: relative;
}

.TopOutline__sec03 .sec03__left.off {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__left:hover .sec03_pic {
    opacity: 0.6;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
    background: #008A32;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__left:hover .sec03_btn-basic__text:after {
    border-color: transparent transparent transparent #fff !important;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__left:hover .sec03_btn-basic__pdf::after {
    background: url(/images/icon_pdf_hover.png) no-repeat center;
    border: unset;
    border: unset;
    border-color: transparent transparent transparent #008A32;
    bottom: 0;
    content: "";
    height: 27px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    width: 24px;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03__left {
    height: 0;
    padding-top: 200px;
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03__left {
    background-color: #fff;
    background-size: contain;
    height: 200px;
    margin: auto;
    margin-bottom: 17vw;
    padding: unset;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03__left img {
    width: 100%;
  }
}

.TopOutline__sec03 .sec03__pic01 .sec03_pic {
  background: url(/images/bg_sec03_pic01.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic02 .sec03_pic {
  background: url(/images/bg_sec03_pic02.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic03 .sec03_pic {
  background: url(/images/bg_sec03_pic03.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic04 .sec03_pic {
  background: url(/images/bg_sec03_pic04.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic05 .sec03_pic {
  background: url(/images/bg_sec03_pic05.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic06 .sec03_pic {
  background: url(/images/bg_sec03_pic07.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic07 .sec03_pic {
  background: url(/images/bg_sec03_pic01.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic08 .sec03_pic {
  background: url(/images/bg_sec03_pic08.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic09 .sec03_pic {
  background: url(/images/bg_sec03_pic09.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic10 .sec03_pic {
  background: url(/images/bg_sec03_pic10.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic11 .sec03_pic {
  background: url(/images/bg_sec03_pic05.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic12 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic13 .sec03_pic {
  background: url(/images/bg_sec03_pic13.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic14 .sec03_pic {
  background: url(/images/bg_sec03_pic14.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic15 .sec03_pic {
  background: url(/images/bg_sec03_pic15.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic16 .sec03_pic {
  background: url(/images/bg_sec03_pic04.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic17 .sec03_pic {
  background: url(/images/bg_sec03_pic05.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic18 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic19 .sec03_pic {
  background: url(/images/bg_sec03_pic19.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic20 .sec03_pic {
  background: url(/images/bg_sec03_pic20.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic21 .sec03_pic {
  background: url(/images/bg_sec03_pic21.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic22 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic23 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic24 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic25 .sec03_pic {
  background: url(/images/bg_sec03_pic25.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic26 .sec03_pic {
  background: url(/images/bg_sec03_pic26.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic27 .sec03_pic {
  background: url(/images/bg_sec03_pic27.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic28 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic29 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic30 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic31 .sec03_pic {
  background: url(/images/bg_sec03_pic31.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic32 .sec03_pic {
  background: url(/images/bg_sec03_pic32.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic33 .sec03_pic {
  background: url(/images/bg_sec03_pic33.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic34 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic35 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03__pic36 .sec03_pic {
  background: url(/images/bg_sec03_pic06.png) no-repeat center center;
  background-size: cover;
}

.TopOutline__sec03 .sec03_pic {
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center;
  transition: 0.3s;
  width: 340px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03_pic {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03row_reverse {
    flex-direction: row-reverse;
  }
}

.TopOutline__sec03 .top_sec03_btn {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .top_sec03_btn {
    margin-top: 6vw;
  }
}

.TopOutline__sec03 .sec03_btn-basic__text {
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  bottom: -60px;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  width: 340px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03_btn-basic__text {
    bottom: -11vw;
    font-size: 3.2vw;
    height: 11vw;
    width: 100%;
  }
}

.TopOutline__sec03 .sec03_btn-basic__text:after {
  border-color: transparent transparent transparent #008A32 !important;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03_btn-basic__text:after {
    border-width: 1.4vw 0 1.4vw 2.36923vw;
    right: 5vw;
    right: 2.5vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec03 .sec03_border_bottom_pc {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03_font_size_text_sp {
    font-size: 2.7vw;
  }
}

.TopOutline__sec03 .sec03_btn-basic__pdf::after {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  border: unset;
  border: unset;
  border-color: transparent transparent transparent #008A32;
  bottom: 0;
  content: "";
  height: 26.38px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  width: 24px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec03 .sec03_btn-basic__pdf::after {
    background-size: contain;
    height: 20px;
    right: 2.4vw;
    top: 0;
    width: 18px;
  }
}

.TopOutline__sec04 {
  background-color: #F4F4F4;
  margin: 0 auto;
  padding: 50px 25px 50px 40px;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 {
    padding: 6.93333vw 0px 7.6vw;
    width: 100%;
  }
}

.TopOutline__sec04 .sub-ttl {
  margin: 0 auto;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .sub-ttl {
    margin-left: 5.33333vw;
    width: 100%;
  }
}

.TopOutline__sec04 .scroll-pane {
  margin-top: 40px !important;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane {
    margin-top: 5.33333vw !important;
    padding: 0 5.33333vw !important;
  }
}

.TopOutline__sec04 .scroll-pane li {
  border-top: 1px solid #CCCCCC;
}

.TopOutline__sec04 .scroll-pane li:first-child {
  border-top: unset;
  margin-top: -10px;
  padding: unset;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane li:first-child {
    margin-top: -2vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec04 .scroll-pane li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane li:nth-child(4) {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec04 .scroll-pane li:nth-child(5) {
    border-bottom: 1px solid #ccc;
  }
}

.TopOutline__sec04 .scroll-pane p {
  align-self: flex-start;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  margin: 10px 0;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane p {
    font-size: 3.73333vw;
    margin: 2vw 0;
  }
}

.TopOutline__sec04 .scroll-pane .date {
  flex-basis: 100px;
  flex-shrink: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .scroll-pane .date {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .jspPane {
    width: 90% !important;
  }
}

.TopOutline__sec04 .jspPane ul {
  padding-right: 15px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec04 .jspPane ul {
    padding-right: 0;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec04 .jspPane ul {
    padding-right: 10px;
  }
}

.TopOutline__sec06 {
  margin-top: 220px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 {
    margin-top: 10vw;
    padding: 0 0 0vw 0;
  }
}

.TopOutline__sec06 .top_ttl {
  color: #008A32;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 5vw;
    width: 100%;
  }
}

.TopOutline__sec06 .top_ttl span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl span {
    display: block;
    font-size: 4.8vw;
    padding-left: 0;
  }
}

.TopOutline__sec06 .top_ttl_text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.85;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl_text {
    display: none;
  }
}

.TopOutline__sec06 .sec06__ContentsArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec06 .sec06__ContentsArea {
    background-color: #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__ContentsArea {
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100%;
  }
}

.TopOutline__sec06 .sec06__left {
  background: #fff;
  /* bottom: 0; */
  /* padding: 40px 50px 40px 50px; */
  /* position: absolute; */
  /* right: 0; */
  height: 300px;
  position: relative;
  width: 460px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left {
    background-color: #fff;
    height: auto;
    padding: 0 5vw;
    padding-top: 25px;
    padding-top: 6.6vw;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__right img {
    width: 100%;
  }
}

.TopOutline__sec06 .sec06__left_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.TopOutline__sec06 .sec06__left_ul {
  padding-top: 10px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left_ul {
    padding-top: 1vw;
  }
}

.TopOutline__sec06 .sec06__left_ul li {
  font-size: 14px;
  line-height: 1.35;
  padding-top: 5px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left_ul li {
    padding-top: 2.8vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec06 .sec03row_reverse {
    flex-direction: row-reverse;
  }
}

.TopOutline__sec06 .top_sec03_btn {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_sec03_btn {
    margin-top: 6vw;
  }
}

.TopOutline__sec06 .sec06_btn-basic__text {
  align-items: center;
  background-color: #fff !important;
  background-color: #000;
  border: 1px solid #D1D1D1;
  color: #000 !important;
  color: #fff;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-top: 121px;
  padding-right: 5%;
  position: relative;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06_btn-basic__text {
    margin: 0 auto;
    margin-top: 8vw;
    width: 90%;
  }
}

.TopOutline__sec06 .sec06_btn-basic__text:hover {
  opacity: 0.8;
}

.TopOutline__sec06 .sec06_btn-basic__text:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 26.38px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

@media screen and (max-width: 795px) {
  .please-area {
    padding-top: 14vw !important;
  }
}

.please-area .c-cont__title {
  border-bottom: none !important;
}

.please-area .qr-area {
  display: flex;
  justify-content: space-evenly;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .please-area .qr-area {
    flex-direction: column;
    justify-content: unset;
    margin-top: 10px;
    padding-top: 20px;
  }
}

.please-area .qr-area::before {
  border-color: #E60039 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  /* display: block; */
  position: absolute;
  right: 46px;
  top: 34px;
  width: 0;
}

@media screen and (max-width: 795px) {
  .please-area .qr-area::before {
    border-width: 4.61333vw 2.66667vw 0 2.66667vw;
    right: 0;
    top: 0px;
  }
}

.please-area .qr-contents02 {
  justify-content: space-around;
  width: 460px !important;
}

@media screen and (max-width: 795px) {
  .please-area .qr-contents02 {
    justify-content: unset;
    width: 100% !important;
  }
}

.please-area .qr-contents {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 420px;
}

@media screen and (min-width: 796px) {
  .please-area .qr-contents {
    border: 2px solid #000;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 795px) {
  .please-area .qr-contents {
    justify-content: unset;
    width: 100%;
  }
}

.please-area-text01 {
  color: #333;
  font-size: 18px;
  text-align: left;
}

.qr-contents-text01 {
  font-size: 18px;
  padding-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .qr-contents-text01 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 795px) {
  .qr-contents-left {
    width: 45vw;
  }
}

@media screen and (max-width: 795px) {
  .qr-contents-left img {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .qr-contents-left a:hover {
    opacity: 0.8;
  }
}

.qr-contents-right {
  width: 150px;
}

@media screen and (max-width: 795px) {
  .qr-contents-right {
    width: 45vw;
  }
}

.qr-contents-right img {
  width: 100%;
}

.icon_pdf--text {
  height: 72px !important;
}

@media screen and (max-width: 795px) {
  .icon_pdf--text {
    height: 13.33333vw !important;
  }
}

.icon_pdf--text::after {
  background: url(../../f-fac/images/icon_download.png) no-repeat;
  background-size: contain !important;
  border-color: unset !important;
  border-style: unset !important;
  border-style: none !important;
  border-width: unset !important;
  border-width: none !important;
  content: "";
  height: 31px !important;
  width: 28px;
}

@media screen and (max-width: 795px) {
  .icon_pdf--text::after {
    background: url(../../f-fac/images/icon_download_sp.png) no-repeat;
    background-size: contain;
    height: 7.03467vw;
    width: 6.4vw;
  }
}

.icon_pdf--text:hover::after {
  background: url(../../f-fac/images/icon_download_ov.png) no-repeat;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  content: "";
  height: 31px !important;
  width: 28px;
}

.news_area {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .news_area {
    flex-direction: column;
    padding: 0 5vw;
  }
}

.news_area .current {
  border-bottom: solid 2px #009BCE;
  color: #009BCE;
  font-weight: bold;
  padding-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .news_area .current {
    border-bottom: solid 0.26667vw #009BCE;
    padding-bottom: 0.66667vw;
  }
}

.news_area_ttl {
  color: #009BCE;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
}

@media screen and (max-width: 795px) {
  .news_area_ttl {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
    /* padding: 0 5vw; */
    width: 100%;
  }
}

.news_area_ttl .news_area_ttl_span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .news_area_ttl .news_area_ttl_span {
    display: block;
    font-size: 4.8vw;
    padding-left: 0;
  }
}

.news_tab {
  display: flex;
}

@media screen and (max-width: 795px) {
  .news_tab {
    justify-content: left;
    width: 100%;
  }
}

.news_tab_list {
  font-size: 16px;
  line-height: 1;
  margin: 0 25px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .news_tab_list {
    font-size: 3.3vw;
    margin: 0 2.66667vw;
  }
}

.news_tab_list::after {
  background: #D1D1D1;
  content: "";
  height: 16px;
  position: absolute;
  right: -25px;
  width: 1px;
}

@media screen and (max-width: 795px) {
  .news_tab_list::after {
    height: 3.73333vw;
    right: -2.66667vw;
  }
}

.news_tab_list:last-child {
  margin-right: 0;
}

.news_tab_list:last-child::after {
  content: "";
  display: none;
}

@media screen and (max-width: 795px) {
  .news_tab_list:first-child {
    margin-left: 0;
  }
}

.news_tab_list:hover {
  cursor: pointer;
  opacity: 0.7;
}

.category {
  color: #fff;
  font-size: 14px !important;
  font-weight: bold;
  margin-top: -3px;
  padding: 2.3px 0;
  text-align: center !important;
  width: 120px !important;
}

@media screen and (min-width: 796px) {
  .category {
    margin-right: 20px;
  }
}

@media screen and (max-width: 795px) {
  .category {
    font-size: 2.4vw !important;
    line-height: 1 !important;
    margin-top: 0.5vw !important;
    padding: 1.2vw 0;
    width: 21.33333vw !important;
  }
}

.category_type01 {
  background: #009BCE;
}

.category_type02 {
  background: #FF0000;
}

.category_type03 {
  background: #7C7C7C;
}

.tab-target {
  display: none;
}

.tab-target.current {
  display: block;
}

.top_ttl_text02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.85;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .top_ttl_text02 {
    padding: 0 5vw;
    padding-bottom: 4vw;
    width: 100%;
  }
}

/* ################################################################################
*
*    f-sys
*
* ################################################################################ */
.f-sys {
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /*.informationArea{
  .title01{
    color: #333333;
  }
}*/
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
}

.f-sys .individual_color {
  color: #008A32;
}

.f-sys .title01 {
  color: #008A32;
}

@media screen and (max-width: 795px) {
  .f-sys .navToggle.active span {
    background: #333333;
  }
}

.f-sys .target_btn {
  background: #FDE6EF !important;
}

.f-sys .pege_btn::after {
  border-color: transparent transparent transparent #008A32;
}

.f-sys .pege_btn:hover {
  background: #008A32;
}

.f-sys .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.f-sys .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #008A32;
}

.f-sys .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #008A32 transparent transparent;
}

.f-sys .btn-opacity a:hover {
  /*background-color: rgba(#008A32,0.5);*/
}

.f-sys .btn, .f-sys .btnBox.off .btn {
  background: #008A32;
}

.f-sys .btn:hover {
  opacity: 0.5;
}

.f-sys .btnInput {
  background: #008A32;
}

.f-sys .btnInput:hover {
  background: #c30030;
}

.f-sys .btn01 a span:hover {
  color: #008A32;
  text-decoration: none;
}

.f-sys a {
  color: #008A32;
  text-decoration: none;
}

.f-sys .btn-mv--text:hover {
  background: #008A32;
  border: #fff 1px solid;
  color: #fff;
}

.f-sys .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff !important;
}

.f-sys .btn-mv--text::after {
  border-color: transparent transparent transparent #008A32 !important;
}

.f-sys .btn-basic--text:hover {
  background: #008A32 !important;
}

.f-sys .btn-basic--text::after {
  border-color: transparent transparent transparent #008A32 !important;
}

.f-sys .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #008A32 transparent transparent;
}

.f-sys .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.f-sys .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent !important;
}

.f-sys .swiper-button-next02 {
  background: url(/f-sys/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .f-sys .swiper-button-next02 {
    background: url(/f-sys/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .f-sys .swiper-button-next02:hover {
    background-color: #008A32;
    background-image: url(/f-sys/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.f-sys .swiper-button-prev02 {
  background: url(/f-sys/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .f-sys .swiper-button-prev02 {
    background: url(/f-sys/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .f-sys .swiper-button-prev02:hover {
    background-color: #008A32;
    background-image: url(/f-sys/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.f-sys .news_area_ttl {
  color: #008A32;
}

.f-sys .news_area .current {
  border-bottom: solid 2px #008A32;
  color: #008A32;
}

.f-sys .category_type01 {
  background: #008A32;
}

.f-sys .characteristic_text01_span {
  color: #008A32;
}

.f-sys #header .dedicated_page_btn {
  background: #008A32;
}

@media screen and (max-width: 795px) {
  .f-sys #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #008A32 !important;
  }
}

.f-sys #header .gnavi > ul .current-bar {
  background: #008A32;
}

.f-sys #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #e70f44;
}

.f-sys #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.f-sys #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #008A32 !important;
  color: #008A32 !important;
}

.f-sys #header .gnavi > ul > li > a:hover {
  color: #008A32;
}

.f-sys #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.f-sys .gnaviBar {
  background: rgba(0, 138, 50, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .f-sys .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.f-sys .nav02:hover:after {
  border-color: transparent transparent #008A32 transparent;
  content: "";
}

.f-sys .nav03:hover:after {
  border-color: transparent transparent #008A32 transparent;
  content: "";
}

.f-sys .hnavi ul li a {
  color: #333;
}

.f-sys .hnavi ul li a:hover {
  color: #008A32;
}

.f-sys .hnavi ul li a.current {
  color: #008A32;
}

.f-sys .hnavi ul li .company-bg-color {
  line-height: inherit;
}

.f-sys .breadcrumb--item.current {
  color: #008A32;
}

.f-sys .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #008A32, #008A32);
}

.f-sys .jspDrag {
  background: #008A32;
}

.f-sys .mainVisual .swiper-slide.slide01 {
  background: url(/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide02 {
  background: url(/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide03 {
  background: url(/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide04 {
  background: url(/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide05 {
  background: url(/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide01 {
  background: url(/english/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide02 {
  background: url(/english/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide03 {
  background: url(/english/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide04 {
  background: url(/english/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide05 {
  background: url(/english/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.f-sys .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32 !important;
}

.f-sys .topBnArea ul li a:hover .name {
  background-color: #008A32;
  color: #fff;
}

.f-sys .topBnArea ul li .name:after {
  border-right: 3px solid #008A32;
  border-top: 3px solid #008A32;
  content: "";
}

.f-sys .slide00 .top_mv-button {
  border: 2px solid #008A32;
}

@media screen and (max-width: 795px) {
  .f-sys .slide00 .top_mv-button {
    border: 1px solid #008A32;
  }
}

.f-sys .slide00 .top_mv-button:hover {
  background: #008A32;
}

.f-sys .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #008A32;
}

.f-sys .contents .c-cont__title {
  border-bottom: 2px solid  #008A32;
}

@media screen and (min-width: 796px) {
  .f-sys #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.f-sys #lnavi ul li a::after {
  border-top: 2.66667vw solid #008A32;
}

.f-sys .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap a {
  background-color: rgba(0, 138, 50, 0.8);
}

.f-sys .voice_text01 {
  color: #008A32 !important;
}

.f-sys .voice_list_textArea {
  border: 2px solid #008A32 !important;
}

.f-sys .voice_list_text01 span {
  color: #008A32 !important;
}

.f-sys .point_ttl {
  background-color: #008A32 !important;
}

.f-sys .point_ttl_text span {
  color: #008A32 !important;
}

.f-sys .point_list_text {
  background: #FDE6EF;
}

.f-sys .gl_sub_ttl {
  color: #008A32 !important;
}

.f-sys .features_ttl {
  color: #008A32 !important;
}

.f-sys .gl_visitors_text02 {
  color: #008A32 !important;
}

.f-sys .c-cont__lead span {
  color: #008A32 !important;
}

.f-sys .c-cont__title:before {
  background: linear-gradient(to bottom, #008A32, #008A32);
}

.f-sys .contVisualSec {
  background: url(../../f-sys/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .f-sys .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.f-sys .p-guideline__result {
  background: rgba(230, 0, 57, 0.2);
}

.f-sys .tg_sub_ttl {
  color: #008A32 !important;
}

@media screen and (min-width: 796px) {
  .f-sys #lnavi ul li a::after {
    border-top: 10px solid #008A32 !important;
  }
}

@media screen and (min-width: 796px) {
  .f-sys .target-lnavi a::after {
    border-top: 20px solid #008A32 !important;
  }
}

.f-sys .p-target__list-title {
  border-bottom: solid 2px #008A32;
}

.f-sys .contents_visitors .p-target__list-item {
  border: 2px solid #008A32;
}

.f-sys .p-contact__about {
  border: 1px solid #008A32;
}

.f-sys .p-contact__flow span.current:before {
  background-color: #008A32;
  border-color: #008A32 transparent transparent transparent;
  content: "";
}

.f-sys .p-download__list ul li a:hover {
  background-color: #008A32;
}

.f-sys .slide00 {
  background: url(../../common/images/main_macs.png) no-repeat center center;
  background-size: cover;
}

.f-sys .gradation {
  background-image: linear-gradient(to top, #008a32, #00bc45);
}

.f-sys .bgcolor--sec02 {
  background: rgba(230, 0, 57, 0.2);
}

.f-sys .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .f-sys .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.f-sys .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

.f-sys .please-area .qr-area::before {
  border-color: #008A32 transparent transparent transparent;
}

/* ################################################################################
*
*    f-sys
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .f-sys.outline .outline_bb_color {
    border-bottom: 3px solid #fff;
  }
}

/* ################################################################################
*
*    fsj
*
* ################################################################################ */
.fsj {
  /* ################################################################################
*
*    来場者速報＆会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*     開催概要
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* =====================================================================
*
*     出展対象
*
* =================================================================== */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.fsj .TopOutline_table_wrapper .top_ttl {
  color: #009D9E;
}

.fsj .TopOutline_table_wrapper .line01 td {
  background-color: #80CECF;
}

.fsj .TopOutline_table_wrapper .top_table_total {
  background-color: #009D9E;
}

.fsj .TopOutline_table_wrapper .top_table_total:after {
  border-color: transparent transparent transparent #009D9E;
}

.fsj .TopOutline_table_wrapper .top_table_total02 {
  background: #CCEBEC;
  color: #009D9E;
}

.fsj .TopOutline_table_wrapper .swiper-container03_wrapper .prev {
  border-color: transparent #009D9E transparent transparent;
}

.fsj .TopOutline_table_wrapper .swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #009D9E;
}

.fsj .swiper-container02 .swiper-button-next {
  background: url(/fsj/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .fsj .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.fsj .swiper-container02 .swiper-button-prev {
  background: url(/fsj/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .fsj .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.fsj .please-area .qr-area::before {
  border-color: #009D9E transparent transparent transparent;
}

.fsj .tg_sub_ttl {
  color: #009D9E !important;
}

@media screen and (min-width: 796px) {
  .fsj #lnavi ul li a::after {
    border-top: 10px solid #009D9E !important;
  }
}

.fsj .individual_color {
  color: #009D9E;
}

.fsj .title01 {
  border-bottom: 2px solid #009D9E;
  color: #009D9E;
}

.fsj .title02 {
  color: #009D9E;
}

@media screen and (max-width: 795px) {
  .fsj .navToggle.active span {
    background: #333333;
  }
}

.fsj .target_btn {
  background: #CCECEC !important;
}

.fsj .pege_btn::after {
  border-color: transparent transparent transparent #009D9E;
}

.fsj .pege_btn:hover {
  background: #009D9E;
}

.fsj .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.fsj .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #009D9E;
}

.fsj .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #009D9E transparent transparent;
}

.fsj .btn-opacity a {
  color: #009D9E !important;
}

.fsj .btn-opacity__arrow-r a:after {
  border-left: 7px solid #009D9E !important;
}

.fsj .btn, .fsj .btnBox.off .btn {
  background: #009D9E;
}

.fsj .btn:hover {
  background: #009D9E;
}

.fsj .btnInput span {
  background: #009D9E;
}

.fsj .btn01 a span:hover {
  color: #009D9E;
  text-decoration: none;
}

.fsj a {
  color: #009D9E;
  text-decoration: none;
}

.fsj .btn-mv--text:hover {
  background: #009D9E;
  border: #fff 1px solid;
  color: #fff;
}

.fsj .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.fsj .btn-mv--text::after {
  border-color: transparent transparent transparent #009D9E;
}

.fsj .btn-basic--text:hover {
  background: #009D9E !important;
}

.fsj .btn-basic--text::after {
  border-color: transparent transparent transparent #009D9E !important;
}

.fsj .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #009D9E transparent transparent;
}

.fsj .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.fsj .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.fsj .swiper-button-next02 {
  background: url(/fsj/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .fsj .swiper-button-next02 {
    background: url(/fsj/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .fsj .swiper-button-next02:hover {
    background-color: #009D9E;
    background-image: url(/fsj/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.fsj .swiper-button-prev02 {
  background: url(/fsj/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .fsj .swiper-button-prev02 {
    background: url(/fsj/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .fsj .swiper-button-prev02:hover {
    background-color: #009D9E;
    background-image: url(/fsj/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.fsj .news_area_ttl {
  color: #009D9E;
}

.fsj .news_area .current {
  border-bottom: solid 2px #009D9E;
  color: #009D9E;
}

.fsj .category_type01 {
  background: #009D9E;
}

.fsj .characteristic_text01_span {
  color: #009D9E;
}

.fsj #header {
  border-top: solid 4px #009D9E;
}

.fsj #header .dedicated_page_btn {
  background: #009D9E;
}

@media screen and (max-width: 795px) {
  .fsj #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #009D9E !important;
  }
}

.fsj #header .gnavi > ul .current-bar {
  background: #009D9E;
}

.fsj #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #009D9E;
}

.fsj #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.fsj #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #009D9E !important;
  color: #009D9E !important;
}

.fsj #header .gnavi > ul > li > a:hover {
  color: #009D9E;
}

.fsj #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.fsj .gnaviBar {
  background: rgba(0, 157, 158, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .fsj .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.fsj .nav02:hover:after {
  border-color: transparent transparent #009D9E transparent;
  content: "";
}

.fsj .nav03:hover:after {
  border-color: transparent transparent #009D9E transparent;
  content: "";
}

.fsj .hnavi ul li a {
  background: rgba(0, 157, 158, 0.1);
  color: #333;
}

.fsj .hnavi ul li a:hover {
  color: #009D9E;
}

.fsj .hnavi ul li .company-bg-color {
  background: #009D9E !important;
}

.fsj .hnavi ul li .designated {
  background: #009D9E !important;
}

.fsj .hnavi ul li span {
  background: rgba(0, 157, 158, 0.1);
}

.fsj .breadcrumb--item.current {
  color: #009D9E;
}

.fsj .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #009D9E, #29B6B9);
}

.fsj .TopOutline__sec02 .top_ttl {
  color: #009D9E;
}

.fsj .TopOutline__sec03 .top_ttl {
  color: #009D9E;
}

.fsj .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #009D9E !important;
}

.fsj .TopOutline__sec06 .top_ttl {
  color: #009D9E;
}

.fsj .jspDrag {
  background: #009D9E;
}

.fsj .mainVisual .swiper-slide.slide00 {
  background: url(../../common/images/main_fsj.png) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide01 {
  background: url(../../../fsj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide02 {
  background: url(../../../fsj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide03 {
  background: url(../../../fsj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide04 {
  background: url(../../../fsj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide05 {
  background: url(../../../fsj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual__wrap {
  background: #009D9E;
}

.fsj .mainVisual.en .swiper-slide.slide00 {
  background: url(../../../fsj/english/images/slide00.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../fsj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../fsj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../fsj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../fsj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../fsj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.fsj .swiper-pagination-bullet-active {
  background: #009D9E !important;
}

.fsj #mainVisualSec h2 {
  color: #009D9E;
}

@media screen and (min-width: 796px) {
  .fsj #mainVisualSec h2::after {
    background: url(/fsj/images/outline_logo.png) no-repeat center center !important;
    background-size: contain !important;
  }
}

.fsj .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #009D9E !important;
}

.fsj .topBnArea ul li a:hover .name {
  background-color: #009D9E;
  color: #fff;
}

.fsj .topBnArea ul li .name:after {
  border-right: 3px solid #009D9E;
  border-top: 3px solid #009D9E;
  content: "";
}

.fsj #guidelineBox .guideline-content__title:before {
  border: solid 7px #009D9E;
}

.fsj #guidelineBox .guideline-content__title02 {
  display: inline-block;
  margin-right: 20px;
  width: 220px;
}

.fsj #guidelineBox .guideline-content__title02:nth-child(2) {
  margin: 0;
}

.fsj #guidelineBox .guideline-content__txt span {
  color: #009D9E;
}

.fsj .slide00 .top_mv-button {
  border: 2px solid #009D9E;
}

@media screen and (max-width: 795px) {
  .fsj .slide00 .top_mv-button {
    border: 1px solid #009D9E;
  }
}

.fsj .slide00 .top_mv-button:hover {
  background: #009D9E;
}

.fsj .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #009D9E;
}

@media screen and (min-width: 796px) {
  .fsj #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.fsj #lnavi ul li a::after {
  border-top: 2.66667vw solid #009D9E;
}

.fsj .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fsj .fixedBtn .wrap a {
  background-color: rgba(0, 157, 158, 0.8);
}

.fsj .sub_table .rig_td a {
  color: #009D9E;
}

.fsj .kyosan-btn {
  color: #009D9E;
}

.fsj .voice_text01 {
  color: #009D9E !important;
}

.fsj .voice_list_textArea {
  border: 2px solid #009D9E !important;
}

.fsj .voice_list_text01 span {
  color: #009D9E !important;
}

.fsj .point_ttl {
  background-color: #009D9E !important;
}

.fsj .point_ttl_text span {
  color: #009D9E !important;
}

.fsj .point_list_text {
  background: #CCECEC;
}

.fsj .gl_sub_ttl {
  color: #009D9E !important;
}

.fsj .features_ttl {
  color: #009D9E !important;
}

.fsj .gl_visitors_text02 {
  color: #009D9E !important;
}

.fsj .gl_visitors {
  background-color: #CCECEC !important;
}

.fsj .c-cont__lead span {
  color: #009D9E !important;
}

.fsj .c-cont__title:before {
  background: linear-gradient(to bottom, #009D9E, #29B6B9);
}

.fsj .contVisualSec {
  background: url(../../fsj/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .fsj .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.fsj .p-guideline__result {
  background: rgba(0, 157, 158, 0.2);
}

.fsj .p-contact__about {
  border: 1px solid #009D9E;
}

.fsj .p-contact__flow span.current:before {
  background-color: #009D9E;
  content: "";
}

.fsj .p-download__list ul li a:hover {
  background-color: #009D9E;
}

.fsj .slide00 {
  background: url(../../common/images/main_fsj.png) no-repeat center center;
  background-size: cover;
}

.fsj .gradation {
  background-image: linear-gradient(to top, #009d9e, #29b6b9);
}

.fsj .bgcolor--sec02 {
  background: rgba(0, 157, 158, 0.2);
}

@media screen and (min-width: 796px) {
  .fsj .target-lnavi a::after {
    border-top: 20px solid #009D9E !important;
  }
}

.fsj .p-target__list-title {
  border-bottom: solid 2px #009D9E;
}

.fsj .contents_visitors .p-target__list-item {
  border: 2px solid #009D9E;
}

.fsj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .fsj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.fsj .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* ################################################################################
*
*    fsj
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .fsj.outline .outline_bb_color {
    border-bottom: 3px solid #009D9E !important;
  }
}

/* ################################################################################
*
*    f-fac
*
* ################################################################################ */
.f-fac {
  /* ################################################################################
*
*    来場者速報＆会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* #lnavi{
	ul{
		li{
			a{
        font-size: 22px;
        color: $color_f-fac;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 0 20px;
        border-right: 1px solid #333;
        &:hover {
          opacity: 0.7;
				}
			}
			.border-none{
		  border: none!important;
	  }
		}
	}
 } */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* =====================================================================
*
*     開催概要
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.f-fac .TopOutline_table_wrapper .top_ttl {
  color: #009BCE;
}

.f-fac .TopOutline_table_wrapper .line01 td {
  background-color: #54C3DE;
}

.f-fac .TopOutline_table_wrapper .top_table_total {
  background-color: #18B5DC;
}

.f-fac .TopOutline_table_wrapper .top_table_total:after {
  border-color: transparent transparent transparent #18B5DC;
}

.f-fac .TopOutline_table_wrapper .top_table_total02 {
  background: #D0F0F8;
  color: #009BCE;
}

.f-fac .TopOutline_table_wrapper .swiper-container03_wrapper .prev {
  border-color: transparent #009BCE transparent transparent;
}

.f-fac .TopOutline_table_wrapper .swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #009BCE;
}

.f-fac .swiper-container02 .swiper-button-next {
  background: url(/f-fac/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .f-fac .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.f-fac .swiper-container02 .swiper-button-prev {
  background: url(/f-fac/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .f-fac .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.f-fac .please-area .qr-area::before {
  border-color: #009BCE transparent transparent transparent;
}

.f-fac .individual_color {
  color: #009BCE;
}

.f-fac .title01 {
  border-color: #009BCE !important;
  color: #009BCE;
}

.f-fac .title02 {
  color: #009BCE;
}

@media screen and (max-width: 795px) {
  .f-fac .navToggle.active span {
    background: #333333;
  }
}

.f-fac .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.f-fac .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #009BCE;
}

.f-fac .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #009BCE transparent transparent;
}

.f-fac .btn-opacity a {
  color: #009BCE !important;
}

.f-fac .btn-opacity a:hover {
  opacity: 0.8;
}

.f-fac .btn-opacity__arrow-r a {
  color: #009BCE !important;
}

.f-fac .btn-opacity__arrow-r a:after {
  border-left: 7px solid #009BCE !important;
}

.f-fac .btn-opacity__arrow-r a:hover {
  opacity: 0.8;
}

.f-fac .btn, .f-fac .btnBox.off .btn {
  background: #009BCE;
}

.f-fac .btn:hover {
  background: #009BCE;
}

.f-fac .btnInput span {
  background: #009BCE;
}

.f-fac .btnInput:hover {
  background: #007298;
}

.f-fac .btn01 a span:hover {
  color: #009BCE;
  text-decoration: none;
}

.f-fac a {
  color: #009BCE;
  text-decoration: none;
}

.f-fac .btn-mv--text:hover {
  background: #009BCE;
  border: #fff 1px solid;
  color: #fff;
}

.f-fac .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.f-fac .btn-mv--text::after {
  border-color: transparent transparent transparent #009BCE;
}

.f-fac .btn-basic--text:hover {
  background: #009BCE !important;
}

.f-fac .btn-basic--text::after {
  border-color: transparent transparent transparent #009BCE !important;
}

.f-fac .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #009BCE transparent transparent;
}

.f-fac .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.f-fac .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.f-fac .swiper-button-next02 {
  background: url(/f-fac/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .f-fac .swiper-button-next02 {
    background: url(/f-fac/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .f-fac .swiper-button-next02:hover {
    background-color: #009BCE;
    background-image: url(/f-fac/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.f-fac .swiper-button-prev02 {
  background: url(/f-fac/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .f-fac .swiper-button-prev02 {
    background: url(/f-fac/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .f-fac .swiper-button-prev02:hover {
    background-color: #009BCE;
    background-image: url(/f-fac/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.f-fac #header {
  border-top: solid 4px #009BCE;
}

.f-fac #header .gnavi > ul .current-bar {
  background: #009BCE;
}

.f-fac #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #009BCE;
}

.f-fac #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.f-fac #header .gnavi > ul > li > a .accordion_icon span {
  background-color: #009BCE;
}

.f-fac #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #009BCE !important;
  color: #009BCE !important;
}

.f-fac #header .gnavi > ul > li > a:hover {
  color: #009BCE;
}

.f-fac #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.f-fac .gnaviBar {
  background: rgba(0, 155, 206, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .f-fac .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.f-fac .nav02:hover:after {
  border-color: transparent transparent #009BCE transparent;
  content: "";
}

.f-fac .nav03:hover:after {
  border-color: transparent transparent #009BCE transparent;
  content: "";
}

.f-fac .hnavi ul li a {
  background: rgba(0, 155, 206, 0.1);
  color: #333;
}

.f-fac .hnavi ul li a:hover {
  color: #009BCE;
}

.f-fac .hnavi ul li a.current {
  color: #009BCE;
}

.f-fac .hnavi ul li .company-bg-color {
  background: #009BCE !important;
}

.f-fac .hnavi ul li .designated {
  background: #009BCE !important;
}

.f-fac .hnavi ul li span {
  background: rgba(0, 155, 206, 0.1);
}

.f-fac .breadcrumb--item.current {
  color: #009BCE;
}

.f-fac .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #009BCE, #18B5DC);
}

.f-fac .TopOutline__sec02 .top_ttl {
  color: #009BCE;
}

@media screen and (min-width: 796px) {
  .f-fac .TopOutline__sec02 .top_sec02_btn {
    margin-top: 30px;
  }
}

.f-fac .TopOutline__sec03 .top_ttl {
  color: #009BCE;
}

.f-fac .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #009BCE !important;
}

.f-fac .TopOutline__sec06 .top_ttl {
  color: #009BCE;
}

.f-fac .jspDrag {
  background: #009BCE;
}

.f-fac .mainVisual .swiper-slide.slide00 {
  background: url(../../../ff/images/slide00.png) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide01 {
  background: url(../../../ff/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide02 {
  background: url(../../../ff/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide03 {
  background: url(../../../ff/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide04 {
  background: url(../../../ff/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide05 {
  background: url(../../../ff/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual__wrap {
  background: #009BCE;
}

.f-fac .mainVisual.en .swiper-slide {
  /*&.slide01 {
      background: url(../../../f-fac/english/images/slide01.png) no-repeat center center;
      background-size: cover;
    }
    &.slide02 {
      background: url(../../../f-fac/english/images/slide02.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide03 {
      background: url(../../../f-fac/english/images/slide03.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide04 {
      background: url(../../../f-fac/english/images/slide04.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide05 {
      background: url(../../../f-fac/english/images/slide05.jpg) no-repeat center center;
      background-size: cover;
    }*/
}

.f-fac .mainVisual.en .swiper-slide.slide00 {
  background: url(../../../f-fac/english/images/slide00.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../f-fac/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../f-fac/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../f-fac/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../f-fac/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../f-fac/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.f-fac .swiper-pagination-bullet-active {
  background: #009BCE !important;
}

.f-fac #mainVisualSec h2 {
  color: #009BCE;
}

@media screen and (min-width: 796px) {
  .f-fac #mainVisualSec h2::after {
    background: url(/f-fac/images/outline_logo.png) no-repeat center center !important;
    background-size: contain !important;
  }
}

.f-fac .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #009BCE !important;
}

.f-fac .topBnArea ul li a:hover .name {
  background-color: #009BCE;
  color: #fff;
}

.f-fac .topBnArea ul li .name:after {
  border-right: 3px solid #009BCE;
  border-top: 3px solid #009BCE;
  content: "";
}

.f-fac .slide00 .top_mv-button {
  border: 2px solid #009BCE;
}

@media screen and (max-width: 795px) {
  .f-fac .slide00 .top_mv-button {
    border: 1px solid #009BCE;
  }
}

.f-fac .slide00 .top_mv-button:hover {
  background: #009BCE;
}

.f-fac .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #009BCE;
}

.f-fac .contents {
  /* .c-cont__title{
    border-left: 5px solid $color_f-fac;
	}  */
}

.f-fac #guidelineBox .guideline-content__title:before {
  border: solid 7px #009BCE;
}

.f-fac #guidelineBox .guideline-content__txt span {
  color: #009BCE;
}

.f-fac .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap a {
  background-color: rgba(0, 155, 206, 0.8);
}

.f-fac .gl_sub_ttl {
  color: #009BCE !important;
}

.f-fac .features_ttl {
  color: #009BCE !important;
}

.f-fac .gl_visitors_text02 {
  color: #009BCE !important;
}

.f-fac .gl_visitors {
  background-color: #CCEBF5 !important;
}

.f-fac .c-cont__title {
  border-bottom: none;
}

.f-fac .contVisualSec {
  background: url(../../f-fac/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .f-fac .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.f-fac .p-contact__about {
  border: 2px solid rgba(0, 155, 206, 0.3);
}

@media screen and (max-width: 795px) {
  .f-fac .p-contact__about {
    border: 0.26667vw solid #009BCE;
  }
}

.f-fac .p-contact__flow span.current:before {
  background-color: #009BCE;
  border-color: #009BCE transparent transparent transparent;
  content: "";
}

.f-fac .p-download__list ul li a:hover {
  background-color: #009BCE;
  /* &:before{
            background: url(/dist/f-fac/images/icon_pdf_ov.png) no-repeat left top;
          } */
}

.f-fac .slide00 {
  background: url(../../common/images/main_f-fac.png) no-repeat center center;
  background-size: cover;
}

.f-fac .gradation {
  background-image: linear-gradient(to top, #009bce, #18b5dc);
}

.f-fac .bgcolor--sec02 {
  background: rgba(0, 155, 206, 0.2);
}

.f-fac .sub_table .rig_td a {
  color: #009BCE;
}

.f-fac .kyosan-btn {
  color: #009BCE;
}

.f-fac .tg_sub_ttl {
  color: #009BCE !important;
}

@media screen and (min-width: 796px) {
  .f-fac #lnavi ul li a::after {
    border-top: 10px solid #009BCE !important;
  }
}

.f-fac .c-cont__block--exhibitor .p-target__list-title {
  border-bottom: solid 2px #009BCE;
}

.f-fac .c-cont__block--exhibitor02 .p-target__list-title {
  border-bottom: solid 2px #009BCE;
}

.f-fac .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .f-fac .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.f-fac .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */
/* ################################################################################
*
*    f-fac
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .f-fac.outline .outline_bb_color {
    border-bottom: 3px solid #009BCE !important;
  }
}

/* ################################################################################
*
*    fd
*
* ################################################################################ */
.fd {
  /* ################################################################################
*
*    来場者速報＆会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*     開催概要
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.fd .TopOutline_table_wrapper .top_ttl {
  color: #664497;
}

.fd .TopOutline_table_wrapper .line01 td {
  background-color: #A18DBD;
}

.fd .TopOutline_table_wrapper .top_table_total {
  background-color: #674498;
}

.fd .TopOutline_table_wrapper .top_table_total:after {
  border-color: transparent transparent transparent #674498;
}

.fd .TopOutline_table_wrapper .top_table_total02 {
  background: #E0D9EA;
  color: #674498;
}

.fd .TopOutline_table_wrapper .swiper-container03_wrapper .prev {
  border-color: transparent #664497 transparent transparent;
}

.fd .TopOutline_table_wrapper .swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #664497;
}

.fd .swiper-container02 .swiper-button-next {
  background: url(/fd/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .fd .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.fd .swiper-container02 .swiper-button-prev {
  background: url(/fd/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .fd .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.fd .please-area .qr-area::before {
  border-color: #664497 transparent transparent transparent;
}

.fd .individual_color {
  color: #664497;
}

.fd .title01 {
  border-bottom: 2px solid #664497;
  color: #664497;
}

.fd .title02 {
  color: #664497;
}

.fd .content__box .title01 {
  border-bottom: 2px solid #664497;
  color: #664497;
}

.fd .content__box .title02 {
  color: #664497;
}

@media screen and (max-width: 795px) {
  .fd .navToggle.active span {
    background: #333333;
  }
}

.fd .target_btn {
  background: #E0D9EA !important;
}

.fd .pege_btn::after {
  border-color: transparent transparent transparent #664497;
}

.fd .pege_btn:hover {
  background: #664497;
}

.fd .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.fd .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #664497;
}

.fd .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #664497 transparent transparent;
}

.fd .btn-opacity a {
  color: #664497 !important;
}

.fd .btn-opacity__arrow-r a::after {
  border-left: 7px solid #664497;
}

.fd .btn, .fd .btnBox.off .btn {
  background: #664497;
}

.fd .btn:hover {
  background: #664497;
}

.fd .btnInput span {
  background-color: #664497;
}

.fd .btn01 a span:hover {
  color: #664497;
  text-decoration: none;
}

.fd a {
  color: #664497;
  text-decoration: none;
}

.fd .btn-mv--text:hover {
  background: #664497;
  border: #fff 1px solid;
  color: #fff;
}

.fd .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.fd .btn-mv--text::after {
  border-color: transparent transparent transparent #664497;
}

.fd .btn-basic--text:hover {
  background: #664497 !important;
}

.fd .btn-basic--text::after {
  border-color: transparent transparent transparent #664497 !important;
}

.fd .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #664497 transparent transparent;
}

.fd .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.fd .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.fd .swiper-button-next02 {
  background: url(/fd/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .fd .swiper-button-next02 {
    background: url(/fd/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .fd .swiper-button-next02:hover {
    background-color: #664497;
    background-image: url(/fd/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.fd .swiper-button-prev02 {
  background: url(/fd/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .fd .swiper-button-prev02 {
    background: url(/fd/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .fd .swiper-button-prev02:hover {
    background-color: #664497;
    background-image: url(/fd/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.fd .news_area_ttl {
  color: #664497;
}

.fd .news_area .current {
  border-bottom: solid 2px #664497;
  color: #664497;
}

.fd .category_type01 {
  background: #664497;
}

.fd .characteristic_text01_span {
  color: #664497;
}

.fd #header {
  border-top: solid 4px #664497;
}

.fd #header .dedicated_page_btn {
  background: #664497;
}

@media screen and (max-width: 795px) {
  .fd #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #664497 !important;
  }
}

.fd #header .gnavi > ul .current-bar {
  background: #664497;
}

.fd #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #664497;
}

.fd #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.fd #header .gnavi > ul > li > a:hover {
  color: #664497;
}

.fd #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #664497 !important;
  color: #664497 !important;
}

.fd #header .gnavi > ul > li > a .accordion_icon span {
  background-color: #664497;
}

.fd #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.fd .gnaviBar {
  background: rgba(102, 68, 151, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .fd .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.fd .nav02:hover:after {
  border-color: transparent transparent #664497 transparent;
  content: "";
}

.fd .nav03:hover:after {
  border-color: transparent transparent #664497 transparent;
  content: "";
}

.fd .hnavi ul li a {
  background: rgba(102, 68, 151, 0.1);
  color: #333;
}

.fd .hnavi ul li a:hover {
  color: #664497;
}

.fd .hnavi ul li a.current {
  color: #664497;
}

.fd .hnavi ul li .company-bg-color {
  background: #664497 !important;
}

.fd .hnavi ul li .designated {
  background: #664497 !important;
}

.fd .hnavi ul li span {
  background: rgba(102, 68, 151, 0.1);
}

.fd .breadcrumb--item.current {
  color: #664497;
}

.fd .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #664497, #9178B4);
}

.fd .TopOutline__sec02 .top_ttl {
  color: #664497;
}

@media screen and (min-width: 796px) {
  .fd .TopOutline__sec02 .top_sec02_btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 796px) {
  .fd .characteristic_text01 {
    letter-spacing: -0.2px;
  }
}

.fd .TopOutline__sec03 .top_ttl {
  color: #664497;
}

.fd .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #664497 !important;
}

.fd .TopOutline__sec06 .top_ttl {
  color: #664497;
}

.fd .jspDrag {
  background: #664497;
}

.fd .mainVisual .swiper-slide.slide00 {
  background: url(../../../fd/images/slide00.png) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual .swiper-slide.slide01 {
  background: url(../../../fd/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual .swiper-slide.slide02 {
  background: url(../../../fd/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual .swiper-slide.slide03 {
  background: url(../../../fd/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual .swiper-slide.slide04 {
  background: url(../../../fd/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual .swiper-slide.slide05 {
  background: url(../../../fd/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual__wrap {
  background: #664497;
}

.fd .mainVisual.en .swiper-slide.slide00 {
  background: url(../../../fd/english/images/slide00.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../fd/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../fd/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../fd/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../fd/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../fd/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.fd .swiper-pagination-bullet-active {
  background: #664497 !important;
}

.fd #mainVisualSec h2 {
  color: #664497;
}

@media screen and (min-width: 796px) {
  .fd #mainVisualSec h2::after {
    background: url(/fd/images/outline_logo.png) no-repeat center center !important;
    background-size: contain !important;
  }
}

.fd .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #664497 !important;
}

.fd .topBnArea ul li a:hover .name {
  background-color: #664497;
  color: #fff;
}

.fd .topBnArea ul li .name:after {
  border-right: 3px solid #664497;
  border-top: 3px solid #664497;
  content: "";
}

.fd .slide00 .top_mv-button {
  border: 2px solid #664497;
}

@media screen and (max-width: 795px) {
  .fd .slide00 .top_mv-button {
    border: 1px solid #664497;
  }
}

.fd .slide00 .top_mv-button:hover {
  background: #664497;
}

.fd .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #664497;
}

.fd .contents .c-cont__title {
  border-bottom: 2px solid #664497;
}

@media screen and (min-width: 796px) {
  .fd #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.fd #lnavi ul li a::after {
  border-top: 2.66667vw solid #664497;
}

.fd .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fd .fixedBtn .wrap a {
  background-color: rgba(102, 68, 151, 0.8);
}

.fd .sub_table .rig_td a {
  color: #664497;
}

.fd .kyosan-btn {
  color: #664497;
}

.fd .tg_sub_ttl {
  color: #664497 !important;
}

@media screen and (min-width: 796px) {
  .fd #lnavi ul li a::after {
    border-top: 10px solid #664497 !important;
  }
}

@media screen and (min-width: 796px) {
  .fd .target-lnavi a::after {
    border-top: 20px solid #664497 !important;
  }
}

.fd .p-target__list-title {
  border-bottom: solid 2px #664497;
}

.fd .contents_visitors .p-target__list-item {
  border: 2px solid #664497;
}

.fd .voice_text01 {
  color: #664497 !important;
}

.fd .voice_list_textArea {
  border: 2px solid #664497 !important;
}

.fd .voice_list_text01 span {
  color: #664497 !important;
}

.fd .point_ttl {
  background-color: #664497 !important;
}

.fd .point_ttl_text span {
  color: #664497 !important;
}

.fd .point_list_text {
  background: #E0D9EA;
}

.fd .gl_sub_ttl {
  color: #664497 !important;
}

.fd .features_ttl {
  color: #664497 !important;
}

.fd .gl_visitors_text02 {
  color: #664497 !important;
}

.fd .gl_visitors {
  background-color: #E0D9EA !important;
}

.fd .c-cont__lead span {
  color: #664497 !important;
}

.fd .c-cont__title:before {
  background: linear-gradient(to bottom, #664497, #9178B4);
}

.fd .contVisualSec {
  background: url(../../fd/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .fd .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.fd .p-guideline__result {
  background: rgba(103, 68, 152, 0.2);
}

.fd .p-contact__about {
  border: 1px solid #664497;
}

.fd .p-contact__flow span.current:before {
  background: #664497;
  border-color: #664497 transparent transparent transparent;
  content: "";
}

.fd .p-download__list ul li a:hover {
  background-color: #664497;
}

.fd .slide00 {
  background: url(../../common/images/main_fd.png) no-repeat center center;
  background-size: cover;
}

.fd .gradation {
  background-image: linear-gradient(to top, #664497, #9178b4);
}

.fd .bgcolor--sec02 {
  background: rgba(103, 68, 152, 0.2);
}

.fd .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .fd .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.fd .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* ################################################################################
*
*    fd
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .fd.outline .outline_bb_color {
    border-bottom: 3px solid #664497 !important;
  }
}

/* ################################################################################
*
*    souzai
*
* ################################################################################ */
.souzai {
  /* ################################################################################
*
*    来場者速報＆会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     開催概要
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.souzai .tg_sub_ttl {
  color: #EC6C1F !important;
}

@media screen and (min-width: 796px) {
  .souzai #lnavi ul li a::after {
    border-top: 10px solid #EC6C1F !important;
  }
}

.souzai .TopOutline_table_wrapper .top_ttl {
  color: #EC6C1F;
}

.souzai .TopOutline_table_wrapper .line01 td {
  background-color: #EEA978;
}

.souzai .TopOutline_table_wrapper .top_table_total {
  background-color: #ED6D1F;
}

.souzai .TopOutline_table_wrapper .top_table_total:after {
  border-color: transparent transparent transparent #ED6D1F;
}

.souzai .TopOutline_table_wrapper .top_table_total02 {
  background: #FCE2D2;
  color: #EC6C1F;
}

.souzai .TopOutline_table_wrapper .swiper-container03_wrapper .prev {
  border-color: transparent #EC6C1F transparent transparent;
}

.souzai .TopOutline_table_wrapper .swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #EC6C1F;
}

.souzai .swiper-container02 .swiper-button-next {
  background: url(/souzai/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .souzai .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.souzai .swiper-container02 .swiper-button-prev {
  background: url(/souzai/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .souzai .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.souzai .please-area .qr-area::before {
  border-color: #EC6C1F transparent transparent transparent;
}

.souzai .individual_color {
  color: #EC6C1F;
}

.souzai .title01 {
  border-bottom: 2px solid #EC6C1F;
  color: #EC6C1F;
}

.souzai .title02 {
  color: #EC6C1F;
}

.souzai .content__box .title01 {
  border-bottom: 2px solid #EC6C1F;
  color: #EC6C1F;
}

.souzai .content__box .title02 {
  color: #EC6C1F;
}

@media screen and (max-width: 795px) {
  .souzai .navToggle.active span {
    background: #333333;
  }
}

.souzai .target_btn {
  background: #FCE2D2 !important;
}

.souzai .pege_btn::after {
  border-color: transparent transparent transparent #EC6C1F;
}

.souzai .pege_btn:hover {
  background: #EC6C1F;
}

.souzai .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.souzai .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #EC6C1F;
}

.souzai .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #EC6C1F transparent transparent;
}

.souzai .btn-opacity a {
  color: #EC6C1F !important;
}

.souzai .btn-opacity__arrow-r a::after {
  border-left: 7px solid #EC6C1F;
}

.souzai .btn,
.souzai .btnBox.off .btn {
  background: #EC6C1F;
}

.souzai .btn:hover {
  background: #EC6C1F;
}

.souzai .btnInput span {
  background-color: #EC6C1F;
}

.souzai .btn01 a span:hover {
  color: #EC6C1F;
  text-decoration: none;
}

.souzai a {
  color: #EC6C1F;
  text-decoration: none;
}

.souzai .btn-mv--text:hover {
  background: #EC6C1F;
  border: #fff 1px solid;
  color: #fff;
}

.souzai .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.souzai .btn-mv--text::after {
  border-color: transparent transparent transparent #EC6C1F;
}

.souzai .btn-basic--text:hover {
  background: #EC6C1F !important;
}

.souzai .btn-basic--text::after {
  border-color: transparent transparent transparent #EC6C1F !important;
}

.souzai .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #EC6C1F transparent transparent;
}

.souzai .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.souzai .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.souzai .swiper-button-next02 {
  background: url(/souzai/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .souzai .swiper-button-next02 {
    background: url(/souzai/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .souzai .swiper-button-next02:hover {
    background-color: #EC6C1F;
    background-image: url(/souzai/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.souzai .swiper-button-prev02 {
  background: url(/souzai/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .souzai .swiper-button-prev02 {
    background: url(/souzai/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .souzai .swiper-button-prev02:hover {
    background-color: #EC6C1F;
    background-image: url(/souzai/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.souzai .news_area_ttl {
  color: #EC6C1F;
}

.souzai .news_area .current {
  border-bottom: solid 2px #EC6C1F;
  color: #EC6C1F;
}

.souzai .category_type01 {
  background: #EC6C1F;
}

.souzai .characteristic_text01_span {
  color: #EC6C1F;
}

.souzai .sub_table .rig_td a {
  color: #EC6C1F;
}

.souzai .kyosan-btn {
  color: #EC6C1F;
}

.souzai #header {
  border-top: solid 4px #EC6C1F;
}

.souzai #header .dedicated_page_btn {
  background: #EC6C1F;
}

@media screen and (max-width: 795px) {
  .souzai #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #EC6C1F !important;
  }
}

.souzai #header .gnavi > ul .current-bar {
  background: #EC6C1F;
}

.souzai #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #EC6C1F;
}

.souzai #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.souzai #header .gnavi > ul > li > a:hover {
  color: #EC6C1F;
}

.souzai #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #EC6C1F !important;
  color: #EC6C1F !important;
}

.souzai #header .gnavi > ul > li > a .accordion_icon span {
  background-color: #EC6C1F;
}

.souzai #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.souzai .gnaviBar {
  background: rgba(236, 108, 31, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .souzai .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.souzai .nav02:hover:after {
  border-color: transparent transparent #EC6C1F transparent;
  content: "";
}

.souzai .nav03:hover:after {
  border-color: transparent transparent #EC6C1F transparent;
  content: "";
}

.souzai .hnavi ul li a {
  background: rgba(236, 108, 31, 0.1);
  color: #333;
}

.souzai .hnavi ul li a:hover {
  color: #EC6C1F;
}

.souzai .hnavi ul li a.current {
  color: #EC6C1F;
}

.souzai .hnavi ul li .company-bg-color {
  background: #EC6C1F !important;
}

.souzai .hnavi ul li .designated {
  background: #EC6C1F !important;
}

.souzai .hnavi ul li span {
  background: rgba(236, 108, 31, 0.1);
}

.souzai .breadcrumb--item.current {
  color: #EC6C1F;
}

.souzai .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #EC6C1F, #F29B5E);
}

.souzai .TopOutline__sec02 .top_ttl {
  color: #EC6C1F;
}

@media screen and (min-width: 796px) {
  .souzai .TopOutline__sec02 .top_sec02_btn {
    margin-top: 30px;
  }
}

.souzai .TopOutline__sec03 .top_ttl {
  color: #EC6C1F;
}

.souzai .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #EC6C1F !important;
}

.souzai .TopOutline__sec06 .top_ttl {
  color: #EC6C1F;
}

.souzai .jspDrag {
  background: #EC6C1F;
}

.souzai .mainVisual .swiper-slide.slide00 {
  background: url(../../common/images/main_sj.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide01 {
  background: url(../../../sdj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide02 {
  background: url(../../../sdj/images/slide02.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide03 {
  background: url(../../../sdj/images/slide03.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide04 {
  background: url(../../../sdj/images/slide04.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide05 {
  background: url(../../../souzai/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual__wrap {
  background: #EC6C1F;
}

.souzai .mainVisual.en .swiper-slide.slide00 {
  background: url(../../../souzai/english/images/slide00.jpg) no-repeat center center !important;
  background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../souzai/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../souzai/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../souzai/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../souzai/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../souzai/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.souzai .swiper-pagination-bullet-active {
  background: #EC6C1F !important;
}

.souzai #mainVisualSec h2 {
  color: #EC6C1F;
}

@media screen and (min-width: 796px) {
  .souzai #mainVisualSec h2::after {
    background: url(/souzai/images/outline_logo.png) no-repeat center center !important;
    background-size: contain !important;
  }
}

.souzai .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #EC6C1F !important;
}

.souzai .topBnArea ul li a:hover .name {
  background-color: #EC6C1F;
  color: #fff;
}

.souzai .topBnArea ul li .name:after {
  border-right: 3px solid #EC6C1F;
  border-top: 3px solid #EC6C1F;
  content: "";
}

.souzai .slide00 .top_mv-button {
  border: 2px solid #EC6C1F;
}

@media screen and (max-width: 795px) {
  .souzai .slide00 .top_mv-button {
    border: 1px solid #EC6C1F;
  }
}

.souzai .slide00 .top_mv-button:hover {
  background: #EC6C1F;
}

.souzai .slide00 .top_mv-button:hover span {
  color: #fff;
}

.souzai .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #EC6C1F;
}

.souzai .contents .c-cont__title {
  border-bottom: 2px solid #EC6C1F;
}

@media screen and (min-width: 796px) {
  .souzai #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.souzai #lnavi ul li a::after {
  border-top: 2.66667vw solid #EC6C1F;
}

.souzai #guidelineBox .guideline-content__title::before {
  border: solid 7px #EC6C1F;
}

.souzai #guidelineBox .guideline-content__txt span {
  color: #EC6C1F;
}

.souzai .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.souzai .fixedBtn .wrap a {
  background-color: rgba(236, 108, 31, 0.8);
}

.souzai .voice_text01 {
  color: #EC6C1F !important;
}

.souzai .voice_list_textArea {
  border: 2px solid #EC6C1F !important;
}

.souzai .voice_list_text01 span {
  color: #EC6C1F !important;
}

.souzai .point_ttl {
  background-color: #EC6C1F !important;
}

.souzai .point_ttl_text span {
  color: #EC6C1F !important;
}

.souzai .point_list_text {
  background: #FCE2D2;
}

.souzai .gl_sub_ttl {
  color: #EC6C1F !important;
}

.souzai .features_ttl {
  color: #EC6C1F !important;
}

.souzai .gl_visitors_text02 {
  color: #EC6C1F !important;
}

.souzai .gl_visitors {
  background-color: #FCE2D2 !important;
}

.souzai .c-cont__lead span {
  color: #EC6C1F !important;
}

.souzai .c-cont__title:before {
  background: linear-gradient(to bottom, #EC6C1F, #F29B5E);
}

.souzai .contVisualSec {
  background: url(../../souzai/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .souzai .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.souzai .p-guideline__result {
  background: rgba(237, 109, 31, 0.2);
}

.souzai .p-contact__about {
  border: 1px solid #EC6C1F;
}

.souzai .p-contact__flow span.current:before {
  background: #EC6C1F;
  border-color: #EC6C1F transparent transparent transparent;
  content: "";
}

.souzai .p-download__list ul li a:hover {
  background-color: #EC6C1F;
}

@media screen and (min-width: 796px) {
  .souzai .target-lnavi a::after {
    border-top: 20px solid #EC6C1F !important;
  }
}

.souzai .p-target__list-title {
  border-bottom: solid 2px #EC6C1F;
}

.souzai .contents_visitors .p-target__list-item {
  border: 2px solid #EC6C1F;
}

.souzai .slide00 {
  background: url(../../common/images/main_sj.png) no-repeat center center;
  background-size: cover;
}

.souzai .gradation {
  background-image: linear-gradient(to top, #ec6c1f, #f29b5e);
}

.souzai .bgcolor--sec02 {
  background: rgba(237, 109, 31, 0.2);
}

.souzai .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .souzai .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.souzai .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* ################################################################################
*
*    souzai
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .souzai.outline .outline_bb_color {
    border-bottom: 3px solid #EC6C1F !important;
  }
}

/* ################################################################################
*
*    rj
*
* ################################################################################ */
.rj {
  /* ################################################################################
*
*    来場者速報＆会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     開催概要
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* #lnavi{
	ul{
		li{
			a{
        font-size: 22px;
        color: $color_rj;
        text-align: center;
        display: block;
        line-height: 1;
        padding: 0 20px;
        border-right: 1px solid #333;
        &:hover {
          opacity: 0.7;
				}
			}
			.border-none{
		  border: none!important;
	  }
		}
	}
 } */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.rj .tg_sub_ttl {
  color: #F7B100 !important;
}

@media screen and (min-width: 796px) {
  .rj #lnavi ul li a::after {
    border-top: 10px solid #F7B100 !important;
  }
}

.rj .TopOutline_table_wrapper .top_ttl {
  color: #F7B100;
}

.rj .TopOutline_table_wrapper .line01 td {
  background-color: #F1D25B;
}

.rj .TopOutline_table_wrapper .top_table_total {
  background-color: #F7B100;
}

.rj .TopOutline_table_wrapper .top_table_total:after {
  border-color: transparent transparent transparent #F7B100;
}

.rj .TopOutline_table_wrapper .top_table_total02 {
  background: #FEEFCC;
  color: #F7B100;
}

.rj .TopOutline_table_wrapper .swiper-container03_wrapper .prev {
  border-color: transparent #F7B100 transparent transparent;
}

.rj .TopOutline_table_wrapper .swiper-container03_wrapper .next {
  border-color: transparent transparent transparent #F7B100;
}

.rj .swiper-container02 .swiper-button-next {
  background: url(/rj/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.rj .swiper-container02 .swiper-button-prev {
  background: url(/rj/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.rj .please-area .qr-area::before {
  border-color: #F7B100 transparent transparent transparent;
}

.rj .individual_color {
  color: #F7B100;
}

.rj .title01 {
  border-color: #F7B100 !important;
  color: #F7B100;
}

.rj .title02 {
  color: #F7B100;
}

@media screen and (max-width: 795px) {
  .rj .navToggle.active span {
    background: #333333;
  }
}

.rj .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.rj .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #F7B100;
}

.rj .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #F7B100 transparent transparent;
}

.rj .btn-opacity a {
  color: #F7B100 !important;
}

.rj .btn-opacity a:hover {
  opacity: 0.8;
}

.rj .btn-opacity__arrow-r a {
  color: #F7B100 !important;
}

.rj .btn-opacity__arrow-r a:after {
  border-left: 7px solid #F7B100 !important;
}

.rj .btn-opacity__arrow-r a:hover {
  opacity: 0.8;
}

.rj .btn, .rj .btnBox.off .btn {
  background: #F7B100;
}

.rj .btn:hover {
  background: #F7B100;
}

.rj .btnInput span {
  background: #F7B100;
}

.rj .btnInput:hover {
  background: #007298;
}

.rj .btn01 a span:hover {
  color: #F7B100;
  text-decoration: none;
}

.rj a {
  color: #F7B100;
  text-decoration: none;
}

.rj .btn-mv--text:hover {
  background: #F7B100;
  border: #fff 1px solid;
  color: #fff;
}

.rj .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.rj .btn-mv--text::after {
  border-color: transparent transparent transparent #F7B100;
}

.rj .btn-basic--text:hover {
  background: #F7B100 !important;
}

.rj .btn-basic--text::after {
  border-color: transparent transparent transparent #F7B100 !important;
}

.rj .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #F7B100 transparent transparent;
}

.rj .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.rj .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.rj .swiper-button-next02 {
  background: url(/rj/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .rj .swiper-button-next02 {
    background: url(/rj/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .rj .swiper-button-next02:hover {
    background-color: #F7B100;
    background-image: url(/rj/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.rj .swiper-button-prev02 {
  background: url(/rj/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .rj .swiper-button-prev02 {
    background: url(/rj/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .rj .swiper-button-prev02:hover {
    background-color: #F7B100;
    background-image: url(/rj/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.rj .sub_table .rig_td a {
  color: #F7B100;
}

.rj .kyosan-btn {
  color: #F7B100;
}

.rj #header {
  border-top: solid 4px #F7B100;
}

@media screen and (max-width: 795px) {
  .rj #header {
    border-top: solid 0.53333vw #F7B100;
  }
}

.rj #header .gnavi > ul .current-bar {
  background: #F7B100;
}

.rj #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #F7B100;
}

.rj #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.rj #header .gnavi > ul > li > a .accordion_icon span {
  background-color: #F7B100;
}

.rj #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #F7B100 !important;
  color: #F7B100 !important;
}

.rj #header .gnavi > ul > li > a:hover {
  color: #F7B100;
}

.rj #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.rj .gnaviBar {
  background: rgba(247, 177, 0, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .rj .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.rj .nav02:hover:after {
  border-color: transparent transparent #F7B100 transparent;
  content: "";
}

.rj .nav03:hover:after {
  border-color: transparent transparent #F7B100 transparent;
  content: "";
}

.rj .hnavi ul li a {
  background: rgba(247, 177, 0, 0.1);
  color: #333;
}

.rj .hnavi ul li a:hover {
  color: #F7B100;
}

.rj .hnavi ul li a.current {
  color: #F7B100;
}

.rj .hnavi ul li .company-bg-color {
  background: #F7B100 !important;
}

.rj .hnavi ul li .designated {
  background: #F7B100 !important;
}

.rj .hnavi ul li span {
  background: rgba(247, 177, 0, 0.1);
}

.rj .breadcrumb--item.current {
  color: #F7B100;
}

.rj .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #F7B100, #FBC600);
}

.rj .TopOutline__sec02 .top_ttl {
  color: #F7B100;
}

@media screen and (min-width: 796px) {
  .rj .TopOutline__sec02 .top_sec02_btn {
    margin-top: 30px;
  }
}

.rj .TopOutline__sec03 .top_ttl {
  color: #F7B100;
}

.rj .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #F7B100 !important;
}

.rj .TopOutline__sec06 .top_ttl {
  color: #F7B100;
}

.rj .jspDrag {
  background: #F7B100;
}

.rj .mainVisual .swiper-slide.slide00 {
  background: url(../../common/images/main_rj.png) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual .swiper-slide.slide01 {
  background: url(../../../rj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual .swiper-slide.slide02 {
  background: url(../../../rj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual .swiper-slide.slide03 {
  background: url(../../../rj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual .swiper-slide.slide04 {
  background: url(../../../rj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual .swiper-slide.slide05 {
  background: url(../../../rj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual__wrap {
  background: #F7B100;
}

.rj .mainVisual.en .swiper-slide {
  /*&.slide01 {
      background: url(../../../rj/english/images/slide01.png) no-repeat center center;
      background-size: cover;
    }
    &.slide02 {
      background: url(../../../rj/english/images/slide02.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide03 {
      background: url(../../../rj/english/images/slide03.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide04 {
      background: url(../../../rj/english/images/slide04.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide05 {
      background: url(../../../rj/english/images/slide05.jpg) no-repeat center center;
      background-size: cover;
    }*/
}

.rj .mainVisual.en .swiper-slide.slide00 {
  background-size: cover;
}

.rj .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../rj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../rj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../rj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../rj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.rj .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../rj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.rj .swiper-pagination-bullet-active {
  background: #F7B100 !important;
}

.rj #mainVisualSec h2 {
  color: #F7B100;
}

@media screen and (min-width: 796px) {
  .rj #mainVisualSec h2::after {
    background: url(/rj/images/outline_logo.png) no-repeat center center !important;
    background-size: contain !important;
  }
}

.rj #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #F7B100 !important;
}

.rj .topBnArea ul li a:hover .name {
  background-color: #F7B100;
  color: #fff;
}

.rj .topBnArea ul li .name:after {
  border-right: 3px solid #F7B100;
  border-top: 3px solid #F7B100;
  content: "";
}

.rj .slide00 .top_mv-button {
  border: 2px solid #F7B100;
}

@media screen and (max-width: 795px) {
  .rj .slide00 .top_mv-button {
    border: 1px solid #F7B100;
  }
}

.rj .slide00 .top_mv-button:hover {
  background: #F7B100;
}

.rj .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #F7B100;
}

@media screen and (min-width: 796px) {
  .rj #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.rj #lnavi ul li a::after {
  border-top: 2.66667vw solid #F7B100;
}

.rj .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.rj .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.rj .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.rj .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.rj .fixedBtn .wrap a {
  background-color: rgba(247, 177, 0, 0.8);
}

.rj .gl_sub_ttl {
  color: #F7B100 !important;
}

.rj .features_ttl {
  color: #F7B100 !important;
}

.rj .gl_visitors_text02 {
  color: #F7B100 !important;
}

.rj .gl_visitors {
  background-color: #FEEFCC !important;
}

.rj .c-cont__lead span {
  color: #F7B100 !important;
}

.rj .c-cont__title:before {
  background: linear-gradient(to bottom, #F7B100, #FBC600);
}

.rj .contVisualSec {
  background: url(../../rj/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .rj .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.rj .p-guideline__result {
  background: rgba(251, 159, 0, 0.2);
}

.rj .p-contact__about {
  border: 2px solid rgba(247, 177, 0, 0.3);
}

@media screen and (max-width: 795px) {
  .rj .p-contact__about {
    border: 0.26667vw solid #F7B100;
  }
}

.rj .p-contact__flow span.current:before {
  background-color: #F7B100;
  border-color: #F7B100 transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 796px) {
  .rj .target-lnavi a::after {
    border-top: 20px solid #F7B100 !important;
  }
}

.rj .p-target__list-title {
  border-bottom: solid 2px #F7B100;
}

.rj .contents_visitors .p-target__list-item {
  border: 2px solid #F7B100;
}

.rj .p-download__list ul li a:hover {
  background-color: #F7B100;
  /* &:before{
            background: url(/dist/rj/images/icon_pdf_ov.png) no-repeat left top;
          } */
}

.rj .slide00 {
  background: url(../../common/images/main_rj.png) no-repeat center center;
  background-size: cover;
}

.rj .gradation {
  background: linear-gradient(0deg, #F7B100, #FBC600);
}

.rj .bgcolor--sec02 {
  background: rgba(251, 159, 0, 0.2);
}

.rj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .rj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.rj .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */
/* ################################################################################
*
*    rj
*
* ################################################################################ */
/* ################################################################################
*
*    PCヘッダー
*
* ################################################################################ */
@media screen and (min-width: 796px) {
  .rj.outline .outline_bb_color {
    border-bottom: 3px solid #F7B100 !important;
  }
}

/* ################################################################################
*
*    nj
*
* ################################################################################ */
.nj {
  /* ################################################################################
*
*    会場写真
*
* ################################################################################ */
  /* ################################################################################
*
*    個別TOP矢印
*
* ################################################################################ */
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* =====================================================================
*
*     出展対象
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
  /* ################################################################################
*
*    SPヘッダー
*
* ################################################################################ */
}

.nj .tg_sub_ttl {
  color: #8DC21F !important;
}

@media screen and (min-width: 796px) {
  .nj #lnavi ul li a::after {
    border-top: 10px solid #8DC21F !important;
  }
}

.nj .swiper-container02 .swiper-button-next {
  background: url(/nj/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .nj .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.nj .swiper-container02 .swiper-button-prev {
  background: url(/nj/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .nj .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.nj .please-area .qr-area::before {
  border-color: #8DC21F transparent transparent transparent;
}

.nj .individual_color {
  color: #8DC21F;
}

.nj .title01 {
  border-bottom: 2px solid #8DC21F;
  color: #8DC21F;
}

.nj .title02 {
  color: #8DC21F;
}

.nj .content__box .title01 {
  border-bottom: 2px solid #8DC21F;
  color: #8DC21F;
}

.nj .content__box .title02 {
  color: #8DC21F;
}

@media screen and (max-width: 795px) {
  .nj .navToggle.active span {
    background: #333333;
  }
}

.nj .btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff !important;
}

.nj .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #8DC21F;
}

.nj .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #8DC21F transparent transparent;
}

.nj .btn-opacity a {
  color: #8DC21F !important;
}

.nj .btn-opacity__arrow-r a::after {
  border-left: 7px solid #8DC21F;
}

.nj .btn,
.nj .btnBox.off .btn {
  background: #8DC21F;
}

.nj .btn:hover {
  background: #8DC21F;
}

.nj .btnInput span {
  background-color: #8DC21F;
}

.nj .btn01 a span:hover {
  color: #8DC21F;
  text-decoration: none;
}

.nj a {
  color: #8DC21F;
  text-decoration: none;
}

.nj .btn-mv--text:hover {
  background: #8DC21F;
  border: #fff 1px solid;
  color: #fff;
}

.nj .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff;
}

.nj .btn-mv--text::after {
  border-color: transparent transparent transparent #8DC21F;
}

.nj .btn-basic--text:hover {
  background: #8DC21F !important;
}

.nj .btn-basic--text::after {
  border-color: transparent transparent transparent #8DC21F !important;
}

.nj .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #8DC21F transparent transparent;
}

.nj .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.nj .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.nj .swiper-button-next02 {
  background: url(/nj/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .nj .swiper-button-next02 {
    background: url(/nj/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .nj .swiper-button-next02:hover {
    background-color: #8DC21F;
    background-image: url(/nj/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.nj .swiper-button-prev02 {
  background: url(/nj/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .nj .swiper-button-prev02 {
    background: url(/nj/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .nj .swiper-button-prev02:hover {
    background-color: #8DC21F;
    background-image: url(/nj/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.nj #header {
  border-top: solid 4px #8DC21F;
}

.nj #header .gnavi > ul .current-bar {
  background: #8DC21F;
}

.nj #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #8DC21F;
}

.nj #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.nj #header .gnavi > ul > li > a:hover {
  color: #8DC21F;
}

.nj #header .gnavi > ul > li > a.active {
  border-bottom: 3px solid #8DC21F !important;
  color: #8DC21F !important;
}

.nj #header .gnavi > ul > li > a .accordion_icon span {
  background-color: #8DC21F;
}

.nj #header .gnavi > ul > li > span {
  color: #ccc !important;
}

.nj .gnaviBar {
  background: rgba(141, 194, 31, 0.9);
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 795px) {
  .nj .gnaviBar {
    background: unset;
    border-top: 1px solid #707070;
  }
}

.nj .nav02:hover:after {
  border-color: transparent transparent #8DC21F transparent;
  content: "";
}

.nj .nav03:hover:after {
  border-color: transparent transparent #8DC21F transparent;
  content: "";
}

.nj .hnavi ul li a {
  background: rgba(141, 194, 31, 0.1);
  color: #333;
}

.nj .hnavi ul li a:hover {
  color: #8DC21F;
}

.nj .hnavi ul li a.current {
  color: #8DC21F;
}

.nj .hnavi ul li .company-bg-color {
  background: #8DC21F !important;
}

.nj .hnavi ul li .designated {
  background: #8DC21F !important;
}

.nj .hnavi ul li span {
  background: rgba(141, 194, 31, 0.1);
}

.nj .breadcrumb--item.current {
  color: #8DC21F;
}

.nj .TopOutline .sub-ttl::after {
  background: linear-gradient(to bottom, #8DC21F, #B5D469);
}

.nj .TopOutline__sec02 .top_ttl {
  color: #8DC21F;
}

.nj .TopOutline__sec03 .top_ttl {
  color: #8DC21F;
}

.nj .TopOutline__sec03 .sec03__left:hover .btn-basic--text {
  background: #8DC21F !important;
}

.nj .TopOutline__sec06 .top_ttl {
  color: #8DC21F;
}

.nj .jspDrag {
  background: #8DC21F;
}

@media screen and (min-width: 796px) {
  .nj #mainVisualSec {
    background: url(../../common/images/main_nj.png) no-repeat center center;
    background-size: cover;
  }
}

.nj .mainVisual .swiper-slide.slide00 {
  background: url(../../common/images/main_sj.png) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual .swiper-slide.slide01 {
  background: url(../../../nj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual .swiper-slide.slide02 {
  background: url(../../../nj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual .swiper-slide.slide03 {
  background: url(../../../nj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual .swiper-slide.slide04 {
  background: url(../../../nj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual .swiper-slide.slide05 {
  background: url(../../../nj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual__wrap {
  background: #8DC21F;
}

.nj .mainVisual.en .swiper-slide.slide00 {
  background: url(../../../nj/english/images/slide00.jpg) no-repeat center center !important;
  background-size: cover;
}

.nj .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../nj/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../nj/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../nj/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../nj/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.nj .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../nj/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.nj .swiper-pagination-bullet-active {
  background: #8DC21F;
}

.nj #mainVisualSec h2 {
  background: #8DC21F;
}

.nj #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #8DC21F !important;
}

.nj .topBnArea ul li a:hover .name {
  background-color: #8DC21F;
  color: #fff;
}

.nj .topBnArea ul li .name:after {
  border-right: 3px solid #8DC21F;
  border-top: 3px solid #8DC21F;
  content: "";
}

.nj .slide00 .top_mv-button {
  border: 2px solid #8DC21F;
}

@media screen and (max-width: 795px) {
  .nj .slide00 .top_mv-button {
    border: 1px solid #8DC21F;
  }
}

.nj .slide00 .top_mv-button:hover {
  background: #8DC21F;
}

.nj .slide00 .top_mv-button:hover span {
  color: #fff;
}

.nj .slide00 .top_mv-button::after {
  border-color: transparent transparent transparent #8DC21F;
}

.nj .contents .c-cont__title {
  border-bottom: 2px solid #8DC21F;
}

@media screen and (min-width: 796px) {
  .nj #lnavi ul li a:hover {
    opacity: 0.7;
  }
}

.nj #lnavi ul li a::after {
  border-top: 2.66667vw solid #8DC21F;
}

.nj #guidelineBox .guideline-content__title::before {
  border: solid 7px #8DC21F;
}

.nj #guidelineBox .guideline-content__txt span {
  color: #8DC21F;
}

.nj .about_info .about_info_btn::before {
  border-color: transparent transparent transparent #8DC21F;
}

.nj .fixedBtn .wrap div.contactBtn span {
  background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.nj .fixedBtn .wrap div.mapBtn span {
  background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.nj .fixedBtn .wrap div.memberBtn span {
  background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.nj .fixedBtn .wrap div.pagetopBtn span {
  background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.nj .fixedBtn .wrap a {
  background-color: rgba(141, 194, 31, 0.8);
}

.nj .c-cont__lead span {
  color: #8DC21F;
}

.nj .c-cont__title:before {
  background: linear-gradient(to bottom, #8DC21F, #B5D469);
}

.nj .contVisualSec {
  background: url(../../nj/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .nj .contVisualSec {
    background-size: contain;
    height: 20vw;
  }
}

.nj .p-guideline__result {
  background: rgba(237, 109, 31, 0.2);
}

.nj .p-contact__about {
  border: 1px solid #8DC21F;
}

.nj .p-contact__flow span.current:before {
  background: #8DC21F;
  border-color: #8DC21F transparent transparent transparent;
  content: "";
}

.nj .p-download__list ul li a:hover {
  background-color: #8DC21F;
}

@media screen and (min-width: 796px) {
  .nj .target-lnavi a::after {
    border-top: 20px solid #8DC21F !important;
  }
}

.nj .p-target__list-title {
  border-bottom: solid 2px #8DC21F;
}

.nj .contents_visitors .p-target__list-item {
  border: 2px solid #8DC21F;
}

.nj .slide00 {
  background: url(../../common/images/main_sj.png) no-repeat center center;
  background-size: cover;
}

.nj .gradation {
  background: linear-gradient(90deg, #ED6D1F, #F39C5E);
}

.nj .bgcolor--sec02 {
  background: rgba(237, 109, 31, 0.2);
}

.nj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

@media screen and (max-width: 795px) {
  .nj .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.nj .gnavi .accordion_icon span:nth-of-type(2) {
  border-color: #808080 transparent transparent transparent;
}

/* ################################################################################
*
*    nj
*
* ################################################################################ */
/*=====================================
  parts
=====================================*/
/* =====================================================================
*
*    btn
*
* ==================================================================*/
.btn-basic .sec02_btn-basic__text {
  width: 100% !important;
}

@media screen and (max-width: 795px) {
  .btn-basic .sec02_btn-basic__text {
    width: 90% !important;
  }
}

.btn-basic .btn-basic__text {
  align-items: center;
  background-color: #000;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .btn-basic .btn-basic__text {
    font-size: 5.06667vw;
    height: 60px;
    margin: 0 auto;
    width: 90%;
  }
}

.btn-basic .btn-basic__text:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .btn-basic .btn-basic__text:after {
    border-width: 1.73333vw 0 1.73333vw 2.93333vw;
    right: 5vw;
  }
}

.btn-basic .btn-basic__text:hover {
  color: #fff;
}

.btn-basic .btn-basic__text:hover:after {
  border-color: transparent transparent transparent #fff;
}

.btn-basic .btn-basic__white {
  background-color: #FFFFFF;
  border: solid 2px #707070;
  color: #333333;
}

@media screen and (max-width: 795px) {
  .btn-basic .btn-basic__white {
    border: solid 0.26667vw #707070;
  }
}

.btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #333333;
  right: 25px;
}

@media screen and (max-width: 795px) {
  .btn-basic .btn-basic__white:after {
    right: 2.66667vw;
  }
}

.btn-basic .btn-basic__white:hover span {
  color: #FFF;
}

.btn-basic .btn-basic__white span {
  color: #333333;
}

.btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #333333 transparent transparent;
  border-width: 8px 12px 8px 0;
  content: "";
  left: 20px;
  right: auto;
}

@media screen and (max-width: 795px) {
  .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
    border-width: 1.73333vw 2.93333vw 1.73333vw 0;
    left: 2.66667vw;
    right: auto;
  }
}

.btn-basic .btn-basic__white.btn-basic__arrow-l:hover {
  background: #868686;
  color: #fff;
}

.btn-basic .btn-basic__white.btn-basic__arrow-l:hover:after {
  border-color: transparent #FFFFFF transparent transparent;
}

.btn-mv {
  padding-top: 25px;
}

@media screen and (max-width: 795px) {
  .btn-mv {
    padding-top: 4vw !important;
  }
}

.btn-mv .btn-mv__text {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .btn-mv .btn-mv__text {
    font-size: 4.53333vw;
    height: 13.33333vw;
    width: 43.33333vw;
  }
}

.btn-mv .btn-mv__text:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
}

@media screen and (max-width: 795px) {
  .btn-mv .btn-mv__text:after {
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: 3.33333vw;
  }
}

.btn-mv {
  padding-top: 25px;
}

@media screen and (max-width: 795px) {
  .btn-mv {
    padding-top: 4vw !important;
  }
}

.btn-mv .btn-mv__text {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 390px;
}

@media screen and (max-width: 795px) {
  .btn-mv .btn-mv__text {
    font-size: 4.53333vw;
    height: 13.33333vw;
    padding-right: 3vw;
    width: 43.33333vw;
    width: 50.03333vw;
  }
}

.btn-mv .btn-mv__text:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .btn-mv .btn-mv__text:after {
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: 3.33333vw;
  }
}

.btn-mv .btn-mv__text:hover:after {
  border-color: transparent transparent transparent #fff;
}

.btn-area {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.btn {
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  z-index: 2;
}

.btn.btn-off {
  opacity: 0.5;
  pointer-events: none;
}

.btn__arrow-r a:after, .btn__arrow-r span:after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 5%;
  top: 40%;
  width: 0;
}

.btn__pdf a:after {
  content: "";
  height: 28px;
  left: 20px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.btn__map:hover {
  opacity: 0.5;
}

.btn a {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-size: 16px;
  height: 70px;
  justify-content: center;
  min-width: 300px;
  position: relative;
}

.btn:hover {
  opacity: 0.6;
}

.btn-opacity {
  margin-bottom: 10px;
}

.btn-opacity:last-child {
  margin: 0;
}

.btn-opacity__arrow-r a:after {
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e50038;
  border-right: 7px solid transparent;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}

.btn-opacity__pdf a:after {
  background: url(../../common/images/icon_pdf.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 28px;
  left: 20px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.btn-opacity__large {
  width: 100%;
}

.btn-opacity__large a {
  width: 100%;
}

.btn-opacity__off a {
  opacity: 0.8;
}

.btn-opacity a {
  align-items: center;
  background-color: #fff;
  color: #008A32 !important;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  min-width: 205px;
  position: relative;
  text-align: center;
}

.btn-opacity a:hover {
  opacity: 0.8;
}

/*.btn,
.btnBox.off .btn {
    background: $color_macs;
    margin: 0 auto;
    min-width: 300px;
    a {
        font-size: 16px;
        text-align: center;
        display: block;
        vertical-align: middle;
        padding: 21px 0px 20px 0px;
        color: #fff !important;
    }
}*/
.btn:hover {
  background: #008A32;
  color: #fff;
}

.btn:hover a {
  color: #fff;
  opacity: 0.5;
}

.btnBox.off .btn:hover {
  color: #fff;
}

.btnBox.off .btn:hover a {
  color: #fff;
  opacity: 1;
}

/*.btnInput {
    background: $color_macs;
    min-width: 350px;
    border-radius: 0;
    position: relative;
    &:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
        margin-left: 20px;
        width: 7px;
        height: 7px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    span {
        font-size: 18px;
        text-align: center;
        display: block;
        vertical-align: middle;
        padding: 19px 50px 18px 50px;
        color: #fff;
    }
    &:hover {
        background: #c30030;
    }
}*/
.btn01 {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
  border: 1px solid #DEDEDE;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
  display: inline-block;
  overflow: hidden;
}

.btn01 a {
  background-color: #F7F7F7;
  background-image: url(../../images/side_navi_icon_arrow_current.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  color: #333;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn01 a span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
}

.btn01 a span:hover {
  color: #e50038;
  text-decoration: none;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.dummyCover {
  position: relative;
}

.dummyCover:before {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.red {
  color: #e50038;
}

.nColor {
  color: #00A7DB;
}

a {
  color: #008A32;
  text-decoration: none;
}

/* =====================================================================
*
*     ボタン系
*
* =================================================================== */
.btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

/* =====================================================================
*
*     mainVisual
*
* =================================================================== */
#mainVisualSec {
  background: url(/images/main_v_download.png) no-repeat center;
  background-size: cover;
  height: 400px;
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  /* &::before {
    width: 50%;
    content: "";
    height: 200px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
  } */
}

@media screen and (max-width: 795px) {
  #mainVisualSec {
    height: 40vw;
    margin-top: 16vw;
  }
}

#mainVisualSec h2 {
  background: #fff;
  bottom: 0;
  color: #008A32;
  display: block;
  display: inline-block;
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: normal;
  left: 0;
  left: 0px;
  line-height: 1em;
  margin: 50px auto 0;
  margin: auto;
  padding: 23px 50px 0px 50px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 {
    font-size: 10.7vw;
    margin: 6.93333vw auto 0;
    padding: 4.8vw 0;
    padding-bottom: 0;
    padding-left: 5.4vw;
    padding-top: 8.7vw;
    width: 90%;
  }
}

#mainVisualSec h2 .subh2 {
  color: #333 !important;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-family: oswald, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 .subh2 {
    font-size: 4.43333vw;
    margin-top: 2vw;
    padding-top: 0;
  }
}

#mainVisualSec h2 .smaill_menu {
  color: #333333;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 35px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 .smaill_menu {
    display: none;
  }
}

#mainVisualSec h2 .smaill_menu a {
  color: #333;
}

#mainVisualSec h2 .smaill_menu a:hover {
  opacity: 0.6;
}

#mainVisualSec h2::after {
  background: url(/f-sys/images/outline_logo.png) no-repeat center center !important;
  background-size: contain !important;
  content: "";
  display: none;
  height: 100px;
  position: absolute;
  right: 50px;
  top: 46px;
  width: 133.5px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2::after {
    display: none;
  }
}

.f-sys .jspDrag {
  background: #e50038 !important;
}

.f-sys .TopOutline .sub-ttl:after {
  content: "";
  height: 74px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 5px;
}

@media screen and (max-width: 795px) {
  .f-sys .TopOutline .sub-ttl:after {
    height: 13.6vw;
    width: 0.66667vw;
  }
}

.fsj .slide00 {
  background: url(../../common/images/main_fsj.png) no-repeat top center !important;
  background-size: cover !important;
}

@media screen and (max-width: 795px) {
  .fsj .slide00 {
    background: url(../../common/images/main_fsj.png) no-repeat -20vw !important;
    background-size: cover !important;
  }
}

.f-fac .slide00 {
  background: url(../../common/images/main_ff.png) no-repeat center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 795px) {
  .f-fac .slide00 {
    background: url(../../common/images/main_ff.png) no-repeat left center !important;
    background-size: cover !important;
  }
}

.fd .slide00 {
  background: url(../../common/images/main_fd.png) no-repeat center center !important;
  background-size: cover !important;
}

.fe .slide00 {
  background: url(../../common/images/main_fe.png) no-repeat center center !important;
  background-size: cover !important;
}

.souzai .slide-end {
  background: url(../../common/images/main_sj.png) no-repeat center center !important;
  background-size: cover !important;
}

.bgcolor--sec02 {
  margin-top: 100px;
}

@media screen and (max-width: 795px) {
  .bgcolor--sec02 {
    margin-top: 13.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .rj-target #a03 {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
  }
}

.rj .advertisement_area {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area {
    margin-top: 0vw;
    padding: unset;
  }
}

.rj .advertisement_area_pic01 {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic01 {
    width: 100%;
  }
}

.rj .advertisement_area_pic01 img {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px 15px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic01 img {
    padding: 3vw 5vw 2.66667vw;
  }
}

.rj .advertisement_area_pic02 {
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic02 {
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .rj .advertisement_area_pic02 a:hover {
    opacity: 0.7;
  }
}

.rj .advertisement_area_pic02 img {
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic02 img {
    width: 90%;
  }
}

@media screen and (max-width: 795px) {
  .rj .TopOutline__sec01--wrapper {
    margin-top: 0vw;
    padding: unset;
  }
}

.rj .slide-end {
  background: url(../../common/images/main_rj.png) no-repeat center center !important;
  background-size: cover !important;
}

.rj .swiper-container02 {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-container02 {
    margin-top: 4vw;
  }
}

.rj .swiper-container02 .swiper-button-next {
  background: url(../../../common/images/arrow02_right.png) no-repeat;
  height: 27px;
  right: 2px;
  top: 380px;
  width: 22px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-button-wrapper {
    margin-top: 0px;
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .rj .characteristic_text {
    padding-top: 50px;
  }
}

@media screen and (min-width: 796px) {
  .rj .top_sec02_btn {
    margin-top: 80px;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .mainVisual {
    position: relative !important;
    width: 100%;
  }
}

.mainVisual .swiper-wrapper {
  margin: auto;
  position: inherit;
  width: 100%;
  z-index: 1;
}

.mainVisual .swiper-slide {
  color: #fff;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 795px) {
  .mainVisual .swiper-slide {
    height: 250px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual .swiper-slide {
    height: 100vh;
    width: 100% !important;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.mainVisual .swiper-slide img {
  width: auto;
}

.mainVisual .swiper-slide.slide01 {
  background: url(/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide02 {
  background: url(images/slide02.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide03 {
  background: url(/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide04 {
  background: url(/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide05 {
  background: url(/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual__wrap {
  align-items: center;
  background: #008A32;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 340px;
  left: 0;
  padding: 40px;
  position: absolute;
  transition: 0.5s;
  /*transform: translateY(-50%);*/
  width: 500px;
  z-index: 1;
}

.mainVisual__date {
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}

.mainVisual__txt01 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.mainVisual__txt02 {
  font-size: 20px;
  height: 20px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: left;
  width: 100%;
}

.mainVisual__btnarea {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  width: 100%;
}

.mainVisual__btnarea .btn {
  margin: 0 20px;
}

.mainVisual .swiper-button-wrap {
  bottom: 20px;
  height: 50px;
  position: absolute;
  right: 200px;
  width: 120px;
  z-index: 1;
}

.mainVisual .swiper-button-next {
  background: url(../../../common/images/arrow_right.png) no-repeat;
  height: 50px;
  right: 0;
  width: 50px;
  z-index: 1;
}

.mainVisual .swiper-button-prev {
  background: url(../../../common/images/arrow_left.png) no-repeat;
  height: 50px;
  left: 0;
  width: 50px;
  z-index: 1;
}

.swiper-pagination-bullet-active {
  background: #8BC5A7;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.swiper-pagination {
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .top #header {
    height: auto;
  }
}

@media screen and (min-width: 796px) {
  .top #header .header_top-right_area {
    width: 410px;
  }
}

.top #header .header_inner {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .top #header .header_inner {
    height: 100%;
    padding: 0.8vw 0;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #header .header_top {
    height: 55px;
  }
}

@media screen and (min-width: 796px) {
  .top #header .hnavi ul li {
    height: 34px;
  }
}

.top #header .head_txt {
  font-size: 0;
  height: auto;
}

@media screen and (min-width: 796px) {
  .top #header .head_txt {
    width: 236.71px;
  }
}

.top #header .head_txt img {
  width: 100%;
}

.top #header h1 {
  margin-right: 15px;
}

@media screen and (min-width: 796px) {
  .top #header h1 {
    margin-top: -16px;
  }
}

@media screen and (max-width: 795px) {
  .top #header h1 {
    margin-right: 0;
  }
}

.top #header h1 img {
  -webkit-backface-visibility: hidden;
  width: auto;
}

@media screen and (min-width: 796px) {
  .top #header h1 img {
    height: 60px;
  }
}

@media screen and (max-width: 795px) {
  .top #header h1 img {
    height: auto;
    height: 40px;
    width: auto;
  }
}

.top #header .gnavi {
  margin: auto;
}

.top #header .gnavi > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top #header .gnavi > ul .current-bar {
  background: #e50038;
  bottom: 0;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
}

.top #header .gnavi > ul > li {
  position: relative;
  text-align: center;
  z-index: 1;
}

.top #header .gnavi > ul > li:hover > ul {
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
}

.top #header .gnavi > ul > li:hover > ul > li {
  text-align: left;
}

.top #header .gnavi > ul > li:hover > ul > li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.top #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #e70f44;
}

.top #header .gnavi > ul > li:hover > ul > li a:hover.active {
  color: #FFF !important;
}

.top #header .gnavi > ul > li.active > a {
  border-bottom: 5px solid #e50038;
  color: #e70f44;
  padding: 10px 17px 18px;
}

.top #header .gnavi > ul > li.balloon:hover .balloon-elm {
  opacity: 1;
  visibility: visible;
}

.top #header .gnavi > ul > li.balloon a {
  color: #333;
}

.top #header .gnavi > ul > li.balloon a:hover {
  color: #333 !important;
}

.top #header .gnavi > ul > li.balloon a:hover .balloon-elm {
  display: block;
}

.top #header .gnavi > ul > li.balloon .balloon-elm-wrap {
  bottom: -80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.top #header .gnavi > ul > li.balloon .balloon-elm {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  color: #555;
  display: inline-block;
  font-size: 16px;
  margin: 1.5em 0;
  max-width: 100%;
  min-width: 120px;
  opacity: 0;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s;
  visibility: hidden;
  white-space: nowrap;
}

.top #header .gnavi > ul > li.balloon .balloon-elm:before {
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -23px;
  z-index: 2;
}

.top #header .gnavi > ul > li.balloon .balloon-elm:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: -30px;
  z-index: 1;
}

.top #header .gnavi > ul > li.balloon .balloon-elm p {
  margin: 0;
  padding: 0;
}

.top #header .gnavi > ul > li > ul {
  display: none;
}

.top #header .gnavi > ul > li.off {
  background: none !important;
  color: #C4C4C4;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.top #header .gnavi > ul > li > a {
  border-bottom: 3px solid #fff;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 25px 10px 30px;
  padding: 30px 25px 15px 0px;
  text-align: center;
  white-space: nowrap;
}

.top #header .gnavi > ul > li > a:hover {
  text-decoration: none;
  /*color: $color_macs;*/
}

.top #header .gnavi > ul > li > a.active {
  background: unset !important;
  border-bottom: 3px solid #008A32;
}

.top #header .gnavi > ul > li > span {
  color: #008A32;
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 30px 0px 18px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  .top #header .gnavi > ul > .single_nav a {
    padding: 30px 0px 15px 0px !important;
  }
}

@media screen and (min-width: 796px) {
  .top #header .gnaviBar {
    top: 70px;
  }
}

.top #mainVisualSec {
  background: url(../../common/images/main_macs.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  margin: 95px auto 0px;
  margin-top: 0;
  overflow: unset;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec {
    background: none !important;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec {
    background: none;
    height: auto;
    margin-top: 13.33333vw;
    margin-top: 1vw;
    max-width: unset;
  }
}

.top #mainVisualSec h2 {
  background: #fff;
  color: #008A32;
  display: block;
  font-size: 50px;
  height: 200px;
  margin: 200px auto 0;
  padding: 30px 60px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.top #mainVisualSec h2 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  margin: auto;
  margin-top: 10px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-wrapper {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea {
    bottom: 0;
    height: 270px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 240px;
    z-index: 2;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
  padding-top: unset;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    line-height: 1.56;
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 0px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn:hover {
  opacity: 0.8;
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
  width: 0vw;
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 30px;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea_anohter {
    padding: 45px 100px 45px !important;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe {
    bottom: 60px;
    margin: auto;
    position: absolute;
    right: 70px;
    width: 370px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe {
    display: flex;
    justify-content: center;
    padding-bottom: 2.66667vw;
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
    flex-direction: column;
    padding: 15px 30px 0px 30px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
    padding: 2.66667vw 5.3333vw 0vw 5.3333vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe a {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text {
    height: 11vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text::after {
  border-color: transparent transparent transparent #000;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text:hover {
  border: none;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text:hover::after {
  border-color: transparent transparent transparent #000;
  opacity: 0.8;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv {
    padding-top: 9vw !important;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_date-fe {
  color: #333;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_date-fe {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe {
  color: #333;
  font-size: 18px;
  line-height: 1.65;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe {
    font-size: 2.93333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .bottomArea_text-fe-weight {
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .bottomArea_text-fe-weight {
    font-size: 20px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .small_sp {
    display: inline-block;
    padding-left: 4em;
    text-indent: -4em;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .small_pc {
    font-size: 16px;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .individual_color-fe {
  background-color: yellow;
  color: #333;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .individual_color-fe:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .mv_btn-mv-fe {
    padding-top: 15px;
  }
}

.top #mainVisualSec .scroll_fixed {
  display: flex;
  justify-content: space-between;
  transition: .5s;
}

#mainVisualSec .scroll_fixed {
  display: flex;
  justify-content: space-between;
  transition: .5s;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed {
    bottom: 0px;
    height: 300px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 180px;
    z-index: 2;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed {
    bottom: 0px;
    height: 200px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 180px;
    z-index: 2;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

#mainVisualSec .scroll_fixed .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}
.top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
  padding-top: unset;
}

#mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
  padding-top: unset;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

#mainVisualSec .scroll_fixed .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_date {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea_date {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea_text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .scroll_fixed .bottomArea_text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text {
    line-height: 1.35;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed .bottomArea_text {
    line-height: 1.35;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

.top #mainVisualSec .scroll_fixed .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 20px;
  color: #000;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  /* margin-top: 233px; */
  position: relative;
  position: absolute;
  width: 140px;
}

 #mainVisualSec .scroll_fixed .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 20px;
  color: #000;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  /* margin-top: 233px; */
  position: relative;
  position: absolute;
  width: 140px;
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw !important;
    position: unset;
  }
}
@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw !important;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}
@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}

.top #mainVisualSec .scroll_fixed .mv_about_info_btn:hover {
  opacity: 0.8;
}

#mainVisualSec .scroll_fixed .mv_about_info_btn:hover {
  opacity: 0.8;
}

.top #mainVisualSec .scroll_fixed .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}
#mainVisualSec .scroll_fixed .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn::before {
    border-width: 6px 0 6px 10px;
    right: 20px;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .mv_about_info_btn::before {
    border-width: 6px 0 6px 10px;
    right: 20px;
  }
}
.top #mainVisualSec .scroll_fixed .bottomArea_text_date {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .scroll_fixed .bottomArea_text_date {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text_date {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed .bottomArea_text_date {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

.top #mainVisualSec .top_tltle {
  color: #fff;
  font-family: 'Noto Sans',sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  padding: 50px 0;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_tltle {
    font-size: 5.6vw;
    padding: 7.6vw 0;
    padding-left: 5vw;
    text-align: left;
  }
}

.top #mainVisualSec .top_ttl_size {
  font-size: 20px;
}

.top #mainVisualSec .top_tltle2column {
  color: #fff;
  font-family: 'Noto Sans',sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  padding: 20px 0;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_tltle2column {
    font-size: 5.6vw;
    padding: 3.8vw 0;
    padding-left: 5vw;
    text-align: left;
  }
}

#afterExhibitonBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px auto 70px;
  width: 1020px;
}

@media screen and (min-width: 796px) {
  #afterExhibitonBox {
    margin-top: 20px;
    padding: 80px 0 40px 0;
  }
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox {
    flex-direction: column;
    margin-top: 10vw;
    padding: 0 0 5.33333vw 0;
    width: 100%;
  }
}

.f-fac #afterExhibitonBox #visitorsBoxArea .inner .title01, .f-fac #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #009BCE;
}

.f-fac #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #009BCE;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #009BCE;
  display: block;
}

.f-fac #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #009BCE;
}

.fd #afterExhibitonBox #visitorsBoxArea .inner .title01, .fd #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #664497;
}

.fd #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #664497;
}

.fd #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #e0d9ea;
}

.fd #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #e0d9ea;
}

.fd #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #e0d9ea;
}

.fd #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #664497;
  display: block;
}

.fd #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #664497;
}

.fsj #afterExhibitonBox #visitorsBoxArea .inner .title01, .fsj #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #009D9E;
}

.fsj #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #009D9E;
}

.fsj #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #009D9E;
  display: block;
}

.fsj #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #009D9E;
}

.souzai #afterExhibitonBox #visitorsBoxArea .inner .title01, .souzai #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #EC6C1F;
}

.souzai #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #EC6C1F;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #ffeadc;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #ffeadc;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #ffeadc;
}

.souzai #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #EC6C1F;
  display: block;
}

.souzai #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #EC6C1F;
}

.rj #afterExhibitonBox #visitorsBoxArea .inner .title01, .rj #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #F7B100;
}

.rj #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #F7B100;
}

.rj #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #F7B100;
  display: block;
}

.rj #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #F7B100;
}

#afterExhibitonBox .sub-ttl {
  margin-bottom: 30px;
}

#visitorsBoxArea .title01 {
  color: #e50038;
  margin-bottom: 10px;
  text-align: left;
}

#visitorsBoxArea .title01 span {
  display: block;
}

#visitorsBoxArea .title01 img {
  width: 25%;
}

#visitorsBoxArea table {
  margin: 30px auto 0;
  width: 100%;
}

#visitorsBoxArea tr.coltitle {
  border-top: 1px solid #CCCCCC;
}

#visitorsBoxArea tr.coltitle td {
  background: #f1dcdb;
}

#visitorsBoxArea tr.numbers td {
  font-size: 14px;
}

@media screen and (min-width: 796px) {
  #visitorsBoxArea tr.numbers td:first-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers td:first-child {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.numbers .bg_td {
  background: #f1dcdb;
}

#visitorsBoxArea tr.numbers .bg-gray {
  background: #F8F8F8 !important;
}

#visitorsBoxArea tr.table_text {
  background: #fff !important;
}

#visitorsBoxArea tr.table_text td {
  background: #fff !important;
  border: none;
  border-left: none !important;
  font-size: 10px;
  height: 25px;
  padding: 0px 10px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  #visitorsBoxArea tr.table_text td {
    font-size: 10px;
    height: 25px;
    padding: 0px 10px;
    text-align: left;
  }
}

#visitorsBoxArea tr.date {
  border-top: 1px solid #CCCCCC;
}

#visitorsBoxArea tr.date td {
  background: #f1dcdb;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.date td {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.date span {
  font-size: 12px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.date span {
    font-size: 1.6vw;
  }
}

#visitorsBoxArea tr.total td {
  font-size: 13px;
}

#visitorsBoxArea tr.total td:last-child {
  color: #fb0219;
  font-size: 22px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td:last-child {
    font-size: 16px;
  }
}

#visitorsBoxArea tr.total td:nth-last-child(2) {
  font-size: 22px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td:nth-last-child(2) {
    font-size: 16px;
  }
}

#visitorsBoxArea tr.total td span {
  font-size: 10px;
}

#visitorsBoxArea tr td {
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 12px;
  height: 75px;
  padding: 10px 5px 5px;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr td {
    height: 11.33333vw;
  }
}

#visitorsBoxArea tr td:nth-of-type(1) {
  background: #f1dcdb;
  border-left: 1px solid #CCCCCC;
  width: 20%;
}

.next_year_mapArea {
  background-color: #fff;
  border-top: 2px solid #e50038;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 30px 20px 0px 30px;
  text-align: center;
  width: 500px;
}

.next_year_mapArea .pic {
  margin: auto;
  position: relative;
  width: 315px;
}

.next_year_mapArea .pic img {
  width: 100%;
}

.next_year_mapArea__icon {
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
}

.next_year_mapArea__icon > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.next_year_mapArea__icon span {
  background-color: #fff;
  position: absolute;
}

.next_year_mapArea__icon span:nth-child(1) {
  height: 1px;
  left: 13px;
  top: 50%;
  width: 24px;
}

.next_year_mapArea__icon span:nth-child(2) {
  height: 24px;
  left: 50%;
  top: 13px;
  width: 1px;
}

.next_year_mapArea p {
  font-size: 28px;
  line-height: 1.076em;
  margin-bottom: 30px;
}

.next_year_mapArea p span {
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  padding-top: 10px;
}

.next_year_mapArea .next_year_map--btn {
  background-color: #008A32;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 40px auto 50px;
  padding: 19px 65px 16px 90px;
  position: relative;
  text-align: left;
  width: 350px;
}

.next_year_mapArea .next_year_map--btn:hover {
  color: #fff;
  opacity: 0.8;
}

.next_year_mapArea .next_year_map--btn:before {
  background: url(../../../f-sys/images/icon_pdf_ov.png) no-repeat left top;
  content: "";
  height: 28px;
  left: 30px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.next_year_mapArea__icon--f-sys {
  background-color: #008A32;
}

.swiper-container02 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .swiper-container02 {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 516px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 {
    margin-top: 4vw;
  }
}

.swiper-container02 .swiper-slide {
  align-items: center !important;
  display: flex;
  justify-content: center !important;
  overflow: hidden !important;
  width: 235px;
}

@media screen and (min-width: 796px) {
  .swiper-container02 .swiper-slide {
    margin-top: -40px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide img {
    height: auto;
    width: 100% !important;
  }
}

.swiper-container02 .swiper-slide-active {
  opacity: 1;
}

.swiper-container02 .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.swiper-container02 .swiper-slide {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-container02 .swiper-slide a {
  height: 260px;
  outline: none;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide a {
    height: auto;
  }
}

.swiper-container02 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  opacity: 1;
  width: 12px;
}

.swiper-container02 .swiper-pagination-bullet-active {
  background: #8BC5A7;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  width: 12px;
}

.swiper-container02 .swiper-pagination {
  background-color: #000;
  bottom: 5px;
  height: 40px;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .swiper-container02 .swiper-pagination {
    bottom: 0px;
  }
}

.swiper-container02 .swiper-button-next {
  background: url(/f-sys/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.swiper-container02 .swiper-button-prev {
  background: url(/f-sys/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 2.35714vw;
    width: 1000px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper .swiper-button-area {
    display: flex;
    justify-content: space-between;
    width: 150px;
  }
}

.swiper-button-wrapper .swiper-button-area .next02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .next02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    position: absolute;
    right: 0;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

.swiper-button-wrapper .swiper-button-area .prev02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .prev02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    left: 0;
    position: absolute;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .icon_pdf {
    padding: 0 10.66667vw;
  }
}

.topBnArea {
  text-align: center;
  width: 100%;
}

.topBnArea ul {
  display: flex;
  flex-wrap: wrap;
  font-family: ゴシックMB101 M, sans-serif;
  justify-content: space-between;
}

.topBnArea ul li {
  margin-bottom: 20px;
  position: relative;
  width: 240px;
}

.topBnArea ul li a {
  color: #222;
  display: block;
}

.topBnArea ul li a:hover img {
  transform: scale(1.1);
}

.topBnArea ul li a:hover .name {
  background-color: #008A32;
  color: #fff;
}

.topBnArea ul li a:hover .name:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
}

.topBnArea ul li span {
  color: #ccc;
  display: block;
}

.topBnArea ul li span:hover img {
  transform: scale(1);
}

.topBnArea ul li span:hover .name:after {
  content: "";
}

.topBnArea ul li .pic {
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.topBnArea ul li .pic img {
  height: auto;
  transform-origin: center;
  transition: 0.3s;
  width: 100%;
}

.topBnArea ul li .name {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 0;
  position: relative;
  text-align: center;
}

.topBnArea ul li .name:after {
  border-right: 3px solid #008A32;
  border-top: 3px solid #008A32;
  content: "";
  height: 7px;
  margin-left: 10px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.topBnArea ul li .ico {
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 2;
}

.topBnArea ul li .ico__01 {
  background: url(../../../common/images/icon_exhibitor.jpg) no-repeat left top;
}

.topBnArea ul li .ico__02 {
  background: url(../../../common/images/icon_visitor.jpg) no-repeat left top;
}

.content__box {
  margin-right: 20px;
  padding: 0 0px;
  position: relative;
  width: 516px;
}

@media screen and (max-width: 795px) {
  .content__box {
    margin-right: 0;
    width: 100%;
  }
}

.content__box:last-child {
  margin: 0;
}

.content__box .text_box {
  font-size: 16px;
  text-align: left;
}

.content__box .text_box span {
  display: block;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.content__box .btn {
  margin: 0 auto 30px;
  width: 300px;
}

.content__box .btn a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.content__box .title01 {
  background: #fff;
  border-bottom: 2px solid #008A32;
  color: #008A32;
  display: block;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left;
  width: 100%;
}

.content__box .title01.Effra {
  font-size: 40px;
}

.content__box .title01 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
}

.content__box .title01 strong {
  font-family: ゴシックMB101 DB, sans-serif;
  font-size: 31px;
}

.content__box .title02 {
  color: #008A32;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 29px;
  text-align: left;
}

.detailArea {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 170px;
  width: 1020px;
}

.detailArea__top {
  margin: 10px auto 70px;
}

.detailArea .content__box {
  position: relative;
}

.detailArea .content__box .btn {
  /*position: absolute;
      top: 147px;
      left: 90px;
      margin: 0 auto;*/
}

@media screen and (max-width: 795px) {
  .detailArea .content__box {
    width: 100%;
  }
}

.detailArea .content__box .btn__off {
  opacity: 0.5;
}

.detailArea .content__box .btn__off a {
  opacity: 0.5 !important;
}

.detailArea .content__box .btn__off:hover {
  opacity: 0.5 !important;
}

.detailArea .content__box .btn__off:hover a {
  opacity: 0.5 !important;
}

#outlineBox .outline-table {
  border: 1px #CCCCCC solid;
  color: #333333;
  font-size: 14px;
  width: 100%;
}

#outlineBox .outline-table__box--title td {
  background: #E5E5E5;
  border-right: 1px #CCCCCC solid;
  padding: 5px 17px;
}

#outlineBox .outline-table__box--title td:last-child {
  border: none;
}

#outlineBox .outline-table__box--content td {
  background: #FFF;
  border-right: 1px #CCCCCC solid;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  padding: 5px 17px 15px;
  vertical-align: top;
}

#outlineBox .outline-table__box--content td:last-child {
  border: none;
}

#guidelineBox .guideline-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#guidelineBox .guideline-content__title {
  border-bottom: 2px #f0f0f0 solid;
  display: block;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

#guidelineBox .guideline-content__title:before {
  border: solid 7px #008A32;
  content: "";
  height: 0;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 0;
}

#guidelineBox .guideline-content__title02 {
  display: inline-block;
  margin-right: 20px;
  width: 220px;
}

#guidelineBox .guideline-content__title02:nth-child(2) {
  margin: 0;
}

#guidelineBox .guideline-content__txt {
  color: #333333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: bottom;
  width: 100%;
}

#guidelineBox .guideline-content__txt span {
  color: #008A32;
  font-family: "Noto Sans";
  font-size: 28px;
}

#guidelineBox .guideline-content__box {
  position: relative;
  width: 50%;
}

#guidelineBox .guideline-content__box:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,ffffff+86&0+0,1+85 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 7%, white 85%, white 86%);
  bottom: 0;
  content: "";
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  height: 140px;
  left: 0;
  position: absolute;
  width: 240px;
  /* IE6-9 */
  z-index: 1;
}

/* =====================================================================
*
*     メニュー
*
* =================================================================== */
/* ---------------------------------------------
  font Style
--------------------------------------------- */
.fItalic {
  font-style: italic;
}

.fnormal {
  font-weight: normal;
}

.f10 {
  font-size: 10px;
}

@media screen and (max-width: 795px) {
  .f10 {
    font-size: 1.33333vw;
  }
}

.f12 {
  font-size: 12px;
}

@media screen and (max-width: 795px) {
  .f12 {
    font-size: 3.2vw;
  }
}

.f14 {
  font-size: 14px;
}

@media screen and (max-width: 795px) {
  .f14 {
    font-size: 3.73333vw;
  }
}

.f16 {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  .f16 {
    font-size: 4.26667vw;
  }
}

.f18 {
  font-size: 18px;
}

@media screen and (max-width: 795px) {
  .f18 {
    font-size: 4.8vw;
  }
}

.f21 {
  font-size: 21px;
}

@media screen and (max-width: 795px) {
  .f21 {
    font-size: 5.6vw;
  }
}

.f24 {
  font-size: 24px;
}

@media screen and (max-width: 795px) {
  .f24 {
    font-size: 6.4vw;
  }
}

/* ---------------------------------------------
  float
--------------------------------------------- */
.f_l {
  float: left;
}

.f_r {
  float: right;
}

/* ---------------------------------------------
  preset margin
--------------------------------------------- */
.mt05 {
  margin-top: 5px !important;
}

@media screen and (max-width: 795px) {
  .mt05 {
    margin-top: 1.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt10 {
    margin-top: 2.66667vw !important;
  }
}

.mt12 {
  margin-top: 12px !important;
}

@media screen and (max-width: 795px) {
  .mt12 {
    margin-top: 3.2vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt15 {
    margin-top: 4vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt20 {
    margin-top: 5.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt25 {
    margin-top: 6.66667vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt30 {
    margin-top: 8vw !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 795px) {
  .mt35 {
    margin-top: 9.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt40 {
    margin-top: 10.66667vw !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 795px) {
  .mt45 {
    margin-top: 12vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mt50 {
    margin-top: 13.33333vw !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 795px) {
  .mt60 {
    margin-top: 25vw !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 795px) {
  .mt100 {
    margin-top: 20vw !important;
  }
}


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

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

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

@media screen and (max-width: 795px) {
  .mb05, .mb5 {
    margin-bottom: 1.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb10 {
    margin-bottom: 2.66667vw !important;
  }
}

.mb12 {
  margin-bottom: 12px !important;
}

@media screen and (max-width: 795px) {
  .mb12 {
    margin-bottom: 3.2vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb15 {
    margin-bottom: 4vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb20 {
    margin-bottom: 5.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb25 {
    margin-bottom: 6.66667vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb30 {
    margin-bottom: 8vw !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 795px) {
  .mb35 {
    margin-bottom: 9.33333vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb40 {
    margin-bottom: 10.66667vw !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 795px) {
  .mb45 {
    margin-bottom: 12vw !important;
  }
}

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

@media screen and (max-width: 795px) {
  .mb50 {
    margin-bottom: 13.33333vw !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 795px) {
  .mb60 {
    margin-bottom: 16vw !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 795px) {
  .mb70 {
    margin-bottom: 18.66667vw !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 795px) {
  .mb80 {
    margin-bottom: 21.33333vw !important;
  }
}

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

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

.mr12 {
  margin-right: 12px !important;
}

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

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

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

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

.mr35 {
  margin-right: 35px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

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

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

.ml12 {
  margin-left: 12px !important;
}

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

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

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

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

.ml35 {
  margin-left: 35px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

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

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

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

.mcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------------------------------------------
  preset padding
--------------------------------------------- */
.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ---------------------------------------------
  inline align
--------------------------------------------- */
.t_align_l {
  text-align: left !important;
}

.t_align_c {
  text-align: center !important;
}

.t_align_r {
  text-align: right !important;
}

/* =====================================================================
*
*    Clearfix
*
* =================================================================== */
.clear {
  clear: both;
}

.clearBox {
  overflow: hidden;
  zoom: 1;
}

.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix {
  zoom: 1;
}

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

/* =====================================================================
*
*     mainVisual
*
* =================================================================== */
#mainVisualSec {
  background: url(/images/main_v_download.png) no-repeat center;
  background-size: cover;
  height: 400px;
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  /* &::before {
    width: 50%;
    content: "";
    height: 200px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
  } */
}

@media screen and (max-width: 795px) {
  #mainVisualSec {
    height: 40vw;
    margin-top: 16vw;
  }
}

#mainVisualSec h2 {
  background: #fff;
  bottom: 0;
  color: #008A32;
  display: block;
  display: inline-block;
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: normal;
  left: 0;
  left: 0px;
  line-height: 1em;
  margin: 50px auto 0;
  margin: auto;
  padding: 23px 50px 0px 50px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 {
    font-size: 10.7vw;
    margin: 6.93333vw auto 0;
    padding: 4.8vw 0;
    padding-bottom: 0;
    padding-left: 5.4vw;
    padding-top: 8.7vw;
    width: 90%;
  }
}

#mainVisualSec h2 .subh2 {
  color: #333 !important;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-family: oswald, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 .subh2 {
    font-size: 4.43333vw;
    margin-top: 2vw;
    padding-top: 0;
  }
}

#mainVisualSec h2 .smaill_menu {
  color: #333333;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 35px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 .smaill_menu {
    display: none;
  }
}

#mainVisualSec h2 .smaill_menu a {
  color: #333;
}

#mainVisualSec h2 .smaill_menu a:hover {
  opacity: 0.6;
}

#mainVisualSec h2::after {
  background: url(/f-sys/images/outline_logo.png) no-repeat center center !important;
  background-size: contain !important;
  content: "";
  display: none;
  height: 100px;
  position: absolute;
  right: 50px;
  top: 46px;
  width: 133.5px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2::after {
    display: none;
  }
}

.f-sys .jspDrag {
  background: #e50038 !important;
}

.f-sys .TopOutline .sub-ttl:after {
  content: "";
  height: 74px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 5px;
}

@media screen and (max-width: 795px) {
  .f-sys .TopOutline .sub-ttl:after {
    height: 13.6vw;
    width: 0.66667vw;
  }
}

.fsj .slide00 {
  background: url(../../common/images/main_fsj.png) no-repeat top center !important;
  background-size: cover !important;
}

@media screen and (max-width: 795px) {
  .fsj .slide00 {
    background: url(../../common/images/main_fsj.png) no-repeat -20vw !important;
    background-size: cover !important;
  }
}

.f-fac .slide00 {
  background: url(../../common/images/main_ff.png) no-repeat center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 795px) {
  .f-fac .slide00 {
    background: url(../../common/images/main_ff.png) no-repeat left center !important;
    background-size: cover !important;
  }
}

.fd .slide00 {
  background: url(../../common/images/main_fd.png) no-repeat center center !important;
  background-size: cover !important;
}

.fe .slide00 {
  background: url(../../common/images/main_fe.png) no-repeat center center !important;
  background-size: cover !important;
}

.souzai .slide-end {
  background: url(../../common/images/main_sj.png) no-repeat center center !important;
  background-size: cover !important;
}

.bgcolor--sec02 {
  margin-top: 100px;
}

@media screen and (max-width: 795px) {
  .bgcolor--sec02 {
    margin-top: 13.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .rj-target #a03 {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
  }
}

.rj .advertisement_area {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area {
    margin-top: 0vw;
    padding: unset;
  }
}

.rj .advertisement_area_pic01 {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic01 {
    width: 100%;
  }
}

.rj .advertisement_area_pic01 img {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px 15px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic01 img {
    padding: 3vw 5vw 2.66667vw;
  }
}

.rj .advertisement_area_pic02 {
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic02 {
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .rj .advertisement_area_pic02 a:hover {
    opacity: 0.7;
  }
}

.rj .advertisement_area_pic02 img {
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 795px) {
  .rj .advertisement_area_pic02 img {
    width: 90%;
  }
}

@media screen and (max-width: 795px) {
  .rj .TopOutline__sec01--wrapper {
    margin-top: 0vw;
    padding: unset;
  }
}

.rj .slide-end {
  background: url(../../common/images/main_rj.png) no-repeat center center !important;
  background-size: cover !important;
}

.rj .swiper-container02 {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-container02 {
    margin-top: 4vw;
  }
}

.rj .swiper-container02 .swiper-button-next {
  background: url(../../../common/images/arrow02_right.png) no-repeat;
  height: 27px;
  right: 2px;
  top: 380px;
  width: 22px;
}

@media screen and (max-width: 795px) {
  .rj .swiper-button-wrapper {
    margin-top: 0px;
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .rj .characteristic_text {
    padding-top: 50px;
  }
}

@media screen and (min-width: 796px) {
  .rj .top_sec02_btn {
    margin-top: 80px;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .mainVisual {
    position: relative !important;
    width: 100%;
  }
}

.mainVisual .swiper-wrapper {
  margin: auto;
  position: inherit;
  width: 100%;
  z-index: 1;
}

.mainVisual .swiper-slide {
  color: #fff;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 795px) {
  .mainVisual .swiper-slide {
    height: 250px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual .swiper-slide {
    height: 100vh;
    width: 100% !important;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.mainVisual .swiper-slide img {
  width: auto;
}

.mainVisual .swiper-slide.slide01 {
  background: url(/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide02 {
  background: url(images/slide02.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide03 {
  background: url(/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide04 {
  background: url(/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide05 {
  background: url(/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual__wrap {
  align-items: center;
  background: #008A32;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 340px;
  left: 0;
  padding: 40px;
  position: absolute;
  transition: 0.5s;
  /*transform: translateY(-50%);*/
  width: 500px;
  z-index: 1;
}

.mainVisual__date {
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}

.mainVisual__txt01 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.mainVisual__txt02 {
  font-size: 20px;
  height: 20px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: left;
  width: 100%;
}

.mainVisual__btnarea {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  width: 100%;
}

.mainVisual__btnarea .btn {
  margin: 0 20px;
}

.mainVisual .swiper-button-wrap {
  bottom: 20px;
  height: 50px;
  position: absolute;
  right: 200px;
  width: 120px;
  z-index: 1;
}

.mainVisual .swiper-button-next {
  background: url(../../../common/images/arrow_right.png) no-repeat;
  height: 50px;
  right: 0;
  width: 50px;
  z-index: 1;
}

.mainVisual .swiper-button-prev {
  background: url(../../../common/images/arrow_left.png) no-repeat;
  height: 50px;
  left: 0;
  width: 50px;
  z-index: 1;
}

.swiper-pagination-bullet-active {
  background: #8BC5A7;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.swiper-pagination {
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .top #header {
    height: auto;
  }
}

@media screen and (min-width: 796px) {
  .top #header .header_top-right_area {
    width: 410px;
  }
}

.top #header .header_inner {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .top #header .header_inner {
    height: 100%;
    padding: 0.8vw 0;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #header .header_top {
    height: 55px;
  }
}

@media screen and (min-width: 796px) {
  .top #header .hnavi ul li {
    height: 34px;
  }
}

.top #header .head_txt {
  font-size: 0;
  height: auto;
}

@media screen and (min-width: 796px) {
  .top #header .head_txt {
    width: 236.71px;
  }
}

.top #header .head_txt img {
  width: 100%;
}

.top #header h1 {
  margin-right: 15px;
}

@media screen and (min-width: 796px) {
  .top #header h1 {
    margin-top: -16px;
  }
}

@media screen and (max-width: 795px) {
  .top #header h1 {
    margin-right: 0;
  }
}

.top #header h1 img {
  -webkit-backface-visibility: hidden;
  width: auto;
}

@media screen and (min-width: 796px) {
  .top #header h1 img {
    height: 60px;
  }
}

@media screen and (max-width: 795px) {
  .top #header h1 img {
    height: auto;
    height: 40px;
    width: auto;
  }
}

.top #header .gnavi {
  margin: auto;
}

.top #header .gnavi > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top #header .gnavi > ul .current-bar {
  background: #e50038;
  bottom: 0;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
}

.top #header .gnavi > ul > li {
  position: relative;
  text-align: center;
  z-index: 1;
}

.top #header .gnavi > ul > li:hover > ul {
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
}

.top #header .gnavi > ul > li:hover > ul > li {
  text-align: left;
}

.top #header .gnavi > ul > li:hover > ul > li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.top #header .gnavi > ul > li:hover > ul > li a:hover {
  color: #e70f44;
}

.top #header .gnavi > ul > li:hover > ul > li a:hover.active {
  color: #FFF !important;
}

.top #header .gnavi > ul > li.active > a {
  border-bottom: 5px solid #e50038;
  color: #e70f44;
  padding: 10px 17px 18px;
}

.top #header .gnavi > ul > li.balloon:hover .balloon-elm {
  opacity: 1;
  visibility: visible;
}

.top #header .gnavi > ul > li.balloon a {
  color: #333;
}

.top #header .gnavi > ul > li.balloon a:hover {
  color: #333 !important;
}

.top #header .gnavi > ul > li.balloon a:hover .balloon-elm {
  display: block;
}

.top #header .gnavi > ul > li.balloon .balloon-elm-wrap {
  bottom: -80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.top #header .gnavi > ul > li.balloon .balloon-elm {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  color: #555;
  display: inline-block;
  font-size: 16px;
  margin: 1.5em 0;
  max-width: 100%;
  min-width: 120px;
  opacity: 0;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s;
  visibility: hidden;
  white-space: nowrap;
}

.top #header .gnavi > ul > li.balloon .balloon-elm:before {
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -23px;
  z-index: 2;
}

.top #header .gnavi > ul > li.balloon .balloon-elm:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: -30px;
  z-index: 1;
}

.top #header .gnavi > ul > li.balloon .balloon-elm p {
  margin: 0;
  padding: 0;
}

.top #header .gnavi > ul > li > ul {
  display: none;
}

.top #header .gnavi > ul > li.off {
  background: none !important;
  color: #C4C4C4;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.top #header .gnavi > ul > li > a {
  border-bottom: 3px solid #fff;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 25px 10px 30px;
  padding: 30px 25px 15px 0px;
  text-align: center;
  white-space: nowrap;
}

.top #header .gnavi > ul > li > a:hover {
  text-decoration: none;
  /*color: $color_macs;*/
}

.top #header .gnavi > ul > li > a.active {
  background: unset !important;
  border-bottom: 3px solid #008A32;
}

.top #header .gnavi > ul > li > span {
  color: #008A32;
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 30px 0px 18px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  .top #header .gnavi > ul > .single_nav a {
    padding: 30px 0px 15px 0px !important;
  }
}

@media screen and (min-width: 796px) {
  .top #header .gnaviBar {
    top: 70px;
  }
}

.top #mainVisualSec {
  background: url(../../common/images/main_macs.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  margin: 95px auto 0px;
  margin-top: 0;
  overflow: unset;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec {
    background: none !important;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec {
    background: none;
    height: auto;
    margin-top: 13.33333vw;
    margin-top: 1vw;
    max-width: unset;
  }
}

.top #mainVisualSec h2 {
  background: #fff;
  color: #008A32;
  display: block;
  font-size: 50px;
  height: 200px;
  margin: 200px auto 0;
  padding: 30px 60px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.top #mainVisualSec h2 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  margin: auto;
  margin-top: 10px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-wrapper {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column-reverse;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 1000px;
}
#mainVisualSec .mainVisualSec__bottomArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 1000px;
  background-image: linear-gradient(to top, #008a32, #00bc45);
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea {
    bottom: 0;
    height: 360px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 240px;
    z-index: 2;
  }
}
@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea {
    bottom: 0;
    height: 270px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 240px;
    z-index: 2;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .online_gradation {
    bottom: 0;
    height: 150px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 240px;
    z-index: 2;
  }
}
@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed.online_gradation {
  bottom: 0px;
  height: 110px;
  margin: auto;
  position: fixed;
  right: 0;
  top: unset;
  width: 180px;
  z-index: 2;
}
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
#mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
  padding-top: unset;
}

#mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
  padding-top: unset;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea__contents--textarea {
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

#mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea_date {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    line-height: 1.56;
    font-size: 16px;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    line-height: 1.56;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 0px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
}
.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn02 {
  bottom:60px!important;
 }
 .top #mainVisualSec .scroll_fixed .mv_about_info_btn02{
  bottom: 35px!important;
 }
#mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 30px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
}
#mainVisualSec .mainVisualSec__bottomArea .bottomArea_btn02 .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 30px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
  top: 10px;
}
#mainVisualSec .mainVisualSec__bottomArea .bottomArea_btn03 .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 30px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
  top: 70px;
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn:hover {
  opacity: 0.8;
}

#mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn:hover {
  opacity: 0.8;
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
  width: 0vw;
}

#mainVisualSec .mainVisualSec__bottomArea .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
  width: 0vw;
}

.top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date02 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
  position: absolute;
  top: 150px;
}



@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
  -webkit-backface-visibility: hidden;
}

#mainVisualSec .mainVisualSec__bottomArea .mv_date {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 45px;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 30px;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea_anohter {
    padding: 45px 100px 45px !important;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea_anohter {
    padding: 45px 100px 45px !important;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
}

#mainVisualSec .mainVisualSec__bottomArea-fe {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe {
    bottom: 60px;
    margin: auto;
    position: absolute;
    right: 70px;
    width: 370px;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mainVisualSec__bottomArea-fe {
    bottom: 60px;
    margin: auto;
    position: absolute;
    right: 70px;
    width: 370px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe {
    display: flex;
    justify-content: center;
    padding-bottom: 2.66667vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mainVisualSec__bottomArea-fe {
    display: flex;
    justify-content: center;
    padding-bottom: 2.66667vw;
    width: 100%;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

#mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
    flex-direction: column;
    padding: 15px 30px 0px 30px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe {
    padding: 2.66667vw 5.3333vw 0vw 5.3333vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe a {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text {
    height: 11vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text::after {
  border-color: transparent transparent transparent #000;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text:hover {
  border: none;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv__text:hover::after {
  border-color: transparent transparent transparent #000;
  opacity: 0.8;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea__contents-fe .btn-mv {
    padding-top: 9vw !important;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_date-fe {
  color: #333;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_date-fe {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe {
  color: #333;
  font-size: 18px;
  line-height: 1.65;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe {
    font-size: 2.93333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .bottomArea_text-fe-weight {
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .bottomArea_text-fe-weight {
    font-size: 20px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .small_sp {
    display: inline-block;
    padding-left: 4em;
    text-indent: -4em;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .bottomArea_text-fe .small_pc {
    font-size: 16px;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .individual_color-fe {
  background-color: yellow;
  color: #333;
}

.top #mainVisualSec .mainVisualSec__bottomArea-fe .individual_color-fe:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea-fe .mv_btn-mv-fe {
    padding-top: 15px;
  }
}
.search .scroll_fixed .detail_beasic_btn02{
  width: 140px;
  font-size: 10px;
  height: 30px;
  top: 10px;
}
.search .detail_beasic_btn02{
  align-items: center;
  background-color: #fff;
  bottom: 30px;
  color: #000;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  position: absolute;
  width: 200px;
  top: 10px;
}
.search .detail_beasic_btn02::before{
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
  width: 0vw;
}
.search .detail_beasic_btn02:hover{
  opacity: 0.8;
}
.top #mainVisualSec .scroll_fixed {
  display: flex;
  justify-content: space-between;
  transition: .5s;
}
#mainVisualSec .scroll_fixed .bottomArea_text_date02 {
font-size: 11px;
top: 110px;
width: 140px;
}
#mainVisualSec .scroll_fixed .bottomArea_btn02 .mv_about_info_btn{
  width: 140px;
  font-size: 10px;
  height: 30px;

}
#mainVisualSec .scroll_fixed .bottomArea_btn03 .mv_about_info_btn{
  width: 140px;
  font-size: 10px;
  height: 30px;
  top:50px;

}
#mainVisualSec .scroll_fixed {
  display: flex;
  justify-content: space-between;
  transition: .5s;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed {
    bottom: 0px;
    height: 250px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 180px;
    z-index: 2;
  }
}
@media screen and (min-width: 796px) {
  #mainVisualSec .scroll_fixed {
    bottom: 0px;
    height: 200px;
    margin: auto;
    position: fixed;
    right: 0;
    top: unset;
    width: 180px;
    z-index: 2;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }
}
.top #mainVisualSec .scroll_fixed .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

#mainVisualSec .scroll_fixed .bottomArea__contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents a {
    font-size: 4.26667vw;
    line-height: 1;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv__text {
    height: 11vw;
    line-height: 1;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
  padding-top: unset;
}

#mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
  padding-top: unset;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}
@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents .btn-mv {
    padding-top: unset !important;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea__contents--textarea {
    width: 100%;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

#mainVisualSec .scroll_fixed .bottomArea_date {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_date {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea_date {
    font-size: 3.73333vw;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea_text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .scroll_fixed .bottomArea_text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text {
    line-height: 1.35;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .scroll_fixed .bottomArea_text {
    line-height: 1.35;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .bottomArea_text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_btn {
    margin-top: 20px;
    position: relative;
  }
}

.top #mainVisualSec .scroll_fixed .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 0px;
  color: #000;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  /* margin-top: 233px; */
  position: relative;
  position: absolute;
  width: 140px;
  letter-spacing: -1.3px;
}

#mainVisualSec .scroll_fixed .mv_about_info_btn {
  align-items: center;
  background-color: #fff;
  bottom: 20px;
  color: #000;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  /* margin-top: 233px; */
  position: relative;
  position: absolute;
  width: 140px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw !important;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .mv_about_info_btn {
    bottom: 0px;
    margin-top: 4vw !important;
    position: unset;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .mv_about_info_btn {
    font-size: 4vw;
    height: 16vw;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 60%;
  }
}
.top #mainVisualSec .scroll_fixed .mv_about_info_btn:hover {
  opacity: 0.8;
}

#mainVisualSec .scroll_fixed .mv_about_info_btn:hover {
  opacity: 0.8;
}

.top #mainVisualSec .scroll_fixed .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}


.search .scroll_fixed .detail_beasic_btn02::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

#mainVisualSec .scroll_fixed .mv_about_info_btn::before {
  border-color: transparent transparent transparent #008A32;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_about_info_btn::before {
    border-width: 6px 0 6px 10px;
    right: 20px;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .scroll_fixed .mv_about_info_btn::before {
    border-width: 6px 0 6px 10px;
    right: 20px;
  }
}

.top #mainVisualSec .scroll_fixed .bottomArea_text_date {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

#mainVisualSec .scroll_fixed .bottomArea_text_date {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  padding-top: 0px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text_date {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 796px) {
  #mainVisualSec .scroll_fixed .bottomArea_text_date {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 795px) {
#mainVisualSec .scroll_fixed .bottomArea_text_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 25px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
#mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
  .top #mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
 #mainVisualSec .scroll_fixed .mv_date {
    margin-bottom: 6vw;
    width: 100%;
  }
}

.top #mainVisualSec .top_tltle {
  color: #fff;
  font-family: 'Noto Sans',sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  padding: 50px 0;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_tltle {
    font-size: 5.6vw;
    padding: 7.6vw 0;
    padding-left: 5vw;
    text-align: left;
  }
}

.top #mainVisualSec .top_ttl_size {
  font-size: 20px;
}

.top #mainVisualSec .top_tltle2column {
  color: #fff;
  font-family: 'Noto Sans',sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  padding: 20px 0;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_tltle2column {
    font-size: 5.6vw;
    padding: 3.8vw 0;
    padding-left: 5vw;
    text-align: left;
  }
}

#afterExhibitonBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px auto 70px;
  width: 1020px;
}

@media screen and (min-width: 796px) {
  #afterExhibitonBox {
    margin-top: 20px;
    padding: 80px 0 40px 0;
  }
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox {
    flex-direction: column;
    margin-top: 10vw;
    padding: 0 0 5.33333vw 0;
    width: 100%;
  }
}

.f-fac #afterExhibitonBox #visitorsBoxArea .inner .title01, .f-fac #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #009BCE;
}

.f-fac #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #009BCE;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #ccebf5;
}

.f-fac #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #009BCE;
  display: block;
}

.f-fac #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #009BCE;
}

.fd #afterExhibitonBox #visitorsBoxArea .inner .title01, .fd #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #664497;
}

.fd #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #664497;
}

.fd #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #e0d9ea;
}

.fd #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #e0d9ea;
}

.fd #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #e0d9ea;
}

.fd #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #664497;
  display: block;
}

.fd #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #664497;
}

.fsj #afterExhibitonBox #visitorsBoxArea .inner .title01, .fsj #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #009D9E;
}

.fsj #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #009D9E;
}

.fsj #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: rgba(0, 157, 158, 0.2);
}

.fsj #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #009D9E;
  display: block;
}

.fsj #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #009D9E;
}

.souzai #afterExhibitonBox #visitorsBoxArea .inner .title01, .souzai #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #EC6C1F;
}

.souzai #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #EC6C1F;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: #ffeadc;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: #ffeadc;
}

.souzai #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: #ffeadc;
}

.souzai #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #EC6C1F;
  display: block;
}

.souzai #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #EC6C1F;
}

.rj #afterExhibitonBox #visitorsBoxArea .inner .title01, .rj #afterExhibitonBox .next_year_mapArea .inner .title01 {
  color: #F7B100;
}

.rj #afterExhibitonBox #visitorsBoxArea .title01 {
  color: #F7B100;
}

.rj #afterExhibitonBox #visitorsBoxArea tr.coltitle td {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox #visitorsBoxArea tr.date td {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox #visitorsBoxArea tr td:nth-of-type(1) {
  background: rgba(247, 177, 0, 0.2);
}

.rj #afterExhibitonBox .next_year_mapArea .next_year_map--btn {
  background-color: #F7B100;
  display: block;
}

.rj #afterExhibitonBox .next_year_mapArea .next_year_mapArea__icon--f-sys {
  background-color: #F7B100;
}

#afterExhibitonBox .sub-ttl {
  margin-bottom: 30px;
}

#visitorsBoxArea .title01 {
  color: #e50038;
  margin-bottom: 10px;
  text-align: left;
}

#visitorsBoxArea .title01 span {
  display: block;
}

#visitorsBoxArea .title01 img {
  width: 25%;
}

#visitorsBoxArea table {
  margin: 30px auto 0;
  width: 100%;
}

#visitorsBoxArea tr.coltitle {
  border-top: 1px solid #CCCCCC;
}

#visitorsBoxArea tr.coltitle td {
  background: #f1dcdb;
}

#visitorsBoxArea tr.numbers td {
  font-size: 14px;
}

@media screen and (min-width: 796px) {
  #visitorsBoxArea tr.numbers td:first-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers td:first-child {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.numbers .bg_td {
  background: #f1dcdb;
}

#visitorsBoxArea tr.numbers .bg-gray {
  background: #F8F8F8 !important;
}

#visitorsBoxArea tr.table_text {
  background: #fff !important;
}

#visitorsBoxArea tr.table_text td {
  background: #fff !important;
  border: none;
  border-left: none !important;
  font-size: 10px;
  height: 25px;
  padding: 0px 10px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  #visitorsBoxArea tr.table_text td {
    font-size: 10px;
    height: 25px;
    padding: 0px 10px;
    text-align: left;
  }
}

#visitorsBoxArea tr.date {
  border-top: 1px solid #CCCCCC;
}

#visitorsBoxArea tr.date td {
  background: #f1dcdb;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.date td {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.date span {
  font-size: 12px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.date span {
    font-size: 1.6vw;
  }
}

#visitorsBoxArea tr.total td {
  font-size: 13px;
}

#visitorsBoxArea tr.total td:last-child {
  color: #fb0219;
  font-size: 22px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td:last-child {
    font-size: 16px;
  }
}

#visitorsBoxArea tr.total td:nth-last-child(2) {
  font-size: 22px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td:nth-last-child(2) {
    font-size: 16px;
  }
}

#visitorsBoxArea tr.total td span {
  font-size: 10px;
}

#visitorsBoxArea tr td {
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 12px;
  height: 75px;
  padding: 10px 5px 5px;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr td {
    height: 11.33333vw;
  }
}

#visitorsBoxArea tr td:nth-of-type(1) {
  background: #f1dcdb;
  border-left: 1px solid #CCCCCC;
  width: 20%;
}

.next_year_mapArea {
  background-color: #fff;
  border-top: 2px solid #e50038;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 30px 20px 0px 30px;
  text-align: center;
  width: 500px;
}

.next_year_mapArea .pic {
  margin: auto;
  position: relative;
  width: 315px;
}

.next_year_mapArea .pic img {
  width: 100%;
}

.next_year_mapArea__icon {
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
}

.next_year_mapArea__icon > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.next_year_mapArea__icon span {
  background-color: #fff;
  position: absolute;
}

.next_year_mapArea__icon span:nth-child(1) {
  height: 1px;
  left: 13px;
  top: 50%;
  width: 24px;
}

.next_year_mapArea__icon span:nth-child(2) {
  height: 24px;
  left: 50%;
  top: 13px;
  width: 1px;
}

.next_year_mapArea p {
  font-size: 28px;
  line-height: 1.076em;
  margin-bottom: 30px;
}

.next_year_mapArea p span {
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  padding-top: 10px;
}

.next_year_mapArea .next_year_map--btn {
  background-color: #008A32;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 40px auto 50px;
  padding: 19px 65px 16px 90px;
  position: relative;
  text-align: left;
  width: 350px;
}

.next_year_mapArea .next_year_map--btn:hover {
  color: #fff;
  opacity: 0.8;
}

.next_year_mapArea .next_year_map--btn:before {
  background: url(../../../f-sys/images/icon_pdf_ov.png) no-repeat left top;
  content: "";
  height: 28px;
  left: 30px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.next_year_mapArea__icon--f-sys {
  background-color: #008A32;
}

.swiper-container02 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .swiper-container02 {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 516px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 {
    margin-top: 4vw;
  }
}

.swiper-container02 .swiper-slide {
  align-items: center !important;
  display: flex;
  justify-content: center !important;
  overflow: hidden !important;
  width: 235px;
}

@media screen and (min-width: 796px) {
  .swiper-container02 .swiper-slide {
    margin-top: -40px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide img {
    height: auto;
    width: 100% !important;
  }
}

.swiper-container02 .swiper-slide-active {
  opacity: 1;
}

.swiper-container02 .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.swiper-container02 .swiper-slide {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-container02 .swiper-slide a {
  height: 260px;
  outline: none;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide a {
    height: auto;
  }
}

.swiper-container02 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  opacity: 1;
  width: 12px;
}

.swiper-container02 .swiper-pagination-bullet-active {
  background: #8BC5A7;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  width: 12px;
}

.swiper-container02 .swiper-pagination {
  background-color: #000;
  bottom: 5px;
  height: 40px;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .swiper-container02 .swiper-pagination {
    bottom: 0px;
  }
}

.swiper-container02 .swiper-button-next {
  background: url(/f-sys/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.swiper-container02 .swiper-button-prev {
  background: url(/f-sys/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 2.35714vw;
    width: 1000px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper .swiper-button-area {
    display: flex;
    justify-content: space-between;
    width: 150px;
  }
}

.swiper-button-wrapper .swiper-button-area .next02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .next02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    position: absolute;
    right: 0;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

.swiper-button-wrapper .swiper-button-area .prev02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .prev02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    left: 0;
    position: absolute;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .icon_pdf {
    padding: 0 10.66667vw;
  }
}

.topBnArea {
  text-align: center;
  width: 100%;
}

.topBnArea ul {
  display: flex;
  flex-wrap: wrap;
  font-family: ゴシックMB101 M, sans-serif;
  justify-content: space-between;
}

.topBnArea ul li {
  margin-bottom: 20px;
  position: relative;
  width: 240px;
}

.topBnArea ul li a {
  color: #222;
  display: block;
}

.topBnArea ul li a:hover img {
  transform: scale(1.1);
}

.topBnArea ul li a:hover .name {
  background-color: #008A32;
  color: #fff;
}

.topBnArea ul li a:hover .name:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
}

.topBnArea ul li span {
  color: #ccc;
  display: block;
}

.topBnArea ul li span:hover img {
  transform: scale(1);
}

.topBnArea ul li span:hover .name:after {
  content: "";
}

.topBnArea ul li .pic {
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.topBnArea ul li .pic img {
  height: auto;
  transform-origin: center;
  transition: 0.3s;
  width: 100%;
}

.topBnArea ul li .name {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 0;
  position: relative;
  text-align: center;
}

.topBnArea ul li .name:after {
  border-right: 3px solid #008A32;
  border-top: 3px solid #008A32;
  content: "";
  height: 7px;
  margin-left: 10px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.topBnArea ul li .ico {
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 2;
}

.topBnArea ul li .ico__01 {
  background: url(../../../common/images/icon_exhibitor.jpg) no-repeat left top;
}

.topBnArea ul li .ico__02 {
  background: url(../../../common/images/icon_visitor.jpg) no-repeat left top;
}

.content__box {
  margin-right: 20px;
  padding: 0 0px;
  position: relative;
  width: 516px;
}

@media screen and (max-width: 795px) {
  .content__box {
    margin-right: 0;
    width: 100%;
  }
}

.content__box:last-child {
  margin: 0;
}

.content__box .text_box {
  font-size: 16px;
  text-align: left;
}

.content__box .text_box span {
  display: block;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.content__box .btn {
  margin: 0 auto 30px;
  width: 300px;
}

.content__box .btn a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.content__box .title01 {
  background: #fff;
  border-bottom: 2px solid #008A32;
  color: #008A32;
  display: block;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left;
  width: 100%;
}

.content__box .title01.Effra {
  font-size: 40px;
}

.content__box .title01 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
}

.content__box .title01 strong {
  font-family: ゴシックMB101 DB, sans-serif;
  font-size: 31px;
}

.content__box .title02 {
  color: #008A32;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 29px;
  text-align: left;
}

.detailArea {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 170px;
  width: 1020px;
}

.detailArea__top {
  margin: 10px auto 70px;
}

.detailArea .content__box {
  position: relative;
}

.detailArea .content__box .btn {
  /*position: absolute;
      top: 147px;
      left: 90px;
      margin: 0 auto;*/
}

@media screen and (max-width: 795px) {
  .detailArea .content__box {
    width: 100%;
  }
}

.detailArea .content__box .btn__off {
  opacity: 0.5;
}

.detailArea .content__box .btn__off a {
  opacity: 0.5 !important;
}

.detailArea .content__box .btn__off:hover {
  opacity: 0.5 !important;
}

.detailArea .content__box .btn__off:hover a {
  opacity: 0.5 !important;
}

#outlineBox .outline-table {
  border: 1px #CCCCCC solid;
  color: #333333;
  font-size: 14px;
  width: 100%;
}

#outlineBox .outline-table__box--title td {
  background: #E5E5E5;
  border-right: 1px #CCCCCC solid;
  padding: 5px 17px;
}

#outlineBox .outline-table__box--title td:last-child {
  border: none;
}

#outlineBox .outline-table__box--content td {
  background: #FFF;
  border-right: 1px #CCCCCC solid;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  padding: 5px 17px 15px;
  vertical-align: top;
}

#outlineBox .outline-table__box--content td:last-child {
  border: none;
}

#guidelineBox .guideline-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#guidelineBox .guideline-content__title {
  border-bottom: 2px #f0f0f0 solid;
  display: block;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

#guidelineBox .guideline-content__title:before {
  border: solid 7px #008A32;
  content: "";
  height: 0;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 0;
}

#guidelineBox .guideline-content__title02 {
  display: inline-block;
  margin-right: 20px;
  width: 220px;
}

#guidelineBox .guideline-content__title02:nth-child(2) {
  margin: 0;
}

#guidelineBox .guideline-content__txt {
  color: #333333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: bottom;
  width: 100%;
}

#guidelineBox .guideline-content__txt span {
  color: #008A32;
  font-family: "Noto Sans";
  font-size: 28px;
}

#guidelineBox .guideline-content__box {
  position: relative;
  width: 50%;
}

#guidelineBox .guideline-content__box:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,ffffff+86&0+0,1+85 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 7%, white 85%, white 86%);
  bottom: 0;
  content: "";
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  height: 140px;
  left: 0;
  position: absolute;
  width: 240px;
  /* IE6-9 */
  z-index: 1;
}

/*=====================================
  pages
=====================================*/
/* =====================================================================
*
*     事前アポイント
*
* =================================================================== */
/* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
.contact .contents {
  padding: 85px 30px 0;
}

@media screen and (max-width: 795px) {
  .contact .contents {
    padding: 10.26667vw 0;
  }
}

.contact .contents .sec_contents__textBox {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 795px) {
  .contact .contents .sec_contents__textBox {
    font-size: 3.73333vw;
    line-height: 1.4285;
  }
}

.contact .contents_inner {
  padding-top: 90px;
}

@media screen and (max-width: 795px) {
  .contact .contents_inner {
    padding-top: 10.26667vw;
  }
}

.contact .p-contact__form.confirm tr {
  border-bottom: 1px solid #CCCCCC;
}

.contact .p-contact__form.confirm tr th {
  font-size: 16px;
  padding: 10px 0;
  vertical-align: middle;
  width: 220px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form.confirm tr th {
    font-size: 2.13333vw;
    width: 32vw;
  }
}

.contact .p-contact__form.confirm tr td {
  font-size: 18px;
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form.confirm tr td {
    font-size: 2.4vw;
    padding: 2vw 0;
  }
}

.contact .p-contact__form_confirmation tr {
  display: block !important;
}

.contact .p-contact__flow {
  display: flex;
  font-family: 'Noto Sans', sans-serif;
  justify-content: space-between;
  margin: 150px auto 110px;
  position: relative;
  width: 960px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow {
    margin: 13.33333vw auto 13.73333vw;
    width: 90.66667vw;
  }
}

.contact .p-contact__flow::after {
  border-top: solid 2px #707070;
  content: "";
  display: inline-block;
  left: 68px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  width: 86%;
  z-index: 0;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow::after {
    border-top: solid 0.26667vw #707070;
    left: 6.66667vw;
    top: -5.33333vw;
    width: 76vw;
  }
}

.contact .p-contact__flow span {
  align-items: center;
  color: #CCCCCC;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  width: 120px;
  z-index: 1;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span {
    font-size: 3.73333vw;
    width: 18.66667vw;
  }
}

.contact .p-contact__flow span.current {
  color: #333333;
}

.contact .p-contact__flow span.current::before {
  background: #000;
}

.contact .p-contact__flow span::before {
  align-items: center;
  background: #CCCCCC;
  border-radius: 30px;
  color: #fff;
  content: "";
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  height: 59px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -70px;
  width: 59px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span::before {
    height: 7.86667vw;
    left: 5.33333vw;
    top: -9.33333vw;
    width: 7.86667vw;
  }
}

.contact .p-contact__flow span:first-of-type::before {
  content: "1" !important;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span:first-of-type::before {
    font-size: 4vw;
  }
}

.contact .p-contact__flow span:last-of-type {
  margin-right: 0;
}

.contact .p-contact__flow span:last-of-type::before {
  content: "3" !important;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span:last-of-type::before {
    font-size: 4vw;
  }
}

.contact .p-contact__flow span:nth-of-type(2)::before {
  content: "2" !important;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span:nth-of-type(2)::before {
    font-size: 4vw;
  }
}

.contact .p-contact__form {
  margin: 25px auto 100px;
  position: relative;
  width: 995px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form {
    margin: 0 auto;
    width: 89.33333vw;
  }
}

.contact .p-contact__form table {
  margin: 0 0 40px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form table {
    margin: 0 0 5.33333vw;
  }
}

.contact .p-contact__form tr {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr {
    margin-bottom: 4vw;
  }
}

.contact .p-contact__form tr th {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 7.5px 0 0;
  vertical-align: top;
  width: 180px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr th {
    font-size: 3.2vw;
    padding: 2.66667vw 0 0;
    width: 25.33333vw;
  }
}

.contact .p-contact__form tr th .red {
  color: red;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr .form_small_font {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr .form_small_font_another {
    font-size: 2.8vw;
  }
}

.contact .p-contact__form tr .multiple_lines {
  line-height: 1.2;
  padding-top: 0px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr .multiple_lines {
    padding-top: 1.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr .sp_multiple_lines {
    line-height: 1.27;
    padding-top: 0px;
    padding-top: 1.33333vw;
  }
}

.confirm .contact .p-contact__form tr td {
  vertical-align: middle;
}

.contact .p-contact__form tr td input:-ms-input-placeholder, .contact .p-contact__form tr td textarea:-ms-input-placeholder, .contact .p-contact__form tr td select:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .p-contact__form tr td input::placeholder, .contact .p-contact__form tr td input:-ms-input-placeholder, .contact .p-contact__form tr td textarea::placeholder, .contact .p-contact__form tr td textarea:-ms-input-placeholder, .contact .p-contact__form tr td select::placeholder, .contact .p-contact__form tr td select:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .p-contact__form tr td .text01 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 700px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text01 {
    font-size: 3.2vw;
    height: 10.66667vw;
    padding: 0 2vw;
    width: 62.66667vw;
  }
}

.contact .p-contact__form tr td .text02 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 340px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text02 {
    font-size: 3.2vw;
    height: 10.66667vw;
    margin-right: 0;
    padding: 0 2vw;
    width: 30vw;
  }
}

.contact .p-contact__form tr td .text02:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text02:first-child {
    margin-right: 0.66667vw;
  }
}

.contact .p-contact__form tr td .text04 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 200px;
  max-width: 700px;
  padding: 15px 20px;
  width: 700px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text04 {
    font-size: 3.2vw;
    height: 32vw;
    max-width: unset;
    padding: 2vw 2.66667vw;
    width: 62.66667vw;
  }
}

.contact .p-contact__form_before::before {
  color: #E60039;
  content: "※は必須項目です。";
  font-family: 'Noto Sans';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: -30px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form_before::before {
    font-size: 2.66667vw;
    right: -3.33333vw;
    top: -4vw;
  }
}

.contact .p-contact__annotation {
  color: #E60039;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: right;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__annotation {
    font-size: 2.66667vw;
    margin-bottom: 1.2vw;
  }
}

.font_oz {
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 795px) {
  .font_oz {
    padding-top: 2vw;
  }
}

.hnabī-font_oz {
  font-family: "Oswald", sans-serif !important;
}

.p-contact__lead {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .p-contact__lead {
    font-size: 3.73333vw;
    line-height: 1.42857142857em;
    margin-bottom: 6.66667vw;
    text-align: center;
  }
}

.p-contact__about {
  border: 2px solid rgba(0, 138, 50, 0.3);
  font-weight: bold;
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 0px;
  padding: 20px 30px 22px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .p-contact__about {
    border: 0.26667vw solid #008A32;
    font-size: 3.2vw;
    line-height: 1.58333333333em;
    margin-bottom: 16vw;
    padding: 2vw 2.66667vw 2.66667vw;
  }
}

.p-contact__about .typesquare_option {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

.p-contact__about .typesquare_option strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.p-contact__about .typesquare_option p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
}

.co_btnArea {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.co_btnArea button {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 795px) {
  .co_btnArea button {
    margin: 0 4vw 0 0;
  }
}

.co_btnArea button:last-child {
  margin: 0;
}

.btnInput {
  margin-right: 20px;
}

.btnInput:hover {
  opacity: 0.6;
}

.btnInput span {
  align-items: center;
  background-color: #008A32;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  min-width: 300px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .btnInput span {
    font-size: 5.06667vw;
    height: 13.33333vw;
    min-width: 100%;
    width: 100%;
  }
}

.btnInput.btn__arrow-r span {
  background-color: #008A32;
}

.btnInput.btn__arrow-r span:after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 0;
}

.btnInput.btn__arrow-l span:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 8px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: 5%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

.p-contact__form.confirm tr {
  border-bottom: 1px solid #CCCCCC;
  display: block !important;
}

.p-contact__form.confirm tr th {
  padding: 10px 0;
  vertical-align: middle;
  width: 220px;
}

.p-contact__form.confirm tr td {
  font-size: 18px;
  padding: 10px 0;
  vertical-align: middle;
}

.p-contact__form input {
  font-family: 'Noto Sans', sans-serif !important;
}

/* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
.download {
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.download #mainVisualSec {
  background: url(/images/main_v_download.png) no-repeat center;
  background-size: cover;
}

.p-download__list ul li {
  margin-bottom: 21px;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li {
    margin-bottom: 2.66667vw;
  }
}

.p-download__list ul li:last-child {
  margin: 0;
}

.p-download__list ul li a {
  align-items: center;
  background-color: #ededed;
  color: #2d2d2d;
  display: flex;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  padding: 20px;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .p-download__list ul li a:hover .new {
    background: #fff;
    color: #FF0000;
  }
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 2.5vw 3.2vw;
  }
}

.p-download__list ul li a .new {
  background: #FF0000;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  line-height: 1.3;
  margin-right: 20px;
  padding: 0 7px;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a .new {
    font-size: 3.45vw;
    line-height: 1.3;
    padding: 0px 2.2vw;
    width: auto;
  }
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a .dl_btn {
    font-size: 3.2vw;
    line-height: 1.4;
    padding-top: 2vw;
  }
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a .new_none_btn {
    padding-top: 0 !important;
  }
}

.p-download__list ul li a:hover {
  background-color: #008A32;
  color: #fff;
}

.p-download__list ul li a:hover:after {
  background: url(../../f-fac/images/icon_download_ov.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a:hover:after {
    background: url(../../f-fac/images/icon_download_sp_ov.png) no-repeat left top;
    background-size: contain;
    height: 7.46667vw;
    right: 2.66667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.66667vw;
  }
}

.p-download__list ul li a:after {
  background: url(../../f-fac/images/icon_download.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 30.5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 27.6px;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a:after {
    background: url(../../f-fac/images/icon_download_sp.png) no-repeat left top;
    background-size: contain;
    height: 7.46667vw;
    right: 2.66667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.66667vw;
  }
}

/* =====================================================================
*
*     ??????
*
* =================================================================== */
.event {
  /*.timeTable02 table{
  margin:10px;
    width:97% 
  }
*/
}

.event .box p {
  font-size: 14px;
  line-height: 2;
}

.event .contents .c-cont__title {
  font-size: 36px;
  margin-bottom: 70px;
}

.event .titleBox01 {
  margin-bottom: 14px;
}

.event .sub_table {
  border: none;
  border-top: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 10px;
  width: 700px;
}

.event .sub_table td {
  border-bottom: 1px #FFFFFF solid;
  padding: 5px;
  text-align: left;
}

.event .sub_table .lef_td {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  text-align: center;
  width: 74px;
}

.event .sub_table .cent_td {
  border-bottom: 1px dotted #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

.event .sub_table .rig_td {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 14px;
  line-height: 170%;
  padding: 7px 7px 7px 15px;
}

.event .sub_table .lef_td1 {
  background-color: #EAEAEA;
  border-bottom: 1px dotted #CCCCCC;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}

.event .sub_table .lef_td1 div {
  position: relative;
  text-align: center !important;
}

.event .sub_table .lef_td1 div span {
  font-size: 9px;
  left: 0px;
  position: absolute;
  top: -9px;
}

.event .sub_table .lef_td2 {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 92px;
  padding: 9px 0 0 0;
  text-align: center;
  width: 90px;
}

.event .sub_table .lef_td3 {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 244px;
  padding: 9px 0 0 0;
  text-align: center;
  width: 90px;
}

.event .title01 a {
  padding-top: 10px;
  position: absolute;
  right: 0px;
}

.event .title01 a :hover {
  opacity: 0.7;
}

.event .timeTable .tTitle {
  background-color: #909090;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  text-align: center;
}

.event .timeTableBox {
  background-color: #E9E9E9;
  margin-bottom: 50px;
  padding: 0.2px 2px;
}

.event .timeTable table {
  margin: 10px;
  width: 97%;
}

.event .theme01 .timeTable table .date {
  background-color: #E95383;
  color: #FFF;
  font-size: 15px;
  padding: 3px 0px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.event .theme01 .timeTable table .time {
  background-color: #FFF;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  text-align: left;
}

.event .theme01 .timeTable table .food {
  background-color: #FFF;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 3px;
  text-align: right;
}

.event .theme02 .timeTable table .time {
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  text-align: left;
}

.event .theme02 .timeTable table .time span {
  background-color: #FFF;
  border-left: 2px solid #AB79B1;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}

.event .theme02 .timeTable table .time span.arrow {
  background-color: #FFF;
  border-left: none !important;
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.event .theme03 .timeTable table .time {
  background-color: #FFF;
  border-bottom: 1px dotted #7A7A7A;
  border-left: 0px solid #E9E9E9;
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  padding-left: 10px;
  text-align: left;
  width: 115px;
}

.event .theme03 .timeTable table .time div {
  display: table-cell;
  vertical-align: middle;
}

.event .theme03 .timeTable table .text {
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  text-align: left;
}

.event .theme03 .timeTable table .right {
  border-left: 2px solid #E9E9E9;
}

.event .theme03 .timeTable table span.menuTitle {
  color: #FF9900;
  float: right;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}

.event .theme02 .timeTable table .date {
  background-color: #AB79B1;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px 0px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.event .theme03 .timeTable table .date {
  background-color: #FF9900;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px 0px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.event .theme03 .timeTable02 table .date {
  background-color: #FF9900;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px 0px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.event .link_bn:hover {
  opacity: 0.7;
}

.event span.arrow {
  border-left: none;
  color: #aaa;
  display: inline-block;
  font-size: 80%;
  line-height: 1;
  margin-top: -2px;
  padding: 0 3px;
  vertical-align: middle;
}

.event #mainVisualSec {
  background: url(../images/main.jpg) no-repeat center center;
  background-size: cover;
}

.event #lnavi ul li a {
  padding: 5px 20px;
}

.event .btnBox2 {
  position: relative;
}

.event .btn2 {
  align-content: center;
  background: #e50038;
  display: flex;
  height: 70px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -20px;
  width: 350px;
}

.event .btn2 a {
  color: #fff !important;
  font-size: 22px;
  line-height: 70px;
  position: relative;
  text-align: center;
  width: 100%;
}

.event .btn2 a::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 7px;
  margin-left: 20px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.event .btn2:hover {
  color: #fff;
  opacity: 0.7;
}

.event .btn2:hover a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  /* IE8 */
  color: #fff;
  opacity: 0.5;
}

.event .btn2 span {
  font-size: 10px;
  font-weight: normal;
}

.event #rightboxSec div {
  overflow: visible;
}

.event .theme01 a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  color: #fff;
  opacity: 0.8;
}

/* =====================================================================
*
*    関連リンク
*
* =================================================================== */
#linkBox ul {
  margin-left: -20px;
  overflow: hidden;
  zoom: 1;
}

#linkBox ul li {
  float: left;
  margin-left: 20px;
}

#footer_bn, *:first-child + html #footer_bn {
  bottom: 50px;
  padding: 0;
  position: fixed;
  /* IE6 */
  _position: absolute;
  right: 50px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

#footer_bn a {
  display: block;
  height: 40px;
  margin: 0;
  text-decoration: none;
  width: 40px;
}

#footer_bn div {
  background: url(../../images/pagetop_def.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

#footer_bn div:hover {
  background: url(../../images/pagetop_ov.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

.js-clingify-ztransform {
  position: relative;
  transform: translateZ(0);
  z-index: 2;
}

.js-clingify-wrapper {
  position: relative;
  transform: translateZ(0);
  width: 100%;
  z-index: 2;
}

.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.js-clingify-locked #gnavi {
  width: 100%;
}

/* =====================================================================
*
*     ログイン
*
* =================================================================== */
/* =====================================================================
*
*     開催概要
*
* =================================================================== */
@media screen and (max-width: 795px) {
  .kyosan .lef_td1 {
    padding-top: 4vw !important;
    vertical-align: top !important;
  }
}

@media screen and (max-width: 795px) {
  .kyosan .rig_td {
    padding: 0 !important;
  }
}

.kyosan-btn {
  color: #008A32;
  padding: 2.8vw 2.53333vw 2.8vw 5.33333vw;
  position: relative;
}

.kyosan-btn:before {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 2.66667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.kyosan-btn.active:before {
  border-color: transparent transparent #808080 transparent;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  content: "";
  height: 0;
  width: 0;
}

.kyosan-btn.active .off {
  display: block;
}

.kyosan-btn.active .on {
  display: none;
}

.kyosan-btn .off {
  display: none;
}

@media screen and (max-width: 795px) {
  .kyosan-wrap {
    border-top: 1px solid #D1D1D1;
    display: none;
    padding: 2.8vw 2.53333vw 2.8vw 5.33333vw;
  }
}

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

.sub_table {
  border: none;
  border-top: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .sub_table {
    margin-bottom: 0;
  }
}

.sub_table td {
  border-bottom: 1px #FFFFFF solid;
  /*padding: 5px;*/
  padding: 16px 5px 16px;
  text-align: left;
}

.sub_table .lef_td {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  text-align: center;
  width: 74px;
}

.sub_table .cent_td {
  border-bottom: 1px dotted #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.sub_table .rig_td {
  border-bottom: 1px solid #CCCCCC;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  padding: 16px 7px 16px 40px;
}

@media screen and (max-width: 795px) {
  .sub_table .rig_td {
    font-size: 3.73333vw;
    min-height: 8vw;
    padding: 2.8vw 2.53333vw 2.26667vw 5.33333vw;
  }
}

.sub_table .rig_td a {
  color: #008A32;
}

.sub_table .lef_td1 {
  background-color: #F8F8F8;
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding: 21px 0px 20px 0px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width: 795px) {
  .sub_table .lef_td1 {
    font-size: 3.73333vw;
    padding: 2.26667vw 2.4vw 2.4vw 2.26667vw;
    width: 21.33333vw;
  }
}

.sub_table .lef_td1 div {
  position: relative;
  text-align: center !important;
}

.sub_table .lef_td1 div span {
  font-size: 9px;
  left: 0px;
  position: absolute;
  top: -9px;
}

.sub_table .lef_td2 {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 92px;
  padding: 9px 0 0 0;
  text-align: center;
  width: 90px;
}

.sub_table .lef_td3 {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 244px;
  padding: 9px 0 0 0;
  text-align: center;
  width: 90px;
}

/* =====================================================================
*
*     事前来場登録
*
* =================================================================== */
.registration #form {
  text-align: left;
}

.registration.thx_print {
  background-color: #fff !important;
}

.registration .vertical_alignment {
  display: block;
}

.registration .red02 {
  color: #D12123;
}

.registration .list {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 795px) {
  .registration .list {
    font-size: 4.26667vw;
  }
}

.registration .title01 {
  border-bottom: 2px solid #f5a200;
  color: #f5a200;
  font-weight: 700;
}

.registration a {
  color: #f5a200;
}

.registration #header {
  border-top: none;
  height: auto;
  position: static;
}

@media screen and (max-width: 795px) {
  .registration #header {
    height: 16vw;
  }
}

.registration #header .headArea {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .registration #header .headArea {
    margin: 0 auto;
    padding: 5.33333vw 0;
    width: 100%;
  }
}

.registration #header .headArea .inner {
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 795px) {
  .registration #header h1 img {
    height: 10.7vw;
  }
}

.registration .header-icon {
  height: 100px;
  opacity: 1;
}

@media screen and (max-width: 795px) {
  .registration .header-icon {
    height: 18.66667vw;
    margin: 0 auto;
  }
}

.registration .header-icon img {
  height: 100%;
  width: auto;
}

.registration .header-icon:hover {
  opacity: 0.6;
}

.registration #mainVisualSec {
  background: white;
  height: auto;
  margin-bottom: 100px;
  margin-top: 0;
}

@media screen and (max-width: 795px) {
  .registration #mainVisualSec {
    height: auto;
    margin-bottom: 6.66667vw;
  }
}

.registration #mainVisualSec h2 {
  background: #008A32;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and (max-width: 795px) {
  .registration #mainVisualSec h2 {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul li {
    margin-bottom: 2.66667vw;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul li:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul li a {
    line-height: 1.2em;
  }
}

@media screen and (max-width: 795px) {
  .registration #lnavi ul li a::after {
    border-left: 1.73333vw solid transparent;
    border-right: 1.73333vw solid transparent;
    border-top: 3.46667vw solid #f5a200;
  }
}

.registration #lnavi ul li a:hover {
  opacity: 0.7;
}

.registration .registration_caution__map {
  margin: 0 auto;
}

@media screen and (max-width: 795px) {
  .registration .registration_caution__map {
    margin: 0 auto 2.66667vw;
  }
}

.registration .registration_caution__map img {
  width: 100%;
}

.registration .registration_caution__note {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (min-width: 796px) {
  .registration .registration_caution__note {
    margin-top: 30px;
  }
}

@media screen and (max-width: 795px) {
  .registration .registration_caution__note {
    flex-direction: column;
    margin-bottom: 10.66667vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 796px) {
  .registration .registration_caution__title {
    width: 75px;
  }
}

@media screen and (max-width: 795px) {
  .registration .registration_caution__title {
    margin: 0 auto;
    width: 14vw;
  }
}

.registration .registration_caution__title img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.registration .registration_caution__text {
  border: solid 1px #f5a200;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .registration .registration_caution__text {
    font-size: 4.26667vw;
    padding: 2.66667vw;
  }
}

@media screen and (max-width: 795px) {
  .registration .registration-img__box .registration-img {
    height: auto;
    width: 100%;
  }
}

.registration .registration-thx__text {
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (max-width: 795px) {
  .registration .registration-thx__text {
    font-size: 4.26667vw;
  }
}

.registration .map_pic--box {
  margin: 20px 0 35px;
}

@media screen and (max-width: 795px) {
  .registration .map_pic--box {
    margin: 2.66667vw 0 4.66667vw;
  }
}

.registration .map_pic--box img {
  width: 100%;
}

.registration .c-cont__title {
  text-align: left;
}

@media screen and (max-width: 795px) {
  .registration .c-cont__title {
    font-size: 4.73333vw;
  }
}

.registration .c-cont__title::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5a200+0,f5a200+0,f4a718+100,2989d8+100,f4ab22+100 */
  background: #f5a200;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5a200 0%, #f5a200 0%, #f4a718 100%, #2989d8 100%, #f4ab22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a200', endColorstr='#f4ab22', GradientType=0);
  /* IE6-9 */
}

.registration .contents {
  margin: 20px auto 80px;
  padding: 0px 30px 0;
}

@media screen and (max-width: 795px) {
  .registration .contents {
    margin: 0 auto 13.33333vw;
    padding: 8vw 0 0;
    width: 90%;
  }
}

.registration .contents .box02 {
  background-color: #E6E6E6;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 15px;
}

.registration .contents .box02 p {
  display: block;
  padding: 10px;
}

@media screen and (max-width: 795px) {
  .registration .contents tr {
    display: flex;
    flex-wrap: wrap;
  }
}

.registration .contents .b01 {
  background-color: #e9e9e9;
  border-bottom: 1px #fff solid;
}

.registration .contents .b02 {
  background-color: #f7f7f7;
  border-bottom: 1px #fff solid;
}

.registration .contents .b03 {
  background-color: #e9e9e9;
  border-bottom: 1px #fff solid;
}

.registration .contents .b04 {
  border-bottom: 1px #c3c3c3 dotted;
  border-right: #FFF 2px solid;
}

.registration .contents label {
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .registration .contents label {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    position: relative;
    width: 100%;
  }
}

.registration .contents #othertext {
  position: absolute;
  white-space: nowrap;
}

.registration .contents label.error {
  color: red;
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.registration .contents .textbox {
  margin: 10px 0;
}

@media screen and (min-width: 796px) {
  .registration .contents .text01 {
    height: 30px;
    width: 250px;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .text01 {
    height: 8vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .registration .contents .text02 {
    height: 30px;
    padding: 5px;
    width: 107px;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .text02 {
    height: 8vw;
    margin-right: 2.66667vw;
    width: 48%;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .text02:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 796px) {
  .registration .contents .text02_1 {
    height: 30px;
    width: 100px;
  }
}

@media screen and (min-width: 796px) {
  .registration .contents .text03 {
    height: 30px;
    width: 170px;
  }
}

@media screen and (min-width: 796px) {
  .registration .contents .text04 {
    height: 150px;
    width: 400px;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .text04 {
    height: 26.66667vw;
    width: 100%;
  }
}

.registration .contents #uComment {
  display: none;
}

.registration .contents #uComment2 {
  display: none;
}

.registration .contents .none {
  display: none;
}

.registration .contents .other {
  float: left;
  line-height: 25px;
  vertical-align: top;
}

.registration .contents .left_flo {
  float: left;
}

.registration .contents .none {
  display: none;
}

.registration .contents .text_height {
  line-height: 170%;
  padding: 10px 0;
}

.registration .contents .btn {
  margin: 50px auto;
}

.registration .contents .btn :after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 7px;
  margin-left: 20px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.registration .contents .btnBox.off .btn {
  margin: 50px auto;
  position: relative;
  width: 300px;
}

.registration .contents .btn:hover {
  opacity: 0.8;
}

.registration .contents .w180 {
  width: 180px;
}

.registration .contents .w200 {
  width: 200px;
}

.registration .contents .btn02 {
  background-color: #FFF;
  margin: 0px auto;
}

.registration .contents .form {
  margin-top: 1em;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .registration .contents .form {
    line-height: 50px;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form {
    font-size: 4.26667vw;
    line-height: 2em;
  }
}

.registration .contents .form .ml1em {
  margin-left: 1em;
}

.registration .contents .form #industrySelectBox .b01 {
  background-color: #d0d0d0;
}

.registration .contents .form #industrySelectBox .b02 {
  background-color: #dfdfdf;
}

@media screen and (min-width: 796px) {
  .registration .contents .form th {
    padding-left: 10px;
    width: 200px;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form th {
    line-height: 1.5em;
    padding: 5.33333vw 2.66667vw 4vw;
    width: 100%;
  }
}

.registration .contents .form th img {
  width: 100%;
}

@media screen and (max-width: 795px) {
  .registration .contents .form th select {
    background: #fff;
    height: 8vw;
  }
}

.registration .contents .form td {
  /* span{
          @include max {
            line-height: 2em;
          }
        } */
}

@media screen and (min-width: 796px) {
  .registration .contents .form td {
    padding: 0 10px;
    text-align: left;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form td {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2.66667vw 5.33333vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form td select {
    background: #fff;
    height: 8vw;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form td #company_type_pre {
    margin-bottom: 1.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .registration .contents .form .textbox {
    margin: 10px 0;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .form .textbox {
    margin: 1.33333vw 0;
  }
}

.registration .contents .form input, .registration .contents .form textarea {
  border: 1px solid #CCC;
  font-size: 13px;
}

@media screen and (max-width: 795px) {
  .registration .contents .form input, .registration .contents .form textarea {
    font-size: 3.46667vw;
    padding: 1.33333vw;
  }
}

.registration .contents .registration__example {
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 795px) {
  .registration .contents .registration__example {
    font-size: 2.66667vw;
    line-height: 3em;
    margin-left: 0;
  }
}

.registration .contents .registration__example--spml10 {
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 795px) {
  .registration .contents .registration__example--spml10 {
    font-size: 2.66667vw;
    line-height: 2em;
    margin-left: 2.66667vw;
  }
}

.registration .contents .registration__checkbox01 {
  margin-left: 10px;
}

@media screen and (max-width: 795px) {
  .registration .contents .registration__checkbox01 {
    margin-left: 0;
  }
}

.registration .contents .regist_text {
  font-size: 14px;
  margin-left: 2.4em;
  padding-bottom: 5px;
  text-align: left;
  text-indent: -2.4em;
}

@media screen and (max-width: 795px) {
  .registration .contents .regist_text {
    font-size: 4.26667vw;
    margin-left: 2.2em;
    padding-bottom: 1.33333vw;
    text-indent: -2.2em;
  }
}

.registration .contents .regist_text02 {
  font-size: 12px;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}

@media screen and (max-width: 795px) {
  .registration .contents .regist_text02 {
    font-size: 3.73333vw;
  }
}

.registration .contents .regist_text03 {
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .registration .contents .regist_text03 {
    font-size: 5.33333vw;
  }
}

.registration .contents .ml1em {
  margin-left: 1em;
}

.registration .contents .p-registration__flow {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 795px) {
  .registration .contents .p-registration__flow {
    margin-bottom: 5.33333vw;
  }
}

.registration .contents .p-registration__flow span {
  background-color: #E6E6E6;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 1px;
  padding: 19px 18px 17px;
  position: relative;
  text-align: center;
  width: 33.333%;
}

@media screen and (max-width: 795px) {
  .registration .contents .p-registration__flow span {
    font-size: 4.26667vw;
    line-height: 1.2em;
    padding: 2.53333vw 2.4vw 2.53333vw;
  }
}

.registration .contents .p-registration__flow span.current {
  background-color: #f5a200;
}

.registration .contents .p-registration__flow span.current:before {
  border-color: #f5a200 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.registration .contents #questions .questions__answer-box {
  line-height: 2;
  padding: 10px 0;
}

@media screen and (max-width: 795px) {
  .registration .contents #questions .questions__answer-box {
    padding: 0;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents #questions .questions__answer {
    margin-right: 1.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .registration .contents .questions__answer-box--flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.registration .contents .industry_type {
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0;
}

@media screen and (max-width: 795px) {
  .registration .contents .industry_type {
    font-size: 3.73333vw;
    margin: 0;
  }
}

.registration .contents .industry_type th {
  padding: 5px 10px;
  vertical-align: top;
}

@media screen and (max-width: 795px) {
  .registration .contents .industry_type th {
    padding: 2.66667vw 1.33333vw 1.33333vw;
  }
}

.registration .contents .industry_type td {
  margin: 0;
  padding: 5px 10px;
  vertical-align: top;
  width: 20%;
}

@media screen and (max-width: 795px) {
  .registration .contents .industry_type td {
    font-size: 3.06667vw;
    line-height: 2em;
    padding: 0.66667vw 1.33333vw 2vw;
    width: 50%;
  }
}

.registration .btnArea {
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width: 796px) {
  .registration .btnArea {
    padding: 60px 0 0;
  }
}

.registration .btnArea .btn02 {
  display: inline-flex;
}

.registration .btnArea .btnInput {
  border-radius: 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 796px) {
  .registration .btnArea .btnInput {
    width: 350px;
  }
}

@media screen and (max-width: 795px) {
  .registration .btnArea .btnInput {
    width: 100%;
  }
}

.registration .btnArea .btnInput span {
  background: #f5a200;
  font-size: 22px;
}

@media screen and (max-width: 795px) {
  .registration .btnArea .btnInput span {
    font-size: 5.33333vw;
  }
}

.registration .btnArea .btnInput:hover {
  background: #d68f04;
}

.registration .btnArea .btnInput:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

.registration .pagetop {
  bottom: 0;
  float: right;
  height: 15px;
  margin: 0 15px 40px 0;
  position: absolute;
  right: 0;
  width: 70px;
}

.registration .pagetopIn {
  float: right;
  height: 15px;
  padding: 35px 0 25px 0;
  width: 70px;
}

.registration .bnlink li {
  float: left;
}

.registration #anchor_menu {
  background-color: #E5E5E5;
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
  padding: 0 0 0 15px;
  text-align: left;
  width: 655px;
}

.registration #person1From, .registration #person2From {
  display: display;
}

.registration #footer_bn {
  bottom: 20px;
  margin-left: 680px;
  padding: 0;
  position: fixed;
  /* IE6 */
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

@media screen and (max-width: 795px) {
  .registration #footer_bn {
    bottom: 2.66667vw;
    right: 5%;
  }
}

.registration #footer_bn a {
  display: block;
  height: 40px;
  margin: 0;
  text-decoration: none;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .registration #footer_bn a {
    height: 5.33333vw;
    width: 5.33333vw;
  }
}

.registration #footer_bn div {
  background: url(/registration/images/pagetop_def.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

.registration #footer_bn div:hover {
  background: url(/registration/images/pagetop_ov.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

.registration *:first-child + html #footer_bn {
  bottom: 20px;
  margin-left: 320px;
  padding: 0;
  position: fixed;
  /* IE6 */
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

.registration #footer_bn #footer_bn div:hover {
  background: url(../../images/pagetop_ov.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

@media screen and (min-width: 796px) {
  .registration .measures_pic {
    margin-top: 40px;
  }
}

@media screen and (max-width: 795px) {
  .registration .measures_pic {
    padding-top: 2.66667vw;
  }
}

.registration .measures_pic img {
  width: 100%;
}

.registration .measures_text01 {
  color: #000;
  padding-top: 5px;
}

.registration .measures_text02 {
  color: #000;
}

.registration .measures_text03 {
  color: #000;
}

.registration .measures_text04 {
  color: #000;
}

.registration .measures_textarea {
  border: #333 solid 1px;
  margin-top: 20px;
  padding: 10px;
}

@media screen and (max-width: 795px) {
  .registration .measures_textarea {
    margin-top: 15px;
  }
}

@media screen and (max-width: 795px) {
  .registration_guide-pic01 {
    height: auto;
    margin: 4vw 0 6.66667vw 0;
    width: 100%;
  }
}

.thx_print #wrapper {
  margin-bottom: 200px;
}

#organization_type + br {
  display: none;
}

#organization_type {
  display: block;
  margin-top: 1em;
}

#industrySelectBox tr:nth-child(even) {
  background-color: #dfdfdf;
}

#industrySelectBox tr:nth-child(odd) {
  background-color: #d0d0d0;
}

#industrySelectBox tr label {
  margin: 0;
}

/*.form {
    tr {
        border-bottom: 1px #fff solid;
        &:nth-child(even) {
            background-color: #f7f7f7;
        }
        &:nth-child(odd) {
            background-color: #e9e9e9;
        }
    }
}*/
#question11 {
  margin-right: 5px;
}

/* =====================================================================
*
*     リクエスト登録フォーム
*
* =================================================================== */
/* =====================================================================
*
*     ???? 
*
* =================================================================== */
/* =====================================================================
*
*     検索・一覧
*
* =================================================================== */
.search {
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  /*CheckBoxとText */
}

.search #mainVisualSec {
  margin-top: 0;
}

.search #mainVisualSec .smaill_menu {
  font-weight: normal;
}

.search #mainVisualSec h2 {
  font-size: 40px;
  font-weight: bold !important;
  padding-bottom: 34px !important;
}

.search .red02 {
  color: #D12123;
}

.search .list {
  margin-left: 1em;
  text-indent: -1em;
}

.search .title01 {
  border-bottom: none;
  color: #C78903;
  font-family: 'Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-bottom: 0;
}

@media screen and (max-width: 795px) {
  .search .title01 {
    font-size: 8vw;
    margin-bottom: 4vw;
    padding-bottom: 0vw;
  }
}

.search .title02 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .search .title02 {
    background-size: 4vw;
    font-size: 4vw;
    padding-left: 6.66667vw;
  }
}

.search a {
  color: #00437c;
}

.search #tab_box {
  margin: 0 auto 80px;
  margin-top: 100px;
  width: 1000px;
  /*font-family: 'FB Benton Sans Regular', 'ゴシックMB101 R', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
}

@media screen and (max-width: 795px) {
  .search #tab_box {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.search #tab_box .tab_inner {
  height: 60px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .search #tab_box .tab_inner {
    height: auto;
    margin-bottom: 8vw;
    margin-bottom: 0;
  }
}

.search #tab_box .tab_inner p {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 20px;
}

.search #tab_box .tab_inner p a {
  text-decoration: underline;
}

.search #tab_box .tab_inner p a:hover {
  text-decoration: none;
}

.search #tab_box .tab_inner #tab {
  display: flex;
  height: 73px;
  overflow: hidden;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .search #tab_box .tab_inner #tab {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    width: 85%;
  }
}

@media screen and (max-width: 795px) {
  .search #tab_box .tab_inner #tab .tab-fast {
    margin-bottom: 4vw;
  }
}

.search #tab_box .tab_inner #tab .search_icon {
  position: relative;
}

.search #tab_box .tab_inner #tab .search_icon::after {
  background-image: url(/search/images/icon_search.png);
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  vertical-align: middle;
  width: 20px;
}

.search #tab_box .tab_inner #tab .list_icon {
  position: relative;
}

.search #tab_box .tab_inner #tab .list_icon::after {
  background-image: url(/search/images/icon_list.png);
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 20px;
  vertical-align: middle;
  width: 22px;
}

.search #tab_box .tab_inner #tab li {
  align-items: center;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  display: flex;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  list-style: none;
  margin-right: 10px;
  text-align: center;
  width: 100%;
}

.search #tab_box .tab_inner #tab li:last-child {
  margin-right: 0;
}

.search #tab_box .tab_inner #tab li a {
  color: #FFFFFF;
}

.search #tab_box .tab_inner #tab li a:hover {
  text-decoration: none;
}

.search #tab_box .tab_inner #tab li.select {
  background: #C78903;
  color: #ffffff;
}

.search #tab_box .tab_inner #tab li.select::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #C78903;
  bottom: -13px;
  content: "";
  height: 0;
  margin: 0 auto;
  position: absolute;
  width: 0;
  z-index: 2;
}

@media screen and (max-width: 795px) {
  .search #tab_box .tab_inner #tab li.select::before {
    display: none;
  }
}

.search #tab_box .tab_inner #tab li.select a {
  color: #ffffff;
}

.search .contents_inner {
  padding: 0 0 0;
}

.search .contents {
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .search .contents {
    margin: 0 auto 13.33333vw;
    margin-top: 6.66667vw;
    padding: 8vw 0 0;
    width: 90%;
  }
}

.search .contents .c-cont__title {
  color: #C78903;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 55px;
  text-align: left;
}

.search .contents .anchor_menu02 {
  background-color: #F2F2F2;
  display: flex;
  font-size: 14px;
  height: auto;
  justify-content: center;
  line-height: 60px;
  margin: 0px 0 45px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .contents .anchor_menu02 {
    flex-wrap: wrap;
    font-size: 1.86667vw;
    justify-content: left;
    line-height: 8vw;
    margin: 0px 0 6vw;
    padding: 2.66667vw;
  }
}

.search .contents .anchor_menu02 a {
  color: #00437c;
  font-size: 16px;
  /*font-family: 'ゴシックMB101 R', sans-serif;*/
  padding: 0px 7px;
}

@media screen and (max-width: 795px) {
  .search .contents .anchor_menu02 a {
    padding: 0 1.33333vw;
  }
}

.search .contents .searchBox .in {
  display: flex;
  margin-bottom: 150px;
  margin-top: 35px;
}

.search .contents .kensakuBox {
  background: #fff;
  border: #D1D1D1 1px solid;
  box-shadow: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 20px;
  font-size: 15px;
  height: 60px;
  line-height: 28px;
  margin-top: 0px;
  padding: 0 19px;
  width: 100%;
}

.search .contents .bar {
  font-size: 21px;
  font-weight: bold;
  margin: 45px 0 25px;
  position: relative;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .contents .bar {
    font-size: 3.2vw;
    margin: 6vw 0 3.33333vw;
    padding-left: 6.66667vw;
    position: relative;
    text-align: left;
  }
}

.search .contents .anchor {
  border: 1px solid #999;
  float: left;
  height: 17px;
  margin-bottom: 20px;
  margin-right: 25px;
  padding: 5px 7px;
  width: 12px;
}

.search .contents .anchor_k {
  border: 1px solid #999;
  float: left;
  height: 17px;
  margin-bottom: 20px;
  padding: 5px 7px;
  width: 24px;
}

.search .contents .blank {
  border: none;
  width: 20px;
}

.search .contents th.cellA {
  background: #f6f6f6;
  border-right: #fff 2px solid;
  color: #434343;
  font-family: UD Shin Go DemiBold, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding: 5px 10px 5px 20px;
  vertical-align: middle;
  width: 320px;
}

.search .contents th.cellB {
  background: #f6f6f6;
  color: #434343;
  font-family: UD Shin Go DemiBold, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding: 5px 10px 3px 20px;
  vertical-align: middle;
  width: 618px;
}

.search .contents td.cellA {
  border-bottom: #E1E1E1 1px dotted;
  border-right: #EEEEEE 2px solid;
  height: 50px;
  vertical-align: middle;
  width: 380px;
  /*padding-left: 45px;*/
}

.search .contents td.cellA a {
  padding: 16px 20px 13px 65px;
}

@media screen and (max-width: 795px) {
  .search .contents td.cellA a {
    padding: 16px 15px 13px 50px;
  }
}

.search .contents td.cellB {
  border-bottom: #E1E1E1 1px dotted;
  height: 50px;
  vertical-align: middle;
  width: 618px;
}

.search .contents td.cellB a {
  padding: 16px 10px 13px 20px;
}

.search .contents td.cellB p {
  padding: 16px 10px 13px 20px;
}

.search .contents td a {
  display: block;
  font-size: 16px;
  /*margin: 16px 20px 13px ;*/
}

@media screen and (max-width: 795px) {
  .search .contents td a {
    font-size: 2.66667vw;
  }
}

.search .contents td p {
  display: block;
  font-size: 16px;
  /*margin: 16px 10px 13px 20px;*/
}

@media screen and (max-width: 795px) {
  .search .contents td p {
    font-size: 2.66667vw;
  }
}

.search .contents td.cell_fsys {
  background: url(../../search/images/ico_fsys.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents td.cell_fsj {
  background: url(../../search/images/ico_fsj.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents td.cell_ff {
  background: url(../../search/images/ico_ff.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents td.cell_fd {
  background: url(../../search/images/ico_fd.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents td.cell_souzai {
  background: url(../../search/images/ico_sj.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents td.cell_rj {
  background: url(../../search/images/ico_rj.jpg) no-repeat 10px center;
  /*padding-left: 45px;*/
}

.search .contents .sort {
  margin-bottom: 20px;
  width: 640px;
}

.search .contents .btn01 {
  margin: 0 0 25px 280px;
}

.search .contents .btn {
  margin-left: 267px;
}

.search .contents h2 {
  position: relative;
}

.search .contents h2 span {
  left: 160px;
  position: absolute;
  top: 2px;
}

.search .contents .search_btn02 {
  background-color: #000;
  font-size: 16px;
  height: 60px;
  margin: 0px 0 0 20px;
  /* line-height: 32px; */
  position: relative;
  text-align: center;
  width: 190px;
}

.search .contents .search_btn02::after {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .search .contents .search_btn02 {
    margin-left: 5.33333vw;
  }
}

.search .contents .search_btn span, .search .contents .search_btn02 span {
  color: #FFF;
  /*font-family: 'ゴシックMB101 M', sans-serif;*/
  font-family: UD Shin Go DemiBold, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.search .contents .search_btn a:hover {
  text-decoration: none;
}

.search .contents .search_btn:hover, .search .contents .search_btn02:hover {
  opacity: 0.7;
}

.search .contents .search_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 40px auto 90px auto;
  /* margin: 0 auto; */
  /* margin-top: 10px; */
  position: relative;
  width: 300px;
}

.search .contents .search_btn::after {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

.search .contents .search_btn.back {
  margin: 80px auto 10px !important;
}

@media screen and (max-width: 795px) {
  .search .contents .search_btn.back {
    margin-top: 13.33333vw !important;
  }
}

.search .contents .search_btn.back a {
  line-height: 50px;
}

.search .contents .searchBox2 {
  background: #E6E6E6;
  height: 110px;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 700px;
}

.search .contents .searchBox2 .current {
  /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: .7;
  /* IE6,7 */
}

.search .contents .searchBox2 .title {
  font-size: 15px;
  font-weight: bold;
  padding: 45px 0 0 0;
  text-align: center;
  width: 160px;
}

.search .contents .item {
  padding-top: 20px;
}

.search .contents .item li {
  float: left;
  height: 70px;
  margin-right: 5px;
  width: 127px;
}

.search .contents .item li button {
  vertical-align: top;
}

.search .contents .searchBox3 {
  background: #f6f6f6;
  margin: 20px auto;
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .contents .searchBox3 {
    padding: 0;
  }
}

.search .contents .searchBox3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.search .contents .searchBox3 ul li {
  /*margin-right:15px;    */
  flex-basis: 33%;
  margin: 3px 0;
}

.search .contents .searchBox3 ul li span {
  display: block !important;
  font-size: 14px;
  line-height: 1.5em;
  /*font-family: 'ゴシックMB101 R', sans-serif;*/
}

@media screen and (max-width: 795px) {
  .search .contents .searchBox3 ul li span {
    font-size: 12px;
  }
}

.search .contents .searchBox3 ul li.cell_large {
  flex-basis: 66%;
}

.search .contents .searchBox3 .ta02 li:nth-child(3n) span {
  width: 70px;
}

.search .contents .searchBox3 .ta03 li span {
  width: 120px;
}

.search .contents .searchBox3 .ta03 li:nth-child(3) span, .search .contents .searchBox3 .ta03 li:nth-child(6) span, .search .contents .searchBox3 .ta03 li:nth-child(9) span {
  width: 70px;
}

.search .contents .searchBox3 .ta03 li:nth-child(2) span, .search .contents .searchBox3 .ta03 li:nth-child(5) span, .search .contents .searchBox3 .ta03 li:nth-child(8) span, .search .contents .searchBox3 .ta03 li:nth-child(11) span, .search .contents .searchBox3 .ta03 li:nth-child(13) span {
  width: 160px;
}

.search .contents .searchBox3 .ta04 li span {
  width: 100px;
}

.search .contents .searchBox3 .ta04 li:nth-child(2n) span {
  width: 210px;
}

.search .contents .searchBox3 .ta02 li {
  margin: 6px 11px 6px 0;
}

.search .contents .searchBox3 .title {
  font-size: 15px;
  font-weight: bold;
  padding: 291px 0 0 0;
  text-align: center;
  width: 160px;
}

.search .contents .searchBox3 table {
  font-size: 12px;
  width: 100%;
}

.search .contents .searchBox3 table .boxline {
  border-bottom: #fff solid 2px;
}

.search .contents .searchBox3 table td {
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.search .contents .end_bottom td {
  padding-bottom: 15px !important;
}

.search .contents .btnCheck {
  margin-right: 5px;
  margin-top: 4px;
}

@media screen and (max-width: 795px) {
  .search .contents .box01 {
    padding-right: 5.33333vw;
  }
}

.search .contents .exhibition_category_area {
  padding-bottom: 10px;
}

.search .contents .exhibition_category_area label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
  overflow: hidden;
  padding-left: 22px;
  position: relative;
  vertical-align: bottom;
}

.search .contents .exhibition_category_area label::before {
  border: 1px solid #c9c9c9;
  content: '';
  height: 12px;
  left: 0px;
  position: absolute;
  top: 2px;
  width: 12px;
  z-index: 3;
}

.search .contents .exhibition_category_area label::after {
  border-bottom: 3px solid #434343;
  border-right: 3px solid #434343;
  content: '';
  display: block;
  height: 9px;
  left: 3px;
  margin-top: -8px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  width: 5px;
  z-index: 1;
}

.search .contents .exhibition_category_area label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 41px 0px #FFF;
  display: block;
  height: 12px;
  left: -40px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 3px;
  width: 12px;
  z-index: 2;
}

.search .contents .exhibition_category_area label input[type="checkbox"]:checked {
  box-shadow: none;
}

.search .contents .exhibition_category_area label input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.search .contents .exhibition_category_area label input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE;
}

.search .contents .exhibition_category_area02 {
  margin-top: 18px;
}

.search .contents .exhibition_category_text {
  color: #333333;
  display: inline;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  .search .contents .seminar_table_ul {
    flex-direction: column;
  }
}

.search .contents .box01 td p {
  margin: 0px;
}

.search .contents .box01 td {
  font-size: 14px;
  padding: 25px 0;
}

.search .contents .cell01 {
  box-sizing: border-box;
  padding: 0 50px 0 50px !important;
  vertical-align: middle !important;
  width: 160px;
}

@media screen and (max-width: 795px) {
  .search .contents .cell01 {
    padding: 0vw 10.66667vw 0vw 5.33333vw !important;
    width: 21.33333vw;
  }
}

.search .contents .souzai_pic {
  width: 66.61% !important;
}

.search .contents #subnavi {
  margin: 0 auto;
  overflow: hidden;
  width: 300px;
}

.search .contents #subnavi .current {
  /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  color: #6C6C6C;
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.5;
  opacity: .7;
  /* IE6,7 */
}

.search .contents .content_wrap {
  clear: left;
  text-align: center;
  width: 760px;
}

.search .contents .box {
  /*padding: 0 0 20px;*/
  margin: 0 auto;
  margin-bottom: 0px;
  /*width: 700px;*/
  width: 100%;
}

.search .contents button {
  cursor: pointer;
}

.search .contents .footer {
  border-top: #ddd solid 1px;
  color: #A7A7A7;
  height: 40px;
  line-height: 18px;
  line-height: 42px;
  margin-top: 50px;
  text-align: center;
}

.search .contents .list01 table {
  margin-bottom: 80px;
  width: 100%;
}

.search .contents #form1 .none {
  /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.3;
  opacity: .3;
  /* IE6,7 */
}

.search .contents label {
  cursor: pointer;
}

.search .contents table {
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
}

.search .contents .btn {
  margin: 50px auto;
}

.search .contents .btn :after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 7px;
  margin-left: 20px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.search .contents .btnBox.off .btn {
  margin: 50px auto;
  position: relative;
  width: 300px;
}

.search .contents .btn:hover {
  opacity: 0.8;
}

.search .contents .w180 {
  width: 180px;
}

.search .contents .w200 {
  width: 200px;
}

.search .contents .btn02 {
  background-color: #FFF;
  margin: 0px auto;
}

.search .contents .ml1em {
  margin-left: 1em;
}

.search .btnArea {
  margin: 0 auto;
  padding: 60px 0 0;
  width: auto;
}

.search .btnArea .btn02 {
  display: inline-flex;
}

.search .btnArea .btnInput {
  background: #f5a200;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  width: 350px;
}

.search .btnArea .btnInput span {
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 18px 50px 17px 50px;
  text-align: center;
  vertical-align: middle;
}

.search .btnArea .btnInput:hover {
  background: #d68f04;
}

.search .btnArea .btnInput:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

.search .pagetop {
  bottom: 0;
  float: right;
  height: 15px;
  margin: 0 15px 40px 0;
  position: absolute;
  right: 0;
  width: 70px;
}

.search .pagetopIn {
  float: right;
  height: 15px;
  padding: 35px 0 25px 0;
  width: 70px;
}

.search #anchor_menu {
  background-color: #E5E5E5;
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
  padding: 0 0 0 15px;
  text-align: left;
  width: 655px;
}

.search .footer {
  margin-top: 60px;
}

.search #footer_bn {
  bottom: 20px;
  margin-left: 680px;
  padding: 0;
  position: fixed;
  /* IE6 */
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

@media screen and (max-width: 795px) {
  .search #footer_bn {
    bottom: 2.66667vw;
    right: 5%;
  }
}

.search #footer_bn a {
  display: block;
  height: 40px;
  margin: 0;
  text-decoration: none;
  width: 40px;
}

.search #footer_bn div {
  background: url(/registration/images/pagetop_def.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

.search #footer_bn div:hover {
  background: url(/registration/images/pagetop_ov.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 40px;
}

.search *:first-child + html #footer_bn {
  bottom: 20px;
  margin-left: 320px;
  padding: 0;
  position: fixed;
  /* IE6 */
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

.search label.checkbox_text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding-left: 22px;
  position: relative;
  position: relative;
}

.search label.checkbox_text:before {
  border: 1px solid #c9c9c9;
  content: '';
  height: 12px;
  left: 0px;
  position: absolute;
  top: 2px;
  width: 12px;
  z-index: 3;
}

.search label.checkbox_text:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #434343;
  border-right: 3px solid #434343;
  content: '';
  display: block;
  height: 9px;
  left: 3px;
  margin-top: -8px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  width: 5px;
  z-index: 1;
}

.search label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 41px 0px #FFF;
  display: block;
  height: 12px;
  left: -40px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 3px;
  width: 12px;
  z-index: 2;
}

.search label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

.search label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.search label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE;
}

@media screen and (max-width: 795px) {
  .search .search_result_mainVisualSec {
    margin-bottom: 0px !important;
  }
}


.banner_wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .banner_wrapper {
    justify-content: unset;
  }
}

@media screen and (max-width: 795px) {
  .banner_wrapper {
    margin-top: 13.33333vw;
    padding: 0 5vw;
    width: 100%;
  }
}
.banner_wrapper .banner {
  display: block;
}

@media screen and (max-width: 795px) {
  .banner_wrapper .banner {
    height: auto;
    width: 47%;
  }
}

@media screen and (max-width: 795px) {
  .banner_wrapper .banner img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .banner_wrapper .banner:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 795px) {
  .banner_wrapper .banner:nth-child(n + 3) {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .banner_wrapper .banner:nth-child(n + 5) {
    margin-top: 35px;
  }
}

.banner_wrapper .b_type01 {
  width: 270px;
}

.banner_wrapper .b_type02 {
 margin-left: 30px;
}

@media screen and (max-width: 795px) {
  .banner_wrapper .b_type01 {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .banner_wrapper .b_type02 {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.banner_wrapper .b_type01 img {
  width: 270px;
}

@media screen and (max-width: 795px) {
  .banner_wrapper .b_type01 img {
    width: 100%;
  }
}

.banner_wrapper_ttl {
  color: #008A32;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .banner_wrapper_ttl {
    font-size: 6.93333vw;
    margin-bottom: -5vw;
    margin-top: 8vw;
    width: 90%;
  }
}

@media screen and (min-width: 796px) {
  .banner_wrapper01 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 795px) {
  .banner_wrapper01 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 796px) {
  .b_margin {
    margin-left: 20px;
  }
}

@media screen and (max-width: 795px) {
  .b_margin {
    margin-top: 20px;
  }
}
/* =====================================================================
*
*     特別併催ページ(CSW,PPE,気象サミット,緊急時ライフライン確保)
*
* =================================================================== */
/*=====================================
  module
=====================================*/
.macs_top .bottomArea__contents{
position: relative;
}
.macs_add_text{
  top:65px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  right: 0;
  font-size: 16px;
}
.scroll_fixed .macs_add_text{
  top: 50px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  right: 0;
  font-size: 12px;
}
@media screen and (max-width: 795px) {
  .macs_add_text{
    right: 16vw;
    font-size: 4vw;
    top: 16vw;
  }
}
.about_info_online .about_info_btn_wrapper{
  justify-content: center!important;
}

/* =====================================================================
*
*     セミナー
*
* =================================================================== */
.seminar {
  /*.contents .btnBox .wrap .btn.timeBtn {
background-color: #C30000;
}
.contents .btnBox .wrap .btn.timeBtn:hover {
background-color: #605a95;
}*/
  /*高さ*/
  /*開始時間*/
  /*時間*/
  /*背景*/
  /*＜学校給食調理実演＞*/
  /*テキストカラー*/
  /*列*/
  /*10:15～*/
  /*10:30～*/
  /*11:00～*/
  /*11:30～*/
  /*12:00～*/
  /*13:00～*/
  /*14:00～*/
  /*14:30～*/
  /*15:00～*/
  /*15:30～*/
  /*16:00～*/
  /*----------------------------------------------------
form 
--------------------------------------------------------*/
}

.seminar .off {
  pointer-events: none !important;
}

.seminar .link_none {
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 7px;
  /* font-family: 新ゴ M; */
  margin-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .seminar .link_none {
    font-size: 2vw !important;
  }
}

.seminar .contents .text001 {
  color: #e60012;
  font-size: 18px;
}

.seminar .contents .text_table {
  color: #e60012;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.seminar .contents .btnBox {
  margin-left: -20px;
  overflow: hidden;
  position: relative;
}

.seminar .contents .btnBox .wrap {
  float: left;
  float: left;
  left: 50%;
  left: 50%;
  position: relative;
  position: relative;
}

.seminar .contents .btnBox .wrap .btn {
  float: left;
  left: -50%;
  margin: 0px 0px 0 20px;
  position: relative;
  width: 320px;
}

.seminar .contents .btnBox .wrap .btn_close {
  float: left;
  left: -50%;
  position: relative;
}

.seminar .contents .btnBox .wrap .btn a {
  padding: 18px 0px 17px 0px;
}

.seminar .contents .btnBox .wrap .btn.fsj {
  background-color: #00a496;
}

.seminar .contents .btnBox .wrap .btn.fsj:hover {
  background-color: #62cbc0;
}

.seminar .contents .btnBox .wrap .btn.other {
  background-color: #4d4d4d;
}

.seminar .contents .btnBox .wrap .btn.other:hover {
  background-color: #8b8b8b;
}

.seminar .btnBox .wrap .btn a {
  background-position: 5px center;
}

.seminar .tableLaytout01 {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #c3c3c3;
  width: 100%;
}

.seminar .tableLaytout01 th {
  background-color: #EDEDED;
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
@media screen and (max-width: 795px) {
  .seminar .tableLaytout01 th {
    width: 31vw;
  }
}
.seminar .tableLaytout01 td {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  font-size: 12px;
  line-height: 1.6em;
  padding: 5px 20px;
  text-align: left;
  vertical-align: middle;
}

.seminar .table_cell_border {
  border-bottom: 1px solid #c3c3c3;
}

.seminar .ppArea {
  font-size: 14px;
  margin: 25px 0 40px;
}

.seminar .cateBox {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.seminar .cateBox span {
  color: #333 !important;
  margin-right: 14px;
}

.seminar .cateBox span b {
  color: #FFF;
  font-weight: bold;
  margin-right: 8px;
  padding: 7px 12px;
}

.seminar .cateBox .red b {
  background-color: #D60066;
}

.seminar .cateBox .orange b {
  background-color: #EF8201;
}

.seminar .cateBox .lightgreen b {
  background-color: #80ba3f;
}

.seminar .cateBox .green b {
  background-color: #01A396;
}

.seminar .cateBox .blue b {
  background-color: #718BC6;
}

.seminar .cateBox .gray b {
  background-color: #4d4d4d;
}

.seminar .trigger {
  left: 0;
  width: 100%;
  z-index: 2;
}

.seminar .text_table {
  padding-bottom: 20px;
}

.seminar .tables_title {
  border-left: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  font-size: 16px;
  width: 100%;
}

.seminar .tables_title .t_place {
  background-color: #335377;
  border-right: 1px solid #c0c0c0;
  color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

@media screen and (max-width: 795px) {
  .seminar .tables_title .t_place {
    width: 140px;
  }
}

.seminar .table_t_border {
  background-color: #666;
  height: 2px;
  width: 100%;
}

.seminar .tables_title .t_th {
  background-color: #002855;
  border-right: 1px solid #c0c0c0;
  color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  width: 316px;
}

@media screen and (max-width: 795px) {
  .seminar .tables_title .t_th {
    font-size: 11px;
  }
}

.seminar .tables_title .t_th:last-child {
  border-right: none;
}

.seminar .tables_title .t_td:last-child {
  border-right: none;
}

.seminar .graphTable {
  border-collapse: collapse;
  border-left: 1px solid #c0c0c0;
  width: 100%;
}

.seminar .graphTable * {
  box-sizing: border-box;
}
.seminar .bb{
  border-bottom: 1px solid #c0c0c0!important;
}
.seminar .graphTable td {
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  height: 220px;
  width: 315px;
}

.seminar .graphTable td > div {
  height: 100%;
  position: relative;
}

.seminar .graphTable td.time {
  background-color: #ededed;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  vertical-align: top;
  width: 50px;
}
.seminar .seminar_wrapper{
  position: relative;
  height: 100%;
}
.seminar .seminar_wrapper .s_ab_ttl{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 795px) {
  .seminar .seminar_wrapper .s_ab_ttl{

    position: absolute;
    bottom: 3vw;
    right: auto;
    font-size: 2vw;
    font-weight: bold;
    left: 2vw;

  }
}
.seminar .graphTable td.time div {
  background-color: #ededed;
  margin-top: -15px;
}

.seminar .graphTable .base {
  position: relative;
  width: 100%;
}

.seminar .graphTable .cb {
  color: #fff;
  font-family: 新ゴ M;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  padding: 7px 8px;
  position: relative;
  text-align: left;
}

.seminar .graphTable .cb span {
  vertical-align: middle;
}

.seminar .translate {
  background-color: #002855;
  color: #008A32;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100px;
}

.seminar .graphTable .cb .check {
  float: left;
}

.seminar .graphTable .cb .check input {
  margin-right: 3px;
  margin-top: -2px;
  vertical-align: middle;
}

.seminar .graphTable .cb .time {
  float: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-left: 5px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .cb .time {
    font-size: 1.86667vw;
  }
}

.seminar .graphTable .end {
  color: #E92030;
  display: block;
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 0 !important;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .end {
    font-size: 1.46667vw !important;
  }
}

.seminar .graphTable .txt {
  color: #333;
  padding: 5px 10px 10px;
  text-align: left;
}

.seminar .graphTable .txt a {
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 7px;
  /*font-family: 新ゴ M;*/
  margin-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt a {
    font-size: 2vw;
  }
}

.seminar .for_indent {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 7px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.seminar .cell_sub_title {
  font-size: 13px;
  padding: 0 0 6px;
}

@media screen and (max-width: 795px) {
  .seminar .cell_sub_title {
    font-size: 1.73333vw;
  }
}

.seminar .graphTable .caution {
  bottom: 5px;
  color: red;
  left: 10px;
  line-height: 1.3em;
  margin-left: 1em;
  position: absolute;
  text-indent: -1em;
}

.seminar .graphTable .caution02 {
  color: red;
  line-height: 1.3em;
  margin-left: 1em;
  margin-top: 5px;
  text-indent: -1em;
}

.seminar .graphTable .txt .num {
  display: table;
  height: 30px;
  margin-bottom: 7px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt .num {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.seminar .graphTable .txt .num p {
  display: table-cell;
  font-family: 新ゴ M;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-bottom: 5px;
  min-width: 46px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt .num p {
    font-size: 1.6vw;
    height: auto;
  }
}

.seminar .graphTable .txt .num span {
  display: table-cell;
  font-size: 15px;
  line-height: 1em;
  padding-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt .num span {
    font-size: 2vw;
    line-height: 1.45;
  }
}

.seminar .graphTable .txt .cat {
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 2px;
  margin-top: 2px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt .cat {
    font-size: 1.46667vw;
  }
}

.seminar .graphTable .txt .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .txt .name {
    font-size: 1.86667vw;
  }
}

.seminar .graphTable .bg_SM .txt {
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
}

@media screen and (max-width: 795px) {
  .seminar .graphTable .bg_SM .txt {
    font-size: 1.73333vw;
  }
}

.seminar .graphTable .bg_SM .txt a {
  display: block;
  padding-top: 5px;
}

.seminar .graphTable td {
  position: relative;
}

.seminar .cell_text_alert {
  bottom: 10px;
  display: block;
  font-size: 12px;
  padding-left: 1em;
  position: absolute;
  text-indent: -1em;
}

@media screen and (max-width: 795px) {
  .seminar .cell_text_alert {
    font-size: 1.6vw;
  }
}

.seminar .graphTable .h400 td {
  /*height: 400px;*/
}

.seminar .graphTable .t1700 td {
  height: 100px;
}
.seminar .s50 {
  top: 50px;
}
.seminar .s0 {
  top: 0;
}

.seminar .s15 {
  top: 50%;
}

.seminar .s30 {
  top: 100%;
}

.seminar .s45 {
  top: 150%;
}

.seminar .t20 {
  height: 70%;
  width: 100%;
}

.seminar .t30 {
  height: 100%;
  width: 100%;
}

.seminar .t45 {
  height: 150%;
  width: 100%;
}

.seminar .t60 {
  height: 200%;
  width: 100%;
}

.seminar .t75 {
  height: 250%;
  width: 100%;
}

.seminar .t80 {
  height: 270%;
  width: 100%;
}

.seminar .t90 {
  height: 300%;
  width: 100%;
}

.seminar .t120 {
  height: 400%;
  width: 100%;
}

.seminar .t180 {
  height: 600%;
  width: 100%;
}

.seminar .t360 {
  height: 1200%;
  width: 100%;
}

.seminar .bg_F {
  color: #01A396;
  position: absolute;
  z-index: 1;
}

.seminar .bg_B {
  background-color: #e7f4fa;
  position: absolute;
  z-index: 1;
}

.seminar .bg_B .cb {
  background-color: #1899D6;
}

.seminar .bg_B a {
  color: #1899D6;
}

.seminar .bg_B .num p {
  border: 2px solid #1899D6;
  color: #1899D6;
}

.seminar .num2 {
  background-color: #1899D6;
  color: #fff !important;
}

.seminar .bg_B .num span {
  color: #1899D6;
  font-weight: bold;
}

.seminar .bg_G {
  background-color: #D4F0D7;
  position: absolute;
  z-index: 1;
}

.seminar .bg_G .cb {
  background-color: #008A32;
}

.seminar .bg_G a {
  color: #008A32;
}

.seminar .bg_G .num p {
  border: 2px solid #008A32;
  color: #008A32;
}

.seminar .bg_G .num span {
  color: #008A32;
  font-weight: bold;
}

.seminar .bg_G hr {
  border: 0;
  border-top: 1px solid #e11e79;
  color: #008A32;
  height: 0;
  margin: 10px 0;
  padding: 0;
}

.seminar .bg_C {
  background-color: rgba(144, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
}

.seminar .bg_C .cb {
  background-color: #900000;
}

.seminar .bg_C a {
  color: #900000;
}

.seminar .bg_C .num p {
  border: 2px solid #900000;
  color: #900000;
}

.seminar .bg_C .num span {
  color: #900000;
  font-weight: bold;
}

.seminar .bg_FE {
  background-color: rgba(0, 104, 183, 0.1);
  position: absolute;
  z-index: 1;
}

.seminar .bg_FE .cb {
  background-color: #0068B7;
}

.seminar .bg_FE a {
  color: #0068B7;
}

.seminar .bg_FE .num p {
  border: 2px solid #0068B7;
  color: #0068B7;
}

.seminar .bg_FE .num span {
  color: #0068B7;
  font-weight: bold;
}

.seminar .bg_FJ {
  background-color: #FEF4E5;
  position: absolute;
  z-index: 1;
}

.seminar .bg_FJ .cb {
  background-color: #008A32;
}

.seminar .bg_FJ a {
  color: #008A32;
}

.seminar .bg_FJ .num p {
  border: 2px solid #008A32;
  color: #008A32;
}

.seminar .bg_open {
  background-color: #E9E9E9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 100%;
}

.seminar .bg_fukidashi {
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
  position: absolute;
  width: 155px;
  z-index: 1;
}

.seminar .bg_fukidashi .txt {
  background-color: #C30000;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 5px 10px;
  width: 135px;
}

.seminar .bg_SM {
  background: #ed9ac2;
  color: #333333;
  position: absolute;
  z-index: 1;
}

.seminar .bg_F a {
  color: #01A396;
  text-decoration: none;
}

.seminar .bg_B a {
  color: #009A44;
  text-decoration: none;
}

.seminar .bg_G a {
  color: #0068B7;
  text-decoration: none;
}

.seminar .bg_J a {
  color: #718BC6;
  text-decoration: none;
}

.seminar .bg_SM a {
  color: #333333;
  text-decoration: none;
}

.seminar .bg_F a:hover, .seminar .bg_B a:hover, .seminar .bg_G a:hover, .seminar .bg_J a:hover, .seminar .bg_C a:hover, .seminar .bg_FJ a:hover, .seminar .bg_FE a:hover, .seminar .bg_SM a:hover {
  text-decoration: underline;
}

.seminar .x1_1015 {
  left: 80px;
  top: 75px;
}

.seminar .x2_1015 {
  left: 310px;
  top: 75px;
}

.seminar .x3_1015 {
  left: 530px;
  top: 75px;
}

.seminar .x4_1015 {
  left: 760px;
  top: 75px;
}

.seminar .x1_1030 {
  left: 80px;
  top: 150px;
}

.seminar .x2_1030 {
  left: 310px;
  top: 150px;
}

.seminar .x3_1030 {
  left: 530px;
  top: 150px;
}

.seminar .x4_1030 {
  left: 760px;
  top: 150px;
}

.seminar .x1_1100 {
  left: 80px;
  top: 300px;
}

.seminar .x2_1100 {
  left: 310px;
  top: 300px;
}

.seminar .x3_1100 {
  left: 530px;
  top: 300px;
}

.seminar .x4_1100 {
  left: 760px;
  top: 300px;
}

.seminar .x1_1130 {
  left: 80px;
  top: 450px;
}

.seminar .x2_1130 {
  left: 310px;
  top: 450px;
}

.seminar .x3_1130 {
  left: 530px;
  top: 450px;
}

.seminar .x4_1130 {
  left: 760px;
  top: 450px;
}

.seminar .x1_1200 {
  left: 80px;
  top: 600px;
}

.seminar .x2_1200 {
  left: 310px;
  top: 600px;
}

.seminar .x3_1200 {
  left: 530px;
  top: 600px;
}

.seminar .x4_1200 {
  left: 760px;
  top: 600px;
}

.seminar .x1_1300 {
  left: 80px;
  top: 1000px;
}

.seminar .x2_1300 {
  left: 310px;
  top: 1000px;
}

.seminar .x3_1300 {
  left: 530px;
  top: 1000px;
}

.seminar .x4_1300 {
  left: 760px;
  top: 1000px;
}

.seminar .x1_1400 {
  left: 80px;
  top: 1300px;
}

.seminar .x2_1400 {
  left: 310px;
  top: 1300px;
}

.seminar .x3_1400 {
  left: 530px;
  top: 1300px;
}

.seminar .x4_1400 {
  left: 760px;
  top: 1300px;
}

.seminar .x1_1430 {
  left: 80px;
  top: 1450px;
}

.seminar .x2_1430 {
  left: 310px;
  top: 1450px;
}

.seminar .x3_1430 {
  left: 530px;
  top: 1450px;
}

.seminar .x4_1430 {
  left: 760px;
  top: 1450px;
}

.seminar .x1_1500 {
  left: 80px;
  top: 1600px;
}

.seminar .x2_1500 {
  left: 310px;
  top: 1600px;
}

.seminar .x3_1500 {
  left: 530px;
  top: 1600px;
}

.seminar .x4_1500 {
  left: 760px;
  top: 1600px;
}

.seminar .x1_1530 {
  left: 80px;
  top: 1750px;
}

.seminar .x2_1530 {
  left: 310px;
  top: 1750px;
}

.seminar .x3_1530 {
  left: 530px;
  top: 1750px;
}

.seminar .x4_1530 {
  left: 760px;
  top: 1750px;
}

.seminar .x1_1600 {
  left: 80px;
  top: 1900px;
}

.seminar .x2_1600 {
  left: 310px;
  top: 1900px;
}

.seminar .x3_1600 {
  left: 530px;
  top: 1900px;
}

.seminar .x4_1600 {
  left: 760px;
  top: 1900px;
}

.seminar .btn_enter {
  background: #FFF !important;
  cursor: pointer;
  height: 50px;
  margin: 35px 0 100px 290px;
  text-align: left !important;
  width: 150px;
}

.seminar .btn_enter2 {
  background: #FFF !important;
  cursor: pointer;
  height: 50px;
  text-align: left !important;
  width: 150px;
}

.seminar .trigger {
  background-color: #1E1E1E;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.seminar .footFixedBlock {
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #666;
  bottom: 0;
  left: 0;
  line-height: 1.5em;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.seminar .footFixedBlock p {
  color: #e60012;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.seminar .footFixedBlock .btnInput {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #E50112;
  border-radius: 5px;
  width: auto;
}

.seminar .stuck {
  left: 50%;
  margin-left: -500px;
  position: fixed;
  top: 0;
  width: 1000px;
}

.seminar .formLayout {
  background-color: #e6e6e6;
  font-size: 13px;
}

.seminar .formLayout #wrapper {
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

.seminar .formLayout .contents {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  width: 760px;
}

.seminar .formLayout .contents .btnBox {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -2px;
  padding: 20px;
  text-align: center;
}

.seminar .formLayout .contents .btnBox.no_border {
  border: none;
}

.seminar .formBox01 {
  margin: 20px 20px 0;
  padding-bottom: 230px;
}

.seminar .formBox01 .btnBox {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -2px;
  padding: 20px;
}

.seminar .formBox02 {
  margin: 20px 20px 0;
  padding-bottom: 230px;
}

.seminar .formBox02 .btnBox {
  margin-bottom: 20px;
}

.seminar .formBox03 {
  margin: 20px 20px 0;
  padding-bottom: 50px;
}

.seminar .formBox03 .btnBox {
  margin-bottom: 20px;
}

.seminar .form {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 40px;
  width: 720px;
}

.seminar .form th {
  padding-left: 10px;
  text-align: left;
}

.seminar .form td {
  padding: 0 10px;
  text-align: left;
}

.seminar .form .time {
  font-size: 14px;
  line-height: 1;
}

.seminar .form.lay01 {
  background-color: #f2f2f2;
  padding: 10px 0 10px;
}

.seminar .form.lay01 p {
  margin: 0;
}

.seminar .form.lay01 td {
  padding: 10px 0;
}

.seminar .textbox {
  margin: 10px 0;
}

.seminar .text01 {
  height: 25px;
  width: 250px;
}

.seminar .text02 {
  height: 25px;
  margin-left: 5px;
  width: 100px;
}

.seminar .text03 {
  height: 25px;
  width: 170px;
}

.seminar .text04 {
  height: 150px;
  width: 400px;
}

.seminar .b01 {
  background-color: #E6E6E6;
  border-bottom: 1px #FFF solid;
  height: 40px;
}

.seminar .b02 {
  background-color: #F2F2F2;
  border-bottom: 1px #FFF solid;
  height: 40px;
}

.seminar .red_semi, .seminar .red02 {
  color: #C30000;
}

.seminar .red {
  color: #e60012;
}

.seminar .orange {
  color: #EF8201;
}

.seminar .green {
  color: #01A396;
}

.seminar .blue {
  color: #00a6db;
}

.seminar .lightgreen {
  color: #80ba3f;
}

.seminar .session {
  font-size: 16px;
  font-weight: bold;
  margin-top: -5px;
}

.seminar .session_t {
  margin-left: 1em;
}

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

.seminar .date_title02 {
  background-color: #F2F2F2;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 720px;
}

.seminar .date_title p, .seminar .date_title02 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 10px;
}

.seminar .done td {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}

.seminar .done td.w01 {
  width: 70px;
}

.seminar .done td.w02 {
  width: 605px;
}

.seminar .done .fBold {
  font-size: 16px;
}

.seminar #titlebar02 {
  border-bottom: #DDDDDD solid 1px;
  border-top: #E40013 3px solid;
  overflow: hidden;
  padding: 0px 20px;
  width: 720px;
  zoom: 1;
}

.seminar .title02 {
  color: #E40013;
  float: left;
  font-family: "Cabin", æ–°ã‚´ M, sans-serif !important;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  padding: 0;
}

.seminar .btnInput {
  -webkit-border-radius: 5px;
  background: #C30000;
  border-radius: 5px;
  cursor: pointer;
  width: 300px;
}

.seminar .btnInput span {
  background: url(../images/arrow01_whi.png) no-repeat 10px center;
  color: #fff;
  display: block;
  font-family: 新ゴ M;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  vertical-align: middle;
}

.seminar .btnInput:hover {
  background: #AC000E;
}

.seminar .btnInput:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

.seminar .box {
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 20px 30px;
}

.seminar .f15 {
  font-size: 15px;
}

.seminar .btn {
  -webkit-border-radius: 5px;
  background: #C30000;
  border-radius: 5px;
  width: 300px;
}

.seminar .btn:hover {
  background: #AC000E;
}

.seminar .btn a {
  background: url(../images/arrow01_whi.png) no-repeat 10px center;
  color: #fff !important;
  display: block;
  font-family: 新ゴ M;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.seminar .btnArea02 {
  margin: 30px 0;
  text-align: center;
}

.seminar .pArea, .seminar .done {
  text-align: left;
}

.seminar .doneArea .date_title03 {
  background-color: #F2F2F2;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 720px;
}

.seminar .doneArea .date_title03 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 10px;
}

.seminar .doneArea .done {
  font-size: 16px;
  font-weight: bold;
}

.seminar .doneArea .done div {
  margin-bottom: 10px;
}

.seminar .doneArea .done span {
  font-size: 14px;
  font-weight: normal;
}

.seminar .doneArea .wrap {
  margin-bottom: 15px;
}

.seminar .sty01 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.seminar .btn_close {
  background: #333;
  width: 150px;
}

.seminar .btn_close a {
  color: #fff !important;
  display: block;
  font-family: 新ゴ M;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  vertical-align: middle;
}

.seminar .btn_close:hover {
  background: #333;
  color: #fff;
}

.seminar .btn_close:hover a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  /* IE8 */
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}

.seminar .foot_copy {
  background-color: #1e1e1e;
  color: #fff;
  height: 40px;
  line-height: 40px;
}