/* パソコンで見たときは"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 {
  width: 700px;
  height: auto;
}

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

@media screen and (max-width: 440px) {
  .video {
    width: 300px;
  }
}

#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: 60px;
	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;
}


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



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


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



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


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


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


#register20 {
  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−3.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;
}

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


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






#voicearea {
  background-color: #FFFFFF;
  width: 100%;
	  vertical-align: bottom;
vertical-align: top;
margin:-1px auto 0;
	padding-bottom: 80px;
}



#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: #fe6d92;
}
#footer ul {
  color: #ffffff;
  margin-bottom: 15px;
}
#footer li {
  display: inline;
	margin-left: 13px;
  margin-right: 10px;
}
#footer li a {
  color: #ffffff;
}
 


