/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pctop {
  display: block !important;
}
.sptop {
  display: none !important;
}

 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	
	
		.pctop {
  display: none !important;
}
.sptop {
  display: block !important;
}
}



body {
 　background-color: #ffffff;
  text-align: center;
	
}
img {
  max-width: 100%;
  height: auto
}
img {
  -ms-interpolation-mode: bicubic;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
a:hover img {
  opacity: .6;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
#main {
  width: 100%;
  margin: 0 auto
}


.topjosei {
	background: url("../images/2515560-new4-2.png");
	background-size: cover;
		background-position: top;
	
}


.topjosei2 {
	background: url("../images/2515560-new4.png");
	background-size: cover;
		background-position: top;
}

.video-container {
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .video-container {
    padding: 2rem 4rem 0;
  }
}

@media screen and (max-width: 450px) {
  .video-container {
    padding: 0 2.5rem .5rem;
  }
}

.main-video {
  width: 100%;
  height: auto;
}

#ttl {
  padding: 0px 0 0px;
  width:100%;
  height: auto;
  overflow: hidden;
  background: url("") no-repeat center top;
	  vertical-align: top;
	line-height: 0.6em;
}

#registertarea {
    padding-bottom: 70px;
	margin-bottom: 15px;
  width: 100%;
	background-color: #ffffff;
}


#register0 {
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
	
}

#register0-2 {
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
	
}

#register2 {
	padding-top: 30px;
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
	
}

#register5 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}

#register6 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}

#register10 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}

#register11 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}

#register12 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}





#whatarea {

  width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
 
}



#whatarea::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2515560-new4−4.png");
  background-size: cover;
  background-repeat: no-repeat;
}












#whatarea-inner {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
}


#what-ttl9 {
  margin-bottom: 0px;
	max-width: 954px;
	margin: 0 auto;
}


#resultarea {
  background-image: url("../images/2515560-new4−5.png");
background-size: 100%;
	background-position: top;
	background-repeat: repeat;
  width: 100%;
	  vertical-align: bottom;
vertical-align: top;
margin:-1px auto 0;
	padding-bottom: 0px;
}


.map>iframe {
  width: 800px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  .map>iframe {
    width: 600px;
  }
}

@media screen and (max-width: 450px) {
  .map>iframe {
    width: 320px;
    height: 250px;
  }
}



#voicearea {
  background-image: url("../images/2515560-new4−6.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
vertical-align: top;
margin:-1px auto 0;
padding-bottom: 150px;
}

@media screen and (max-width: 450px) {
  #voicearea {
    padding-bottom: 50px;
  }
}



/* #voicearea::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2515560-new4−4.png");
  background-size: cover;
  background-repeat: no-repeat;
} */

.copyright {
	 color: #ffffff;
}


#footer {
  color: #ffffff;
text-align: center;
  font-size: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
	background-color: #000;
}
#footer ul {
  color: #ffffff;
  margin-bottom: 15px;
}
#footer li {
  display: inline;
	margin-left: 13px;
  margin-right: 10px;
}
#footer li a {
  color: #ffffff;
}
 


