@charset "utf-8";
/* CSS Document */

#sleeptalk div#main{
 position: relative;
}
#sleeptalk div#main h2{
  position: absolute;
  top: 40%;
  left: 5%;
  color: #fff;
  font-size: 30px;
  margin: 0;
}
@media screen and (min-width: 1050px) {
  #sleeptalk div#main h2 br{
	  display: none;
  }
}
@media screen and (max-width: 1050px) {
  #sleeptalk div#main h2{
	  top: 30%;
	  left: 50%;
	  font-size: 24px;
  }
}
@media screen and (max-width: 798px) {
  #sleeptalk div#main h2{
	  top: 25%;
	  left: 50%;
	  font-size: 24px;
	  line-height: 1.2em;
  }
}
#sleeptalk section#sec01{
  padding: 40px 0 60px;
}
#sleeptalk section#sec01 .ti{text-align: center;}
#sleeptalk section#sec01 ul{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
}
#sleeptalk section#sec01 ul li{
  max-width:220px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 30px;
}
#sleeptalk section#sec01 ul li img{width: 100%;}
#sleeptalk section#sec01 ul li h3{
  font-size: 18px;
  color: #4CAF50;
  margin-top: 30px;
  text-align: center;
}
#sleeptalk section#sec01 ul li p{
  margin-top: 30px;
  padding: 0 20px;
}
.content #sleeptalk section#sec01 ul > li::before{
  display: none;
}
#sleeptalk section#sec01 ul li img{
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 798px) {
  #sleeptalk section#sec01{padding: 40px 0 20px;}
  #sleeptalk section#sec01 ul{padding: 0;}
  #sleeptalk section#sec01 ul li{
	  margin: 0 auto 30px;
	  max-width: 250px;
	  width: 45%;
  }
  #sleeptalk section#sec01 ul li img{
	  width: 100%;
  }
}
#sleeptalk section#sec02{
  padding: 40px 0 60px;
}
#sleeptalk section#sec02 h3{
  color: #4CAF50;
  font-size: 24px;
  text-align: center;
}
#sleeptalk section#sec02 h3 span{
  font-size: 16px;
}
@media screen and (min-width: 798px) {
  #sleeptalk section#sec02 h3 span br{
	  display: none;
  }
}
#sleeptalk section#sec02 div.lead p:nth-child(2){
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px;
}
#sleeptalk section#sec02 div.lead p:nth-child(2) a{
  color: #4782db;
  text-decoration: underline;
}
#sleeptalk section#sec02 div.lead p:nth-child(2) a:hover{
  font-weight: normal;
  text-decoration: none;
}
#sleeptalk section#sec02 div.detail{
  background: #dcedc8;
  border-radius: 10px;
  padding: 30px;
  margin-top: 60px;
}
#sleeptalk section#sec02 div.detail h4{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#sleeptalk section#sec02 div.flow{
  margin-top: 60px;
}
#sleeptalk section#sec02 div.flow h4{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#sleeptalk section#sec02 div.flow ul li{
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px;
  display: flex;
}
.content #sleeptalk section#sec02 div.flow ul > li::before{
  display: none;
}
.content #sleeptalk section#sec02 div.flow ul > li:first-child::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #4CAF50;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-top: -6px;
  transform:rotate(90deg);
}
#sleeptalk section#sec02 div.flow ul li span{
  color: #4CAF50;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  display: block;
  width: 15%;
}
#sleeptalk section#sec02 div.flow ul li b{
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 798px) {
  #sleeptalk section#sec02{padding: 40px 0 20px;}
  #sleeptalk section#sec02 div.flow ul li{
	  display: block;
  }
  #sleeptalk section#sec02 div.flow ul li span{
	  width: 100%;
	  display: flex;
	  margin-bottom: 5px;
	  justify-content: center;
	  align-items: center;
  }
}
#sleeptalk section#sec02 div.image{
  background: #dcedc8;
  border-radius: 10px;
  padding: 30px;
  margin-top: 60px;
}
#sleeptalk section#sec02 div.image h4{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#sleeptalk section#sec02 div.image ul{
  display: flex;
  justify-content: space-between;
}
.content #sleeptalk section#sec02 div.image ul > li::before{
  display: none;
}
#sleeptalk section#sec02 div.image ul li{
  margin: 0;
}
#sleeptalk section#sec02 div.image p{
  text-align: center;
}
@media screen and (min-width: 798px) {
  #sleeptalk section#sec02 div.image h4 br{
	  display: none;
  }
}
@media screen and (max-width: 798px) {
  #sleeptalk section#sec02 div.image ul{
	  flex-wrap: wrap;
	  justify-content: center;
  }
  #sleeptalk section#sec02 div.image ul li{
	  margin-bottom: 20px;
	  text-align: center;
	  width: 50%;
  }
  #sleeptalk section#sec02 div.image ul li:last-child{
	  margin-bottom: 0;
  }
}

#sleeptalk section#sec03{
  padding: 40px 0 60px;
}
#sleeptalk section#sec03 h3 {
color: #4CAF50;
font-size: 24px;
text-align: center;
}

#sleeptalk section#sec03 dl{
  background: #f2f2f2;
  border-radius: 10px;
}
.content #sleeptalk section#sec03 dl dt,
.content #sleeptalk section#sec03 dl dd{
  background-color:rgba(0,0,0,.0);
  border: none;
  display: flex;
}

.content #sleeptalk section#sec03 dl dd a{
	color: #4782db;
	text-decoration: underline;
}
.content #sleeptalk section#sec03 dl dd a:hover{
	font-weight: normal;
	text-decoration: none;
}
.content #sleeptalk section#sec03 dl dt{
  padding: 10px 20px 5px;
}
.content #sleeptalk section#sec03 dl dd{
  padding: 5px 20px 10px;
}
.content #sleeptalk section#sec03 dl dt span,
.content #sleeptalk section#sec03 dl dd span{
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #4CAF50;
  border-radius: 50%;
  color: #fff;
  display: inline-table;
  text-align: center;
  padding: 7px;
  margin-right: 10px;
  font-size: 13px;
}
.content #sleeptalk section#sec03 dl dd span{
  background-color: #777777;
}

#sleeptalk .teach{
	  padding: 40px 0 60px;
	}

	#sleeptalk section.teach h3 {
	color: #4CAF50;
	font-size: 24px;
	text-align: center;
	}
  #sleeptalk section.teach .photo{
	  display: flex;
  }
  #sleeptalk section.teach .photo .txt{
	  padding-left: 20px;
  }
  #sleeptalk section.teach .photo .txt span{
	  color: #4CAF50;
	  padding-right: 10px;
  }
  #sleeptalk section.teach .teacher01{
	  margin-bottom: 60px;
  }
  #sleeptalk section.teach .kome_txt{
	  font-size: 14px;
	  border-top: solid 1px #ccc;
	  padding-top: 10px;
	  margin-top: 30px;
  }
  #sleeptalk section.teach .photo .txt a {
	background: #4CAF50;
	border-radius: 15px;
	color: #fff;
	padding: 3px 10px;
}
  #sleeptalk section.teach .photo .txt a:hover{
	  opacity: 0.7;
	  font-weight: normal;
  }
