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

.section-top{
  padding: 50px;
}



.section-top_Title{
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.6;
  
}
.section-top__lead{
  line-height: 1.3;
}
@media(min-width:1160px){
 .section-top{
  padding: 200px 50px;
}
 .section-top_Title{
  font-size: 2.2rem;
  padding-bottom: 30px;
  }
  .section-top__lead{
    font-size: 1.8rem;
  }
}
  


.privacy-policy{
  padding: 0 50px 50px 50px;
  text-align: left;
}
.privacy-policy__head{
  font-size: 1.8rem;
  margin-bottom: 20px;
    
}
.privacy-policy__detail{
  margin-bottom: 40px;
}
@media(min-width:1160px){
  .privacy-policy__head{
  font-size: 2.2rem;
  }
  .privacy-policy__detail{
  font-size: 1.8rem;
}  

}
.section-return
  {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid rgba(239, 196, 185, 0.7);
	background: rgba(239, 196, 185, 0.7);
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
.section-return:hover {
	color: rgba(239, 196, 185, 0.7);
	background: #fff;
}
