@charset "UTF-8";





/*------- txt color ----------------*/
.red {
  color: red;
}

.blue {
  color: #2372d3;
}

.b-color {
  color: #9b4633 !important;
}

.read-green {
  color: #1b8264 !important;
}

.search-red {
  color: #f2534f !important;
}

.consult-blue {
  color: #00a0e9 !important;
}

.learn-yellow {
  color: #ffc828 !important;
}

/*------- bo color ----------------*/
.read-green-bo {
  border-color: #1b8264 !important;
}

.search-red-bo {
  border-color: #f2534f !important;
}

.consult-blue-bo {
  border-color: #00a0e9 !important;
}

.learn-yellow-bo {
  border-color: #ffc828 !important;
}

/*------- link color ----------------*/
a {
  color: #666;
}

/*------- bg color ----------------*/
.bg-brand {
  background-color: #9b4633 !important;
}

.bg-readGreen {
  background-color: #1b8264 !important;
}

.bg-searchRed {
  background-color: #f2534f !important;
}

.bg-consultBlue {
  background-color: #00a0e9 !important;
}

.bg-learnYellow {
  background-color: #ffc828 !important;
}

.bg-newsBlue {
  background-color: #242737 !important;
}

.bg-userOrange {
  background-color: #ff9308 !important;
}

.bg-gray {
  background-color: #f6f5f0 !important;
}

.bg-red {
  background-color: #9b4633 !important;
}

/*------- txt style ----------------*/
.center {
  text-align: center !important;
}

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

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

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.f-bold,
em {
  font-weight: bold !important;
}

.f-normal {
  font-weight: normal !important;
}

/*------- border style ----------------*/
.bo-none {
  border: none !important;
}

.bo-t-none {
  border-top: none !important;
}

.bo-r-none {
  border-right: none !important;
}

.bo-b-none {
  border-bottom: none !important;
}

.bo-l-none {
  border-left: none !important;
}

/*------- float ----------------*/
.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.clear {
  clear: both;
}

/*------- position ----------------*/
.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-inherit {
  position: inherit !important;
}

/*------- animation ----------------*/
body,
html {
  height: 100%;
}

/*-------- common ---------*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.inner1 {
  width: 100%;
  padding-top: 650px;
}


.btn {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  padding: 20px;
  border: none;
  appearance: none;
  margin: 20px;
}

.btn.btn-grad-red {
  position: relative;
  z-index: 0;
  color: white;
  margin: -1px;
}

.btn.btn-grad-red:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  background: #f2534f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2534f 0%, #f29a4f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2534f 0%, #f29a4f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2534f 0%, #f29a4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2534f', endColorstr='#f29a4f', GradientType=1);
  /* IE6-9 */
}

.btn.btn-grad-red:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: #f2534f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f29a4f 0%, #f2534f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f29a4f 0%, #f2534f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f29a4f 0%, #f2534f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29a4f', endColorstr='#f2534f', GradientType=1);
  /* IE6-9 */
}

.btn.btn-grad-red:hover:before {
  opacity: 0;
}

input.btn.btn-grad-red {
  background: #f2534f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2534f 0%, #f29a4f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2534f 0%, #f29a4f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2534f 0%, #f29a4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2534f', endColorstr='#f29a4f', GradientType=1);
  /* IE6-9 */
}

.btn.btn-grad-blue {
  background-color: #194982;
  color: white;
  padding: 10px;
  border-radius: 20px;
}

.btn.btn-grad-purple {
  border-top: 1px solid #39325D;
  background: -webkit-linear-gradient(top, #39325D, #194982);
  padding: 20px 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  color: black;
  text-decoration: none;
  vertical-align: middle;
  font-size: 20px;
  width: 250px;
  margin: 15px;
  text-align: center;
  border-radius: 10px;
  color: white;
}

.btn.btn-grad-purple:hover {
  border-top-color: #4686b0;
  background: #194982;
}

.btn.btn-grad-purple:active {
  border-top-color: #2c6d96;
  background: #2c6d96;
}

.expo-btn__a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 30px;
  width: 100px;
  margin: 20px auto;
  border: black 1px solid;
}

.expo-btn__a:hover {
  background-color: #ccc;
  color: black;
}

.btn-section {
  text-align: center;
  margin: 30px 0 60px;
}

.button-expo {
  border-top: 1px solid #79c3f2;
  background: -webkit-linear-gradient(top, #B1ABAA, #FAF9F9);
  padding: 20px 40px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  color: black;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  margin-top: 50px;
}

.button-expo:hover {
  border-top-color: #4686b0;
  background: #194982;
  color: #ccc;
}

.button-expo:active {
  border-top-color: #2c6d96;
  background: #2c6d96;
}

.bnr-section {
  width: 100%;
  margin-bottom: 20px;
}

.bnr-section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.bnr-section ul li {
  margin-bottom: 20px;
}

.bnr-section ul li a {
  background: white;
  display: block;
}

.bnr-section ul li a img {
  opacity: 1;
  transition: all 0.4s ease;
}

.bnr-section ul li a:hover img {
  opacity: 0.6;
}




/*-------- contents ---------*/
.contents-section {
  width: 100%;
}

.contents-section.expo {
  background-color: #EEEEEE;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  margin-top: 80px;
}

.contents-section.merit {
  width: 80%;
  margin: auto;
  clear: left;
}

.contents-title {
  width: 100%;
  background: #434343;
  padding: 20px 0;
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.contents-title.expo {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contents-block {
  margin: 50px 0 100px 0;
}

.contents-block__title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid white;
  margin-bottom: 40px;
  padding-bottom: 18px;
}

.contents-block__txt {
  font-size: 16px;
  line-height: 1.8;
}

.contents-subtitle {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 3px solid #9b4633;
  padding-left: 20px;
  clear: left;
}

.contents-sub {
  font-size: 20px;
  color: #666;
  margin: 30px;
}

/*------- response -----------*/
.response-section {
  width: 100%;
  margin-top: 30px;
  position: relative;
  text-align: center;
  position: relative;
}

.response-section .response-copy {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
}

.response-section .response-txt {
  font-size: 20px;
  margin-top: 10px;
  color: white;
}

.response-section_img {
  width: 100%;
}

.response-section_img img {
  width: 100%;
}

.response-section-txt {
  z-index: 1000;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 100%;
}

.news-section.single_section {
  margin-top: 50px;
}

.single_title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #9b4633;
  margin-bottom: 30px;
  padding: 0 70px 10px;
  display: inline-block;
}

.contents-block__txt.single_txt {
  margin: 50px 0;
  font-size: 16px;
}

/*------- footer -----------*/
.footer-bnr {
  background-color: #EEEEEE;
  padding: 10px 0;
  min-width: 1000px;
}

.footer-bnr ul {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.footer-bnr ul li {
  display: inline;
  margin: 0 10px;
  width: 30%;
}

.footer-bnr ul li img {
  width: 100%;
}

.footer {
  background: #EEEEEE;
  padding: 10px 0;
  clear: left;
  min-width: 1000px;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
}

.footer-bottom {
  background-color: black;
  color: white;
  height: min-content;
  min-width: 1000px;
}

.footer-bottom-inner {
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  width: 1000px;
}

.footer-bottom-sitemap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.footer-button-contact {
  float: left;
}

.footer-sitemap-head {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.footer-bottom-expo {
  margin: 3%;
  line-height: 2;
}

.footer-bottom-year {
  margin: 3% 3% 3% 0;
  line-height: 2;
}

.footer-sitemap-list {
  border-left: 1px solid white;
  padding: 0 0 0 18px;
}

.footer-sitemap-list li {
  font-size: 16px;
}

.footer-sitemap-list a {
  color: white;
  text-decoration: none;
}

.footer-logo {
  margin: 0 20px 5px 0
}

.footer-logo p {
  font-size: 8px;
}

.footer-logo h1 {
  font-size: 25px;
}

.footer-com-list {
  margin: 0px 20px 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-button-contact {
  height: 100%;
  width: 30%;
}

.sp-hide {
  display: initial;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 599px) {
  body {
    width: 100%;
  }

  .sp-hide {
    display: none;
  }

  .sp-show {
    display: initial;
  }

  .header-logo {
    margin-top: 10px;
    padding-left: 10px;
  }

  .header-logo img {
    width: 150px;
    height: auto;
  }

  .header-btn {
    display: none;
  }

  .inner {
    width: 100%;
    overflow: hidden;
  }

  .inner1 {
    padding-top: 0;
  }

  .contents-title {
    font-size: 21px;
  }

  .contents-block {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .contents-block__title {
    font-size: 18px;
  }

  .contents-block__txt {
    font-size: 12px;
    width: 95%;
    margin: 0 10px;
  }

  .contents-block__video {
    margin: auto;
  }

  .contents-block__iframe {
    width: 400px;
  }

  .contents-section.merit {
    width: 100%;
  }

  .button-expo {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .footer {
    min-width: 100%;
  }

  .footer-bottom {
    min-width: 100%;
  }

  .footer-bottom-inner {
    display: block;
    width: 100%;
  }

  .footer-bottom-sitemap {
    display: block;
    width: auto;
  }

  .footer-bottom-expo {
    margin: 40px 40px 0 40px;
    line-height: 2;
  }

  .footer-bottom-year {
    margin: 40px 40px 0 40px;
    line-height: 2;
  }

  .footer-button-contact {
    display: none;
  }

  .footer-bnr {
    min-width: 100%;
  }

  .footer-bnr ul {
    display: block;
  }

  .footer-bnr ul li {
    margin: 0 0 10px;
  }

  .contents-block__txt.single_txt {
    margin: 20px 0;
  }

  .orgnize-img {
    margin-top: 10px;
  }

  .bnr-section {
    margin-bottom: 10px;
  }

  .bnr-section ul {
    padding: 0 10px;
  }

  .bnr-section ul li {
    width: 49%;
  }

  .bnr-section ul li a img {
    width: 100%;
  }
}

/*===================================
	page
===================================*/
/*===================================
	Home
===================================*/
.expo-home {
  background: #eee;
  width: 100%;
  height: 650px;
  position: relative;
  min-width: 1000px;
}

.expo-home .inner {
  position: relative;
  z-index: 10;
  height: 100%;
}

.expo-home .header-btn {
  position: absolute;
  top: 350;
  right: 200;
  width: 300px;
}

.expo-home .header-btn1 {
  position: absolute;
  top: 500;
  right: 300;
}

.expo-home .header-btn__txt {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.expo-home .bnr-section {
  position: absolute;
  bottom: 0;
}

.expo-home .bnr-section ul li:first-child {
  position: absolute;
  top: -210px;
  right: 0;
}

.main-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider li {
  width: 100%;
  height: 100%;
}

.main-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title {
  position: absolute;
  top: 100px;
  left: 0;
}

.place-title {
  font-size: 16px;
  text-align: center;
  background-color: #EEEEEE;
  padding: 10px;
}

.expo-home-news {
  padding: 15px 0;
  background: #1b8264;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #1b8264 0%, #00a0e9 100%);
  background: -o-linear-gradient(left, #1b8264 0%, #00a0e9 100%);
  background: linear-gradient(to right, #1b8264 0%, #00a0e9 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b8264', endColorstr='#00a0e9', GradientType=1);
  /* IE6-9 */
}

.expo-home-news .inner {
  overflow: hidden;
}

.expo-home-news__title {
  padding: 12px 25px 10px 0;
  border-right: 1px solid white;
  float: left;
  width: 92px;
  line-height: 1;
}

.expo-home-news__body {
  float: right;
  width: 850px;
}

.expo-home-news__list {
  height: 3em;
  overflow: hidden;
  position: relative;
}

.expo-home-news__list li {
  position: absolute;
  font-size: 16px;
  transition: all 1s ease;
  top: 3em;
}

.expo-home-news__list li.is-show {
  top: 0;
}

.expo-home-news__list li a {
  padding: 10px;
  color: white;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.expo-home-news__list li .news-date {
  width: 110px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0;
}

.home-contents {
  margin-bottom: 80px;
  padding: 20px;
}

.home-contents-img ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.home-contents-img ul li {
  width: 20%;
}

.home-contents-img ul li img {
  width: 100%;
  height: auto;
}

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

.home-contents .contents-block__title {
  display: inline-block;
  padding: 0 20px 5px;
  margin-bottom: 20px;
}

.home-contents__logo {
  margin: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari */
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-contents__logo li {
  padding: 0 35px;
}

.home-contents__column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.home-contents__column.column-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-contents__body {
  width: 600px;
}

.home-contents__body .contents-block__title {
  padding-left: 5px;
}

.home-contents__img {
  width: 288px;
}

.expo-place__item {
  width: 45%;
  margin-left: auto;
}

.place__icon img {
  width: 100%;
}

.place__title1 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #9b4633;
  padding-left: 30px;
}

.expo-place__txt {
  font-size: 18px;
  margin-top: 10px;
}

.expo-place__txt1 {
  text-align: center;
  margin: 20px;
}

.expo-place__icon img {
  width: 100%;
}

.whatsnew {
  width: 80%;
}

.expo-merit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 50px 0 0 0;
}

.expo-merit__item {
  width: 31%;
  text-align: center;
  margin: 30px 1%;
}

.expo-merit__icon {
  height: 180px;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  margin-bottom: 15px;
}

.expo-merit__title {
  background-color: #434343;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.expo-merit__txt {
  font-size: 14px;
  background-color: #EEEEEE;
  padding: 20px;
}

.video-section {
  max-width: 400px;
}

.video-section-entry {
  width: 400px;
  float: left;
  margin-left: 80px;
}

.home-contents__body-details {
  height: 250px;
  max-width: 52%;
}

.place-d {
  font-size: 18px;
  font-weight: 100;
  padding-left: 20px;
}

.sns_section {
  height: 250px;
  padding: 0px;
  display: flex;
}

/*===================================
	smart phone
===================================*/
@media screen and (max-width: 900px) {
  .response-section .response-copy {
    font-size: 20px;
  }

  .response-section .response-txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) {
  .main-slider-mobile {
    display: none;
  }

  .response-section_img_mobile {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .expo-home .inner {
    overflow: initial;
    height: 100%;
  }

  .main-slider {
    display: none;
  }

  .response-section {
    height: 448px;
  }

  .response-section_img {
    display: none;
  }

  .response-section_img_mobile {
    width: 100%;
  }

  .response-section .response-copy {
    font-size: 25px;
  }

  .response-section .response-txt {
    font-size: 16px;
  }

  .response-section_img_mobile img {
    width: 100%;
    height: 100%;
  }

  main {
    min-width: 100%;
  }

  .expo-home {
    min-width: 100%;
    height: auto;
  }

  .main-slider-mobile img {
    width: 100%;
  }

  .expo-home .header-btn {
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    text-align: center;
  }

  .expo-home .header-btn1 {
    display: block;
    left: 0;
    right: 0;
    bottom: 100px;
    top: initial;
    text-align: center;
  }

  .expo-home .header-btn .btn {
    border-radius: 20px;
    margin: 10px;
  }

  .expo-home .header-btn .btn:before,
  .expo-home .header-btn .btn:after {
    border-radius: 20px;
  }

  .expo-home .bnr-section ul li {
    margin-bottom: 10px;
  }

  .expo-home .bnr-section ul li:first-child {
    position: inherit;
  }

  .contents-section.expo {
    width: 100%;
    margin-top: 0;
  }

  .home-contents {
    padding: 0;
    margin-bottom: 0px;
  }

  .contents-block {
    margin: 0;
  }

  .home-contents__body-details {
    width: 90%;
    height: auto;
    margin-bottom: 0px;
    padding: 5% 5% 0;
    max-width: 100%;
  }

  .video-section {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .video-section iframe {
    width: 99%;
  }

  .video-section-entry {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .video-section-entry iframe {
    width: 99%;
  }

  .sns_section {
    height: auto;
    padding: 0px;
    padding-top: 0px;
    display: block;
  }


  .main-title {
    width: 90%;
    left: 10%;
  }

  .main-title img {
    max-width: 100%;
  }

  .place-title {
    font-size: 100%;
  }

  .place__title1 {
    padding-left: 10px;
  }

  .expo-place__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    width: 95%;
  }

  .expo-home-news__title {
    display: none;
  }

  .expo-home-news__body {
    width: 100%;
    float: none;
  }

  .home-contents-img ul li {
    width: 33.333%;
  }

  .home-contents-img ul li:nth-child(n + 4) {
    display: none;
  }

  .home-contents-center {
    text-align: left;
    padding: 5%;
    box-sizing: border-box;
    padding-bottom: 0;
  }

  .home-contents__logo li {
    margin-bottom: 20px;
  }

  .home-contents__column {
    width: 100%;
  }

  .home-contents__body {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .home-contents__img {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .expo-merit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0;
  }

  .expo-merit__item {
    width: 100%;
    margin: 30px 2%;
  }

  .expo-merit__icon {
    height: auto;
  }

  .expo-merit__icon img {
    max-width: 100%;
  }

  .expo-merit__title {
    font-size: 14px;
  }

  .expo-merit__txt {
    font-size: 12px;
  }
}

/*===================================
	News
===================================*/
.news-section {
  margin: 70px;
  0
}

@media screen and (max-width: 599px) {
  .news-section {
    margin-top: 120px;
    margin-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*===================================
	Entry
===================================*/
.entry-form {
  width: 790px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.entry-form dt {
  font-size: 16px;
  margin-bottom: 5px;
}

.entry-form dd {
  margin-bottom: 30px;
  font-size: 16px;
}

.form-caption {
  margin-left: 50px;
  margin-top: 10px;
  font-size: 12px;
}

.input-txt {
  padding: 5px 10px;
  width: 100%;
  height: auto;
  font-size: 16px;
  border-width: 1px;
  background: #f9f9f9;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 2px;
}

.label-hissu {
  display: inline-block;
  border-radius: 2px;
  background: #f2534f;
  padding: 2px 5px;
  margin-right: 5px;
  color: white;
  font-size: 12px;
}

/*===================================
	Exhibition Entry
===================================*/
.exhibition-entry__img {
  margin-bottom: 30px;
}

.exhibition-entry__img img {
  max-width: 100%;
  height: auto;
}

.exhibition-entry__item {
  margin-bottom: 30px;
}

.exhibition-entry__item--title {
  background: #EEEEEE;
  color: white;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.exhibition-entry__item--txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
}

.exhibition-entry__item--title a {
  text-decoration: none;
}

.exhibition-entry__title {
  border-bottom: 3px solid #9b4633;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 0px;
}

.merit-inner {
  width: 90%;
  margin: 70px auto;
}

.merit-background {
  background: #F6F5F2;
}

.exhibitor-merit__title {
  font-size: 20px;
  border-left: 3px solid #9b4633;
  text-align: left;
  padding-left: 20px;
}

.exhibitor-merit__item {
  width: 45%;
  text-align: center;
  margin: 10px 1%;
}

.exhibitor-merit__icon {
  margin: 20px;
}

.exhibitor-merit__txt {
  margin: 20px;
}

.exhibition_merit {
  padding: 0;
}

.exhibitor_txt {
  margin-bottom: -20px;
  background: #F6F5F2;
}

.inner-voice {
  background-color: #666;
  color: white;
  padding: 5px;
  margin-top: 40px;
  font-size: 20px;
}

.voice_message {
  width: 47%;
  margin: auto;
  border: 3px solid #666;
  background-color: #EEEEEE;
  padding-bottom: 30px;
}

.message_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px;
}

.message_txt {
  margin: 20px;
}

.message_name {
  margin: 0px 20px 5px 20px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

.exhibition-entry-final-title {
  background: #F6F5F2;
  padding-top: 10px;
}

.exhibitor_txt {
  font-size: 20px;
}

.past-movie {
  margin-bottom: -20px
}

.stepBar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}

.stepBar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.mw_wp_form_input .stepBar .visited1:after {
  background: #4D648D;
}

.mw_wp_form_input .stepBar .visited1 span {
  background: #4D648D;
}

.mw_wp_form_confirm .stepBar .visited1:after {
  background: #4D648D;
}

.mw_wp_form_confirm .stepBar .visited1 span {
  background: #4D648D;
}

.mw_wp_form_complete .stepBar .visited1:after {
  background: #4D648D;
}

.mw_wp_form_complete .stepBar .visited1 span {
  background: #4D648D;
}

.mw_wp_form_confirm .stepBar .visited2:after {
  background: #4D648D;
}

.mw_wp_form_confirm .stepBar .visited2 span {
  background: #4D648D;
}

.mw_wp_form_complete .stepBar .visited2:after {
  background: #4D648D;
}

.mw_wp_form_complete .stepBar .visited2 span {
  background: #4D648D;
}


.mw_wp_form_complete .stepBar .visited3:after {
  background: #4D648D;
}

.mw_wp_form_complete .stepBar .visited3 span {
  background: #4D648D;
}

.thanks-message {
  font-size: 20px;
  text-align: center;
  margin: 80px;
  font-weight: bold;
}




/*===================================
	smart phone
===================================*/
@media screen and (min-width: 600px) {
  .exhibition-entry__img_top_mobile {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .entry-section .inner {
    padding: 0 5%;
    box-sizing: border-box;
  }

  .entry-form {
    width: 100%;
  }

  .exhibitor-merit__item {
    width: 100%;
    margin: 10px 1%;
  }

  .voice_message {
    width: 100%;
    margin-bottom: 20px;
  }

  .thanks-message {
    width: 100%;
    margin: 80px 0;
    font-size: 18px;
  }

  .exhibition-entry__img_top {
    display: none;
  }

  .exhibition-entry__img {
    margin-bottom: 0;
  }

  .exhibitor_txt {
    font-size: 14px;
  }

  .contents-subtitle {
    margin-top: 0;
    margin-left: 5px;
  }

  .voice-title {
    margin-top: 50px;
  }

  .merit-inner {
    margin: 25px auto;
    padding-top: 1px;
  }

  .exhibition-entry__title {
    font-size: 20px;
  }

  .exhibitor-merit__title {
    font-size: 16px;
  }

  .exhibition-entry__item--txt {
    font-size: 14px;
  }

  .video-section-entry {
    margin-bottom: 30px;
  }

  .exhibition-entry__img {
    margin: 5px;
  }

  .voice_message {
    margin: 5px;
  }

  .exhibition-entry__img {
    margin: 5px;
  }

  .exhibition-entry__img {
    margin: 5px;
  }
}

/*# sourceMappingURL=style.css.map */