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



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

.modal {
  position: absolute;
  top: 8%;
  left: 10%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 290px;
  height: auto;
  text-align: center;
}

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

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

#login-form {
  width: 100%;
}

#login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:20px;
  line-height:22px;
}

#login-form input {
  width: 280px;
  margin-bottom: 10px;
  font-size: 18px;
  padding: 12px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

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

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

#submit-btn a:hover, #submit-btn-new a:hover{
  opacity:0.7;
}

#login-form h2{
  font-size:17px;
  font-weight:bold;
  margin-bottom: 15px;
}

h4{
  font-size: 16px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 10px;
}

#login-form p:before, #login-form p:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-top: solid 1px #5f5d60;
  border-bottom: solid 1px #5f5d60;
}

#login-form p:before {
  left:-25;
}
#login-form p:after {
  right:-25;
}

#login-form p {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:17px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}



.top-wrapper{
  height:125px;
}

.title h1{
  font-size:34px;
  font-weight:bold;
  display:inline-block;
  margin:82px 20px 0 8px;
}

.title p{
  font-size:19px;
  font-weight:bold;
  position:absolute;
  margin:-70px 10px 0 20px;
}

.switch{
  position:absolute;
  margin:-68px 0 5px 180px;
}

.sort1{
  width:83px;
  border:solid 2px red;
  margin:1px 2px 0 1px; 
}

.sort2{
  width:83px;
  border:solid 1px black;
  margin:1px 2px 0 1px; 
}


.slide-wrapper {
  text-align: center;
  height:640px;
  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;
}

.slides a {
  color:white;
  font-size: 25px;
  font-weight:bold;
  padding:6px 10px;
  border-radius:7px;
  background:maroon;
  text-decoration:none;
  margin:30px 0 0 20px;
}


.btn-explanation {
  padding:5px 10px;
  border-radius:7px;
  background:purple;
  position:absolute;
  margin:-75px 0 0 85px;
}

.explanation a{
  color:white;
  font-size: 30px;
  font-weight:bold;
  text-decoration:none;
}

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

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