body{
  margin:0;
  font-size:0;
}

.wrapper{
  width:750px;
  margin:0 auto;
}

#header{
  background-color:#333F50;
  position:fixed;
  height:40px;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

#main-logo{
  width:150px;
  margin:0;
}


nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
  height:58px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: black;
  padding: 1em 0;
  font-size: 20px;
  font-weight:bold;
  text-decoration:none;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 1px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

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

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

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

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



.scene-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.modal {
  position: absolute;
  top: 8%;
  left: 5%;
  background-color: white;
  padding: 60px 3px 20px 3px;
  border-radius: 10px;
  width: 320px;
  height: auto;
  text-align: center;
  z-index: 10;
}

.fa-times {
  position: absolute;
  top: 4px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  z-index:8;
}

.fa {
  margin-right:3px;
  margin-top:1px;
  font-size:40px;
  font-weight:bold;
}

#scenecon p{
  color: black;
  margin:-45px 0 0 0px;
  font-size:27px;
  font-weight:bold;
  text-align:center;
}

.scene-flex h7{
  color: #5f5d60;
  margin:0 0 0 0px;
  font-size:17px;
}

.self a{
  font-size:17px;
  font-weight:bold;
  padding:3px 15px;
  background:#005500;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.trainer a{
  font-size:17px;
  font-weight:bold;
  padding:14px 25px;
  background:navy;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.reha a{
  font-size:17px;
  font-weight:bold;
  padding:15px 48px;
  background:maroon;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.student a{
  font-size:17px;
  font-weight:bold;
  padding:15px 48px;
  background:#808000;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.scene-flex{
  display:flex;
  padding:0px 0 5px 5px;
}

.scene-flex li{
  margin:0 0 4px 2px;
}

.scene-flex a{
  text-decoration:none;
}

.scene-right{
  margin:0 0 0 0px;
}

.scene-left{
  width:180px;
}

.scene-right{
  width:180px;
}

.small{
  font-size:13px;
  line-height:15px;
}

.submit-btn a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #008080;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}



.top-wrapper{
  height:132px;
}

.title{
  text-align:center;
}

.title h1{
  font-size:23px;
  font-weight:bold;
  line-height:26px;
  display:inline-block;
  margin:62px 200px 0 20px;
}

.title p{
  font-size:18px;
  font-weight:bold;
  position:absolute;
  margin:-77px 0px 0 20px;
}


.btn-scene{
  padding:12px 5px;
  margin:-8px 0 0 170px;
  background:#AA0000;
  color:white;
  display:inline-block;
  border:solid 3px #FF0066;
  border-radius:7px;
  position:absolute;
}


.slide-wrapper {
  text-align: center;
  height:550px;
  width: auto;
  margin:0 0 0 0px;
}

.slides {
  padding: 0;
}

.slide {
  display: none;
}

.active {
  display: block;
}

.slide img {
  width: 330px;
  height: auto;
  border:solid darkblue 4px;
  border-radius: 10px;
}

.change-btn {
  width: 100px;
  color:white;
  font-size: 40px;
  font-weight:bold;
  padding:0px 10px;
  border-radius:7px;
}

.prev-btn {
  position:absolute;
  margin:5px 0 0 -168px;
  background:#008000;
  display:none;
}

.next-btn {
  position:absolute;
  margin:5px 0 0 45px;
  background:#0000ff;
}

.script li{
  font-size:20px;
  font-weight:bold;
  margin:80px 20px 0 20px;
  text-align:left;
}

.sil{
  position:absolute;
  font-size:20px;
  font-weight:bold;
  margin:-509px 0px 0 0px;
  text-align:left;
}

.sil img{
  width:70px;
  margin:0px -75px 15px 30px;
  border:none;
}

.btn-choice a{
  font-size:23px;
  color:white;
  text-decoration:none;
  text-align:center;
}

#iframe-bottom {
  border:none;
  margin: auto;
  display: block;
}
