body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.popup_photo {
  text-align: left;
  margin: 20px auto 0 auto;
  width: 600px;
  font-size: 1.2em;
}
.popup_photo img {
  width: 100%;
  height: auto;
}
.popup_photo1 {
  text-align: left;
  margin: 20px auto 0 auto;
  /*  width: 900px;*/
  width: 75%;
  font-size: 1.2em;
}
.popup_photo1 img {
  width: 100%;
  height: auto;
}
.popup_logo {
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 1.2em;
}
.popup_logo img {
  width: auto;
  height: 40px;
  margin: 0px 30px;
}
.popup_logo1 {
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 1.2em;
}
.popup_logo1 img {
  width: auto;
  height: 50px;
  margin: 0px 30px;
}
.popup_img {
  display: inline-block;
  width: 18%;
  float: left;
  margin: 0px;
}
.popup_img img {
  width: 100%;
  height: auto;
}
.popup_txt {
  width: 76%;
  margin: 0px 0px 0 20px;
  font-size: 1.4em;
}
.cyosei-mt {
	margin-top: 15vh!important;
}
.catch1 {
	width: 76%;
	text-align: center; 
	font-weight: bold; 
	font-size: 1.5em; 
	margin: 0px auto; 
	padding: 0; 
	margin-top: 20px;
	clear: both;
}
.bo-modal-footer {
  border: 1px solid #ccc;
  width: 400px;
  margin: 10px auto;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
}
.bo-modal-footer a {
  display: block;
  padding: 7px 0;
  background: #ededed;
}
.bo-modal-footer1 {
  background: #0066cc;
  margin: 0px auto;
  margin-top: 20px;
  width: 50%;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1em;
}
.bo-modal-footer1 a {
  display: block;
  color: #fff;
  padding: 8px;
}
.txt-modal2 {
  display: flex;
  width: 76%;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 20px 0;
	margin-top: 10vh;
}
.txt-modal2 .pf01 {
  order: 1;
}
.txt-modal2 .pf02 {
  order: 2;
  margin-left: 20px;
}
@media screen and (max-width: 813px) {
  .txt-modal2 {
    display: block;
    width: 76%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 1.0rem;
  }
  .txt-modal2 .pf02 {
    text-align: center;
    margin-right: 0px;
  }
  .txt-modal2 .pf02 img {
    width: 25%;
    height: auto;
  }
}
.block {
  width: 76%;
  margin: 10px auto;
}
.block p {
  display: inline-block;
}
.block2 {
  width: 76%;
  margin: 0px auto;
  text-align: center;
	display: flex;
}
.block2 p {
/*  display: inline-block;*/
  margin: 10px auto;
}

/* ポップアップ動画 */
.popup_movie {
  width: 73%;
  margin: 0 auto;
  margin-top: -40px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .popup_movie {
    margin-top: 0px !important;
  }
}
.mb-1 {
  margin-bottom: 0.25rem !important;
  width: 50%;
  background: #0066cc;
  text-align: center;
  margin: 10px auto;
  font-size: 1.0em;
  font-weight: bold;
  border-radius: 30px;
}
.mb-1 a {
  display: block;
  padding: 10px;
  color: #fff;
}
h1 {
  text-align: center;
  font-size: 20px;
  margin: 5px 0;
  /*	position: relative;*/
}
.wrapall {
  position: relative;
  display: block;
  height: 100vh;
}
.small {
  font-size: 9px;
}
.slider {
  width: 660px;
  height: auto;
  margin: 0 auto;
}
.txt-modal {
  width: 76%;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 1.1rem;
}
.flex-control-nav {
  bottom: -25px;
}
.btn_prev {
  font-size: 11px;
  text-align: right;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 40%;
  width: 60px;
}
.btn_prev img {
  width: 100%;
  height: auto;
}
.btn_prev img.pre-sp {
  display: none;
}
.btn_next {
  font-size: 11px;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 40%;
  width: 60px;
}
.btn_next img {
  width: 100%;
  height: auto;
}
.btn_next img.next-sp {
  display: none;
}
.btn_prev a, .btn_next a {
  display: block;
  /*	padding: 3px 20px;
	border: 1px solid #008FB8;
	border-radius: 50px;
	background: #EDFBFF;
	color: #000;*/
}
.btn_prev::before {
  /*    display: block;
    position: absolute;
    top: 63%;
    left: 7px;
    width: 5px;
    height: 5px;
    margin-top: -6px;
    border-bottom: solid 1px #008FB8;
    border-left: solid 1px #008FB8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";*/
}
.btn_next a::before {
  /*    display: block;
    position: absolute;
    top: 63%;
    right: 7px;
    width: 5px;
    height: 5px;
    margin-top: -6px;
    border-top: solid 1px #008FB8;
    border-right: solid 1px #008FB8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";*/
}
/* ===============================モーダル内のヘッダー部 */
.modal-howto-flow-head { /*モーダルヘッダーの下線*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head {
    width: 100%;
    height: 70px; /* モーダルヘッダー高さ元々100 */
  }
}
.modal-howto-flow-head-title { /*モーダルヘッダー文字*/
  /*  font-size: 5.33333vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4.26667vw;*/
}
.modal-howto-flow-head-title { /*モーダルヘッダー文字*/
  font-size: 2.0vw;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 813px) {
  .modal-howto-flow-head-title { /*モーダルヘッダー文字*/
    font-size: 2.3vw;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 5px 20px;
    position: relative;
  }
	.bo-modal-footer1 {
  width: 90%;
}
}
.modal-howto-flow-head-title::before {
  content: "";
  background-size: 11.73333vw 14.13333vw;
  width: 11.73333vw;
  /*  height: 14.13333vw;*/
  height: 5.13333vw;
  display: block;
  position: relative;
  margin-right: 1.06667vw;
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-title::before {
    background-image: url("/virtual-exhibition-2021/assets/img/common/ico_human_04.svg");
    background-size: 362px 71px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 362px;
    height: 71px;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.modal-howto-flow-head-pages {
  display: none;
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-pages {
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-pages span {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #a3a3a3;
  }
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-pages span.current-page {
    width: 64px;
    font-size: 32px;
    color: #0066cc; /*現在ページ数のスラッシュ色*/
  }
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-pages span:last-of-type {
    position: relative;
    padding-left: 21px;
  }
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-pages span:last-of-type::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 30px;
    background-color: #a3a3a3; /*分母ページ数のスラッシュ色*/
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.modal-howto-flow-head-close {
  width: 17.33333vw;
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-head-close {
    width: 157px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 813px) and (min-width: 813px) {
  .modal-howto-flow-head-close {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}
@media screen and (min-width: 813px) and (min-width: 813px) {
  .modal-howto-flow-head-close:hover {
    opacity: 0.8;
  }
}
.modal-howto-flow-head-close img {
  max-width: none;
  width: 100%;
}
.modal-howto-flow-body-text {
  margin-top: 4vw;
}
@media screen and (min-width: 813px) {
  .modal-howto-flow-body-text {
    margin-top: 10px;
  }
}
.modal-howto-flow-body-text span {
  color: #00A8A9;
}
.module-button {
  margin-top: 10.66667vw;
}
@media screen and (min-width: 813px) {
  .module-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
}
.module-button._left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.module-button._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 813px) {
  [class*="module-button-"] {
    margin-right: 20px;
    margin-left: 20px;
  }
}
[class*="module-button-"] + [class*="module-button-"] {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 813px) {
  [class*="module-button-"] + [class*="module-button-"] {
    margin-top: 0;
  }
}
.module-button-01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  border-radius: 2em;
  padding: .5em 1em;
  width: 100%;
  min-height: 16vw;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 813px) {
  .module-button-01 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 368px;
    min-height: 0;
    height: 68px;
    font-size: 18px;
  }
}
.module-button-01 span {
  display: block;
}
.module-button-01 {
  background-color: #00A8A9;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 813px) {
  .module-button-01 {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
}
@media screen and (min-width: 813px) {
  .module-button-01:hover {
    background-color: #077A81;
  }
}
@media screen and (min-width: 813px) {
  .module-button-01 {
    border: 1px solid #43DFE0;
  }
}

@media screen and (max-width: 900px) {
.txt-modal {
    font-size: 1.0rem;
}
	.popup_txt {
    font-size: 1.0rem;
}
	.popup_img {
  display: none;
  float: none;
}
	.popup_img img {
		display: none;
	}
.popup_txt {
  width: 100%;
  margin: 0px 0px 0 0px;
}
.popup_logo {
  margin: 10px auto 0 auto;
	margin-bottom: -10px;
}
.popup_logo img {
  width: auto;
  height: 30px;
  margin: 0px 10px;
}
.popup_logo1 {
  margin: 0px auto 0 auto;
	margin-bottom: -10px;
}
.popup_logo1 img {
  width: auto;
  height: 38px;
  margin: 0px 0px;
}
	.catch1 {
	font-size: 1.0rem;
		margin-bottom: 5px;
}
}

@media screen and (max-width: 813px) {
  .bo-modal-footer {
    font-size: 1.0rem;
  }
}
/* 戻る次へボタンレスポンシブ */
@media screen and (max-width: 620px) {
 .txt-modal {
    font-size: 1.0rem;
	 line-height: 20px;
	 width: 90%;
}
 .txt-modal2 {
    font-size: 1.0rem;
	 line-height: 20px;
	 width: 90%;
}
  .txt-modal2 .pf02 {
	  display: none;
  }
.modal-howto-flow-head-title { /*モーダルヘッダー文字*/
  font-size: 1.0rem;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.bo-modal-footer {
  width: 80%;
  margin: 5px auto;
  font-size: 0.9rem;
  font-weight: normal;
}
.catch1 {
	width: 90%;
	text-align: left; 
	font-size: 1.2em; 
}
.block {
  width: 90%;
  margin: 0px auto;
}
	.block2 {
		  margin: 0px;
		margin-left: 10px;
  text-align: left;
	}
.block2 img {
	height: 22px;
	width: auto;
}
.cyosei-mt {
	margin-top: 2vh!important;
}
	.colineup-lead {
		display: none;
	}	
	
	
/*	.btn_prev {
    font-size: 11px;
    text-align: right;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 91.7vh;
    width: 15vh;
  }*/
		.btn_prev {
    font-size: 11px;
    text-align: right;
    display: inline-block;
    position: fixed;
    left: 0px;
    top: auto;
    width: 15vh;
    bottom: 0;
}
  .btn_prev img.pre-sp {
    display: block;
  }
  .btn_prev img.pre-pc {
    display: none;
  }
/*  .btn_next {
    font-size: 11px;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 91.7vh;
    width: 15vh;
  }*/
		.btn_next {
    font-size: 11px;
    text-align: right;
    display: inline-block;
    position: fixed;
    right: 0px;
    top: auto;
    width: 15vh;
    bottom: 0;
}
  .btn_next img.next-sp {
    display: block;
  }
  .btn_next img.next-pc {
    display: none;
  }
}