/* slides */
#slides {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  padding: 0;
  margin-bottom: 0;
}

/* #slides .slider {
  width: 100%;
  border: 1px solid #fff;
} */

#slides .slick-slide {
  height: 100%;
}

.slick-prev,
.slick-next {
  top: inherit;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #02ae74;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  transform: inherit;
  transition: all 0.3s;
  z-index: 1;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:focus,
.slick-next:focus {
  background: #02ae74;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  background: #02ae74;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 50%;
  border: 4px solid #ffffff;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  margin: auto;
  transform: rotate(45deg);
}

.slick-prev::before {
  left: 30%;
}

.slick-next::before {
  right: 30%;
  border-right: solid;
  border-top: solid;
  border-left: none;
  border-bottom: none;
}

#slides .slider .sliderCol {
  position: relative;
  overflow: hidden;
}

#slides .slider .sliderCol img {
  display: block;
  /* width: 1000px; */
  /* min-width: 100%; */
  max-width: 1000px;
  margin: 0 auto;
  /* max-height: 100%; */
}

#slides .slideThum {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slides .slideThum .slick-list .slick-track {
  transform: none !important;
}

#slides .slideThum .slick-track .slick-slide {
  border: none;
}

#slides .slideThum .slideThumCol {
  height: 100%;
  min-height: 15vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}

#slides .slideThum .slideThumCol img {
  display: block;
  max-width: 100%;
}

#slides .slideThum .slick-track .slideThumCol:hover,
#slides .slideThum .slick-track .slick-current .slideThumCol {
  opacity: 1;
}

.zizenHero {
  position: relative;
}

.zizenHero p {
  font-size: 1.25em;
  position: absolute;
  top: 45%;
  left: 20%;
  color: #ff2700;
  text-shadow: 0 1px 0 #fff, 0 -1px #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  /* #slides {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    min-height: inherit;
    margin: 20px auto;
  }

  #slides .slider {
    width: 100%;
  }

  #slides .slider .sliderCol {
    height: 418px;
  } */

  #slides .slideThum .slick-list,
  #slides .slideThum .slick-list .slick-track {
    width: 234px !important;
    height: 100% !important;
  }

  #slides .slideThum .slick-track .slick-slide {
    height: 33.33333% !important;
  }
}

/* buttons */
#buttons {
  margin-top: 40px;
}

#buttons i {
  margin-right: 0.5em;
}

#buttons .external,
#mordal .external {
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
  font-size: 4vw;
}

#upper_buttons,
#upper_buttons02 {
  width: 100%;
}

#upper_buttons a,
#upper_buttons02 a,
#lower_buttons a {
  width: 90%;
  padding: 1vw;
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background-color: #02ae74;
  box-shadow: 2px 2px 2px #666;
  cursor: pointer;
  transition: all 0.3s;
}

#upper_buttons02 a {
  background-color: #e8426a;
}

/* #lower_buttons a {
  background-color: #029563;
} */

#upper_buttons a:hover,
#upper_buttons02 a:hover,
#lower_buttons a:hover {
  background-color: #fcc801;
}

#upper_buttons div:nth-child(1),
#lower_buttons div:nth-child(1) {
  font-size: 4vw;
  line-height: 8vw;
}

#upper_buttons div:nth-child(2) {
  font-size: 3vw;
  line-height: 8vw;
}

#upper_buttons a:nth-child(2) div:nth-child(1) {
  font-size: 4vw;
  line-height: 8vw;
}

#upper_buttons a:nth-child(2) div:nth-child(2) {
  font-size: 3vw;
  line-height: 8vw;
}

#upper_buttons a:nth-child(3) div {
  font-size: 4vw;
  line-height: 8vw;
}

#upper_buttons a.en div {
  font-size: 4vw;
  line-height: 16vw;
}

#buttons p.btnTitle,
#buttons p.btnTitle02 {
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 30%;
  margin: 0 auto 0.5em;
  position: absolute;
  top: -7.5%;
  left: 0;
  right: 0;
  background-color: #02ae74;
}

@media screen and (max-width: 999px) {
  #buttons p.btnTitle02 {
    width: 45%;
  }
}

#buttons p.btnTitle02 {
  background-color: #e8426a;
}

.btnWrap,
.btnWrap02 {
  border: 2px solid #02ae74;
  border-radius: 10px;
  padding: 2em 1em 1em;
  position: relative;
}

.btnWrap02 {
  border: 2px solid #e8426a;
}

#lower_buttons + .btnTitle {
  margin-top: 1em;
}

.btnWrap:nth-child(1) {
  margin-bottom: 3em;
}

.btnWrap02 .announce {
  color: #ff0000;
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto 0.5em;
}

.btnWrap02 #lower_buttons {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 2em auto 0;
}

.btnWrap02 #lower_buttons a {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto 0;
}

@media (max-width: 999px) {
  .btnTitle {
    width: 100%;
  }

  #buttons p.btnTitle {
    top: -6%;
  }

  #buttons {
    margin-top: 5vw;
  }

  #buttons p.btnTitle02 {
    top: -5%;
  }

  #upper_buttons:nth-child(1) a {
    margin-top: 0;
  }

  /* .btnWrap:nth-child(1) {
    margin-top: 2em;
  } */

  .btnWrap {
    padding-top: 1em;
  }

  /* h2 {
    width: 89%;
  } */
}

@media screen and (min-width: 1000px) {
  #lower_buttons a {
    width: 45%;
    padding: 8px;
    margin: 30px auto 0;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    font-size: 4vw;
    line-height: 16vw;
    box-shadow: 2px 2px 2px #666;
    cursor: pointer;
    transition: all 0.3s;
  }

  #buttons .external,
  #mordal .external {
    font-size: 18px;
  }

  /* #upper_buttons { */
  /* display: flex; */
  /*    justify-content: center;*/
  /* margin-top: 1em; */
  /* margin-bottom: 1em; */
  /* } */

  /* #upper_buttons a {
  width: 300px;
  padding: 8px;
  margin: auto 10px;
}

#upper_buttons div:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
}

#upper_buttons div:nth-child(2) {
  font-size: 14px;
  line-height: 30px;
}

#upper_buttons div:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
}

#upper_buttons a:nth-child(1) div:nth-child(1),
#upper_buttons a:nth-child(2) div:nth-child(1),
#upper_buttons a:nth-child(3) div:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
}

#upper_buttons a:nth-child(1) div:nth-child(2),
#upper_buttons a:nth-child(2) div:nth-child(2) {
  font-size: 14px;
  line-height: 30px;
}

#upper_buttons a:nth-child(3) div {
  font-size: 20px;
  line-height: 30px;
} */

  #lower_buttons div:nth-child(1) {
    font-size: 20px;
    line-height: 60px;
  }

  #lower_buttons div:nth-child(2) {
    font-size: 14px;
    line-height: 60px;
  }

  #lower_buttons a:nth-child(1) div:nth-child(1),
  #lower_buttons a:nth-child(2) div:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
  }

  #lower_buttons a:nth-child(1) div:nth-child(2),
  #lower_buttons a:nth-child(2) div:nth-child(2) {
    font-size: 14px;
    line-height: 60px;
  }

  #lower_buttons a:nth-child(3) div {
    font-size: 20px;
    line-height: 60px;
  }
}

#lower_buttons02 {
  text-align: center;
  margin: 2em auto 0;
}

#mordal {
  position: fixed;
  width: 90%;
  max-height: 80%;
  top: 10%;
  left: 5%;
  background-color: white;
  border: 1px solid black;
  box-sizing: border-box;
  padding: 20px;
  display: none;
  opacity: 0;
  z-index: 10;
  overflow-y: scroll;
  transition: all 0.3s;
}

#mordal a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 1em auto 0.5em auto;
  background-color: #02ae74;
  border-radius: 3px;
  color: #fff;
  box-shadow: 2px 2px 2px #666;
  transition: all 0.3s;
}

#mordal a:hover {
  background-color: #53bf9b;
}

#mordal p {
  width: 100%;
  font-size: 2.5vw;
  margin: 0.5em auto 2em auto;
}

#mordal .noBtn {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 1em auto 0.5em auto;
  background-color: #888;
  border-radius: 3px;
  color: #fff;
  box-shadow: 2px 2px 2px #666;
  transition: all 0.3s;
}

#mordal .noBtn span {
  color: #ffd800;
  font-size: 90%;
  display: block;
  line-height: 1;
  font-size: 80%;
}

#mordal #mordal_close {
  font-size: 5vw;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  background-color: #444;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

#mordal_back {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  transition: all 0.3s;
}

.resultsReportBtn a.btn {
  margin-top: 0;
  margin-bottom: 1em;
}

#resultsReportBtn {
  margin: 0;
}

@media screen and (min-width: 1000px) {
  #buttons .external,
  #mordal .external {
    font-size: 18px;
  }

  #upper_buttons,
  #upper_buttons02 {
    display: flex;
    margin-top: 0;
    justify-content: center;
    /* margin-bottom: 1em; */
  }

  #upper_buttons a,
  #upper_buttons02 a {
    width: 300px;
    padding: 8px;
    margin: 0 1em;
  }

  #upper_buttons div:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
  }

  #upper_buttons div:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
  }

  #upper_buttons a:nth-child(2) div:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
  }

  #upper_buttons a:nth-child(2) div:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
  }

  #upper_buttons a:nth-child(3) div {
    font-size: 20px;
    line-height: 60px;
  }

  #upper_buttons a.en div {
    font-size: 20px !important;
    line-height: 60px !important;
  }
}

/* prompt */
#prompt {
  box-sizing: border-box;
  /* background-color: #EEE; */
}

#prompt table {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}

#prompt table th,
#prompt table td {
  padding: 10px;
  border: 1px solid #333;
  background-color: #fff;
}

#prompt table td {
  text-align: center;
}

#prompt #last_report {
  display: block;
  width: 10em;
  font-size: 4vw;
  background-color: #666;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0;
  line-height: 1.8em;
  transition: all 0.3s;
}

#prompt #last_report i {
  margin-left: 1em;
}

#prompt #last_report:hover {
  background-color: #888;
}

#prompt #image_box {
  font-size: 0;
}

#prompt #image_box img {
  display: inline-block;
  width: 30%;
}

#prompt #image_box img + img {
  margin-left: 5%;
}

@media screen and (min-width: 1000px) {
  #prompt #last_report {
    font-size: 28px;
  }
}

/* description */
#genre {
  width: 100%;
  margin: 1em auto;
  /* padding:1em; */
  border-radius: 10px;
  background-color: white;
  /* box-shadow:0px 0px 5px #AAA inset; */
}

#genre span {
  margin-right: 10px;
  display: inline-block;
}

/* attraction */

#attraction h2 span {
  font-size: 2vw;
  margin-left: 20px;
}

#attraction_slider {
  width: 70%;
  height: 20vw;
  margin: 2em auto;
  position: relative;
}

#attraction_slider .attraction_slide_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #efefef;
  overflow: hidden;
  line-height: 20vw;
  text-align: center;
}

#attraction_link {
  text-align: right;
}

#attraction_link a {
  text-decoration: none;
  background-color: #ddd;
  color: #111;
  padding: 5px 10px;
  font-size: 3.5vw;
  border-radius: 3px;
  transition: all 0.3s;
}

#attraction_link a i {
  margin-left: 10px;
}

#attraction_link a:hover {
  background-color: #eee;
}

@media screen and (min-width: 1000px) {
  #attraction h2 span {
    font-size: 16px;
  }

  #attraction_slider {
    width: 700px;
    height: 200px;
  }

  #attraction_slider .attraction_slide_box {
    line-height: 200px;
  }

  #attraction_link a {
    padding: 5px 10px;
    font-size: 24px;
  }
}

/* 招待券予約入力フォーム */
#formButton {
  position: absolute;
  top: 190px;
  left: 85px;
  background-color: #ed6942;
  width: 180px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 3px 3px 5px #8d8d8d;
  transition: 0.5s;
  border-radius: 10px;
}

#formButton:hover {
  background-color: #f79071;
  transition: 0.5s;
}

#formButton p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
}

#formButton a {
  text-decoration: none;
}

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

  #formButtonResp {
    border-radius: 3px;
    text-align: center;
    display: block;
    text-decoration: none;
    background-color: #ed6942;
    width: 14.5em;
    margin: 5px auto 0;
    font-size: 1.5em;
    transition: all 0.3s;
  }

  #formButtonResp a {
    text-decoration: none;
    color: white;
  }

  #formButtonResp:hover {
    background-color: #f79071;
  }
}

/* special_banner */
#original_contents {
  font-size: 0;
}

#original_contents div {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background-color: #ccc;
}

/* メイン画像 */
#mainImg img {
  width: 90%;
}

/* 出展者ニュースリリース */
.exhibitorNews {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.companyName {
  font-size: 1.0625em;
}

.newsWrap a {
  color: #727271;
  text-decoration: none;
}

.newsDate,
.link {
  margin-left: 2em;
  font-size: 1em;
  /* color:#000; */
}

.link {
  font-size: 0.9em;
}

.komaNum {
  background-color: #c36;
  padding: 0 0.5em 0 0.5em;
  border-radius: 5px;
  color: #fff;
}

.newsWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.newLinePara {
  margin-left: 12em;
}

.newLinePC {
  display: none;
}

div .interstage {
  border: dotted 0.25px #727271;
  margin: 0.5em 0 0.5em 0;
  height: 0.5px;
}

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

  .newsWrap div:nth-child(2) {
    float: right;
  }

  .newLine {
    display: none;
  }

  .newLinePC {
    display: block;
  }

  .newLinePara {
    margin-left: 0;
  }

  .interstage {
    margin: 2em 0 0.5em 0 !important;
  }
}

.endTxt {
  font-size: 1.25em;
  color: #ff2700;
  position: absolute;
  text-shadow: 0 1px 0 #fff, 0 -1px #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  font-weight: bold;
  top: 22px;
  left: 55px;
}

@media screen and (max-width: 999px) {
  .noBtn {
    width: 100%;
    position: relative;
    left: 5%;
  }

  #lower_buttons .noBtn a {
    pointer-events: none;
    background-color: #666;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 1vw;
  }

  .endTxt {
    display: inline;
    text-align: center;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .zizenHero p {
    font-size: 1em;
    left: 17.5%;
    top: 40%;
  }
}

.eventEnd p {
  color: red;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 779px) {
  #slides {
    margin-top: 75px;
  }
}

@media screen and (min-width: 700px) {
  .eventEnd br {
    display: none;
  }
}

@media screen and (max-width: 344px) {
  .eventEnd p {
    font-size: 16px;
  }
}

#slides .announcement {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2em 0 4em;
}

#slides .announcement > p:nth-child(1) {
  font-size: 3em;
  font-weight: bold;
  color: red;
  line-height: 1.5;
}

#slides .announcement div {
  text-align: left;
  max-width: 355px;
  margin: 1em auto;
  font-size: 1.5em;
}

#slides .announcement > p:nth-child(3) {
  display: inline-block;
  background-color: royalblue;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 5px;
  margin-top: 1em;
  font-size: 1.5em;
  width: 70%;
}

@media screen and (min-width: 1000px) {
  #slides .announcement br {
    display: none;
  }

  #slides .announcement div {
    max-width: 450px;
  }
}

.onlineInfo {
  color: #fff;
  width: 100%;
  background: #d82625;
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 1em;
}

.onlineInfo h3 {
  color: #d82625;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
}

.subsidy {
  width: 95%;
  margin: 0 auto 1em;
  border: 2px solid #f00;
  border-radius: 5px;
}

.subsidy p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #f00;
  padding: 0.25em;
}

.subsidyBr {
  display: none;
}

@media (max-width: 999px) {
  .subsidyBr {
    display: block;
  }
}

.explanationWrap {
  margin-top: 1em;
}

.explanationTitle {
  font-size: 1.125em;
  font-weight: bold;
}

.explanation {
  margin-left: 1em;
}

.subsidy02 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em;
  /* border: 2px solid #004299; */
}

.subsidy02 .btn {
  font-weight: normal;
  background-color: #f00;
  margin-top: 0.5em;
}

.subsidy02 p {
  line-height: 1.125em;
}

.subsidy02 p:nth-child(1),
.subsidy02 p:nth-child(2) {
  font-size: 1.125em;
}

.subsidy02 p:nth-child(2) {
  color: red;
}

.subsidy02 p:nth-child(2) a {
  display: inline-block;
  text-decoration: none;
  background-color: #ff0;
  color: red;
  padding: 0.125em;
  margin: 0.25em 0;
}

.subsidy02 p:nth-child(3),
.subsidy02 p:nth-child(4) {
  font-weight: normal;
  text-align: justify;
}

/* .subsidy {
	width: 95%;
	margin: 0 auto;
}

.subsidy p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #f2e60d;
	padding: 0.25em;
} */

.subsidyBr {
  display: none;
}

@media (max-width: 999px) {
  .subsidyBr {
    display: block;
  }
}

/* 来場のお願い */
#requestVst .inner_1000 > ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
}

#requestVst .inner_1000 > ul li {
  line-height: 1.5em;
}

#requestVst .rqstInner {
  margin: 1em auto 0;
}

#requestVst .rqstInner h3 {
  color: #ffffff;
  line-height: 1em;
  background-color: #87ceeb;
  box-sizing: border-box;
  margin: 0.2em 0;
  padding: 0.25em 0.5em;
}

#requestVst .rqstInner ul li {
  line-height: 1.5em;
}

#requestVst .rqstInner > div:first-of-type ul {
  list-style: disc;
  margin: 0.5em 0;
  padding: 0 0 0 1.5em;
}

#requestVst .rqstInner ul.pleaseLst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}

#requestVst .rqstInner ul.pleaseLst li {
  width: calc((100% - 1.5em) / 4);
  margin: 0;
}

#requestVst .rqstInner ul.pleaseLst li img {
  display: block;
  width: 100%;
  margin: auto;
}

#requestVst .rqstInner ul.pleaseLst li p {
  line-height: 1.25em;
}

#requestVst .rqstInner .dwldCol {
  margin: 1em auto 0;
}

#requestVst .rqstInner .dwldCol ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#requestVst .rqstInner .dwldCol ul li {
  width: 48%;
  box-sizing: border-box;
}

#requestVst .rqstInner .dwldCol ul li img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}

#requestVst .rqstInner .dwldCol ul li img[src$=".svg"] {
  padding: 7% 14%;
}

#requestVst .rqstInner .dwldCol ul li img:last-of-type {
  width: 75%;
}

@media screen and (min-width: 1000px) {
  #requestVst .rqstInner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #requestVst .rqstInner ul.pleaseLst {
    width: calc(116px * 4 + 3em);
  }

  #requestVst .rqstInner ul.pleaseLst li {
    width: calc((100% - 3em) / 4);
  }

  #requestVst .rqstInner .dwldCol {
    display: block;
    width: 35%;
    box-sizing: border-box;
    border-left: 1px solid;
    margin: 0;
    padding: 0 0 0 1em;
  }

  #requestVst .rqstInner ul.pleaseLst {
    list-style: none;
    padding: 0;
    margin-bottom: -1em;
  }
}

/* 事前マッチング */
#matching strong {
  color: #ff0000;
  font-size: 1.5em;
}

#matching .btn {
  /* background: #f27681; */
  background: #aaa;
  pointer-events: none;
}

#matching a.btn:hover {
  background-color: rgb(17, 140, 197);
}

#matching p.btn {
  background: #7d7d7d;
}

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

.matchingWrap figure,
.matchingWrap img {
  width: 50vw;
  margin: 1em auto 0;
}

.matchingWrap figcaption {
  text-align: center;
}

.slideImg01 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.btnWrp {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.btnWrp a {
  text-decoration: none;
}

.btnWrp a > p.admissionRegistrationBtn,
.btnWrp a > p.onlineSiteBtn {
  font-size: 2.5vw;
  color: #fff;
  font-weight: bold;
  width: 15em;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-top: 2em;
  transition: 0.3s;
}

.btnWrp a > p.admissionRegistrationBtn {
  background-color: #ff0000;
}

.btnWrp a > p.onlineSiteBtn {
  background-color: #f79071;
}

.btnWrp a > p.admissionRegistrationBtn:hover {
  background-color: #f79071;
}

.btnWrp a > p.onlineSiteBtn:hover {
  background-color: #ff0000;
}

/* .btnWrp p.onlineSiteBtn {
  font-size: 2.5vw;
  line-height: 1em;
  font-weight: bold;
  margin-top: 1em;
  background-color: #aaa;
  color: #fff;
  width: 15em;
  padding: .5em 1em;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-top: .5em;
  transition: .3s;
  pointer-events: none;
} */

@media screen and (min-width: 1000px) {
  #matching .btn {
    width: 50%;
  }

  .matchingWrap figure,
  .matchingWrap img {
    width: 200px;
    margin: 0;
  }

  .btnWrp {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .btnWrp a {
    text-decoration: none;
  }

  .btnWrp a > p.admissionRegistrationBtn,
  .btnWrp a > p.onlineSiteBtn {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    width: 15em;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-top: 1em;
    transition: 0.3s;
  }

  .btnWrp a > p.admissionRegistrationBtn {
    background-color: #ff0000;
  }

  .btnWrp a > p.onlineSiteBtn {
    background-color: #ed7b03;
  }

  .btnWrp a > p.admissionRegistrationBtn:hover {
    background-color: #ed7b03;
  }

  .btnWrp a > p.onlineSiteBtn:hover {
    background-color: #ff0000;
  }

  /* .btnWrp p.onlineSiteBtn {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    margin-top: 1em;
    background-color: #aaa;
    color: #fff;
    width: 15em;
    padding: .5em 1em;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-top: .5em;
    transition: .3s;
    pointer-events: none;
  } */
}

#numOfVisitors {
  padding-top: 0;
  /* margin-top:-2em; */
}

#numOfVisitors table {
  width: 100%;
  border-collapse: collapse;
}

#numOfVisitors table th {
  background-color: #fff4c9;
}

#numOfVisitors table td,
#numOfVisitors table th {
  text-align: center;
  border: 0.5px solid #aaa;
  padding: 0.5em;
}

#requestVst .checkListBtn {
  background-color: #aaa;
  padding: 0.25em 0.5em;
  text-align: center;
  width: 16em;
  border-radius: 5px;
  font-size: 1.125em;
  cursor: pointer;
}

#requestVst a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

#requestVst a:hover {
  opacity: 0.8;
}

.nextInfo {
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5em;
  width: 500px;
  text-align: justify;
  border: red solid 1.5px;
}

@media screen and (max-width: 999px) {
  #numOfVisitors {
    padding-top: initial;
    margin-top: 0;
  }

  #requestVst a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .nextInfo {
    font-size: 2.5vw;
    width: 60%;
  }
}

/* infobar  ======================================== */

.c_infobar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c_infobar_title {
  color: #fff;
  padding: 10px 25px;
  font-weight: 700;
  font-style: normal;
  background: #3e476b;
  font-weight: 600;
}

.c_infobar_content {
  padding: 10px 18px;
  background: #fff;
  letter-spacing: 0.06em;
  overflow: hidden;
  width: 100%;

  /* border: 1px solid #dfdfdf; */
}

.c_infobar_content_animated p {
  margin: 0;
  display: inline-block;
  /* padding-left: 100%; */
  white-space: nowrap;
  /* line-height: 1em; */
  animation: scrolltext 3s linear infinite;
}

.c_infobar_content_animated p a {
  text-decoration: none;
  color: #000;
}

@keyframes scrolltext {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(200%);
  }
}

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

@media screen and (max-width: 540px) {
  .c_infobar_title .spHide {
    display: none;
  }
}

.c_infobar {
  margin-top: 75px;
  background: #fff8db;
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c_infobar {
    background-color: #fff;
  }
}

@media screen and (max-width: 589px) {
  .c_infobar {
    margin-top: 210px;
  }
}

.c_infobar .container {
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.c_infobar_title {
  color: #000;
  padding: 12.5px 45px;
  font-weight: 600;
  font-style: normal;
  background: #fff;
}

.appBtn {
  display: block;
  background-color: red;
  width: 25vw;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(0.8rem, 0.364rem + 2.18vw, 2rem);
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  position: absolute;
  bottom: 0.25rem;
  left: 79%;
  transform: translateX(-75%);
}
.appBtn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1309px) {
  .appBtn {
    width: 20vw;
    left: 72%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 616px) {
  .appBtn {
    width: 30vw;
  }
}

#underAppBtn {
  display: block;
  position: fixed;
  width: 125px;
  height: 125px;
  bottom: 10em;
  left: calc(50% + 470px);
  cursor: pointer;
  z-index: 1003;
  transition: 0.3s;
}

#underAppBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 999px) {
  #underAppBtn {
    left: initial;
    right: 5px;
  }
}
