@charset "utf-8";

#index1{
	padding-top:40px;
	}
	
#index1 h2{
	margin-bottom: 35px;
	}

#index1 h3{
	font-size:15px;
	font-weight:bold;
	margin-top:50px;
	}
#index1 ul{
	padding:0px 0 0 100px;
	}
#index1 ul li{
	font-size:15px;
	list-style-type:decimal;
	margin:15px 0 0 20px;
	}

.privacy-num{

  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}

.privacy-num:nth-of-type(1) {
  margin-top: 30px;
}

.privacy-num span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 2px #575051;
  border-radius: 100%;
  place-content: center;
  text-align: center;
  margin-right: 10px;
}

.privacy-text {
  font-weight: normal;
  letter-spacing: 0.09em;
  padding-left: 60px;
  margin-bottom: 40px;
}
.privacy-text:nth-last-of-type(1) {
  margin-bottom: 55px;
}




@media screen and (max-width:740px){
#index1{
	padding-top:50px;
	}
#index1 h3{
	margin-top:30px;
	}
#index1 ul{
	padding:0;
	}

.privacy-num{
	align-items: baseline;
  font-size: 16px;
}

.privacy-num br{
	display: none;
}

.privacy-num span {
	width: 30px;
	min-width: 30px;
	height: 30px;
}

.privacy-text {
  padding-left: 0;
  font-size: 12px;
  margin-bottom: 30px;
}


}