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

body {
  color: #2d2d2d;
  font-family: FB Benton Sans Medium,ゴシックMB101 M,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', 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;
  }
}

/* ---------------------------------------------
  font Style
--------------------------------------------- */
.fItalic {
  font-style: italic;
}

.fnormal {
  font-weight: normal;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f21 {
  font-size: 21px;
}

.f24 {
  font-size: 24px;
}

/* ---------------------------------------------
  float
--------------------------------------------- */
.f_l {
  float: left;
}

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

.f_r {
  float: right;
}

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

/* ---------------------------------------------
  preset margin
--------------------------------------------- */
.mt05 {
  margin-top: 5px !important;
}

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

.mt12 {
  margin-top: 12px !important;
}

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt60 {
  margin-top: 60px !important;
}

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

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

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

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

.mb12 {
  margin-bottom: 12px !important;
}

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !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;
}

/* =====================================================================
*
*    title
*
* =================================================================== */
.title01 {
  background: #fff;
  border-bottom: 2px solid #E4B915;
  color: #E4B915;
  display: block;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: 'Noto Sans JP', sans-serif;
  font-size: 31px;
}

/* =====================================================================
*
*    btn
*
* ==================================================================*/
.btn-basic .btn-basic__text {
  align-items: center;
  background-color: #000;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  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: 13.33333vw;
    width: 100%;
  }
}

.btn-basic .btn-basic__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-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: 'Noto Sans JP',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: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 240px;
}

@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;
  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;
}

@media screen and (min-width: 796px) {
  .btn-mv .triple_button {
    width: 210px;
  }
}

@media screen and (min-width: 796px) {
  .btn-mv .two_lines {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }
}

@media screen and (min-width: 796px) {
  .btn-mv .button_new::before {
    color: #ED6D1F;
    content: "NEW";
    font-family: oswald, sans-serif !important;
    font-size: 18px;
    left: 20px;
    /* margin-right: 20px; */
    position: absolute;
  }
}

.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;
  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: #E4B915 !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_seecat;
    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: #E4B915;
  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_seecat;
    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;
    }
}*/
button[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.grecaptcha > div {
  margin: 0 auto 30px;
}

.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: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.red {
  color: #e50038;
}

.nColor {
  color: #00A7DB;
}

a {
  color: #E4B915;
  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;
}

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

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

/* =====================================================================
*
*     個別TOP
*
* =================================================================== */
.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(/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(/images/icon_download_sp.png) no-repeat;
    background-size: contain;
    height: 7.03467vw;
    width: 6.4vw;
  }
}

.icon_pdf--text:hover::after {
  background: url(/images/icon_download_ov.png) no-repeat;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  content: "";
  height: 31px !important;
  width: 28px;
}

/* =====================================================================
*
*     Header
*
* =================================================================== */
#header {
  background: #fff;
  border-top: solid 4px #C7000B;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11;
}

@media screen and (max-width: 795px) {
  #header {
    border-top: solid 0.53333vw #C7000B;
    height: 16vw;
  }
}

#header .scroll {
  background-color: white;
  border-bottom: solid 1px silver;
  position: fixed;
  top: 0;
}

#header .header_inner {
  padding-top: 0px;
  position: relative;
}

@media screen and (max-width: 795px) {
  #header .header_inner {
    height: 100%;
    padding: 0;
    width: 100%;
  }
}

#header .header_top {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  #header .header_top {
    height: 71px;
  }
}

#header .head_txt {
  font-size: 0;
  height: auto;
  width: 371px;
}

@media screen and (min-width: 796px) {
  #header .head_txt {
    padding-top: 0px;
  }
}

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

@media screen and (min-width: 796px) {
  #header .head_txt img {
    margin: 0 0 0 auto;
    width: 100%;
  }
}

#header .headArea {
  align-items: center;
  display: flex;
  max-width: 486px;
  min-width: 30%;
}

@media screen and (max-width: 795px) {
  #header .headArea {
    font-size: 0;
    max-width: inherit;
    min-width: inherit;
    padding: 0 5vw;
    width: 43.46667vw;
    width: auto;
  }
}

.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%;
}

@media screen and (min-width: 796px) {
  #header .gnaviArea {
    margin: 0 auto;
    width: 1100px;
  }
}

#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;
  }
}

#header h1 {
  margin-right: 15px;
}

@media screen and (max-width: 795px) {
  #header h1 {
    margin-right: 0;
  }
}

#header h1 img {
  -webkit-backface-visibility: hidden;
  height: 40px;
  width: auto;
}

@media screen and (max-width: 795px) {
  #header h1 img {
    height: 28px;
  }
}

#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: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 .off {
  color: #ccc !important;
  opacity: 0.6;
  pointer-events: none;
}

#header .gnavi > ul > li > a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 10px 20px 8px 0px;
  text-align: center;
  white-space: nowrap;
}

#header .gnavi > ul > li > a:hover {
  text-decoration: none;
  /*color: $color_riscon;*/
}

#header .gnavi > ul > li > a.active {
  background: inherit !important;
  color: #fff !important;
}

#header .gnavi > ul > li > span {
  color: #C7000B;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 10px 10px 8px;
  text-align: center;
  white-space: nowrap;
}

.gnaviBar {
  background: rgba(199, 0, 11, 0.9);
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  .gnaviBar {
    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: 14px;
}

.gnaviBar .gnaviBarIn ul li {
  border-bottom: rgba(250, 250, 250, 0.4) solid 1px;
  text-align: center;
  width: 220px;
}

.gnaviBar .gnaviBarIn ul li:last-child {
  border: none;
}

.gnaviBar .gnaviBarIn ul li a {
  color: #fff;
  display: block;
  padding: 13px 0px 13px 17px;
  text-align: left;
}

.gnaviBar .gnaviBarIn ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

.gnaviBar .gnaviBarIn ul li span {
  color: #fff;
  display: block;
  opacity: 0.6;
  padding: 13px 0px 13px 17px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .gnaviBar .gnaviBarIn ul li .gnaviBarIn_font-small {
    font-size: 15px;
  }
}

.gnaviBar .gnaviBarIn .blank {
  position: relative;
}

.gnaviBar .gnaviBarIn .blank::after {
  background-image: url(/images/blank.png);
  background-size: contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 12px;
  margin: auto;
  position: absolute;
  right: 20px;
  right: 5.4vw;
  top: 0;
  vertical-align: middle;
  width: 16px;
}

.nav02:hover:after, .nav02 .active:after {
  border-color: transparent transparent #C7000B 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 #C7000B 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 #C7000B 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 #C7000B 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;
}

.before_nav a {
  padding-left: 26.5px;
  position: relative;
}

.before_nav a::before {
  /*画像の高さ*/
  background-image: url(/images/logo_english.png);
  background-size: contain;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*画像の幅*/
  height: 16px;
  left: -22px;
  position: absolute;
  top: 14px;
  vertical-align: middle;
  /*忘れずに！*/
  width: 16px;
}

.before_nav span {
  padding-left: 26.5px;
  position: relative;
}

.before_nav span::before {
  /*画像の高さ*/
  background-image: url(/images/logo_english.png);
  background-size: contain;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*画像の幅*/
  height: 16px;
  left: -9px;
  position: absolute;
  top: 13px;
  vertical-align: middle;
  /*忘れずに！*/
  width: 16px;
}

.hnavi {
  padding-top: 0px;
  width: 140px;
}

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

.hnavi ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 796px) {
  .hnavi ul {
    justify-content: space-between;
  }
}

.hnavi ul li {
  background-color: #EB6E67;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  width: 140px;
}

@media screen and (min-width: 796px) {
  .hnavi ul li {
    height: 30px;
  }
}

@media screen and (max-width: 795px) {
  .hnavi ul li {
    border: 1px solid #707070;
    height: 100%;
  }
}

.hnavi ul li:last-child {
  background-color: #fff;
}

@media screen and (min-width: 796px) {
  .hnavi ul li:last-child {
    margin-top: 2px;
  }
}

.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: 14px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.166;
  width: 100%;
}

.hnavi ul li a:hover {
  opacity: 0.8;
}

.hnavi ul li a.current {
  color: #C7000B;
}

.hnavi ul li .off {
  color: #ccc !important;
  opacity: 1;
  pointer-events: none;
}

.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;
    color: #333333 !important;
  }
}

.hnavi ul li .designated:hover {
  opacity: 0.8;
}

.hnavi ul li .company_red {
  align-items: unset;
  background: #FFF !important;
  color: #C7000B;
  display: inline-block;
  font-size: 14px;
  height: auto;
  justify-content: unset;
  margin-left: -10px;
  margin-right: 5px;
  width: auto;
}

.hnavi ul .hnavi_button-grey {
  font-size: 10px;
}

.hnavi ul .hnavi_button-grey a {
  background-color: gray;
}

.hnavi ul .designated-none {
  background-color: inherit;
}

.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: #E4A900 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: #808080 transparent transparent transparent;
  }
}

.gnavi li .accordion_icon {
  bottom: 0;
  cursor: pointer;
  height: 8px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 2px;
  width: 12px;
}

@media screen and (max-width: 795px) {
  .gnavi li .accordion_icon {
    left: auto;
    margin: 0;
    right: 20px;
    top: 6.66667vw;
    transition: 0.3s;
  }
}

.gnavi li .accordion_icon span {
  background-color: #C7000B;
  height: 2px;
  position: absolute;
}

.gnavi li .accordion_icon span:nth-of-type(2) {
  background-color: unset !important;
  border-color: #E4A900 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
}

@media screen and (max-width: 795px) {
  .gnavi li .accordion_icon span:nth-of-type(2) {
    border-color: #808080 transparent transparent transparent;
  }
}

.gnavi li .accordion_icon span:nth-of-type(1) {
  background-color: unset !important;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
}

.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: 30vw;
  }
}

.header_top .head_txt img {
  width: 100%;
}

.header_top-right_area {
  display: flex;
  justify-content: space-between;
  width: 531px;
}

@media screen and (min-width: 796px) {
  .header_top-right_area {
    align-items: center;
  }
}

@media screen and (max-width: 795px) {
  .header_top-right_area {
    align-items: center;
    display: inline-flex;
    font-size: 0px;
    margin-right: 0.8vw;
    padding: 3.04vw 0 2.2vw;
    width: auto;
  }
}

@media screen and (min-width: 796px) {
  .header_bottom {
    align-items: center;
    background: #000;
    display: flex;
    height: 50px;
    margin: auto;
  }
}

/* =====================================================================
*
*     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: 2;
  }
}

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;
}

nav.gnavi--sp .gnavi_list li li {
  border-bottom: none;
}

nav.gnavi--sp .gnavi_list li li a {
  background-color: #A2A2A2;
  border: 1px solid #E4E4E4;
  color: #fff;
  font-size: 3.75vw;
  padding: 13px 20px;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li {
    border-bottom: 1px solid #EDEDED;
    color: #FFFFFF;
    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: #333333;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.25vw;
    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;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.25vw;
    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: 0;
    right: 2.6vw;
    text-align: center;
    width: 12.53333vw;
    width: 55px;
    z-index: 3;
  }
}

@media screen and (max-width: 795px) {
  .navToggle::after {
    background-size: contain;
    color: #fff;
    content: 'menu';
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 34px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 795px) {
  .navToggle span {
    background: #fff;
    display: block;
    height: 0.53333vw;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .35s ease-in-out;
    width: 9.4vw;
  }
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 22px;
}

.navToggle span:nth-child(3) {
  top: 30px;
}

@media screen and (max-width: 795px) {
  .navToggle.active::after {
    content: 'close';
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 8.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0px;
    /* width: 27px; */
    top: 34px;
    /* top: 38px; */
    vertical-align: middle;
  }
}

.navToggle.active span {
  /* 2番目と3番目のspanを45度に */
}

@media screen and (max-width: 795px) {
  .navToggle.active span {
    background: #fff;
  }
}

.navToggle.active span:nth-child(1) {
  left: 50%;
  top: 23px;
  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: 23px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(35deg);
}

.hnavi--sp {
  bottom: 15.33333vw;
  display: block;
  position: absolute;
  width: 100%;
}

.hnavi--sp .hnavi_list01 {
  display: flex;
  height: 13.33333vw;
  justify-content: center;
  width: 100%;
}

.hnavi--sp .hnavi_list01 li {
  width: 100%;
}

.hnavi--sp .hnavi_list01 .hnavi_bg_red a {
  background-color: #E4B915 !important;
  color: #fff;
  font-size: 4.25vw;
}

.hnavi--sp .hnavi_list01 .hnavi_bg_black a {
  background-color: #000 !important;
  color: #fff;
  font-size: 4.25vw;
}

@media screen and (max-width: 795px) {
  .hnavi--sp .hnavi_list01 .hnavi_bg_black .off {
    color: #ccc;
    pointer-events: none;
  }
}

.hnavi--sp .hnavi_list02 {
  background-color: #A2A2A2;
  border-top: #fff 1px solid;
  display: flex;
  height: 13.33333vw;
  justify-content: center;
  width: 100%;
}

.hnavi--sp .hnavi_list02 li {
  width: 100%;
}

.hnavi--sp .hnavi_list02 li a {
  background-color: #A2A2A2 !important;
  color: #fff;
  font-size: 4.25vw;
}

@media screen and (max-width: 795px) {
  .hnavi--sp .hnavi_list02 li .off {
    color: #ccc;
    pointer-events: none;
  }
}

/* =====================================================================
*
*     mainVisual
*
* =================================================================== */
#mainVisualSec {
  background: url(/images/main_v_download.png) no-repeat center;
  background-size: cover;
  height: 135px;
  margin-top: 121px;
  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 {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
    height: 26.6vw;
    margin-top: 16vw;
  }
}

#mainVisualSec h2 {
  color: #fff;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-align: left;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  #mainVisualSec h2 {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec h2 {
    font-size: 8vw;
    padding: 9.3vw 0;
    padding-left: 5vw;
    width: 80%;
  }
}

.seecat .jspDrag {
  background: #E4B915 !important;
}

.mainVisual {
  height: 420px;
  margin: unset;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .mainVisual {
    height: auto;
    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: 350px;
  }
}

@media screen and (min-width: 796px) {
  .mainVisual .swiper-slide {
    height: 420px;
    width: 540px;
  }
}

@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(../../../riscon/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide02 {
  background: url(../../../riscon/images/slide02.png) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide03 {
  background: url(../../../riscon/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide04 {
  background: url(../../../riscon/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual .swiper-slide.slide05 {
  background: url(../../../riscon/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.mainVisual__wrap {
  align-items: center;
  background: #C7000B;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 340px;
  justify-content: flex-start;
  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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  justify-content: flex-start;
  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: #E4B915;
}

.swiper-pagination-bullet {
  border-radius: 0;
  height: 12px;
  width: 12px;
}

.swiper-pagination-bullets {
  bottom: -30px !important;
}

@media screen and (min-width: 796px) {
  .top .top_about_info_wrapper {
    margin: 0 auto;
    width: 1100px;
  }
}

@media screen and (min-width: 796px) {
  .top .about_info {
    margin: unset;
    margin-bottom: 100px;
    margin-top: 150px;
    padding: 25px 145px 45px 145px;
    width: 1100px;
  }
}

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

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

.top .swiper-container01_wrapper {
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01_wrapper {
    padding: 0 20px;
  }
}

.top .swiper-container01_wrapper .next01 {
  background: url(/images/foot_btn_r.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 30px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01_wrapper .next01 {
    height: 15px;
    width: 15px;
  }
}

.top .swiper-container01_wrapper .next01:hover {
  cursor: pointer;
  opacity: 0.6;
}

.top .swiper-container01_wrapper .next01::after {
  display: none;
}

.top .swiper-container01_wrapper .prev01 {
  background: url(/images/foot_btn_l.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 30px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 30px;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01_wrapper .prev01 {
    height: 15px;
    width: 15px;
  }
}

.top .swiper-container01_wrapper .prev01:hover {
  cursor: pointer;
  opacity: 0.6;
}

.top .swiper-container01_wrapper .prev01::after {
  display: none;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01_wrapper .swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: unset !important;
    flex-wrap: wrap;
  }
}

.top .swiper-container01 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top .swiper-container01 {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

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

.top .swiper-container01 .swiper-slide {
  align-items: center !important;
  display: flex;
  height: 195px;
  justify-content: center !important;
  overflow: hidden !important;
  width: 350px;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01 .swiper-slide {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .top .swiper-container01 .swiper-slide img {
    height: auto;
    width: 100% !important;
  }
}

.top .swiper-container01 .swiper-slide-active {
  opacity: 1;
}

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

.top .swiper-container01 .swiper-slide {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.top .swiper-container01 .swiper-slide a {
  height: 195px;
  outline: none;
}

@media screen and (max-width: 795px) {
  .top .swiper-container01 .swiper-slide a {
    height: auto;
  }
}

@media screen and (max-width: 795px) {
  .top .swiper-container01 .swiper-wrapper03 {
    width: 100% !important;
  }
}

@media screen and (min-width: 796px) {
  .top .swiper-container {
    margin-left: initial;
    margin-right: initial;
  }
}

@media screen and (min-width: 796px) {
  .top .footBnArea {
    margin: 0 auto;
    width: 100%;
  }
}

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

@media screen and (min-width: 796px) {
  .top .inner {
    width: 100% !important;
  }
}

.top #header .header_inner {
  padding-top: 0px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .top #header .header_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}

.top #header .header_top {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .top #header .header_top {
    height: 71px;
    margin: 0 auto;
    width: 1100px;
  }
}

.top #header .head_txt {
  font-size: 0;
  height: auto;
  width: 371px;
}

@media screen and (min-width: 796px) {
  .top #header .head_txt {
    padding-top: 0px;
  }
}

.top #header .head_txt img {
  width: 100%;
}

.top #header h1 {
  margin-right: 15px;
}

@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: 42px;
  }
}

@media screen and (max-width: 795px) {
  .top #header h1 img {
    height: 28px;
  }
}

@media screen and (min-width: 796px) {
  .top #header h1 img:hover {
    opacity: 0.8;
  }
}

.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;
  pointer-events: none;
  text-align: center;
}

.top #header .gnavi > ul > li > a {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 10px 20px 8px 0px;
  text-align: center;
  transition: .5s;
  white-space: nowrap;
}

.top #header .gnavi > ul > li > a:hover {
  text-decoration: none;
  /*color: $color_riscon;*/
}

.top #header .gnavi > ul > li > a.active {
  background: none;
  color: #fff !important;
}

@media screen and (min-width: 796px) {
  .top #header .gnavi > ul > li > .simple_btn {
    padding: 10px 10px 8px;
  }
}

.top #header .gnavi > ul > li > span {
  color: #C7000B;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 10px 10px 8px;
  text-align: center;
  white-space: nowrap;
}

.top #mainVisualSec {
  background: none;
  display: flex;
  height: auto;
  justify-content: space-between;
  margin: 121px auto 0px;
  max-width: none;
  overflow: unset;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec {
    flex-direction: column;
    height: auto;
    margin-top: 15.7vw;
    max-width: unset;
  }
}

.top #mainVisualSec h2 {
  background: #fff;
  color: #C7000B;
  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: 'Roboto Condensed';
  font-size: 28px;
  font-weight: 400;
  margin: auto;
  margin-top: 10px;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper {
    bottom: -510px;
    display: flex;
    height: 140px;
    justify-content: space-between;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1100px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper {
    bottom: -23vw;
    display: flex;
    height: 18.66667vw;
    justify-content: space-between;
    left: 0;
    margin: auto;
    padding: 0 2.66667vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guideline-area {
    height: 140px;
    width: 320px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guideline-area {
    height: 20vw;
    width: 29.33333vw;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guideline-area01 {
  background-color: #d94e76;
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guideline-area02 {
  background-color: #019d5a;
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guideline-area03 {
  background-color: #0088c6;
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea {
    padding: 27px 0;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea {
    padding: 3.5vw 0px;
  }
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea:hover {
  opacity: 0.8;
}

.top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea span {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text01 {
    font-size: 20px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text01 {
    font-size: 2.704vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text02 {
    font-size: 14px;
    padding-top: 11px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text02 {
    font-size: 1.904vw;
    padding-top: 1.46667vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text02_another {
    padding-top: 1.33333vw !important;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text03 {
    font-size: 30px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text03 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 4vw;
    padding-bottom: 0.26667vw;
    padding-top: 1.6vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text04 {
    font-size: 30px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text04 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 3.2vw;
    padding-bottom: 0.26667vw;
    padding-top: 1.06667vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text05 {
    font-size: 13px;
    padding-top: 9px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea .guide-area_text05 {
    font-feature-settings: "palt";
    font-size: 1.63733vw;
    padding-top: 0.66667vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea_another {
    padding: 18px 0;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisualSec__bottomArea02_wrapper .guide-area_textarea_another {
    padding: 2.8vw 0;
  }
}

.top #mainVisualSec .mainVisual_right_area {
  width: 440px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_area {
    margin-top: -0.5vw;
    width: 100%;
  }
}

.top #mainVisualSec .mainVisual_right_text_area {
  background-color: #C7000B;
  display: none;
  padding: 11px 10px;
  width: 440px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text_area {
    padding: 0;
    width: 100%;
  }
}

.top #mainVisualSec .bg_yellow_text01 {
  background: yellow;
  font-size: 13.5px;
  font-weight: bold;
  padding: 3px 0;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .bg_yellow_text01 {
    font-size: 3vw;
    padding: 2vw 0;
  }
}

.top #mainVisualSec .mainVisual_right_text_wrapper {
  margin-top: 15px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text_wrapper {
    margin-top: 5px;
  }
}

.top #mainVisualSec .mainVisual_right_text01 {
  color: #fff;
  font-size: 12.3px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text01 {
    line-height: 1.5;
    margin: 0 4vw;
    padding: 4vw 0vw 3vw 0vw;
    padding-bottom: 0;
  }
}

.top #mainVisualSec .mainVisual_right_text01 span {
  text-decoration: underline;
}

.top #mainVisualSec .mainVisual_right_text01 span a {
  color: #fff;
  position: relative;
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisual_right_text01 span .pc_hover_pic_a:after {
    content: "";
    display: inline-block;
    height: 240px;
    left: -340px;
    pointer-events: none;
    position: absolute;
    top: 1.5em;
    width: 519.5px;
    z-index: 30;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .mainVisual_right_text01 span .pc_hover_pic_a:hover:after {
    background: url(/images/hover_pic01.png);
    background-position: center top;
    background-repeat: no-repeat;
    /* 表示する画像 */
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
}

.top #mainVisualSec .mainVisual_right_text02 {
  color: #fff;
  font-size: 12.3px;
  font-weight: bold;
  padding-top: 5px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text02 {
    display: block;
    margin: 0 4vw;
    padding: 4vw 0vw 3vw 0vw;
    padding-bottom: 0;
  }
}

.top #mainVisualSec .mainVisual_right_text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text {
    display: block;
    margin: 0 4vw;
    padding: 4vw 0vw 3vw 0vw;
    padding-bottom: 0;
  }
}

.top #mainVisualSec .mainVisual_right_text span {
  border-bottom: 2px solid #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .mainVisual_right_text span {
    font-size: 3vw;
    padding-top: 10px;
  }
}

.top #mainVisualSec .top_mv_btn_area {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

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

.top #mainVisualSec .top_mv_btn {
  background-color: #fff;
  width: 205px;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_mv_btn {
    width: 47.5%;
  }
}

.top #mainVisualSec .top_mv_btn .top_mv_btn_a {
  color: #000;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_a {
    padding: 5.9vw 0vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_a:hover {
    opacity: 0.8;
  }
}

.top #mainVisualSec .top_mv_btn .top_mv_btn_a::after {
  border-color: transparent transparent transparent #C7000B;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

.top #mainVisualSec .top_mv_btn .top_mv_btn_pdf {
  color: #000;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  padding: 6px 0;
  position: relative;
  /**&::after{
      background: url(../../images/icon_download.png) no-repeat left top;
      background-size: contain;
      content: "";
      height: 23px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      @include max{
        right: 5px;
      }
    }**/
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_pdf {
    font-size: 3.7vw;
    padding: 3.5vw 0vw;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_pdf:hover {
    opacity: 0.8;
  }
}

.top #mainVisualSec .top_mv_btn .top_mv_btn_pdf::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: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_pdf::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: 10px;
    top: 0;
    width: 0;
    width: 0vw;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .top_mv_btn .top_mv_btn_pdf span {
    font-size: 2.8vw;
    margin-left: -5vw;
  }
}

.top #mainVisualSec .information_area {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .information_area {
    flex-direction: column;
    padding: 0 5vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .top #mainVisualSec .side_banner_area {
    margin-top: 10px;
    width: 170px;
  }
}

@media screen and (max-width: 795px) {
  .top #mainVisualSec .side_banner_area {
    display: none;
  }
}

.top #mainVisualSec .side_banner_area img {
  -webkit-backface-visibility: hidden;
}

.top #mainVisualSec .side_banner_area img:hover {
  opacity: 0.8;
}

.top #mainVisualSec .side_banner_area .inc_banner_btn {
  align-items: center;
  background-color: #00347D;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 170px;
}

.top #mainVisualSec .side_banner_area .inc_banner_btn:hover {
  opacity: 0.8;
}

.top #mainVisualSec .side_banner_area .inc_banner_btn::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

.top #mainVisualSec .side_banner_area .inc_banner_pic {
  display: block;
  height: 170px;
  margin-bottom: 5px;
}

.top #mainVisualSec .side_banner_area .off {
  pointer-events: none;
}

@media screen and (max-width: 795px) {
  .top .slides_link {
    display: contents;
  }
}

@media screen and (min-width: 796px) {
  .top .slides_link:hover {
    opacity: 0.9;
  }
}

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

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside01 {
    background-color: #ffba2c;
    font-size: 17px;
    height: 191px;
    padding: 20px 15px;
    position: absolute;
    right: 290px;
    width: 201px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside01 {
    background-color: #ffba2c;
    font-feature-settings: "palt";
    height: 14.2vw;
    letter-spacing: -0.1vw;
    padding: 1.5vw 0.2vw;
    position: absolute;
    right: 19.9vw;
    width: 30.2vw;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-text01 {
    font-weight: 500;
    line-height: 1.4;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-text01 {
    font-size: 2vw;
    line-height: 1;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-text02 {
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-text02 {
    line-height: 0;
    margin-top: 0.8vw;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-text02 a {
    color: #000;
    line-height: 1.4;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-text02 a {
    font-size: 2vw;
    line-height: 1;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-text02 a:hover {
    opacity: 0.8;
  }
}

.top .slide00 .slide00-text02 span {
  font-weight: bold;
  text-decoration: underline;
}

.top .slide00 .slide00-inside03 {
  display: flex;
  justify-content: space-between;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 {
    bottom: 0px;
    font-size: 17px;
    height: 190px;
    right: 0px;
    width: 700px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside03 {
    bottom: 0vw;
    display: none;
    font-size: 2.13333vw;
    height: 13.33333vw;
    right: 0vw;
    width: 50vw;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area01 {
    display: block;
    padding: 20px 0;
    width: 200px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area01 {
    display: none;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area01:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area02 {
    display: block;
    padding: 20px 0;
    width: 200px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area02 {
    display: none;
    padding: 0.66667vw 0;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area02:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area03 {
    display: block;
    padding: 20px 0;
    width: 280px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area03 {
    display: none;
    padding: 0.66667vw 0;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-area03:hover {
    opacity: 0.8;
  }
}

.top .slide00 .slide00-inside03 span {
  color: #ffba2c;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside03 span {
    font-feature-settings: "palt";
    letter-spacing: -0.1vw;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-text01 {
    font-size: 20px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-text02 {
    font-size: 16px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-text03 {
    font-size: 32px;
    padding-top: 7px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-text04 {
    font-size: 25px;
    line-height: 1;
    padding-top: 12px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside03 .slide00-inside03-text05 {
    font-size: 12px;
    line-height: 1;
    padding-top: 1px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .slide00-inside02 {
    align-items: center;
    background-color: black;
    display: flex;
    height: 400px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 480px;
  }
}

@media screen and (max-width: 795px) {
  .top .slide00 .slide00-inside02 {
    display: none !important;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .mv-movie_button {
    background-color: #ffba2c;
    bottom: 230px;
    height: 50px;
    left: 60px;
    position: absolute;
    width: 360px;
  }
}

.top .slide00 .mv-movie_button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .top .slide00 .button_style {
    color: #000;
    display: block;
    font-family: 'Noto Sans',sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    padding-left: 21px;
    text-align: left;
    width: 100%;
  }
}

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

@media screen and (min-width: 796px) {
  .top .slide00 .button_style::after {
    background-image: url(/common/images/icon_youtube.png);
    background-size: cover;
    bottom: 0px;
    content: '';
    display: inline-block;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 21px;
    top: 0px;
    vertical-align: middle;
    width: 42px;
  }
}

@media screen and (min-width: 796px) {
  .top .slide00 .close_style {
    color: #E4B915;
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 30px;
  }
}

.top .slide00 .close_style:hover {
  opacity: 0.8;
}

.top .close-wrap {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 90%;
  justify-content: center;
  left: 50%;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  .top .close-wrap {
    width: 90%;
  }
}

.top .close-wrap-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .top .close-wrap-text {
    font-size: 3.73333vw;
  }
}

.top .close-wrap-text:first-of-type {
  margin-top: 0;
}

.bottomArea_text_2column {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 795px) {
  .bottomArea_text_2column {
    font-size: 4.26667vw;
    padding-top: 1.2vw;
  }
}

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

@media screen and (min-width: 796px) {
  .slides_link:hover {
    opacity: 0.9;
  }
}

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

@media screen and (min-width: 796px) {
  .slide00 .slide00-inside01 {
    background-color: #ffba2c;
    font-size: 17px;
    height: 191px;
    padding: 20px 15px;
    position: absolute;
    right: 290px;
    width: 201px;
  }
}

@media screen and (max-width: 795px) {
  .slide00 .slide00-inside01 {
    background-color: #ffba2c;
    font-feature-settings: "palt";
    height: 14.2vw;
    letter-spacing: -0.1vw;
    padding: 1.5vw 0.2vw;
    position: absolute;
    right: 19.9vw;
    width: 30.2vw;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .slide00-text01 {
    font-weight: 500;
    line-height: 1.4;
  }
}

@media screen and (max-width: 795px) {
  .slide00 .slide00-text01 {
    font-size: 2vw;
    line-height: 1;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .slide00-text02 {
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
  }
}

@media screen and (max-width: 795px) {
  .slide00 .slide00-text02 {
    line-height: 0;
    margin-top: 0.8vw;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .slide00-text02 a {
    color: #000;
    line-height: 1.4;
  }
}

@media screen and (max-width: 795px) {
  .slide00 .slide00-text02 a {
    font-size: 2vw;
    line-height: 1;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .slide00-text02 a:hover {
    opacity: 0.8;
  }
}

.slide00 .slide00-text02 span {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 796px) {
  .slide00 .slide00-inside02 {
    align-items: center;
    background-color: black;
    display: flex;
    height: 400px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 480px;
  }
}

@media screen and (max-width: 795px) {
  .slide00 .slide00-inside02 {
    display: none !important;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .mv-movie_button {
    background-color: #d6b739;
    bottom: 260px;
    height: 50px;
    left: 62px;
    position: absolute;
    width: 360px;
  }
}

.slide00 .mv-movie_button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .slide00 .button_style {
    color: #000;
    display: block;
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    padding-left: 62px;
    text-align: left;
    width: 100%;
  }
}

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

@media screen and (min-width: 796px) {
  .slide00 .button_style::after {
    background-image: url(/common/images/icon_youtube.png);
    background-size: cover;
    bottom: 0px;
    content: '';
    display: inline-block;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 53px;
    top: 0px;
    vertical-align: middle;
    width: 42px;
  }
}

@media screen and (min-width: 796px) {
  .slide00 .close_style {
    color: #E4B915;
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 30px;
  }
}

.slide00 .close_style:hover {
  opacity: 0.8;
}

/* =====================================================================
*
*     Main 
*
* =================================================================== */
#lnavi {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0px auto 60px;
  text-align: center;
  width: 1100px;
}

@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 #E4B915;
    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: 78px 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: #E4B915;
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 46px;
  position: relative;
}

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

.contents .c-cont__subtitle {
  color: #060506;
  display: block;
  font-family: 'Roboto Condensed';
  font-size: 21px;
  font-weight: 400;
  padding-left: 2px;
  padding-top: 10px;
  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: 'Noto Sans JP', 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(../../../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 {
    display: none;
    height: 8vw;
  }
}

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

@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;
}

@media screen and (min-width: 796px) {
  #breadcrumbBox .breadcrumb .breadcrumb--item a {
    margin-right: 15px;
  }
}

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

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

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

/* =====================================================================
*
*     Left Area 
*
* =================================================================== */
.box {
  margin: 20px 0 0 0;
}

.bnArea {
  padding-bottom: 40px;
}

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

.bnlink li {
  float: left;
}

/* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
#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;
  padding: 0 25px 0 0;
  text-align: left;
  width: 100%;
}

#twitter .bb {
  border-bottom: 1px solid #C7000B;
}

@media screen and (min-width: 796px) {
  #twitter {
    height: 140px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #twitter {
    height: 140px;
  }
}

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

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

#twitter dl {
  align-items: center;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  height: 65px;
  margin-right: 15px;
  padding-right: 20px;
}

@media screen and (max-width: 795px) {
  #twitter dl {
    flex-direction: column;
    height: auto;
    justify-content: left;
    margin-right: 3vw;
    padding: 2.66667vw 1.33333vw;
  }
}

#twitter dl:first-child {
  border-top: 1px #D1D1D1 solid;
}

#twitter dt {
  flex-basis: 100px;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding-top: 0px;
}

@media screen and (max-width: 795px) {
  #twitter dt {
    flex-basis: auto;
    width: 100%;
  }
}

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

@media screen and (max-width: 795px) {
  #twitter dd {
    margin-bottom: 0;
    margin-top: 8px;
  }
}

s
.infection_area_wrapper {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  s
.infection_area_wrapper {
    margin-top: 18px;
  }
}

@media screen and (max-width: 795px) {
  s
.infection_area_wrapper {
    margin-top: 20px;
    width: 100%;
  }
}

.infection_area {
  align-items: center;
  display: flex;
  height: 80px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .infection_area {
    flex-direction: column;
    height: auto;
    padding: 0 5vw;
    width: 100%;
  }
}

.infection_area .infection_ttl_wrapper {
  align-items: center;
  background-color: #E4B915;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 120px;
}

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

.infection_area .infection_ttl {
  color: #060506;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .infection_area .infection_ttl {
    padding: 2vw 0;
  }
}

.infection_area .infection_text01 {
  color: #333333;
  font-size: 12px;
  text-align: left;
  width: 600px;
}

@media screen and (max-width: 795px) {
  .infection_area .infection_text01 {
    font-size: 3.3vw;
    line-height: 1.9;
    text-align: left;
    width: 100%;
  }
}

.infection_area .infection_btn_wrapper {
  display: flex;
}

@media screen and (min-width: 796px) {
  .infection_area .infection_btn_wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  .infection_area .infection_btn_wrapper {
    flex-direction: column;
    width: 100%;
  }
}

.infection_area .infection_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 190px;
}

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

.infection_area .infection_btn::before {
  border-color: transparent transparent transparent #E4B915;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

.infection_area .infection_btn:hover {
  opacity: 0.6;
}

.infection_area .off {
  color: #ccc;
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (max-width: 795px) {
  .infection_area .infection_btn_another {
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
}

.infection_area_left {
  background-color: #E4B915;
  height: 80px;
  width: 120px;
}

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

.infection_area_right {
  align-items: center;
  background-color: #E7E8ED;
  display: flex;
  height: 80px;
  justify-content: space-evenly;
  width: 880px;
}

@media screen and (max-width: 795px) {
  .infection_area_right {
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    padding: 5vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .information_area_wrapper {
    margin: 0 auto;
    margin-top: 70px;
    width: 1100px;
  }
}

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

.information_area_wrapper .information_area {
  display: flex;
  justify-content: space-between;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area {
    flex-direction: column;
    padding: 0 5vw;
    width: 100%;
  }
}

.information_area_wrapper .information_area .sub-ttl {
  color: #C7000B;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area .sub-ttl {
    font-size: 7.46667vw;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 796px) {
  .information_area_wrapper .information_area .jspVerticalBar {
    width: 10px;
  }
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area .jspVerticalBar {
    width: 5px;
  }
}

.information_area_wrapper .information_area .information_news {
  background-color: #fff;
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area .information_news {
    margin-top: 35px;
    width: 100%;
  }
}

.information_area_wrapper .information_area #news {
  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;
  padding: 0 25px 0 0;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .information_area_wrapper .information_area #news {
    height: 330px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area #news {
    height: 420px;
  }
}

.information_area_wrapper .information_area #news.active {
  overflow-y: auto;
}

.information_area_wrapper .information_area #news.active dl {
  padding-right: 30px;
}

.information_area_wrapper .information_area #news dl {
  border-bottom: 1px #D1D1D1 solid;
  padding-right: 20px;
  /**&:nth-child(n + 5){
        display: none;
      }**/
}

@media screen and (min-width: 796px) {
  .information_area_wrapper .information_area #news dl {
    align-items: center;
    display: flex;
    height: 65px;
  }
}

.information_area_wrapper .information_area #news dl:first-child {
  border-top: 1px #D1D1D1 solid;
}

.information_area_wrapper .information_area #news dt {
  flex-basis: 100px;
  flex-shrink: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding-top: 5px;
}

@media screen and (min-width: 796px) {
  .information_area_wrapper .information_area #news dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area #news dt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
  }
}

.information_area_wrapper .information_area #news dd {
  align-self: auto;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px 0 15px;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 0 0 0px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .information_area_wrapper .information_area #news dd {
    margin-bottom: 0;
    margin-top: 8px;
  }
}

.information_area_wrapper .information_area #news dd a {
  color: #333333;
}

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

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

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

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

@media screen and (min-width: 796px) {
  .exhibit_area_wrapper {
    margin: 0 auto;
    width: 1100px;
  }
}

.exhibit_area {
  margin-top: 50px;
  width: 100%;
}

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

.exhibit_area .exhibit_flow {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_flow {
    flex-direction: column;
    width: 100%;
  }
}

.exhibit_area .exhibit_area_ttl {
  align-items: center;
  color: #171F55;
  display: inline-block;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.exhibit_area .exhibit_area_ttl::after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
  margin-left: 0.8rem;
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_area_ttl::after {
    margin-left: 0.3rem;
  }
}

.exhibit_area .exhibit_area_ttl::before {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
  margin-right: 0.8rem;
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_area_ttl::before {
    margin-right: 0.3rem;
  }
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_area_ttl {
    margin-bottom: 5.5vw;
  }
}

.exhibit_area .exhibit_flow_contents {
  color: #060506;
  display: flex;
  height: 100px;
  padding-left: 35px;
  width: 235px;
}

@media screen and (min-width: 796px) {
  .exhibit_area .exhibit_flow_contents {
    align-items: center;
  }
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_flow_contents {
    background-size: contain;
    height: 70px;
    margin-bottom: 3vw;
    padding-left: 10vw;
    width: 100%;
  }
}

.exhibit_area .exhibit_flow_contents_link {
  color: unset;
  color: #060506;
}

@media screen and (min-width: 796px) {
  .exhibit_area .exhibit_flow_contents_link:hover {
    opacity: 0.6;
  }
}

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

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_text {
    padding-top: 3.6vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_text_2column {
    padding-top: 3vw;
  }
}

.exhibit_area .exhibit_contents01 {
  background-image: url(/images/exhibit_flow01.png);
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_contents01 {
    background-image: url(/images/exhibit_flow01_sp.png);
  }
}

.exhibit_area .exhibit_contents02 {
  background-image: url(/images/exhibit_flow02.png);
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_contents02 {
    background-image: url(/images/exhibit_flow02_sp.png);
  }
}

.exhibit_area .exhibit_contents03 {
  background-image: url(/images/exhibit_flow03.png);
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_contents03 {
    background-image: url(/images/exhibit_flow03_sp.png);
  }
}

.exhibit_area .exhibit_contents04 {
  background-image: url(/images/exhibit_flow04.png);
}

@media screen and (max-width: 795px) {
  .exhibit_area .exhibit_contents04 {
    background-image: url(/images/exhibit_flow04_sp.png);
  }
}

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

@media screen and (min-width: 796px) {
  .about_info {
    margin-bottom: 100px;
    margin-top: 45px;
    padding: 21px 160px 30px 160px;
  }
}

@media screen and (max-width: 795px) {
  .about_info {
    margin: 0 auto;
    padding: 5.8vw 5vw 7.5vw;
    width: 90%;
  }
}

.about_info .about_info_btn_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 18px;
  width: 520px;
}

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

.about_info .about_info_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;
  position: relative;
  width: 250px;
}

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

@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 #E4B915;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  width: 0vw;
}

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

.about_info_ttl {
  color: #E4B915;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

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

.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: 17px 0 0px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_adress {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 3vw 0 0px;
  }
}

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

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

.footBnArea {
  background-color: #fff;
  margin-bottom: 100px;
  margin-top: 70px;
}

@media screen and (max-width: 795px) {
  .footBnArea {
    margin: 0 5vw;
    margin-bottom: 22.66667vw;
    margin-top: 13.66667vw;
  }
}

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

@media screen and (max-width: 795px) {
  .footBnArea .side-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
    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 {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 490px;
}

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

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

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

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

.footBnArea .inner ul .empty02 {
  border: none !important;
  width: 230px;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul .empty02 {
    display: none;
  }
}

.footBnArea .empty {
  border: none !important;
}

.footBnArea .bnBox {
  margin-top: 30px;
}

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

@media screen and (max-width: 795px) {
  .footBnArea .bnBox ul {
    justify-content: space-around;
  }
}

.footBnArea .relation_link {
  width: 200px !important;
}

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

.footBnArea .relation_link_another {
  margin-top: 30px;
  position: relative;
}

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

.footBnArea .relation_link_another::after {
  content: "※ページ作成中";
  display: block;
  font-size: 23px;
  left: 14px;
  position: absolute;
  top: -40px;
}

@media screen and (max-width: 795px) {
  .footBnArea .relation_link_another::after {
    content: "※ページ作成中";
    display: block;
    font-size: 3vw;
    left: 1.7vw;
    position: absolute;
    top: -6vw;
  }
}

/* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
#footer {
  background: #333333;
  color: #656565;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #footer {
    margin-top: 40vw;
  }
}

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

#footer a:hover {
  color: #656565;
  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: 40px;
  padding-top: 40px;
  position: relative;
  text-align: left;
  width: 1050px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#footer_in .topArea .pastNavi {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 10px;
  width: 180px;
}

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

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

#footer_in .topArea .pastNavi ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  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 {
  padding-left: 76px;
  position: relative;
}

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

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

#footer_in .bottomArea .eventNavi ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

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

#footer_in .footTitle {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  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(199, 0, 11, 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: 3.23333vw !important;
    height: 13.3vw;
  }
}

/* =====================================================================
*
*    関連リンク
*
* =================================================================== */
#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');
}

@media screen and (max-width: 795px) {
  #footer_bn, *:first-child + html #footer_bn {
    bottom: 10px;
    right: 10px;
  }
}

#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_def.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 0;
  opacity: 0.6;
  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%;
}

/* =====================================================================
*
*    第二階層
*
* =================================================================== */
/* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
.contact #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .contact #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
  }
}

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

@media screen and (max-width: 795px) {
  .contact .contents {
    padding: 7vw 0;
    padding-bottom: 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: 110px auto 30px;
  position: relative;
  width: 650px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow {
    margin: 29.66667vw auto 11.73333vw;
    width: 83.66667vw;
  }
}

.contact .p-contact__flow::after {
  border-top: solid 2px #D1D1D1;
  content: "";
  display: inline-block;
  left: 38px;
  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 #D1D1D1;
    left: 5.66667vw;
    top: -5.33333vw;
    top: -9.33333vw;
    width: 71vw;
  }
}

.contact .p-contact__flow span {
  align-items: center;
  color: #CCCCCC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  position: relative;
  width: 98px;
}

@media screen and (min-width: 796px) {
  .contact .p-contact__flow span {
    padding-left: 10px;
  }
}

@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: 0px;
  color: #fff;
  content: "";
  display: flex;
  font-family: 'Roboto Condensed';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -63px;
  width: 50px;
  z-index: 1;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__flow span::before {
    height: 13.3vw;
    left: 2.33333vw;
    top: -16vw;
    width: 13.3vw;
  }
}

.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: 8vw;
  }
}

.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: 8vw;
  }
}

.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: 8vw;
  }
}

.contact .p-contact__form {
  margin: 25px auto 150px;
  position: relative;
  width: 1000px;
}

@media screen and (min-width: 796px) {
  .contact .p-contact__form {
    margin-bottom: 80px;
  }
}

@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;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3vw;
  }
}

.contact .p-contact__form tr th {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 210px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr th {
    font-size: 4.26667vw;
    padding: 3.06667vw 0 0;
    padding-bottom: 1.5vw;
    width: 100%;
  }
}

.contact .p-contact__form tr th .red {
  color: red;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  font-weight: bold;
  vertical-align: super;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr th .red {
    font-size: 10px;
  }
}

.contact .p-contact__form tr th.vertical-top {
  padding-top: 10px;
  vertical-align: top;
}

@media screen and (min-width: 796px) {
  .contact .p-contact__form tr .form_small_font_another {
    padding-top: 15px;
    vertical-align: top;
  }
}

.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 .select-wrap {
  position: relative;
}

.contact .p-contact__form tr td .select-wrap:after {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.contact .p-contact__form tr td select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.contact .p-contact__form tr td select option {
  color: #4f4f4f;
}

.contact .p-contact__form tr td select option:first-child {
  display: none;
}

.contact .p-contact__form tr td select:-ms-expand {
  display: none;
}

.contact .p-contact__form tr td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.contact .p-contact__form tr td .text01 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  padding: 0 30px;
  width: 790px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text01 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 15.76667vw;
    padding: 0 2.66667vw;
    width: 100%;
  }
}

.contact .p-contact__form tr td .text02 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  padding: 0 30px;
  width: 385px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text02 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 15.86667vw;
    margin-right: 0;
    padding: 0 2.66667vw;
    width: 48%;
  }
}

.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: 2vw;
  }
}

.contact .p-contact__form tr td .text04 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 200px;
  max-width: 780px;
  padding: 15px 30px;
  width: 790px;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__form tr td .text04 {
    font-size: 4.26667vw;
    height: 32vw;
    height: 53.66667vw;
    max-width: unset;
    padding: 3vw 2.66667vw;
    width: 100%;
  }
}

.contact .p-contact__annotation {
  color: #E60039;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .contact .p-contact__annotation {
    font-size: 3.66667vw;
    margin-bottom: 1.2vw;
  }
}

.contact_confirmation .btnInput .btn__arrow-l span::after {
  display: none;
}

.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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .p-contact__lead {
    font-size: 3.73333vw;
    line-height: 1.9;
    margin-bottom: 6.66667vw;
    text-align: center;
  }
}

.p-contact__about {
  border: 2px solid rgba(199, 0, 11, 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 #C7000B;
    font-size: 3.2vw;
    line-height: 1.58333333333em;
    margin-bottom: 16vw;
    padding: 2vw 2.66667vw 2.66667vw;
  }
}

.p-contact__about .typesquare_option {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.p-contact__about .typesquare_option strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.p-contact__about .typesquare_option p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

.co_btnArea {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.co_btnArea button {
  margin: 0 60px 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;
}

@media screen and (max-width: 795px) {
  .btnInput {
    margin-right: inherit;
  }
}

.btnInput:hover {
  opacity: 0.6;
}

.btnInput span {
  align-items: center;
  background-color: #C7000B;
  color: #fff;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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 {
    height: 15vw;
    min-width: inherit;
    width: 40vw;
  }
}

.btnInput.btn__arrow-r span {
  background-color: #C7000B;
}

.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;
}

.contact_confirmation .btnInput span::after, .contact_confirmation .btn__arrow-l span::after {
  display: none;
}

/* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
.download {
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 795px) {
  .download #footer {
    margin-top: 33vw;
  }
}

@media screen and (max-width: 795px) {
  .download .about_info {
    margin-top: 21vw;
  }
}

.download #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .download #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 796px) {
  .download .contents {
    margin-bottom: 336px;
    padding: 86px 0px 0;
  }
}

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

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

.p-download__contents {
  margin-bottom: 25px;
}

@media screen and (max-width: 795px) {
  .p-download__contents {
    margin-bottom: 4.43333vw;
  }
}

.download_pdf {
  margin-bottom: 21px;
}

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

.download_pdf a {
  align-items: center;
  background-color: #eeeeee;
  color: #2d2d2d !important;
  display: block;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 70px;
  justify-content: flex-start;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .download_pdf a {
    font-size: 3.7vw;
    height: 16vw;
    padding: 2.66667vw 12.66667vw 2.4vw 4.9vw;
  }
}

.download_pdf a:hover {
  background-color: #E4B915;
  color: #fff !important;
}

.download_pdf a:hover::after {
  background: url(../../images/icon_download_ov.png) no-repeat left top;
  background-size: contain;
}

@media screen and (min-width: 796px) {
  .download_pdf a:hover .dl_new {
    background: #fff;
    color: #FF0000;
  }
}

.download_pdf a::after {
  background: url(../../images/icon_download.png) no-repeat left top;
  background-size: auto;
  content: "";
  height: 27.5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 27.6px;
}

@media screen and (max-width: 795px) {
  .download_pdf a::after {
    background: url(/images/icon_download_sp.png) no-repeat left top;
    background-size: contain;
    height: 7.46667vw;
    right: 5.06667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.66667vw;
  }
}

.dl_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) {
  .dl_new {
    font-size: 3.45vw;
    line-height: 1.3;
    padding: 0px 2.2vw;
    width: auto;
  }
}

.p_download__ttl {
  color: #E4B915;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .p_download__ttl {
    font-size: 6.4vw;
    line-height: 1.45;
  }
}

.p-download__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .p-download__list ul {
    margin-top: 30px;
  }
}

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

.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: #eeeeee;
  color: #2d2d2d;
  display: block;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 70px;
  justify-content: flex-start;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a {
    font-size: 2.66667vw;
    height: 13.33333vw;
    padding: 2.66667vw 12.66667vw 2.4vw 4vw;
  }
}

.p-download__list ul li a .new {
  color: #ED6D1F;
  font-family: oswald, sans-serif !important;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (max-width: 795px) {
  .p-download__list ul li a .new {
    font-size: 3.2vw;
    line-height: 1em;
    margin-right: 2.66667vw;
  }
}

.p-download__list ul li a:hover {
  background-color: #C7000B;
  color: #fff;
}

.p-download__list ul li a:hover:after {
  background: url(../../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(/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(../../images/icon_download.png) no-repeat left top;
  background-size: auto;
  content: "";
  height: 27.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(/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;
  }
}

.p-download__list .c-cont__title {
  color: #C7000B;
  font-size: 28px;
  line-height: 1.214;
  padding: 20px 0;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .p-download__list .c-cont__title {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 795px) {
  .p-download__list .c-cont__title {
    font-size: 5.06667vw;
    margin-bottom: 0vw;
    padding: 2.66667vw 0;
  }
}

.p-download__list .c-cont__title::before {
  background: none !important;
  bottom: 0;
  content: "▼";
  display: inline-table;
  font-size: 16px;
  left: auto;
  margin: auto;
  right: 30px;
  top: 40px;
  width: auto;
}

@media screen and (max-width: 795px) {
  .p-download__list .c-cont__title::before {
    font-size: 2.93333vw;
    right: 4vw;
  }
}

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

.p-download__list .open::before {
  background: none;
  bottom: 0;
  content: "▲";
  display: inline-table;
  font-size: 16px;
  left: auto;
  margin: auto;
  right: 30px;
  top: 40px;
  width: auto;
}

@media screen and (max-width: 795px) {
  .p-download__list .open::before {
    font-size: 2.93333vw;
    right: 4vw;
  }
}

.p-download__list .p-download__acordion--box {
  margin-bottom: 50px;
  width: 480px;
}

@media screen and (max-width: 795px) {
  .p-download__list .p-download__acordion--box {
    margin-bottom: 6.66667vw;
  }
}

.p-download__list .accordion_none {
  margin-bottom: 50px;
  width: 480px;
}

@media screen and (max-width: 795px) {
  .p-download__list .accordion_none {
    margin-bottom: 6.66667vw;
  }
}

.p-download__list .accordion_none .download_c-cont__title_another {
  border-bottom: 2px solid #E4B915;
  color: #E4B915;
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.214;
  margin-bottom: 0px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .p-download__list .accordion_none .download_c-cont__title_another {
    font-size: 5.06667vw;
    margin-bottom: 0vw;
    padding: 2.66667vw 0;
  }
}

.p-download__list .accordion_none .download_c-cont__title_another::before {
  background: url(../../images/icon_download.png) no-repeat left top;
  background-size: auto;
  bottom: 0;
  content: "";
  display: inline-table;
  font-size: 16px;
  height: 27px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 40px;
  width: 27px;
}

@media screen and (max-width: 795px) {
  .p-download__list .accordion_none .download_c-cont__title_another::before {
    height: 7vw;
    right: 2vw;
    top: 5vw;
    width: 7vw;
  }
}

@media screen and (min-width: 796px) {
  .p-download__list .accordion_none .download_c-cont__title_another02 {
    font-size: 26px;
  }
}

/* =====================================================================
*
*     関連リンク
*
* =================================================================== */
.link {
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.link #mainVisualSec {
  background: url(/images/main_v_link.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .link #mainVisualSec {
    background: url(/images/main_v_link_sp.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .link #mainVisualSec h2 {
    font-size: 8vw;
    line-height: 1.25;
    padding: 3.4vw 0;
    padding-left: 5vw;
  }
}

.link .contents {
  padding: 78px 0px 0;
  width: 1100px;
}

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

.link .sec02 {
  margin-top: 70px;
}

@media screen and (max-width: 795px) {
  .link .sec02 {
    margin-top: 18vw;
  }
}

.link .sec03 {
  margin-top: 70px;
}

@media screen and (max-width: 795px) {
  .link .sec03 {
    margin-top: 18vw;
  }
}

.link .link_ttl {
  color: #E4B915;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .link .link_ttl {
    font-size: 6.4vw;
    line-height: 1.45;
  }
}

.link .link_ul {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .link .link_ul {
    font-size: 3.7vw;
    margin-top: 6vw;
  }
}

.link .link_li {
  font-size: 14px;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  .link .link_li {
    font-size: 3.7vw;
  }
}

.link .link_li:first-child {
  padding-top: 0;
}

.link .link_li a {
  color: #333333;
  text-decoration: underline;
}

.link .link_li a:hover {
  opacity: 0.8;
}

.link .link_li .red {
  color: #E4B915;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */
.guideline #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
  height: 135px;
  margin-top: 121px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
    height: 26.6vw;
    margin-top: 16vw;
  }
}

.guideline img {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  .guideline #lnavi {
    margin-top: 50px !important;
    width: 745px;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul {
    flex-wrap: wrap;
  }
}

.guideline #lnavi ul li a {
  display: flex;
  position: relative;
}

@media screen and (min-width: 796px) {
  .guideline #lnavi ul li a {
    background-color: #e8e8e8;
    color: #060506;
    display: flex;
    font-size: 14px;
    height: 50px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    width: 245px;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul li a {
    font-size: 2.6vw !important;
    width: 28.03333vw;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul li a:last-child {
    margin-top: 2.66667vw;
  }
}

.guideline #lnavi ul li a::after {
  border-color: #E4A900 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .guideline #lnavi ul li a::after {
    border-width: 6px 3.5px 0 3.5px;
    bottom: 5px;
    height: 0;
    left: 0;
    right: 0;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul li a::after {
    border-color: #E4A900 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;
  }
}

.guideline #wrapper {
  padding-bottom: 100px;
}

@media screen and (max-width: 795px) {
  .guideline #wrapper {
    padding-bottom: 17vw;
  }
}

.guideline .contents {
  margin-bottom: 80px;
}

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

.guideline .analysis_textarea_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.guideline .gl_c-cont__sub_ttl {
  color: #060506;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}

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

.guideline .gl_c-cont__sub_ttl_another {
  color: #E4B915;
  font-size: 28px;
  font-weight: bold;
}

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

.guideline .target_report_text01 {
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.guideline .gl_c-cont__sub_ttl_center {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .guideline .gl_c-cont__sub_ttl_center {
    font-size: 4vw;
    margin-bottom: -4vw;
    margin-top: 4vw;
  }
}

.guideline .gl_ttl-border01 {
  align-items: center;
  color: #E4B915;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0;
}

@media screen and (max-width: 795px) {
  .guideline .gl_ttl-border01 {
    font-size: 4.26667vw;
    padding: 15px 0;
  }
}

.guideline .gl_ttl-border01::before {
  border-top: 1px solid #E4B915;
  content: "";
  flex-grow: 1;
  margin-right: 0.5rem;
}

.guideline .gl_ttl-border01::after {
  border-top: 1px solid #E4B915;
  content: "";
  flex-grow: 1;
  margin-left: 0.5rem;
}

.guideline .gl_ttl-border02 {
  align-items: center;
  color: #00347D;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0;
}

@media screen and (max-width: 795px) {
  .guideline .gl_ttl-border02 {
    font-size: 4.26667vw;
    padding: 15px 0;
  }
}

.guideline .gl_ttl-border02::before {
  border-top: 1px solid #00347D;
  content: "";
  flex-grow: 1;
  margin-right: 0.5rem;
}

.guideline .gl_ttl-border02::after {
  border-top: 1px solid #00347D;
  content: "";
  flex-grow: 1;
  margin-left: 0.5rem;
}

.guideline .gl_ttl-border03 {
  align-items: center;
  color: #E4B915;
  display: flex;
  font-size: 36px;
  font-weight: bold;
}

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

.guideline .gl_ttl-border03::after {
  border-top: 2px solid #E4B915;
  content: "";
  flex-grow: 1;
  margin-left: 0.5rem;
}

.guideline .gl_ttl-border04 {
  align-items: center;
  color: #00347D;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0;
}

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

.guideline .gl_ttl-border04::after {
  border-top: 2px solid #00347D;
  content: "";
  flex-grow: 1;
  margin-left: 0.5rem;
}

.guideline .gl_c-cont__text01 {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
}

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

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

@media screen and (min-width: 796px) {
  .guideline .gl_table_wrapper {
    margin-bottom: 70px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper {
    margin-bottom: 16vw;
    margin-top: 3vw;
  }
}

@media screen and (min-width: 796px) {
  .guideline .gl_table_wrapper table {
    height: 120px;
  }
}

.guideline .gl_table_wrapper .sell01 {
  background-color: #E4B915;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  width: 140px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell01 {
    font-size: 5.86667vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .guideline .gl_table_wrapper .sell01_sp {
    display: none;
  }
}

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

.guideline .gl_table_wrapper .sell02 {
  background-color: #FDF8E7;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #060506;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 719px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell02 {
    font-size: 3.86667vw;
    width: 55%;
  }
}

.guideline .gl_table_wrapper .sell03 {
  background-color: #FDF8E7;
  border-bottom: 1px solid #fff;
  color: #060506;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 240px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell03 {
    font-size: 3vw;
    width: 45%;
  }
}

.guideline .gl_table_wrapper .sell04 {
  background-color: #FDF8E7;
  border-right: 1px solid #fff;
  color: #C7000B;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  width: 719px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell04 {
    font-size: 5.86667vw;
    padding: 3vw 0;
    width: 55%;
  }
}

.guideline .gl_table_wrapper .sell04 span {
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell04 span {
    font-size: 4vw;
  }
}

.guideline .gl_table_wrapper .sell05 {
  background-color: #FDF8E7;
  color: #C7000B;
  font-size: 32px;
  text-align: center;
  width: 240px;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell05 {
    font-size: 5.86667vw;
    padding: 3vw 0;
    width: 45%;
  }
}

.guideline .gl_table_wrapper .sell05 span {
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  .guideline .gl_table_wrapper .sell05 span {
    font-size: 4vw;
  }
}

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

@media screen and (min-width: 796px) {
  .guideline .report_wrapper {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 795px) {
  .guideline .report_wrapper {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

.guideline .report_left {
  width: 510px;
}

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

.guideline .report_right {
  width: 510px;
}

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

.guideline .report_pic01 {
  margin-top: 30px;
}

@media screen and (min-width: 796px) {
  .guideline .report_pic01 {
    padding: 0 90px;
  }
}

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

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

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

.guideline .report_textarea {
  display: flex;
  font-weight: bold;
}

.guideline .report_text01 {
  background-color: #171F55;
  color: #fff;
  font-size: 16px;
  padding: 7.5px 20px;
  text-align: left;
  width: 100%;
}

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

.guideline .report_text01_top {
  margin-top: 40px;
}

@media screen and (max-width: 795px) {
  .guideline .report_text01_top {
    margin-top: 20px;
  }
}

.guideline .analysis_text01_top {
  margin-top: 40px;
}

@media screen and (max-width: 795px) {
  .guideline .analysis_text01_top {
    margin-top: 20px;
  }
}

.guideline .report_text02 {
  background-color: #A40018;
  color: #fff;
  font-size: 16px;
  padding: 7.5px 20px;
  text-align: left;
  width: 100%;
}

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

.guideline .voice_area {
  display: flex;
  justify-content: space-between;
}

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

.guideline .gl_attention01 {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 795px) {
  .guideline .gl_attention01 {
    font-size: 2.4vw;
    margin-top: 5px;
    text-align: right;
  }
}

.guideline .voice_text {
  font-size: 14px;
  line-height: 2;
  padding: 0 24px;
  text-align: left;
  width: 210px;
}

@media screen and (min-width: 796px) {
  .guideline .voice_text {
    border-right: #C3C1C1 1px solid;
  }
}

@media screen and (max-width: 795px) {
  .guideline .voice_text {
    border-bottom: #C3C1C1 1px solid;
    font-size: 3.73333vw;
    line-height: 1.65;
    padding: 5px 10px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .guideline .voice_text:first-child {
    padding-left: 0;
    padding-right: 25px;
    width: 185px;
  }
}

.guideline .voice_text:last-child {
  border-right: none;
}

@media screen and (min-width: 796px) {
  .guideline .voice_text:last-child {
    padding-left: 25px;
    padding-right: 0;
    width: 185px;
  }
}

.guideline .analysis_wrapper {
  display: flex;
  margin-top: 30px;
}

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

.guideline .analysis_text01 {
  background: #171F55;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 7.5px 0;
  padding-left: 20px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline .analysis_text01 {
    font-size: 3.73333vw;
    width: 100%;
  }
}

.guideline .analysis_text02_span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: -20px;
  text-align: right;
}

@media screen and (max-width: 795px) {
  .guideline .analysis_text02_span {
    font-size: 3vw;
    margin-top: 0;
  }
}

.guideline .analysis_text02 {
  font-size: 21px;
  font-weight: bold;
  padding-top: 30px;
}

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

.guideline .analysis_text02 .red {
  color: #C7000B;
}

.guideline .analysis_flex_area {
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 795px) {
  .guideline .analysis_flex_area {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

.guideline .analysis_pic01 {
  width: 710px;
}

@media screen and (min-width: 796px) {
  .guideline .analysis_pic01 {
    margin-right: 0px;
  }
}

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

.guideline .analysis_pic01 img {
  width: 100%;
}

@media screen and (min-width: 796px) {
  .guideline .analysis_textarea {
    width: 390px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .analysis_textarea {
    margin-top: 4vw;
    width: 100%;
  }
}

.guideline .analysis_textarea_ul {
  height: 100%;
  padding: 10px 0;
}

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

.guideline .analysis_textarea_li {
  font-size: 12px;
  line-height: 2;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

@media screen and (max-width: 795px) {
  .guideline .analysis_textarea_li {
    font-size: 2.8vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}

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

.guideline .report_wrapper02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 795px) {
  .guideline .report_wrapper02 {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

.guideline .report_wrapper02_top {
  margin-bottom: 40px;
}

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

.guideline .report02_contents {
  width: 510px;
}

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

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

.guideline .report02_contents_02 {
  width: 100%;
}

@media screen and (min-width: 796px) {
  .guideline .report02_contents_02 {
    padding: 0 60px;
  }
}

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

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

.guideline .report02_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.guideline .report02_pic01 img {
  width: 100%;
}

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

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

.guideline .strengthen_list_wrapper {
  margin-top: 60px;
}

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

.guideline .strengthen_list_flexarea {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

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

.guideline .strengthen_leftarea {
  width: 600px;
}

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

.guideline .strengthen_rightarea {
  width: 360px;
}

@media screen and (max-width: 795px) {
  .guideline .strengthen_rightarea {
    margin-top: 5.33333vw;
    width: 100%;
  }
}

.guideline .redarea {
  background-color: #E4B915;
  display: flex;
  padding: 11.5px 0;
  position: relative;
  width: 100%;
}

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

.guideline .redarea_text01 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-left: 14px;
}

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

.guideline .redarea_text01 span {
  font-size: 14px;
  font-weight: bold;
}

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

.guideline .solution_text01 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

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

.guideline .solution_text01 span {
  color: #E4B915;
}

.guideline .solution_text02 {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
  text-align: left;
}

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

.guideline .solution_flex_wrapper {
  margin-top: 30px;
}

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

.guideline .solution_flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guideline .solution_contents {
  background-color: #FDF8E7;
  margin-bottom: 20px;
  padding: 18px 0;
  width: 490px;
}

@media screen and (max-width: 795px) {
  .guideline .solution_contents {
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.guideline .solution_text_top {
  color: #E4B915;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

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

.guideline .solution_text_bottom {
  color: #060506;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-top: 12px;
}

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

.guideline .redarea_text02 {
  background-color: #FFFF00;
  bottom: 0;
  color: #E4B915;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin: auto;
  padding: 7.5px 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 150px;
}

@media screen and (max-width: 795px) {
  .guideline .redarea_text02 {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
    position: unset;
  }
}

.guideline .strengthen_text01 {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .strengthen_text01 {
    font-size: 3.73333vw;
    line-height: 1.75;
    margin-top: 5.33333vw;
  }
}

.guideline .strengthen_pic01 img {
  width: 100%;
}

.guideline .online_service_text01 {
  background-color: #A40018;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 7.2px 0;
  padding-left: 20px;
  text-align: left;
}

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

.guideline .guideline_flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  margin-top: 30px;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_flow {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}

.guideline .online_service_pic01 {
  width: 720px;
}

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

.guideline .online_service_pic01 img {
  width: 100%;
}

.guideline .online_service_pic02 {
  width: 340px;
}

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

.guideline .online_service_pic02 img {
  width: 100%;
}

.guideline .online_service_text02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top: 30px;
  text-align: left;
}

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

.guideline .online_service_text03 {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
  text-align: left;
}

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

.guideline .online_service_flex_wrapper {
  margin-top: 40px;
}

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

.guideline .online_service_flexarea {
  display: flex;
  justify-content: space-between;
}

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

.guideline .online_service_contents {
  width: 480px;
}

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

.guideline .online_service_text04 {
  background-color: #FFFF00;
  color: #E4B915;
  font-size: 18px;
  font-weight: bold;
  padding: 8.5px 0;
}

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

.guideline .online_service_text05 {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}

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

.guideline .online_service_pic {
  padding-top: 20px;
}

@media screen and (max-width: 795px) {
  .guideline .online_service_pic {
    padding-top: 0vw;
  }
}

.guideline .online_service_pic img {
  width: 100%;
}

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

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

@media screen and (min-width: 796px) {
  .guideline #lnavi {
    display: block !important;
    margin: unset;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-top: 80px;
  }
}

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

@media screen and (min-width: 796px) {
  .guideline #lnavi ul li a {
    background-color: #E8E8E8;
    color: #060506;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    width: 235px;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul li a {
    background-color: #E0E0E0;
    color: #333;
    font-size: 2.6vw !important;
    width: 28.03333vw;
  }
}

@media screen and (max-width: 795px) {
  .guideline #lnavi ul li a::after {
    border-left: 1.1vw solid transparent;
    border-right: 1.1vw solid transparent;
    border-top: 2.2vw solid #E4B915;
    right: 2vw;
  }
}

.guideline .c-cont__lead {
  align-items: flex-end;
  border-bottom: solid 2px #707070;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.184em;
  margin-bottom: 18px;
  padding-bottom: 16px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .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;
  }
}

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

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

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

.guideline .c-cont__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

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

.guideline .c-cont__block .c-cont__box {
  width: 530px;
}

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

.guideline .c-cont__block .c-cont__box--text {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .c-cont__block .c-cont__box--text {
    font-size: 3.73333vw;
    line-height: 1.75;
    margin-top: 5.33333vw;
  }
}

.guideline .c-cont__block .c-cont__box--pic {
  font-size: 0px;
}

.guideline .c-cont__block .c-cont__box--pic img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .guideline .c-cont__block01, .guideline .c-cont__block03 {
    flex-direction: row-reverse;
  }
}

.guideline .contVisualSec {
  background: url(/images/cont_v_guideline.png) no-repeat center;
  background-size: cover;
  height: 280px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline .contVisualSec {
    height: 30.66667vw;
  }
}

.guideline .p-guideline__result {
  align-items: flex-end;
  background: rgba(199, 0, 11, 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) {
  .guideline .p-guideline__result {
    height: 10.66667vw;
    margin-bottom: 8vw;
    padding: 1.33333vw 2vw 2.13333vw 2.66667vw;
  }
}

.guideline .p-guideline__result .p-guideline__result-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 0;
}

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

.guideline .p-guideline__result .p-guideline__result-number {
  color: #E50038;
  font-family: oswald, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}

@media screen and (max-width: 795px) {
  .guideline .p-guideline__result .p-guideline__result-number {
    font-size: 6.4vw;
  }
}

.guideline .p-guideline__result .p-guideline__result-number .p-guideline__result-number-unit {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

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

.guideline .p-guideline__result .p-guideline__result-annotation {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

@media screen and (max-width: 795px) {
  .guideline .p-guideline__result .p-guideline__result-annotation {
    font-size: 2.4vw;
  }
}

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

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

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

@media screen and (max-width: 795px) {
  .guideline .c-cont__box--graph01 {
    margin-bottom: 10vw;
  }
}

.guideline .p-guideline__graph-title {
  border-bottom: 2px solid #707070;
  padding-bottom: 15px;
}

@media screen and (max-width: 795px) {
  .guideline .p-guideline__graph-title {
    border-bottom: 2px solid #707070;
    padding-bottom: 2.66667vw;
  }
}

.guideline .p-guideline__graph-title {
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .guideline .p-guideline__graph-title {
    font-size: 3.73333vw;
    margin-bottom: 3.33333vw;
  }
}

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

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

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

.guideline .contents02 {
  padding-top: 0px;
}

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

.guideline .guideline_ttl_flexarea {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_ttl_flexarea {
    flex-direction: column;
    margin-bottom: 0vw;
  }
}

.guideline .guideline_ttl_flexarea .btn-basic {
  margin-top: -5px;
}

@media screen and (min-width: 796px) {
  .guideline .guideline_ttl_flexarea .mb_short {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .guideline_ttl_flexarea .mb_short {
    margin-bottom: 10px;
  }
}

.guideline .online_service {
  padding-top: 80px;
}

.guideline .guideline_btn_frame {
  display: flex;
  justify-content: space-between;
  width: 475px;
}

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

.guideline .guideline_btn_frame .btn-basic__text {
  width: 230px;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_btn_frame .btn-basic__text {
    font-size: 4.06667vw;
    width: 43.66667vw;
  }
}

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

@media screen and (max-width: 795px) {
  .guideline .guideline_lnavi_small {
    font-size: 3vw !important;
  }
}

.guideline .p-download__list {
  display: unset;
  flex-wrap: unset;
  justify-content: unset;
}

.guideline .mainVisualSec__bottomArea {
  background-color: #C7000B;
  bottom: 0px;
  height: 100px;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 795px) {
  .guideline .mainVisualSec__bottomArea {
    height: 17vw;
    padding: 3vw 5vw;
  }
}

.guideline .mainVisualSec__bottomArea .btn-mv .btn-mv__text__small {
  color: #060506;
}

@media screen and (min-width: 796px) {
  .guideline .mainVisualSec__bottomArea .btn-mv .btn-mv__text__small {
    font-size: 16px;
    width: 250px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .mainVisualSec__bottomArea .btn-mv .btn-mv__text__small {
    width: 35vw;
  }
}

@media screen and (min-width: 796px) {
  .guideline .mainVisualSec__bottomArea .btn-mv .btn-mv__text__small::after {
    border-width: 6px 0 6px 10px;
    right: 10px;
  }
}

.guideline .mainVisualSec__bottomArea .btn-mv .btn-mv__text__small:hover {
  color: #fff !important;
}

.guideline .guideline_bottomArea__contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents {
    justify-content: space-around;
    padding-left: 0px;
    width: 100%;
  }
}

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

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents .btn-mv__text {
    height: 11vw;
  }
}

.guideline .guideline_bottomArea__contents .btn-mv {
  margin-right: 20px;
  padding-top: unset;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents .btn-mv {
    margin-right: 0;
    padding-top: unset !important;
  }
}

.guideline .guideline_bottomArea__contents .btn-mv:last-child {
  margin-right: 0;
}

.guideline .guideline_bottomArea__contents .bottomArea__contents--textarea {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  padding-top: 10px;
  width: 273px;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents .bottomArea__contents--textarea {
    font-size: 4.26667vw;
    padding-top: 0px;
  }
}

.guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_2column {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_2column {
    font-size: 4.5vw;
    line-height: 1.65;
  }
}

.guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_3column {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

@media screen and (min-width: 796px) {
  .guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_3column {
    margin-top: -16px;
  }
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_3column {
    font-size: 2.5vw;
    padding-top: 1.2vw;
  }
}

.guideline .guideline_bottomArea__contents .bottomArea__contents--textarea .bottomArea_text_3column span {
  color: #C7000B;
}

.guideline .guideline_bottomArea__contents-btnarea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 520px;
}

@media screen and (max-width: 795px) {
  .guideline .guideline_bottomArea__contents-btnarea {
    justify-content: space-between;
    margin-left: 0px;
    width: auto;
  }
}

@media screen and (min-width: 796px) {
  .guideline #scroll {
    bottom: 13px;
  }
}

@media screen and (max-width: 795px) {
  .guideline #scroll {
    bottom: 17vw;
  }
}

/* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
.p-target__pic li {
  font-size: 0;
}

.target #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
  height: 135px;
  margin-top: 121px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .target #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
    height: 26.6vw;
    margin-top: 16vw;
  }
}

.target .tg_pr {
  position: relative;
}

@media screen and (max-width: 795px) {
  .target .tg_pr {
    padding-left: 10vw;
    text-align: left !important;
  }
}

.target .tg_pr .tg_pa_text {
  background-color: #FFFF00;
  color: #C7000B;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 90px;
}

@media screen and (min-width: 796px) {
  .target .tg_pr .tg_pa_text {
    height: 42px;
  }
}

@media screen and (max-width: 795px) {
  .target .tg_pr .tg_pa_text {
    font-size: 4vw;
    padding-bottom: 3.6vw;
    padding-top: 3.6vw;
  }
}

.target .target_bg_pink01 {
  background-color: #F7E5B2 !important;
}

.target .target_bg_pink02 {
  background-color: #FDF6E5 !important;
}

.target .target_bg_pink03 {
  background-color: #DB4E76;
}

.target .target_bg_green01 {
  background-color: #B2E2CD;
}

.target .target_bg_green02 {
  background-color: #E5F5EE;
}

.target .target_bg_green03 {
  background-color: #009F59;
}

.target .target_bg_blue01 {
  background-color: #B9BBCB;
}

.target .target_bg_blue02 {
  background-color: #E7E8ED;
}

.target .target_bg_blue03 {
  background-color: #008AC7;
}

@media screen and (min-width: 796px) {
  .target .p-target__list-title_small {
    font-size: 16px;
  }
}

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

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

.target #lnavi {
  display: block;
}

@media screen and (min-width: 796px) {
  .target #lnavi {
    display: block !important;
    margin: unset;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-top: 80px;
    width: 540px;
  }
}

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

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

.target #lnavi ul li a {
  display: flex;
  position: relative;
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a {
    background-color: #E8E8E8;
    color: #060506;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    width: 245px;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a {
    background-color: #E8E8E8;
    color: #333;
    width: 42vw !important;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a:last-child {
    margin-top: 2.66667vw;
  }
}

.target #lnavi ul li a::after {
  border-color: #E4A900 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a::after {
    border-width: 6px 3.5px 0 3.5px;
    bottom: 5px;
    height: 0;
    left: 0;
    right: 0;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a::after {
    border-color: #E4A900 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 .contents {
  margin-bottom: 0px;
}

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

.target .target_contetns02 {
  margin-bottom: 150px;
  padding-top: 0;
}

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

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

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

.target .target_thema_area {
  margin-top: 50px;
}

.target .target_thema_ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 12px 0;
}

.target .target_thema_flex_text01 {
  color: #060506;
  font-weight: bold;
  padding: 9px 0px;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .target .target_thema_flex_text01 {
    margin-top: 15px;
    width: 100%;
  }
}

.target .target_thema_flex_text01:first-child {
  font-size: 14px;
}

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

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

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

.target .target_3flex_contents {
  width: 320px;
}

@media screen and (max-width: 795px) {
  .target .target_3flex_contents {
    margin-top: 5vw;
    width: 100%;
  }
}

.target .target_3flex_text01 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  padding: 9px 0;
}

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

.target .target_3flex_text02 {
  font-size: 14px;
  line-height: 2;
  padding: 20px;
  text-align: left;
}

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

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

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

.target .target-subttl {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

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

.target .target_ttl_text01 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

.target .target_ttl_text02 {
  font-size: 14px;
  line-height: 2;
  padding-top: 25px;
  text-align: left;
}

.target .target_ttl_text03 {
  color: #060506;
  font-size: 21px;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .target .target_ttl_text03 {
    margin-bottom: 10px;
  }
}

.target .target-red {
  color: #DB4E76;
}

.target .target-skyblue {
  color: #008AC7;
}

.target .target-blue {
  color: #008AC7;
}

.target .target-green {
  color: #009F59;
}

.target .target-bg-red {
  background-color: #D94E76;
}

.target .target-bg-skyblue {
  background-color: #0088C6;
}

.target .target-bg-green {
  background-color: #009D5A;
}

.target .target-exhibitors-sec03 {
  margin-bottom: 100px;
}

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

.target .target-exhibitors-sec03 .p-target__list-box {
  width: 340px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec03 .p-target__list-box {
    width: 100%;
  }
}

.target .target-exhibitors-sec05 {
  margin-bottom: 20px;
}

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

.target .target-exhibitors-sec05_textArea {
  background: #F6E5E7;
  padding: 28px 20px 30px 20px;
}

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

.target .target_sec05_subttl {
  background: #D58A94;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding: 5.6px 0;
}

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

.target .target-exhibitors-sec05_ttl {
  background: #A40018;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10.812px 0;
}

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

.target .target-exhibitors-sec05_ttl .new {
  align-items: center;
  background: #FFFF00;
  color: #A40018;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin-right: 1px;
  width: 90px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec05_ttl .new {
    font-size: 3.6vw;
    height: 7vw;
    width: 13vw;
  }
}

.target .target-exhibitors-sec05_ttl .theme {
  align-items: center;
  background: #fff;
  color: #A40018;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 140px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec05_ttl .theme {
    font-size: 3.4vw;
    height: 7vw;
    width: 33vw;
  }
}

.target .theme_wrapper {
  display: flex;
  left: 10px;
  position: absolute;
}

@media screen and (max-width: 795px) {
  .target .theme_wrapper {
    justify-content: center;
    margin-bottom: 1vw;
    position: unset;
  }
}

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

@media screen and (max-width: 795px) {
  .target .target_sec05_list_wrapper {
    margin-top: 10px;
  }
}

.target .target_sec05_text01 {
  color: #A40018;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .target .target_sec05_text01 {
    font-size: 4.3vw;
    line-height: 1.45;
    text-align: left;
  }
}

.target .target_sec05_text02 {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (min-width: 796px) {
  .target .target_sec05_text02 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sec05_text02 {
    font-size: 3.46667vw;
    margin-top: 10px;
    text-align: left;
  }
}

.target .target_sec05_list {
  text-align: left;
  width: 320px;
}

.target .target_sec05_list li {
  line-height: 2;
}

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

.target .target_exhibitors_wrapper {
  margin-top: 0px;
}

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

.target .target_exhibitors_ttl {
  background: #E4B915;
  font-size: 16px;
  padding: 7.2px 0px;
  padding-left: 20px;
  padding-left: 20px;
  text-align: left;
}

.target .target_exhibitors_pic_wrapper {
  margin-top: 50px;
}

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

.target .target_exhibitors_icon01 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

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

.target .target_exhibitors_icon01 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon02 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 71px;
}

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

.target .target_exhibitors_icon02 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon03 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 67px;
}

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

.target .target_exhibitors_icon03 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon04 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 61px;
}

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

.target .target_exhibitors_icon04 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon05 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

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

.target .target_exhibitors_icon05 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon06 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 69.5px;
}

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

.target .target_exhibitors_icon06 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon07 {
  height: 59.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 67.5px;
}

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

.target .target_exhibitors_icon07 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon08 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 71.5px;
}

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

.target .target_exhibitors_icon08 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon09 {
  height: 63.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 61.5px;
}

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

.target .target_exhibitors_icon09 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon10 {
  height: 69.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75.5px;
}

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

.target .target_exhibitors_icon10 img {
  height: 100%;
  width: 100%;
}

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

.target .target_exhibitors_pic_li {
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  margin-bottom: 20px;
  padding: 7px 0px 7px 80px;
  padding-left: 80px;
  position: relative;
  text-align: left;
  width: 245px;
}

@media screen and (max-width: 795px) {
  .target .target_exhibitors_pic_li {
    font-size: 2.9vw;
    height: 12vw;
    margin-bottom: 5vw;
    padding: 1vw 0px 1vw 14vw;
    padding-left: 14vw;
    width: 49.5%;
  }
}

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

.target .target_exhibitors_pic_li_long {
  width: 490px;
}

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

@media screen and (max-width: 795px) {
  .target .target_exhibitors_ul {
    align-items: center;
  }
}

.target .target_exhibitors_li {
  background: #F1DC89;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  padding: 17px 0;
  width: 340px;
}

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

@media screen and (max-width: 795px) {
  .target .target_exhibitors_li_column {
    font-size: 14px;
    line-height: 1.45;
    padding: 5px 0;
  }
}

.target .target-exhibitors-sec04-txt01 {
  color: #A40018;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 25px;
  margin-top: -20px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .target .target-exhibitors-sec04-txt01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec04-txt01 {
    font-size: 3.46667vw;
    margin-bottom: 3.33333vw;
    margin-top: -4vw;
  }
}

.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: 10px;
    margin-top: 15px;
    width: 300px;
  }
}

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

.c-cont__block--exhibitor .p-target__list-box_empty {
  width: 300px;
}

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

.c-cont__block--exhibitor .p-target__list-box--2colum .p-target__list {
  width: 50%;
}

.c-cont__block--exhibitor .target_bg_pink01 {
  background-color: #EEB2B5;
}

.c-cont__block--exhibitor .target_bg_pink02 {
  background-color: #F9E5E6;
}

.c-cont__block--exhibitor .target_bg_pink03 {
  background-color: #DB4E76;
}

.c-cont__block--exhibitor .target_bg_green01 {
  background-color: #B2E2CD;
}

.c-cont__block--exhibitor .target_bg_green02 {
  background-color: #E5F5EE;
}

.c-cont__block--exhibitor .target_bg_green03 {
  background-color: #009F59;
}

.c-cont__block--exhibitor .target_bg_blue01 {
  background-color: #B9BBCB;
}

.c-cont__block--exhibitor .target_bg_blue02 {
  background-color: #E7E8ED;
}

.c-cont__block--exhibitor .target_bg_blue03 {
  background-color: #008AC7;
}

.c-cont__block--exhibitor .p-target__list-title {
  font-weight: bold;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 3vw;
    line-height: 1.2;
    padding-bottom: 3.6vw;
    padding-top: 3.6vw;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title_fs_small {
    font-size: 11.5px;
    padding: 9.5px 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title_2column {
    padding: 6.5px 0;
    padding-left: 20px;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title-single {
    padding: 10px 0;
  }
}

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

.c-cont__block--exhibitor .p-target__list {
  line-height: 2;
  padding: 15px 20px;
}

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

.c-cont__block--exhibitor .p-target__list_long {
  line-height: 2;
  padding: 15px 20px;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list_long {
    height: 320px;
  }
}

.c-cont__block--exhibitor .p-target__list_column {
  line-height: 2;
  padding: 15px 20px;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list_column {
    height: 240px;
  }
}

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

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

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

.c-cont__block--exhibitor .tarfet_red_text {
  color: #C7000B;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.357;
  margin-bottom: 10px;
  text-align: left;
}

.c-cont__block--exhibitor .p-target__list-item_another {
  display: block;
  text-align: left;
  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: 12px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .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;
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list {
    margin-bottom: 12vw;
  }
}

.c-cont__block--visitor .p-target__list-item {
  background: #B2E1F0;
  display: block;
  font-weight: 500;
  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 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 21px 0 17px;
    width: 490px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    padding: 5.06667vw 0 5.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item:last-child {
    margin: 0;
  }
}

.p-target__pic-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 796px) {
  .p-target__pic-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list {
    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: 16.4px;
    width: 239px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list-item {
    margin-bottom: 2vw;
    width: 49%;
  }
}

.p-target__pic-list-item img {
  height: auto;
  width: 100%;
}

.p-target__pic-box {
  background: rgba(51, 51, 51, 0.54);
  bottom: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .p-target__pic-box {
    font-size: 22px;
    padding: 13px 0 10px 10px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-box {
    font-size: 4vw;
    padding: 3.46667vw 0 2.66667vw 2.66667vw;
  }
}

.target_text01 {
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .target_text01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 795px) {
  .target_text01 {
    font-size: 3.66667vw;
    padding: 0 5.33333vw;
  }
}

.unification01 {
  border: solid 2px #da4c75;
}

@media screen and (max-width: 795px) {
  .unification01 {
    border: solid 1px #da4c75;
  }
}

.unification02 {
  border: solid 2px #2a9f5a;
}

@media screen and (max-width: 795px) {
  .unification02 {
    border: solid 1px #2a9f5a;
  }
}

.unification03 {
  border: solid 2px #198ac7;
}

@media screen and (max-width: 795px) {
  .unification03 {
    border: solid 1px #198ac7;
  }
}

/* =====================================================================
*
*     開催概要
*
* =================================================================== */
.outline #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
  height: 135px;
  margin-top: 121px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .outline #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
    height: 26.6vw;
    margin-top: 16vw;
  }
}

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

.outline .sub_table {
  border: none;
  border-top: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.outline .sub_table .justification {
  display: block;
  line-height: 1.4;
}

.outline .sub_table td {
  border-bottom: 1px #FFFFFF solid;
  /*padding: 5px;*/
  padding: 15px 5px 10px;
  text-align: left;
}

.outline .sub_table .lef_td {
  background-color: #E6E6E6;
  border-bottom: 1px dotted #CCCCCC;
  text-align: center;
  width: 74px;
}

.outline .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;
}

.outline .sub_table .rig_td {
  border-bottom: 1px solid #CCCCCC;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  padding: 15px 7px 10px 40px;
}

@media screen and (max-width: 795px) {
  .outline .sub_table .rig_td {
    font-size: 3.6vw;
    padding: 2.8vw 2.53333vw 2.26667vw 5.33333vw;
  }
}

.outline .sub_table .lef_td1 {
  background-color: #F8F8F8;
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  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) {
  .outline .sub_table .lef_td1 {
    font-size: 4vw;
    padding: 2.26667vw 2.4vw 2.4vw 2.26667vw;
    width: 21.33333vw;
  }
}

.outline .sub_table .lef_td1 div {
  position: relative;
  text-align: center !important;
}

.outline .sub_table .lef_td1 div span {
  font-size: 9px;
  left: 0px;
  position: absolute;
  top: -9px;
}

@media screen and (max-width: 795px) {
  .outline .sub_table .lef_2column {
    font-size: 3.23333vw !important;
    line-height: 1.5;
  }
}

.outline .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;
}

.outline .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-guide .fixedBtn {
  display: none !important;
}

@media screen and (max-width: 795px) {
  .registration-guide .fixedBtn {
    bottom: 32vw;
  }
}

.registration .btaArea-rapper {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  z-index: 999;
}

.registration .btaArea-rapper .btnArea {
  padding: 20px 0 !important;
}

@media screen and (max-width: 795px) {
  .registration .btaArea-rapper .btnArea {
    padding: 20px 0 !important;
  }
}

.registration .btaArea-rapper .fixed-btn {
  background: #000;
  font-size: 30px !important;
  padding: 19px 50px 18px 50px !important;
}

@media screen and (max-width: 795px) {
  .registration .btaArea-rapper .fixed-btn {
    font-size: 4vw !important;
    padding: 15px 10px !important;
  }
}

.registration .btaArea-rapper .fixed-btn::after {
  border-color: transparent transparent transparent #E4B915;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

.registration .btaArea-rapper .btn:hover {
  background: none;
  opacity: 1 !important;
}

.registration .btaArea-rapper .btn a {
  height: auto;
}

@media screen and (min-width: 796px) {
  .registration .btaArea-rapper .r-guide_btnInput {
    margin: 20px 0 !important;
    width: 360px !important;
  }
}

@media screen and (max-width: 795px) {
  .registration .btaArea-rapper .r-guide_btnInput {
    margin: 15px 0;
    width: 84vw !important;
  }
}

.registration .btaArea-rapper .r-guide_btnInput .column_btn {
  padding: 15px 10px !important;
}

.registration .btaArea-rapper .r-guide_btnInput .column_btn::after {
  border-color: transparent transparent transparent #E4B915;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 795px) {
  .registration .btaArea-rapper .r-guide_btnInput .column_btn::after {
    border-color: transparent transparent transparent #E4B915;
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: 3.33333vw;
  }
}

.registration .registration-btn-area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 620px !important;
}

.registration .registration-btn-area button {
  width: auto !important;
}

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

.registration .red02 {
  color: #E4B915;
}

.registration .contents-borderarea {
  border: 2px solid #E4B915;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px;
}

@media screen and (max-width: 795px) {
  .registration .contents-borderarea {
    font-size: 3vw;
    padding: 2.66667vw;
  }
}

.registration .ml1em {
  margin-left: 1em;
}

.registration #header {
  align-items: center;
  background: #002854;
  display: flex;
  height: 184px;
  justify-content: center;
  position: inherit;
}

@media screen and (max-width: 795px) {
  .registration #header {
    height: auto;
    padding: 5vw 0;
  }
}

.registration #header .headArea .inner {
  height: auto;
}

.registration #header .headArea .inner img {
  vertical-align: top;
}

.registration #header .seecat_headArea {
  min-width: auto;
}

@media screen and (max-width: 795px) {
  .registration #header .inner {
    width: 50vw;
  }
}

@media screen and (max-width: 795px) {
  .registration #header .inner img {
    width: 100%;
  }
}

.registration #mainVisualSec {
  background: url(../../common/images/main_v_registration.png) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
  margin-top: 0px;
  /*width: 100%;
        height: 265px;
        overflow: hidden;
        position: relative;
        text-align: center;
        display: table;
        margin-top: 0;
        &:before{
          content: "";
          display: none;
        }
    */
}

@media screen and (max-width: 795px) {
  .registration #mainVisualSec {
    margin-bottom: 13.33333vw;
  }
}

.registration #mainVisualSec h2 {
  font-family: UD Shin Go Medium, sans-serif;
  margin: 50px auto 0;
  /*
            display: table-cell;
            vertical-align: middle;
            font-size: 50px;
            text-align: center;
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            position: static;
            background: transparent;
      */
}

@media screen and (max-width: 795px) {
  .registration #mainVisualSec h2 {
    font-size: 5vw;
    margin: 6.93333vw auto 0;
    padding: 7.2vw 0;
  }
}

.registration #mainVisualSec h2 span {
  color: #d5b739;
  display: block;
  font-size: 24px;
  margin: auto;
}

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

.registration__flow {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.registration__flow span {
  align-items: center;
  background-color: #e5e5e5;
  color: #fff;
  display: block;
  display: flex;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  line-height: 1;
  margin: 0 1px;
  padding: 21px 18px 17px;
  position: relative;
  text-align: center;
  width: 33.333%;
  /*&:nth-child(2) {
            padding: 13px 0 0 0;
          }*/
}

.registration__flow span.current {
  background-color: #d5b739;
}

.registration__flow span.current:before {
  border-color: #d5b739 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 .sslArea {
  background-color: #fff;
  height: 440px;
  padding: 10px 0px 10px 0px;
  width: 100%;
}

.registration .sslArea .textBox {
  border: solid 1px #eaecf1;
  font-size: 14px;
  height: 300px;
  line-height: 20px;
  margin: 0px 0px 10px;
  outline: none;
  overflow: auto;
  padding: 20px;
  text-align: left;
  width: 100%;
}

.registration .sslArea .textBox > p {
  margin-bottom: 1em;
}

.registration .sslArea .textBox > p.heading {
  font-size: 100%;
  font-weight: bold;
}

.registration .sslArea .textBox .heading {
  display: inline-block;
  font-size: 120%;
  margin-bottom: 0.5em;
}

.registration .sslArea .textBox ol, .registration .sslArea .textBox ul {
  margin-bottom: 1em;
}

.registration .sslArea .btn02 {
  display: flex;
  justify-content: space-around !important;
  margin-left: auto !important;
  width: 360px !important;
}

.registration .sslArea .btn02 .btnInput {
  background-color: #ccc;
  min-width: 150px;
}

.registration .sslArea .btn02 .btnInput::after {
  display: none;
}

.registration .sslArea .btn02 .btnInput span {
  color: #666;
  padding: 10px !important;
  position: relative;
}

.registration .sslArea .btn02 .btnInput span:first-of-type {
  padding-left: 15px !important;
}

.registration .sslArea .btn02 .btnInput span #ssl_agreement {
  left: 15px;
  position: absolute;
  top: 15px;
}

.registration .sslArea .textBox--privacy01 {
  margin-bottom: 100px;
}

.registration .sslArea .textBox--privacy01 .title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  text-align: left;
}

.registration .sslArea .textBox--privacy01 .head_text {
  margin: 0 0 1em 0;
  text-align: left;
  text-indent: 1em;
}

.registration .sslArea .textBox--privacy01 .node_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 0.5em 0em;
}

.registration .sslArea .textBox--privacy01 .node_text {
  margin: 0 20px 1.5em 1em;
  text-indent: 1em;
}

.registration .sslArea .textBox--privacy01 .node_list {
  margin-bottom: 1.5em;
}

.registration .sslArea .textBox--privacy01 .node_list li .node_text-list {
  margin: 0;
  text-indent: 1em;
}

.registration .sslArea .title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.registration .sslArea .head_text {
  margin-bottom: 1em;
  text-align: right;
}

.registration .sslArea .node_title {
  font-weight: bold;
  margin: 0 10px 0.5em 0em;
}

.registration .sslArea .node_text {
  margin: 0 20px 1.5em 1em;
}

.registration .sslArea .node_list-decimal {
  counter-reset: item;
  list-style: decimal;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding-left: 2em;
}

.registration .sslArea .node_list-decimal li:before {
  content: counter(item) ".";
  counter-increment: item;
  /* 以下は自由に装飾... */
  padding-right: .5em;
}

.registration .sslArea p {
  margin-bottom: 1.5em;
}

.registration .contents {
  padding: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  /*
        margin-bottom: 50px;
        border-top: 2px solid #d20000;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    */
  /*.w180 {
width:180px;
}
.w240 {
width:240px;
}*/
}

@media screen and (min-width: 796px) {
  .registration .contents {
    font-size: 16px;
  }
}

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

.registration .contents .c-cont__title {
  border-bottom: none !important;
  color: #00437c;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 55px;
  text-align: left;
}

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

.registration .contents .box {
  text-align: left;
}

.registration .contents .box02 {
  background-color: #E6E6E6;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 15px;
  width: 100%;
}

.registration .contents .box02 p {
  display: block;
  padding: 10px;
}

.registration .contents .b01 {
  background-color: #E6E6E6;
  border-bottom: 1px #FFF solid;
  height: 40px;
}

.registration .contents .b02 {
  background-color: #F2F2F2;
  border-bottom: 1px #FFF solid;
  height: 40px;
}

.registration .contents .b03 {
  background-color: #E7F0F7;
  height: auto;
}

.registration .contents .b04 {
  background-color: #E6E6E6;
  border-bottom: 1px #FFF solid;
  border-right: #FFF 2px solid;
  height: 40px;
}

.registration .contents .form {
  line-height: 50px;
  width: 100%;
}

.registration .contents .form th {
  padding: 5px 0 5px 10px;
  width: 200px;
  word-break: break-all;
}

.registration .contents .form td {
  padding: 0 10px;
  text-align: left;
}

.registration .contents .form.confirm {
  /*line-height:2;*/
}

.registration .contents .form th {
  padding-left: 10px;
}

.registration .contents .form th.works {
  position: relative;
}

.registration .contents .form th.works .alert {
  border: 2px dotted #FF0004;
  color: #FF0004;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 500px;
}

.registration .contents .textbox {
  margin: 10px 0;
}

.registration .contents .text01 {
  height: 25px;
  width: 250px;
}

.registration .contents .text02 {
  height: 25px;
  margin-left: 5px;
  width: 100px;
}

.registration .contents .text03 {
  height: 25px;
  width: 170px;
}

.registration .contents .text04 {
  height: 150px;
  width: 400px;
}

.registration .contents .text05 {
  height: 25px;
  width: 400px;
}

.registration .contents .l20 {
  line-height: 20px;
}

.registration .contents select {
  background: url(../../../common/images/arrow_bottom.png) no-repeat center right 5% #fff;
}

.registration .contents #image-btn {
  background: url(../images/btn02_def.jpg) left top no-repeat;
  border: 0px;
  height: 40px;
  width: 160px;
}

.registration .contents .download li {
  border-bottom: dotted 1px #8C8C8C;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.registration .contents #uComment, .registration .contents #uComment2 {
  display: none;
}

.registration .contents .bm_ttl {
  background-color: #fff !important;
}

.registration .contents .bm_ttl th {
  background: #d5b739;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin: 15px 0 15px -15px;
  padding: 10px 10px 10px;
  text-align: center;
  width: auto;
}

.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 .btn02 {
  /*width: 415px;*/
  background-color: #FFF;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.registration .contents .btn01 a {
  background-image: none;
}

.registration .contents .btnInput {
  background: #d5b739;
  width: 350px;
}

.registration .contents .btnInput span {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 19px 50px 18px 50px;
  text-align: center;
  vertical-align: middle;
}

.registration .contents .btnInput:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  cursor: pointer;
  opacity: 0.5;
  /* IE8 */
}

.registration .contents .btnArea {
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}

.registration .contents .btnBox {
  text-align: center;
}

.registration .contents .btn {
  background: #d5b739;
  display: inline-block;
  margin: 50px auto;
}

.registration .contents .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
  /* IE8 */
}

.registration .contents .btn a {
  color: #fff;
  display: block;
  display: block;
  font-size: 18px;
  padding: 19px 50px 18px 50px;
  text-align: center;
  vertical-align: middle;
}

.registration .contents select {
  background-color: #ffffff;
}

.registration .numbering {
  vertical-align: top;
}

@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;
  text-align: left;
}

.registration .app_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .registration .app_ttl {
    font-size: 4vw;
    margin-top: 8vw;
  }
}

.registration .measures_text02 {
  color: #000;
  font-size: 18px;
}

.registration .measures_text03 {
  color: #000;
}

.registration .measures_text04 {
  color: #000;
}

.registration .measures_textarea {
  border: #E4B915 solid 1px;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .registration .measures_textarea {
    margin-top: 15px;
  }
}

.registration .qr-area {
  display: flex;
  justify-content: space-evenly;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .registration .qr-area {
    flex-direction: column;
    justify-content: unset;
    margin-top: 10px;
    padding-top: 20px;
  }
}

.registration .qr-contents02 {
  justify-content: space-around;
  width: 460px !important;
}

@media screen and (max-width: 795px) {
  .registration .qr-contents02 {
    justify-content: unset;
    width: 100% !important;
  }
}

.registration .qr-contents {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 420px;
}

@media screen and (min-width: 796px) {
  .registration .qr-contents {
    border: 2px solid #000;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 795px) {
  .registration .qr-contents {
    justify-content: unset;
    width: 100%;
  }
}

.registration .qr-contents-text01 {
  font-size: 18px;
  padding-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .registration .qr-contents-text01 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 795px) {
  .registration .qr-contents-left {
    width: 45vw;
  }
}

@media screen and (max-width: 795px) {
  .registration .qr-contents-left img {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .registration .qr-contents-left a:hover {
    opacity: 0.8;
  }
}

.registration .qr-contents-right {
  width: 150px;
}

@media screen and (max-width: 795px) {
  .registration .qr-contents-right {
    width: 45vw;
  }
}

.registration .qr-contents-right img {
  width: 100%;
}

@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;
}

.sub #header {
  position: inherit;
  /*background: #000000;*/
}

.sub #header .headArea {
  /*background: #000000;*/
}

.sub #header .headArea .inner {
  height: auto;
}

.sub #header .headArea .inner img {
  vertical-align: top;
}

.sub #mainVisualSec {
  margin-top: 0px;
}

.sub #mainVisualSec h2 span {
  color: #d5b739;
  display: block;
  font-size: 24px;
  margin: auto;
}

.sub .contents {
  margin-bottom: 50px;
}

.aglee-btn {
  background-color: #ccc;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.aglee-btn:hover {
  opacity: 0.8;
}

.aglee-btn label {
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px 10px 50px;
}

.aglee-btn input {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.numbering {
  vertical-align: top;
}

.map_pic--box img {
  width: 100%;
}

.regist_text {
  font-size: 14px;
  margin-left: 2.4em;
  padding-bottom: 5px;
  text-align: left;
  text-indent: -2.4em;
}

.regist_text02 {
  font-size: 12px;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.regist_text03 {
  font-size: 20px;
  text-align: left;
}

/* =====================================================================
*
*     検索結果一覧
*
* =================================================================== */
.search {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.search .c-cont__title {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 55px;
  text-align: left;
}

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

.search .c-cont__title span {
  font-size: 14px;
  margin-left: 30px;
  padding-top: 12px;
}

@media screen and (max-width: 795px) {
  .search .c-cont__title span {
    font-size: 3vw;
    margin-left: 0 !important;
    padding-top: 3vw;
  }
}

.search #mainVisualSec {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .search #mainVisualSec {
    margin-bottom: 13.33333vw;
  }
}

.search #mainVisualSec h2 span {
  color: #d5b739;
  display: block;
  font-size: 24px;
  margin: auto;
  margin-top: 10px;
  width: auto !important;
}

@media screen and (max-width: 795px) {
  .search #mainVisualSec h2 span {
    font-size: 3.73333vw;
    margin: 0;
  }
}

@media screen and (max-width: 795px) {
  .search #mainVisualSec h2 {
    font-size: 6vw;
    padding: 10.4vw 0;
    padding-left: 5vw;
    width: 80%;
  }
}

.search table {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: left;
}

.search .anchor_menu02 {
  background-color: #EDEDED;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  /* height: 50px; */
  line-height: 30px;
  margin: 0px 0px 45px;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .anchor_menu02 {
    height: auto;
    padding: 2vw 5vw;
  }
}

.search .anchor_menu02 a {
  padding: 0 16px;
}

@media screen and (max-width: 795px) {
  .search .anchor_menu02 a {
    padding: 0 16px;
  }
}

.search .contents {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 0;
  padding-top: 60px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .search .contents {
    margin: 0 auto;
    padding-top: 0px;
  }
}

.search .contents .contents_inner {
  /*border: solid 1px #eaecf1;*/
  padding: 60px;
}

@media screen and (max-width: 795px) {
  .search .contents .contents_inner {
    padding: 0;
    padding-bottom: 8vw;
  }
}

.search .searchMainBox {
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .searchMainBox {
    padding-top: 0vw;
  }
}

.search .searchBox {
  background: #ddd;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .searchBox .f_r {
    margin-right: 0vw !important;
  }
}

.search .searchBox .search-btn-mt {
  margin-right: 118px;
}

@media screen and (max-width: 795px) {
  .search .searchBox .search-btn-mt {
    margin-right: auto;
    margin-top: 3vw;
    text-align: center;
  }
}

.search .searchBox:first-child {
  background: #ddd;
  width: 100%;
}

.search .searchBox .boLine {
  border-bottom: 1px dotted #414141;
  padding-bottom: 10px;
}

.search .searchBox .pt10 {
  padding-top: 10px;
}

.search .searchBox .in {
  line-height: 30px;
  margin: 0 25px 25px 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 795px) {
  .search .searchBox .in {
    margin: 0 3.33333vw 3.33333vw 3.33333vw;
    padding-bottom: 3.33333vw;
    padding-top: 3.33333vw;
  }
}

.search .searchBox button {
  display: inline-block;
  vertical-align: top;
}

.search .kensakuBox {
  height: 28px;
  width: 600px;
}

@media screen and (max-width: 795px) {
  .search .kensakuBox {
    width: 84vw;
  }
}

.search .ctSelect {
  color: #333;
  font-size: 13px !important;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  padding: 0 0 0 10px;
  width: 460px;
}

.search .bar {
  background: #CCD5DE;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: left;
}

.search .anchor {
  border: 1px solid #999;
  float: left;
  height: 17px;
  margin-bottom: 20px;
  margin-right: 25px;
  padding: 5px 7px;
  width: 12px;
}

.search .anchor_k {
  border: 1px solid #999;
  float: left;
  height: 17px;
  margin-bottom: 20px;
  padding: 5px 7px;
  width: 24px;
}

.search .blank {
  border: none;
  width: 20px;
}

.search td {
  border-bottom: #333 1px dotted;
  vertical-align: top;
  width: 460px;
}

.search td a, .search td span {
  display: block;
  margin: 10px;
}

@media screen and (min-width: 796px) {
  .search .s-result-td {
    width: 520px;
  }
}

.search .sort {
  margin-bottom: 20px;
  width: 640px;
}

.search .btn01 {
  margin: 0 0 25px 280px;
}

.search .btn {
  margin-left: 267px;
}

.search table.t_layout01 {
  border: none;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .search table.t_layout01 tr {
    display: flex;
    flex-direction: column;
  }
}

.search table.t_layout01 th {
  width: 123px;
}

.search table.t_layout01 td {
  border: none;
  vertical-align: middle;
}

.search table.t_layout01 td.cellB {
  width: 442px;
}

@media screen and (max-width: 795px) {
  .search table.t_layout01 td.cellB {
    width: auto;
  }
}

.search table.t_layout01 td.cellB select {
  background-color: #fff;
  height: 30px;
  width: 600px;
}

@media screen and (max-width: 795px) {
  .search table.t_layout01 td.cellB select {
    width: 84vw;
  }
}

.search table.t_layout01 td.cellC {
  text-align: right;
  width: 168px;
}

@media screen and (max-width: 795px) {
  .search table.t_layout01 td.cellC {
    margin-top: 3vw;
    text-align: center;
    width: auto;
  }
}

.search h2.title01 {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  height: 88px;
  line-height: 78px;
  padding: 0;
  text-align: left;
  width: 700px;
}

.search h2 span {
  display: block;
  margin: 0 auto;
  width: 1100px;
}

.search .c-cont__title {
  border-bottom: none !important;
  color: #E4B915;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 55px;
  text-align: left;
}

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

.search .c-cont__title span {
  color: #333;
  font-size: 20px;
  margin-left: 30px;
  padding-top: 12px;
}

@media screen and (max-width: 795px) {
  .search .c-cont__title span {
    font-size: 3vw;
    margin-left: 0 !important;
    padding-top: 3vw;
  }
}

.search .keywordBox {
  font-size: 16px;
  width: 460px;
}

.search .btnSearch {
  -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!important;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
  display: inline-block;
}

.search .btnSearch span {
  /*border: 1px solid #FFF;*/
  background-color: #e4b915;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 78px;
}

.search .btnSearch span:hover {
  background: #eace62;
  cursor: pointer;
}

.search .title01 {
  color: #d5b739;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 55px;
  text-align: left;
}

.search .btnArea {
  width: 720px;
}

.search .btnInput {
  background: #002355;
  cursor: pointer;
  margin: 0 auto;
  width: 200px;
}

.search .btnInput span {
  background: url(../../images/arrow01_whi.png) no-repeat 10px center;
  color: #fff;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  vertical-align: middle;
}

.search .btnInput:hover {
  background: #8092A8;
  text-decoration: none !important;
}

.search .btnInput:hover a {
  text-decoration: none !important;
}

.search .btnInput:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

.search .btnInput2 {
  background: #002355;
  cursor: pointer;
  margin: 0 auto;
  width: 80px;
}

.search .btnInput2 span {
  color: #fff;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  vertical-align: middle;
}

.search .btnInput:hover {
  background: #8092A8;
  text-decoration: none !important;
}

.search .btnInput2:hover a {
  text-decoration: none !important;
}

.search .btnInput2:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  /* IE8 */
}

.search .btnArea {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.search .btn {
  background: #e4b915;
  margin: 0 auto;
  width: 350px;
}

@media screen and (max-width: 795px) {
  .search .btn {
    margin: 6.66667vw auto;
    width: 90%;
  }
}

.search .btn a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  padding: 19px 50px 18px 50px;
  text-align: center;
  vertical-align: middle;
}

.search .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
  /* IE8 */
}

.search .btn:hover a {
  text-decoration: none;
}

.search .btn_back {
  background: #e4b915;
  margin: 0 auto;
  width: 350px;
}

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

.search .btn_back a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  padding: 19px 50px 18px 50px;
  text-align: center;
  vertical-align: middle;
}

.search .btn_back:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
  /* IE8 */
}

.search .btn_back a:hover {
  text-decoration: none;
}

.search .red_deco_cate_t {
  background-color: #002855;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  width: 18px;
}

.search .s_cate_title {
  color: #E4B915;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
}

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

.search #name {
  border: 2px solid #000;
}

.search #name:hover {
  display: initial;
}

.search .s_cate_solution--sec {
  margin-bottom: 80px;
  width: 100%;
}

.search .s_cate_solution--list {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.search .s_cate_solution--list input {
  bottom: 0;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
}

.search .solution_category_title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-left: 0px;
  padding-left: 50px;
  text-align: left;
}

.search .s_cate_solution--item {
  background: #f6f6f6;
  color: #333;
  margin-bottom: 10px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 32.6%;
}

@media screen and (min-width: 796px) {
  .search .s_cate_solution--item {
    margin-right: 0.6%;
  }
}

@media screen and (max-width: 795px) {
  .search .s_cate_solution--item {
    width: 100%;
  }
}

.search .kensakuBox02 {
  background: #f6f6f6;
  border: none;
  height: 60px;
  padding: 0 10px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .search .kensakuBox02 {
    font-size: 2.7vw;
    padding: 0 0.5vw;
  }
}

.search .s_cate_c_t {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  padding: 12px 15px 10px;
  text-align: left;
  width: 670px;
}

.search .s_cate_c_t span {
  vertical-align: middle;
}

.search .s_cate_c_t .check {
  float: left;
}

.search .s_cate_c_t .check input {
  margin-right: 3px;
  margin-top: 2px;
  vertical-align: middle;
}

.search .s_cate_c_t .category_title {
  float: left;
  font-family: UD新ゴ M;
  margin-left: 5px;
}

.search .s_cate_m_box {
  overflow: hidden;
  padding: 15px 15px 10px;
  width: 670px;
}

.search .cate_deepblue {
  background-color: #002855;
}

.search .cate_deepblue_inner {
  background-color: #E0E5EB;
}

.search .cate_gray_inner {
  background-color: #E9E9E9;
}

.search .cat_list_l {
  float: left;
  width: 223.3px;
}

.search .cat_list_l li {
  text-align: left;
}

.search .form_text input {
  background: #f6f6f6;
  border-color: currentColor;
  border-color: initial;
  border-image: none;
  border-image: initial;
  border-style: none;
  border-width: medium;
  border-width: initial;
  box-shadow: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  height: 60px;
  line-height: 28px;
  padding: 0px 19px;
  width: 100%;
}

.search .btn_search {
  background: #E4B915;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 32px;
  margin: 30px auto;
  position: relative;
  text-align: center;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .search .btn_search {
    font-size: 5.33333vw;
    margin: 5.33333vw auto 10.66667vw !important;
    width: 100%;
  }
}

.search .btn_search::after {
  border-color: transparent transparent transparent #fff;
  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 .btn_search:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
  /* IE8 */
}

.search .b_s_margin {
  margin: 40px auto 40px;
}

.search .cb {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  /*font-family: 新ゴ M;*/
  padding: 0 0 5px;
  text-align: left;
}

.search .cb .check {
  float: left;
  margin: 3px 2px 0 0;
}

.search .graphTable .cb .check input {
  vertical-align: middle;
}

.search .cb .time {
  float: left;
  margin-left: 2px;
  /*font-family: UD新ゴ M;*/
  width: 190px;
}

.search .cate_m_box_margin_bottom {
  margin-bottom: 10px;
}

/* =====================================================================
*
*     セミナー
*
* =================================================================== */
.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 #mainVisualSec h2 {
  line-height: 1.2;
}

@media screen and (min-width: 796px) {
  .seminar #mainVisualSec h2 {
    font-size: 36px;
    padding: 46px 50px;
  }
}

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

.seminar #header {
  align-items: center;
  background: #002854;
  display: flex;
  height: 184px;
  justify-content: center;
  position: inherit;
}

@media screen and (max-width: 795px) {
  .seminar #header {
    height: auto;
    padding: 7vw 0;
  }
}

.seminar #header .headArea .inner {
  height: auto;
}

.seminar #header .headArea .inner img {
  vertical-align: top;
}

.seminar #header .headArea {
  margin: 0;
}

@media screen and (max-width: 795px) {
  .seminar #header .headArea {
    margin: 0 !important;
  }
}

@media screen and (max-width: 795px) {
  .seminar #header .inner {
    width: 40vw;
  }
}

@media screen and (max-width: 795px) {
  .seminar #header .inner img {
    width: 100%;
  }
}

.seminar #mainVisualSec {
  margin-top: 0px;
}

.seminar #mainVisualSec h2 span {
  color: #d5b739;
  display: block;
  font-size: 24px;
  margin: auto;
  margin-top: 10px;
}

.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: 160px;
}

.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: UD新ゴ M;
  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: UD新ゴ M;
  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 .graphTable td {
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  height: 140px;
  width: 315px;
}

.seminar .graphTable td > div {
  height: 100%;
  position: relative;
}

.seminar .graphTable td.time {
  background-color: #ededed;
  font-family: UD新ゴ M;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  vertical-align: top;
  width: 50px;
}

.seminar .graphTable td.time div {
  background-color: #ededed;
  margin-top: -15px;
}

.seminar .graphTable .base {
  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: #E3B814;
  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: UD新ゴ M;
  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;
  }
}

.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;
  }
}

.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 .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: rgba(227, 184, 20, 0.1);
  position: absolute;
  z-index: 1;
}

.seminar .bg_G .cb {
  background-color: #E3B814;
}

.seminar .bg_G a {
  color: #E3B814;
}

.seminar .bg_G .num p {
  border: 2px solid #E3B814;
  color: #E3B814;
}

.seminar .bg_G .num span {
  color: #E3B814;
  font-weight: bold;
}

.seminar .bg_G hr {
  border: 0;
  border-top: 1px solid #e11e79;
  color: #E3B814;
  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: #E3B814;
}

.seminar .bg_FJ a {
  color: #E3B814;
}

.seminar .bg_FJ .num p {
  border: 2px solid #E3B814;
  color: #E3B814;
}

.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: 1100px;
}

.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;
}

.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: 'Noto Sans JP', 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: #E4B915;
  color: #fff;
}

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

.p-download__list_another ul li a:after {
  background: url(../../../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;
}

.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;
}

@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: 13.3vw;
    color: #E50038;
    display: none;
    height: 13.33333vw;
    position: fixed;
    right: 0;
    width: 13.33333vw;
  }
}

@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;
}

@media screen and (max-width: 795px) {
  .grey_out {
    font-size: 4.3vw !important;
    font-weight: bold;
  }
}

.grey_button {
  background-color: #e6e6e6;
  color: #CCCCCC;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 300px;
}

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

@media screen and (max-width: 795px) {
  .btn-mv--text {
    font-size: 4.53333vw;
  }
}

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

@media screen and (max-width: 795px) {
  .mainVisualSec_wrapper {
    margin-bottom: 40px;
  }
}

.sec02__ContentsArea {
  background: url(/images/sec02_bg.png) no-repeat center center;
  background-size: cover;
  height: 634px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .sec02__ContentsArea {
    background-color: #fff;
    margin-top: 150px;
  }
}

@media screen and (max-width: 795px) {
  .sec02__ContentsArea {
    background: url(/images/sec02_bg.png) no-repeat 0vw center;
    background-size: cover;
    background-size: cover;
    flex-direction: column-reverse;
    height: 180px;
    margin-top: 21.33333vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .sec02__left_wrapper {
    margin: 0 auto;
    position: relative;
    width: auto;
  }
}

@media screen and (max-width: 1400px) and (min-width: 795px) {
  .sec02__left_wrapper {
    width: 1100px;
  }
}

.sec02__left {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 0px 50px 50px;
  position: absolute;
  width: 700px;
}

@media screen and (min-width: 796px) {
  .sec02__left {
    bottom: -50px;
    right: 0vw;
  }
}

@media screen and (max-width: 795px) {
  .sec02__left {
    background-color: #fff;
    margin-top: 0vw;
    padding: 8vw 5vw;
    padding-bottom: 26.66667vw;
    position: unset;
    top: 180px;
    width: 100%;
    z-index: 1;
  }
}

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

.characteristic_text01 {
  font-size: 12px;
  line-height: 2;
  margin-top: 35px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .characteristic_text01 {
    font-size: 3.4vw;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.report_h3 {
  color: #E4A900;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

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

@media screen and (min-width: 796px) {
  .report_wrapper01 {
    padding-bottom: 30px;
    width: 500px;
  }
}

@media screen and (min-width: 796px) {
  .report_wrapper {
    padding-bottom: 30px;
    width: 1100px;
  }
}

.information_notice {
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .information_notice {
    flex-direction: column;
    padding: 0 5vw;
    width: 100%;
  }
}

.information_notice .sub-ttl {
  color: #E4A900;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .information_notice .sub-ttl {
    font-size: 7.46667vw;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 796px) {
  .information_notice .jspVerticalBar {
    width: 10px;
  }
}

@media screen and (max-width: 795px) {
  .information_notice .jspVerticalBar {
    width: 5px;
  }
}

@media screen and (min-width: 796px) {
  #twitterArea {
    margin-top: 10px;
  }
}

.info_dd_wrapper {
  align-items: center;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  .info_dd_wrapper p {
    font-size: 16px;
  }
}

@media screen and (max-width: 795px) {
  .info_dd_wrapper p {
    font-size: 16px;
    line-height: 1;
  }
}

.category {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 120px;
}

@media screen and (max-width: 795px) {
  .category {
    font-size: 3.2vw;
    height: 20px;
    line-height: 20px;
    width: 26.66667vw;
  }
}

.category_blue {
  background: #00347D;
}

.category_red {
  background: #FF0000;
}

.category_gray {
  background: #707070;
}

.guideline_flow_wrapper {
  background: #FBF2D9;
  margin-top: 150px;
  padding: 100px 0;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .guideline_flow_wrapper {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 50px;
  }
}

.guideline_flow_contents {
  background: #fff;
  margin: 0 auto;
  padding: 50px;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .guideline_flow_contents {
    background: unset;
    padding: 0 5vw;
    width: 100%;
  }
}

.guideline_flow_item_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item_wrapper {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
}

.guideline_flow_item {
  height: 380px;
  padding: 0 20px;
  position: relative;
  width: 220px;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 5.33333vw;
    width: 100%;
  }
}

.guideline_flow_item::after {
  border-color: transparent transparent transparent #171F55;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item::after {
    border-color: #171F55 transparent transparent transparent;
    border-width: 20px 12px 0 12px;
    bottom: -30px;
    left: 0;
    right: 0;
    top: unset;
  }
}

.guideline_flow_item:last-child::after {
  display: none;
}

.bg_red {
  background: #E4A900;
}

.bg_blue {
  background: #171F55;
}

.guideline_flow_item_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 125px;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item_top {
    height: auto;
  }
}

.guideline_flow_item_bottom {
  margin-top: 20px;
  text-align: left;
}

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

.guideline_flow_item_bottom_text01 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.guideline_flow_item_bottom_wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item_bottom_wrapper {
    justify-content: left;
    padding-bottom: 5.33333vw;
    padding-top: 5.33333vw;
  }
}

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

.flow_number {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 30px;
  height: 50px;
  justify-content: center;
  left: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: -25px;
  width: 50px;
}

@media screen and (max-width: 795px) {
  .flow_number {
    margin: unset;
    position: unset;
  }
}

.border_red {
  border: 1px solid #E4A900;
  color: #E4A900;
}

.border_blue {
  border: 1px solid #060506;
  color: #060506;
}

.guideline_flow_item_top_text01 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.68;
}

@media screen and (max-width: 795px) {
  .guideline_flow_item_top_text01 {
    font-size: 4.26667vw;
    padding-left: 4vw;
    text-align: left;
  }
}

.countermeasure_wrapper {
  margin: 0 auto;
  margin-top: 100px;
  width: 1100px;
}

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

.countermeasure_wrapper .countermeasure_ttl {
  align-items: center;
  background: #00347D;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  justify-content: left;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .countermeasure_wrapper .countermeasure_ttl {
    font-size: 16px;
    height: 40px;
    justify-content: center;
    padding-left: 0;
  }
}

.countermeasure_wrapper .countermeasure_contents {
  align-items: center;
  background: #E5EAF2;
  display: flex;
  height: 140px;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}

@media screen and (max-width: 795px) {
  .countermeasure_wrapper .countermeasure_contents {
    flex-direction: column;
    height: auto;
    padding-bottom: 5.33333vw;
  }
}

.countermeasure_wrapper .countermeasure_textarea {
  line-height: 1.71;
  text-align: left;
  width: 400px;
}

@media screen and (max-width: 795px) {
  .countermeasure_wrapper .countermeasure_textarea {
    font-size: 12px;
    line-height: 1.666;
    margin-top: 10px;
    width: 100%;
  }
}

.countermeasure_wrapper .countermeasure_btn_area {
  display: flex;
  justify-content: space-between;
  width: 620px;
}

@media screen and (max-width: 795px) {
  .countermeasure_wrapper .countermeasure_btn_area {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .countermeasure_wrapper .countermeasure_btn_area a {
    font-size: 3.73333vw !important;
    margin-top: 20px;
  }
}

.banner_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}

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

.banner_wrapper .banner {
  display: block;
  height: 140px;
  width: 245px;
}

@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;
  }
}

.exhibitor_info_wrapper {
  background: #F2F2F2;
  margin-top: 100px;
  width: 100%;
}

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

.exhibitor_info_contentsArea {
  margin: 0 auto;
  padding: 100px 0;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .exhibitor_info_contentsArea {
    padding: 11.46667vw 5vw 0 5vw;
    width: 100%;
  }
}

.exhibitor_infoArea {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 795px) {
  .exhibitor_infoArea {
    flex-wrap: wrap;
    margin-top: 7.33333vw;
  }
}

.exhibitor_contents {
  width: 245px;
}

@media screen and (max-width: 795px) {
  .exhibitor_contents {
    width: 48%;
  }
}

.exhibitor_contents:hover {
  opacity: 0.8;
}

@media screen and (max-width: 795px) {
  .exhibitor_contents:nth-child(n + 3) {
    margin-top: 5.33333vw;
  }
}

.exhibitor_pic img {
  display: block;
}

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

.company_name {
  font-weight: bold;
}

.company_text {
  border-bottom: 1px solid #E0E0E0;
  min-height: 75px;
  padding-top: 5px;
}

@media screen and (max-width: 795px) {
  .company_text {
    min-height: unset;
    padding-bottom: 4.26667vw;
  }
}

.company_textArea {
  color: #060506 !important;
  margin-top: 15px;
  text-align: left;
}

.mv_whiteArea {
  background-image: linear-gradient(to right, #060506 32%, rgba(0, 0, 0, 0) 100%);
  bottom: 40px;
  height: 115px;
  padding: 20px 36px 24px 40px;
  position: absolute;
  width: 580px;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  .mv_whiteArea {
    bottom: 0;
    height: auto;
    padding: 3.46667vw 4.66667vw;
    width: 100%;
  }
}

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

.mv_category_item {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  width: 165px;
}

@media screen and (max-width: 795px) {
  .mv_category_item {
    font-size: 2.4vw;
    width: 29.33333vw;
  }
}

.mv_category_item_type01 {
  background: #DB4E76;
}

.mv_category_item_type02 {
  background: #009F59;
}

.mv_category_item_type03 {
  background: #008AC7;
}

.mv_category_text01 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .mv_category_text01 {
    padding-top: 19px;
  }
}

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

.mv_category_text01 span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

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

.mv_infoArea {
  background: #fff;
  height: 340px;
}

@media screen and (min-width: 796px) {
  .mv_infoArea {
    bottom: 0;
    margin: auto;
    padding: 25px 30px 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    z-index: 10;
  }
}

@media screen and (max-width: 795px) {
  .mv_infoArea {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
    height: auto;
    padding: 5.33333vw 5vw;
    width: 100%;
  }
}

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

@media screen and (max-width: 795px) {
  .mainVisualSec_wrapper {
    margin-bottom: 40px;
  }
}

.mv_infotext {
  color: #C7000B;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .mv_infotext {
    font-size: 5.6vw;
    line-height: 1.42;
  }
}

.mv_btnArea {
  margin-top: 30px;
}

.mv_btnArea .mv_btn-basic {
  position: relative;
}

@media screen and (min-width: 796px) {
  .mv_btnArea .mv_btn-basic {
    margin-top: 10px;
  }
}

.mv_btnArea .mv_btn-basic .btn-basic__text {
  flex-direction: column;
}

.mv_btnArea .mv_btn-basic .btn-basic__text::after {
  border-color: transparent transparent transparent #000;
  border-width: 6px 0 6px 10px;
  right: 10px !important;
}

@media screen and (max-width: 795px) {
  .mv_btnArea .mv_btn-basic .btn-basic__text {
    font-size: 3.73333vw;
    height: 50px;
    width: 100%;
  }
}

.mv_btnArea .mv_btn-basic .btn-basic__text span {
  display: block;
}

@media screen and (min-width: 796px) {
  .mv_btnArea .mv_btn-basic .btn-basic__text span {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (max-width: 795px) {
  .mv_btnArea .mv_btn-basic .btn-basic__text span {
    font-size: 3vw;
    line-height: 1;
    padding-top: 0.3vw;
  }
}

.mv_btnArea .mv_btn-basic .af_pdf::after {
  background: url(../../images/af_pdf_pc.png) no-repeat left top;
  background-size: auto;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  bottom: 0;
  content: "";
  height: 27px;
  margin: auto;
  position: absolute;
  right: 10px !important;
  right: 20px;
  top: 0;
  width: 27px;
}

@media screen and (max-width: 795px) {
  .mv_btnArea .mv_btn-basic .af_pdf::after {
    background: url(/images/af_pdf_sp.png) no-repeat left top;
    background-size: contain;
    height: 5.334vw;
    right: 5.06667vw;
    width: 5.6vw;
  }
}

.mv_btnArea .mv_btn-basic .af_pdf:hover::after {
  background: url(../../images/af_pdf_ov_pc.png) no-repeat left top;
  background-size: contain;
}

@media screen and (min-width: 796px) {
  .mv_btnArea .mv_btn-basic:first-child {
    margin-top: 0px;
  }
}

.mv_btnArea .mv_btn-basic .bg_yellow {
  background: #FFBD00 !important;
  color: #060506 !important;
}

.mv_btnArea .mv_btn-basic .bg_yellow:hover {
  background: #000 !important;
  color: #fff !important;
}

.mv_btnArea .mv_btn-basic .bg_yellow01 {
  line-height: 1.25;
}

@media screen and (min-width: 796px) {
  .mv_btnArea .mv_btn-basic .bg_yellow01 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 795px) {
  .mv_btnArea .mv_btn-basic .bg_yellow01 {
    margin-bottom: 4.66667vw !important;
  }
}

.mv_btnArea .mv_btn-basic .bg_black_arrow {
  background: #000 !important;
  color: #fff !important;
}

.mv_btnArea .mv_btn-basic .bg_black_arrow:hover {
  background: #E4B915 !important;
  color: #fff !important;
}

.mv_btnArea .mv_btn-basic .bg_black_arrow::after {
  border-color: transparent transparent transparent #E4A900;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  right: 10px !important;
  top: 0;
}

.mv_btnArea .mv_btn-basic .mv_btn_new {
  background: #FF0000;
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  left: -20px;
  line-height: 1.2;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 1;
}

@media screen and (max-width: 795px) {
  .mv_btnArea .mv_btn-basic .mv_btn_new {
    left: -3vw;
  }
}

@media screen and (max-width: 795px) {
  .mv_btn_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2.66667vw;
  }
}

@media screen and (max-width: 795px) {
  .mv_btn_wrapper .mv_btn-basic {
    font-size: 3.73333vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .mv_btn_wrapper .mv_btn-basic:first-child {
    margin-bottom: 4.66667vw;
    margin-bottom: 0vw;
  }
}

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

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

@media screen and (min-width: 796px) {
  .top_sec02_btn_wrapper .top_sec02_btn a.btn-basic__text {
    line-height: 1.4;
    width: 240px;
  }
}

@media screen and (max-width: 795px) {
  .top_sec02_btn_wrapper a {
    font-size: 4.06667vw !important;
    line-height: 1.45 !important;
    margin: 0 auto;
    width: 90% !important;
  }
}

.top_sec02_btn_wrapper .af_pdf {
  flex-direction: column;
}

.top_sec02_btn_wrapper .af_pdf::after {
  background: url(../../images/af_pdf_pc.png) no-repeat left top;
  background-size: auto;
  border-color: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  bottom: 0 !important;
  content: "" !important;
  height: 27px !important;
  margin: auto !important;
  position: absolute !important;
  right: 10px !important;
  right: 20px !important;
  top: 0 !important;
  width: 27px;
}

@media screen and (max-width: 795px) {
  .top_sec02_btn_wrapper .af_pdf::after {
    background: url(/images/af_pdf_sp.png) no-repeat left top;
    background-size: contain;
    height: 5.334vw;
    height: 24.4px !important;
    right: 5.06667vw;
    width: 25px !important;
  }
}

.top_sec02_btn_wrapper .af_pdf:hover::after {
  background: url(../../images/af_pdf_ov_pc.png) no-repeat left top;
  background-size: contain;
}

.swiper-container03_wrapper {
  position: relative;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper {
    margin-top: 0px;
  }
}

.swiper-container03_wrapper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  background-position: center;
  background-size: contain;
  bottom: 0;
  height: 50px;
  left: auto;
  margin: auto;
  right: 15px;
  top: 0;
  width: 50px;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-next {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.3);
    height: 3.643vw;
    right: 29.2vw;
    width: 3.643vw;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-next {
    right: 0;
  }
}

.swiper-container03_wrapper .swiper-button-next::after {
  border-color: transparent transparent transparent #E4A900;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  bottom: 0;
  content: "" !important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-next::after {
    border-width: 0.739vw 0 0.739vw 1.232142vw;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-next::after {
    border-width: 8.5px 0 8.5px 14px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-next {
    height: 40px;
    top: 0px;
    width: 40px;
  }
}

.swiper-container03_wrapper .swiper-button-next:focus {
  outline: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-next:hover {
    opacity: 0.8;
  }
}

.swiper-container03_wrapper .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  background-position: center;
  background-size: contain;
  bottom: 0;
  height: 50px;
  left: 15px;
  margin: auto;
  right: auto;
  top: 0;
  width: 50px;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-prev {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    height: 3.643vw;
    left: 29.2vw;
    width: 3.643vw;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-prev {
    left: 0;
  }
}

.swiper-container03_wrapper .swiper-button-prev::after {
  border-color: transparent #E4A900 transparent transparent;
  border-style: solid;
  border-width: 10.5px 18px 10.5px 0;
  bottom: 0;
  content: "" !important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-prev::after {
    border-width: 1.05vw 1.8vw 1.05vw 0;
    border-width: 0.739vw 1.232142vw 0.739vw 0;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-prev::after {
    border-width: 8.5px 14px 8.5px 0;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-button-prev {
    height: 40px;
    top: 0px;
    width: 40px;
  }
}

.swiper-container03_wrapper .swiper-button-prev:focus {
  outline: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-button-prev:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-pagination {
    left: 0;
    margin: auto;
    right: 0;
  }
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-pagination-bullet {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #A2A2A2;
    height: 12px;
    margin: 14px 4px !important;
    opacity: 1;
    width: 12px;
  }
}

.swiper-container03_wrapper .swiper-pagination-bullet:focus {
  outline: 0;
}

@media screen and (min-width: 796px) {
  .swiper-container03_wrapper .swiper-pagination-bullet-active {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03_wrapper .swiper-pagination-bullet-active {
    background: #C7000B;
    border: 1px solid #A2A2A2;
    height: 12px;
    margin: 14px 4px !important;
    width: 12px;
  }
}

.swiper-container03_wrapper .swiper-pagination-bullet-active:focus {
  outline: 0;
}

.swiper-container03 {
  overflow: hidden;
}

@media screen and (min-width: 796px) {
  .swiper-container03::before {
    content: "";
    display: block;
    padding-top: calc(9/5*10%);
  }
}

@media screen and (min-width: 796px) {
  .swiper-container03 {
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container03 {
    margin-top: 0vw;
    padding: 0 20px;
    position: relative;
    width: 100%;
  }
}

.swiper-container03 .swiper-slide {
  align-items: center !important;
  display: flex;
  justify-content: center !important;
  overflow: hidden !important;
  width: 175x !important;
}

@media screen and (max-width: 795px) {
  .swiper-container03 .swiper-slide {
    height: auto;
    opacity: 0;
    width: 100% !important;
  }
}

.swiper-container03 .swiper-slide img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .swiper-container03 .swiper-slide img {
    -webkit-backface-visibility: hidden;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
  }
}

.swiper-container03 .swiper-slide-active {
  opacity: 1;
}

.swiper-container03 .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .swiper-container03 .swiper-wrapper {
    left: 0;
    position: absolute;
    /* ← swiper.cssと優先順位が干渉するときは工夫してください */
    top: 0;
  }
}

.swiper-container03 .swiper-slide {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-container03 .swiper-slide a {
  outline: none;
}

@media screen and (max-width: 795px) {
  .swiper-container03 .swiper-slide a {
    height: auto;
  }
}

.swiper-container03 .swiper-slide a:hover {
  opacity: 0.6;
}

.swiper-container03 .swiper-slide .off {
  pointer-events: none;
}

@media screen and (min-width: 796px) {
  .thanks_page .contents {
    margin-bottom: 300px;
  }
}

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

.before_nav span {
  font-family: "Roboto Condensed", sans-serif !important;
}

@media screen and (min-width: 796px) {
  .contact_back {
    margin-right: 60px;
  }
}

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

@media screen and (max-width: 795px) {
  .top_negative_margin {
    margin-top: 40px;
  }
}

/* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */
.p-target__pic li {
  font-size: 0;
}

@media screen and (min-width: 796px) {
  .target .exhibitors_pic_3line {
    line-height: 1.3;
    padding: 0 0 0 80px !important;
  }
}

@media screen and (max-width: 795px) {
  .target .exhibitors_pic_3line {
    line-height: 1.3;
    padding: 0vw 0px 0vw 14vw !important;
  }
}

.target #mainVisualSec {
  background: url(/images/main_v_outline.png) no-repeat center;
  background-size: cover;
  height: 135px;
  margin-top: 121px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .target #mainVisualSec {
    background: url(/images/main_v_download_sp.png) no-repeat center;
    background-size: cover;
    height: 26.6vw;
    margin-top: 16vw;
  }
}

@media screen and (max-width: 795px) {
  .target #mainVisualSec h2 {
    font-size: 5vw;
    padding: 10.9vw 0;
    padding-left: 5vw;
  }
}

.target .tg_pr {
  position: relative;
}

@media screen and (max-width: 795px) {
  .target .tg_pr {
    padding-left: 10vw;
    text-align: left !important;
  }
}

.target .tg_pr .tg_pa_text {
  background-color: #FFFF00;
  color: #C7000B;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 90px;
}

@media screen and (min-width: 796px) {
  .target .tg_pr .tg_pa_text {
    height: 42px;
  }
}

@media screen and (max-width: 795px) {
  .target .tg_pr .tg_pa_text {
    font-size: 4vw;
    padding-bottom: 3.6vw;
    padding-top: 3.6vw;
  }
}

.target .target_bg_pink01 {
  background-color: #F7E5B2 !important;
}

.target .target_bg_pink02 {
  background-color: #FDF6E5 !important;
}

.target .target_bg_pink03 {
  background-color: #DB4E76;
}

.target .target_bg_green01 {
  background-color: #B2E2CD;
}

.target .target_bg_green02 {
  background-color: #E5F5EE;
}

.target .target_bg_green03 {
  background-color: #009F59;
}

.target .target_bg_blue01 {
  background-color: #B9BBCB;
}

.target .target_bg_blue02 {
  background-color: #E7E8ED;
}

.target .target_bg_blue03 {
  background-color: #008AC7;
}

@media screen and (min-width: 796px) {
  .target .p-target__list-title_small {
    font-size: 16px;
  }
}

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

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

.target #lnavi {
  display: block;
}

@media screen and (min-width: 796px) {
  .target #lnavi {
    display: block !important;
    margin: unset;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-top: 80px;
    width: 540px;
  }
}

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

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

.target #lnavi ul li a {
  display: flex;
  position: relative;
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a {
    background-color: #E8E8E8;
    color: #060506;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    width: 245px;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a {
    background-color: #E8E8E8;
    color: #333;
    font-size: 3.4vw !important;
    width: 42vw !important;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a:last-child {
    margin-top: 2.66667vw;
  }
}

.target #lnavi ul li a::after {
  border-color: #E4A900 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .target #lnavi ul li a::after {
    border-width: 6px 3.5px 0 3.5px;
    bottom: 5px;
    height: 0;
    left: 0;
    right: 0;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  .target #lnavi ul li a::after {
    border-color: #E4A900 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 .contents {
  margin-bottom: 0px;
}

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

.target .target_contetns02 {
  margin-bottom: 150px;
  padding-top: 0;
}

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

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

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

.target .target_thema_area {
  margin-top: 50px;
}

.target .target_thema_ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 12px 0;
}

.target .target_thema_flex_text01 {
  color: #060506;
  font-weight: bold;
  padding: 9px 0px;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .target .target_thema_flex_text01 {
    margin-top: 15px;
    width: 100%;
  }
}

.target .target_thema_flex_text01:first-child {
  font-size: 14px;
}

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

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

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

.target .target_3flex_contents {
  width: 320px;
}

@media screen and (max-width: 795px) {
  .target .target_3flex_contents {
    margin-top: 5vw;
    width: 100%;
  }
}

.target .target_3flex_text01 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  padding: 9px 0;
}

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

.target .target_3flex_text02 {
  font-size: 14px;
  line-height: 2;
  padding: 20px;
  text-align: left;
}

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

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

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

.target .target-subttl {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

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

.target .target_ttl_text01 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

.target .target_ttl_text02 {
  font-size: 14px;
  line-height: 2;
  padding-top: 25px;
  text-align: left;
}

.target .target_ttl_text03 {
  color: #060506;
  font-size: 21px;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .target .target_ttl_text03 {
    margin-bottom: 10px;
  }
}

.target .target-red {
  color: #DB4E76;
}

.target .target-skyblue {
  color: #008AC7;
}

.target .target-blue {
  color: #008AC7;
}

.target .target-green {
  color: #009F59;
}

.target .target-bg-red {
  background-color: #D94E76;
}

.target .target-bg-skyblue {
  background-color: #0088C6;
}

.target .target-bg-green {
  background-color: #009D5A;
}

.target .target-exhibitors-sec03 {
  margin-bottom: 100px;
}

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

.target .target-exhibitors-sec03 .p-target__list-box {
  width: 530px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec03 .p-target__list-box {
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .target .target-exhibitors-sec03 .p-target__list-box_another01 {
    align-items: center;
    display: flex;
    height: 60px;
  }
}

.target .target-exhibitors-sec05 {
  margin-bottom: 20px;
}

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

.target .target-exhibitors-sec05_textArea {
  background: #F6E5E7;
  padding: 28px 20px 30px 20px;
}

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

.target .target_sec05_subttl {
  background: #D58A94;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding: 5.6px 0;
}

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

.target .target-exhibitors-sec05_ttl {
  background: #A40018;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10.812px 0;
}

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

.target .target-exhibitors-sec05_ttl .new {
  align-items: center;
  background: #FFFF00;
  color: #A40018;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin-right: 1px;
  width: 90px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec05_ttl .new {
    font-size: 3.6vw;
    height: 7vw;
    width: 13vw;
  }
}

.target .target-exhibitors-sec05_ttl .theme {
  align-items: center;
  background: #fff;
  color: #A40018;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 140px;
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec05_ttl .theme {
    font-size: 3.4vw;
    height: 7vw;
    width: 33vw;
  }
}

.target .theme_wrapper {
  display: flex;
  left: 10px;
  position: absolute;
}

@media screen and (max-width: 795px) {
  .target .theme_wrapper {
    justify-content: center;
    margin-bottom: 1vw;
    position: unset;
  }
}

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

@media screen and (max-width: 795px) {
  .target .target_sec05_list_wrapper {
    margin-top: 0px;
  }
}

.target .target_sec05_text01 {
  color: #A40018;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 795px) {
  .target .target_sec05_text01 {
    font-size: 4.3vw;
    line-height: 1.45;
    text-align: left;
  }
}

.target .target_sec05_text02 {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (min-width: 796px) {
  .target .target_sec05_text02 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 795px) {
  .target .target_sec05_text02 {
    font-size: 3.46667vw;
    margin-top: 10px;
    text-align: left;
  }
}

.target .target_sec05_list {
  text-align: left;
  width: 320px;
}

.target .target_sec05_list li {
  line-height: 2;
}

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

.target .target_sec05_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.target .target_exhibitors_wrapper {
  margin-top: 0px;
}

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

.target .target_exhibitors_ttl {
  background: #E4B915;
  font-size: 16px;
  padding: 7.2px 0px;
  padding-left: 20px;
  padding-left: 20px;
  text-align: left;
}

.target .target_exhibitors_pic_wrapper {
  margin-top: 50px;
}

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

.target .target_exhibitors_icon01 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

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

.target .target_exhibitors_icon01 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon02 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 71px;
}

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

.target .target_exhibitors_icon02 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon03 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 67px;
}

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

.target .target_exhibitors_icon03 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon04 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 61px;
}

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

.target .target_exhibitors_icon04 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon05 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

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

.target .target_exhibitors_icon05 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon06 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 69.5px;
}

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

.target .target_exhibitors_icon06 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon07 {
  height: 59.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 67.5px;
}

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

.target .target_exhibitors_icon07 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon08 {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 71.5px;
}

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

.target .target_exhibitors_icon08 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon09 {
  height: 63.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 61.5px;
}

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

.target .target_exhibitors_icon09 img {
  height: 100%;
  width: 100%;
}

.target .target_exhibitors_icon10 {
  height: 69.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75.5px;
}

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

.target .target_exhibitors_icon10 img {
  height: 100%;
  width: 100%;
}

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

.target .target_exhibitors_pic_li {
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  margin-bottom: 20px;
  padding: 7px 0px 7px 80px;
  padding-left: 80px;
  position: relative;
  text-align: left;
  width: 245px;
}

@media screen and (max-width: 795px) {
  .target .target_exhibitors_pic_li {
    font-size: 2.9vw;
    height: 12vw;
    margin-bottom: 5vw;
    padding: 1vw 0px 1vw 14vw;
    padding-left: 14vw;
    width: 49.5%;
  }
}

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

.target .target_exhibitors_pic_li_long {
  width: 490px;
}

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

@media screen and (max-width: 795px) {
  .target .target_exhibitors_ul {
    align-items: center;
  }
}

.target .target_exhibitors_li {
  align-items: center;
  background: #F1DC89;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.25;
  margin-top: 20px;
  padding: 17px 0;
  width: 340px;
}

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

@media screen and (max-width: 795px) {
  .target .target_exhibitors_li_column {
    font-size: 14px;
    line-height: 1.45;
    padding: 5px 0;
  }
}

.target .target-exhibitors-sec04-txt01 {
  color: #A40018;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 25px;
  margin-top: -20px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .target .target-exhibitors-sec04-txt01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .target .target-exhibitors-sec04-txt01 {
    font-size: 3.46667vw;
    margin-bottom: 3.33333vw;
    margin-top: -4vw;
  }
}

.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: 10px;
    margin-top: 15px;
    width: 530px;
  }
}

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

.c-cont__block--exhibitor .p-target__list-box_text {
  color: #060506;
  font-size: 12px;
  text-align: left;
}

.c-cont__block--exhibitor .p-target__list-box_empty {
  width: 300px;
}

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

.c-cont__block--exhibitor .p-target__list-box--2colum .p-target__list {
  width: 50%;
}

.c-cont__block--exhibitor .target_bg_pink01 {
  background-color: #E4A900;
}

.c-cont__block--exhibitor .target_bg_pink02 {
  background-color: #FDF6E5;
}

.c-cont__block--exhibitor .target_bg_pink03 {
  background-color: #DB4E76;
}

.c-cont__block--exhibitor .target_bg_green01 {
  background-color: #B2E2CD;
}

.c-cont__block--exhibitor .target_bg_green02 {
  background-color: #E5F5EE;
}

.c-cont__block--exhibitor .target_bg_green03 {
  background-color: #009F59;
}

.c-cont__block--exhibitor .target_bg_blue01 {
  background-color: #B9BBCB;
}

.c-cont__block--exhibitor .target_bg_blue02 {
  background-color: #E7E8ED;
}

.c-cont__block--exhibitor .target_bg_blue03 {
  background-color: #008AC7;
}

.c-cont__block--exhibitor .p-target__list-title {
  font-weight: bold;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .p-target__list-title {
    font-size: 4vw;
    line-height: 1.2;
    padding: 3.6vw 1.33333vw;
    padding-bottom: 3.6vw;
    padding-top: 3.6vw;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list-title-single {
    padding: 10px 0;
  }
}

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

.c-cont__block--exhibitor .p-target__list {
  line-height: 2;
  padding: 15px 20px;
}

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

.c-cont__block--exhibitor .p-target__list_long {
  line-height: 2;
  padding: 15px 20px;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list_long {
    height: 200px;
  }
}

.c-cont__block--exhibitor .p-target__list_column {
  line-height: 2;
  padding: 15px 20px;
}

@media screen and (min-width: 796px) {
  .c-cont__block--exhibitor .p-target__list_column {
    height: 280px;
  }
}

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

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

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

.c-cont__block--exhibitor .tarfet_red_text {
  color: #C7000B;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.357;
  margin-bottom: 10px;
  text-align: left;
}

.c-cont__block--exhibitor .p-target__list-item_another {
  display: block;
  text-align: left;
  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: 12px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--exhibitor .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;
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list {
    margin-bottom: 12vw;
  }
}

.c-cont__block--visitor .p-target__list-item {
  background: #B2E1F0;
  display: block;
  font-weight: 500;
  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 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 21px 0 17px;
    width: 490px;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    padding: 5.06667vw 0 5.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .c-cont__block--visitor .p-target__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 795px) {
  .c-cont__block--visitor .p-target__list-item:last-child {
    margin: 0;
  }
}

.p-target__pic-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 796px) {
  .p-target__pic-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list {
    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: 16.4px;
    width: 239px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-list-item {
    margin-bottom: 2vw;
    width: 49%;
  }
}

.p-target__pic-list-item img {
  height: auto;
  width: 100%;
}

.p-target__pic-box {
  background: rgba(51, 51, 51, 0.54);
  bottom: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .p-target__pic-box {
    font-size: 22px;
    padding: 13px 0 10px 10px;
  }
}

@media screen and (max-width: 795px) {
  .p-target__pic-box {
    font-size: 4vw;
    padding: 3.46667vw 0 2.66667vw 2.66667vw;
  }
}

.target_text01 {
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .target_text01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 795px) {
  .target_text01 {
    font-size: 3.66667vw;
    padding: 0 5.33333vw;
  }
}

.unification01 {
  border: solid 2px #da4c75;
}

@media screen and (max-width: 795px) {
  .unification01 {
    border: solid 1px #da4c75;
  }
}

.unification02 {
  border: solid 2px #2a9f5a;
}

@media screen and (max-width: 795px) {
  .unification02 {
    border: solid 1px #2a9f5a;
  }
}

.unification03 {
  border: solid 2px #198ac7;
}

@media screen and (max-width: 795px) {
  .unification03 {
    border: solid 1px #198ac7;
  }
}

.application_pdf {
  color: #000 !important;
}

@media screen and (min-width: 796px) {
  .application_pdf .contents {
    margin-bottom: 0px;
    margin-top: -10px;
    padding: 0;
  }
}

.application_pdf .header_pdf_wrapper {
  background: #fff;
  text-align: center;
  width: 100%;
  z-index: 11;
}

.application_pdf .header_pdf {
  display: flex;
  height: 135px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0px;
  width: 1100px;
}

.application_pdf .header_pdf_rightArea {
  align-items: center;
  background: #000000;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  line-height: 1;
  width: 240px;
}

.application_pdf .form_pdf_logo {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  .application_pdf .form_pdf_logo {
    height: 38px;
    margin-top: 10px;
  }
}

.application_pdf .applicationForm .af-title01 {
  color: #000 !important;
}

@media screen and (min-width: 796px) {
  .application_pdf .applicationForm .af-title01 {
    font-size: 21px;
  }
}

.application_pdf .applicationForm .af-title01::before {
  border-color: #000 !important;
  content: "";
}

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

.application_pdf .applicationForm .af-title02 {
  color: #000 !important;
}

.application_pdf .applicationForm .af-title02::before {
  border-color: #000 !important;
  content: "";
}

.application_pdf .applicationForm .special {
  color: #000 !important;
}

.application_pdf .applicationForm .af-price_sum {
  color: #000 !important;
}

.application_pdf .af-form .af-table01 > .tr > .th.v_align_top, .application_pdf .af-form .af-table02 > .tr > .th.v_align_top, .application_pdf .af-form .af-table03 > .tr > .th.v_align_top, .application_pdf .af-form .af-table04 > .tr > .th.v_align_top {
  padding-top: 0px;
  vertical-align: top;
}

.application_pdf .af-confirm .af-table01 > .tr > .th.v_align_top, .application_pdf .af-confirm .af-table02 > .tr > .th.v_align_top, .application_pdf .af-confirm .af-table03 > .tr > .th.v_align_top, .application_pdf .af-confirm .af-table04 > .tr > .th.v_align_top {
  padding-top: 0px;
  vertical-align: top;
}

@media screen and (min-width: 796px) {
  .application_pdf .af-form .af-innerTable * + .tr, .application_pdf .af-confirm .af-innerTable * + .tr {
    margin-top: 18px;
  }
}

.application_pdf .af-innerTable .th {
  font-weight: bold;
}

.application_pdf .pagen_umber {
  bottom: 30px;
  display: inline-block;
  left: 0;
  margin-bottom: -20px;
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (min-width: 796px) {
  .application_pdf .af-form .af-table01 > .tr > .th, .application_pdf .af-confirm .af-table01 > .tr > .th {
    width: 250px;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-sec_top {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-branchProducts_textarea {
    display: block !important;
    line-height: 1.65 !important;
    margin-top: -5px;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-branchTarget-list {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-facility-list {
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-facility-list li {
    justify-content: space-between;
    padding-right: 0 !important;
    width: 320px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-facility-list li:nth-child(2n) {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-facility-list li:nth-child(n+4) {
    margin-top: 10px !important;
  }
}

.application_pdf .af-facility-list li span {
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .application_pdf .af-facility-list li .label {
    width: 230px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-table05 th {
    width: 324px;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .pdf_secArea01 {
    margin-bottom: 40px !important;
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .pdf_secArea02 {
    margin-bottom: 40px !important;
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-table05 .th {
    width: 324px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-table05 .pause_in_table {
    width: 250px !important;
  }
}

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

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

@media screen and (min-width: 796px) {
  .application_pdf .form_pdf_small_span {
    font-size: 12px;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .pause {
    font-size: 16px;
    font-weight: bold;
  }
}

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

@media screen and (min-width: 796px) {
  .application_pdf .pause_wrapper .pause_block:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .pause_th {
    width: 74px !important;
  }
}

.application_pdf .pagebreak {
  page-break-after: always;
}

@media screen and (min-width: 796px) {
  .application_pdf .pagen_umber_last {
    margin-top: 600px !important;
  }
}

@media screen and (min-width: 796px) {
  .application_pdf .af-sec_mb0 {
    margin-bottom: 50px !important;
  }
}

.application_pdf .va_top {
  vertical-align: top !important;
}

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

.sec_block01 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block01 {
    min-height: 1697px !important;
    padding-bottom: 30px;
    page-break-after: always;
    position: relative;
  }
}

.sec_block02 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block02 {
    min-height: 1697px !important;
    padding-bottom: 30px;
    page-break-after: always;
    position: relative;
  }
}

.sec_block03 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block03 {
    min-height: 1697px !important;
    padding-bottom: 30px;
    position: relative;
  }
}

.sec_block04 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block04 {
    min-height: 1697px !important;
    padding-bottom: 30px;
    position: relative;
  }
}

.sec_block05 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block05 {
    min-height: 1697px !important;
    padding-bottom: 30px;
    position: relative;
  }
}

.sec_block06 {
  position: relative;
}

@media screen and (min-width: 796px) {
  .sec_block06 {
    min-height: 1697px !important;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 796px) {
  .af-branchProducts_textarea textarea {
    height: 83px !important;
  }
}

/* ################################################################################
*
*    seecat
*
* ################################################################################ */
.seecat {
  /* =====================================================================
*
*    color
*
* =================================================================== */
  /* =====================================================================
*
*    title
*
* =================================================================== */
  /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */
  /* =====================================================================
*
*    btn
*
* ==================================================================*/
  /* =====================================================================
*
*    矢印
*
* =================================================================== */
  /* =====================================================================
*
*     Common
*
* =================================================================== */
  /* =====================================================================
*
*     Header
*
* =================================================================== */
  /* =====================================================================
*
*     mainVisual
*
* =================================================================== */
  /* =====================================================================
*
*     Main 
*
* =================================================================== */
  /* =====================================================================
*
*     Left Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */
  /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */
  /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */
  /* =====================================================================
*
*    関連リンク
*
* =================================================================== */
  /* =====================================================================
*
*    来場者速報
*
* =================================================================== */
  /* =====================================================================
*
*    出展のご案内
*
* =================================================================== */
  /* =====================================================================
*
*    第二階層
*
* =================================================================== */
  /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */
  /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
  /* ################################################################################
*
*   スライド
*
* ################################################################################ */
  /* ################################################################################
*
*  グラデーション
*
* ################################################################################ */
  /* ################################################################################
*
*    sec02
*
* ################################################################################ */
}

.seecat .individual_color {
  color: #E4B915;
}

.seecat .title01 {
  color: #E4B915;
}

.seecat .balloon-elm {
  border-color: #E4B915 !important;
}

.seecat .balloon-elm:after {
  border-bottom: 14px solid #E4B915 !important;
}

.seecat .btn-basic .btn-basic__white:after {
  border-color: transparent transparent transparent #E4B915;
}

.seecat .btn-basic .btn-basic__white.btn-basic__arrow-l:after {
  border-color: transparent #E4B915 transparent transparent;
}

.seecat .btn-opacity a:hover {
  /*background-color: rgba($color_seecat,0.5);*/
}

.seecat .btn, .seecat .btnBox.off .btn {
  background: #E4B915;
}

.seecat .btn:hover {
  opacity: 0.5;
}

.seecat .btnInput {
  background: #E4B915;
}

.seecat .btnInput:hover {
  background: #c30030;
}

.seecat .btnInput span {
  background: #E4B915;
}

.seecat .btn01 a span:hover {
  color: #E4B915;
  text-decoration: none;
}

.seecat a {
  color: #E4B915;
  text-decoration: none;
}

.seecat .btn-mv--text:hover {
  background: #E4B915;
  border: #fff 1px solid;
  color: #fff;
}

.seecat .btn-mv--text:hover::after {
  border-color: transparent transparent transparent #fff !important;
}

.seecat .btn-mv--text::after {
  border-color: transparent transparent transparent #E4B915 !important;
}

.seecat .btn-basic--text:hover {
  background: #E4B915;
}

.seecat .btn-basic--text::after {
  border-color: transparent transparent transparent #E4B915;
}

.seecat .btn-basic--text.btn-basic__arrow-l::after {
  border-color: transparent #E4B915 transparent transparent;
}

.seecat .btn-basic--text.btn-basic__arrow-l:hover {
  color: #fff;
}

.seecat .btn-basic--text.btn-basic__arrow-l:hover:after {
  border-color: transparent #fff transparent transparent;
}

.seecat .swiper-button-next02 {
  background: url(/images/arrow02_right.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .seecat .swiper-button-next02 {
    background: url(/images/arrow02_right_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .seecat .swiper-button-next02:hover {
    background-color: #E4B915;
    background-image: url(/images/arrow02_right_hover.png);
    background-position: center;
  }
}

.seecat .swiper-button-prev02 {
  background: url(/images/arrow02_left.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 795px) {
  .seecat .swiper-button-prev02 {
    background: url(/images/arrow02_left_sp.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 796px) {
  .seecat .swiper-button-prev02:hover {
    background-color: #E4B915;
    background-image: url(/images/arrow02_left_hover.png);
    background-position: center;
  }
}

.seecat #header {
  background-color: #171F55;
  border-top: none;
}

@media screen and (max-width: 795px) {
  .seecat #header {
    border-top: none;
  }
}

.seecat #header .gnavi > ul .current-bar {
  background: #E4B915;
}

.seecat #header .gnavi > ul > li:hover > ul > li a:hover {
  opacity: 0.8;
}

.seecat #header .gnavi > ul > li.off {
  color: #C4C4C4;
}

.seecat #header .gnavi > ul > li > a:hover {
  opacity: 0.8;
}

.seecat #header .gnavi > ul > li > span {
  color: gray !important;
}

.seecat .gnaviBar {
  background: rgba(228, 185, 21, 0.9);
}

@media screen and (max-width: 795px) {
  .seecat .gnaviBar {
    background: unset;
  }
}

.seecat .nav02:hover:after {
  border-color: transparent transparent #E4B915 transparent;
  content: "";
}

.seecat .nav03:hover:after {
  border-color: transparent transparent #E4B915 transparent;
  content: "";
}

.seecat .hnavi ul li a:hover {
  opacity: 0.8;
}

.seecat .hnavi ul li a.current {
  color: #E4B915;
}

.seecat .breadcrumb--item.current {
  color: #E4B915;
}

.seecat .jspDrag {
  background: #E4B915;
}

.seecat .mainVisual .swiper-slide.slide01 {
  background: url(../../../images/slide01.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .seecat .mainVisual .swiper-slide.slide01 {
    background: url(../../../images/slide01_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.seecat .mainVisual .swiper-slide.slide02 {
  background: url(../../../images/slide02.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .seecat .mainVisual .swiper-slide.slide02 {
    background: url(../../../images/slide02_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.seecat .mainVisual .swiper-slide.slide03 {
  background: url(../../../images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual .swiper-slide.slide04 {
  background: url(../../../images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual .swiper-slide.slide05 {
  background: url(../../../images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual .swiper-slide.slide-end {
  background: url(../../../common/images/main_end.png) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual.en .swiper-slide.slide01 {
  background: url(../../../english/images/slide01.png) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual.en .swiper-slide.slide02 {
  background: url(../../../english/images/slide02.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual.en .swiper-slide.slide03 {
  background: url(../../../english/images/slide03.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual.en .swiper-slide.slide04 {
  background: url(../../../english/images/slide04.jpg) no-repeat center center;
  background-size: cover;
}

.seecat .mainVisual.en .swiper-slide.slide05 {
  background: url(../../../english/images/slide05.jpg) no-repeat center center;
  background-size: cover;
}

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

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

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

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

.seecat .fixedBtn .wrap a {
  background-color: rgba(228, 185, 21, 0.8);
}

.seecat .c-cont__lead span {
  color: #E4B915;
}

.seecat .c-cont__title:before {
  background: linear-gradient(to bottom, #E4B915, #EACA4F);
}

.seecat .p-guideline__result {
  background: rgba(228, 185, 21, 0.1);
}

.seecat .p-contact__about {
  border: 1px solid #E4B915;
}

.seecat .p-contact__flow span.current:before {
  background-color: #E4B915;
  border-color: #E4B915 transparent transparent transparent;
  content: "";
}

.seecat .p-download__list ul li a:hover {
  background-color: #E4B915;
}

.seecat .slide00 {
  background: url(../../images/slide03.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 795px) {
  .seecat .slide00 {
    background: url(../../images/slide03_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.seecat .gradation {
  background: #E4B915 !important;
}

.seecat .bgcolor--sec02 {
  background: url(/images/bg_sec02.png) no-repeat center center;
  background-size: cover;
}

/* ################################################################################
*
* 
*
* ################################################################################ */
/*=====================================
  parts
=====================================*/
.too_block01 {
  margin: 0 auto;
  width: 1100px;
}

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

.c-cont__title {
  border-bottom: none !important;
  color: #E4A900;
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

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

.c-cont__title .c-cont__subtitle {
  color: #060506;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 21px;
  font-weight: 400;
  padding-left: 2px;
  padding-top: 7px;
  text-align: left;
  width: 100%;
}

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

#afterExhibitonBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  justify-content: space-between;
  margin: 0;
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox {
    margin-top: 9vw;
    padding-top: 0vw !important;
  }
}

#afterExhibitonBox .top_table_text01 {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox .top_table_text01 {
    font-size: 3vw;
  }
}

#afterExhibitonBox .sub-ttl {
  margin-bottom: 30px;
}

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

#afterExhibitonBox p {
  font-size: 11px;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox p {
    font-size: 1.46667vw;
  }
}

@media screen and (min-width: 796px) {
  #afterExhibitonBox {
    padding: 0;
  }
}

@media screen and (max-width: 795px) {
  #afterExhibitonBox {
    flex-direction: column;
    width: 100%;
  }
}

#afterExhibitonBox tr .bg-color {
  background: #fbf1cc;
}

#visitorsBoxArea .red_type01 {
  background: #e4b915 !important;
}

#visitorsBoxArea .red_type02 {
  background: #f1dc89 !important;
}

#visitorsBoxArea .title01 {
  color: #e50038;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea .title01 {
    margin-bottom: 1.33333vw;
  }
}

#visitorsBoxArea .title01 span {
  display: block;
}

#visitorsBoxArea .title01 img {
  width: 25%;
}

#visitorsBoxArea table {
  margin: 0px auto 0;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea table {
    margin: 0vw auto 0;
  }
}

#visitorsBoxArea tr {
  font-weight: bold;
}

#visitorsBoxArea tr.coltitle {
  border-top: 1px solid #fff;
}

#visitorsBoxArea tr.coltitle td {
  background: #fbf1cc;
}

#visitorsBoxArea tr.numbers {
  height: 90px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers {
    height: 12vw;
  }
}

#visitorsBoxArea tr.numbers td {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers td {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.numbers td:first-child {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers td:first-child {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr.numbers .top_asterisk {
  font-size: 12px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.numbers .top_asterisk {
    font-size: 1.33333vw;
  }
}

#visitorsBoxArea tr.lastyear {
  height: 75px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.lastyear {
    height: 10vw;
  }
}

#visitorsBoxArea tr.lastyear .gray_type01 {
  background: #f2f2f2;
}

#visitorsBoxArea tr.date {
  border-top: 1px solid #fff;
}

#visitorsBoxArea tr.date td {
  background: #fbf1cc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.date td {
    font-size: 2.1vw;
  }
}

#visitorsBoxArea tr.total td {
  font-size: 13px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td {
    font-size: 2.1vw;
  }
}

#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: 2.93333vw;
  }
}

#visitorsBoxArea tr.total td span {
  font-size: 10px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.total td span {
    font-size: 1.33333vw;
  }
}

#visitorsBoxArea tr.weather span {
  font-size: 16px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr.weather span {
    font-size: 2.13333vw;
  }
}

#visitorsBoxArea tr td {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  line-height: 1.35;
  padding: 10px 5px 5px;
  text-align: center;
  width: 160px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr td {
    font-size: 2.1vw;
    height: 10.66667vw;
    width: 20%;
  }
}

#visitorsBoxArea tr td:nth-of-type(1) {
  background: #fbf1cc;
  border-left: 1px solid #fff;
  width: 180px;
}

@media screen and (max-width: 795px) {
  #visitorsBoxArea tr td:nth-of-type(1) {
    width: 20%;
  }
}

#visitorsBoxArea .font-red {
  color: red;
}

.content__box {
  margin-right: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .content__box {
    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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.content__box .title01 {
  background: #fff;
  border-bottom: 2px solid #C7000B;
  color: #C7000B;
  display: block;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  margin: auto;
}

.content__box .title01 strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 31px;
}

.content__box .title02 {
  color: #C7000B;
  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;
}

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

/*=====================================
  module
=====================================*/

/*# sourceMappingURL=common_en.css.map */
