@charset "UTF-8";
/* CSS Document */
.heading02{
	padding:70px 0 35px 0;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/head_privacypolicy.jpg);
	background-size:cover;
	background-position:50% 80%;
}

.heading02 h2{
	color:white;
	font-size:75px;
	font-family: 'Timmana', sans-serif;
	letter-spacing:0.1em;
	font-weight:bolder;
	text-align:center;
}
@media(max-width:580px){
	/* 小さい画面 */
	.heading02 h2{
		font-size:53px;
	}
}

@media(max-width:580px){
	/* 小さい画面 */
	.lower section h3{
		font-size:29px;
	}
}


.lower section .lead p{
	margin-bottom:0;
}

.lower section .lead p:first-child{
	margin-bottom:10px;
}


/*個人情報保護法新 各項目*/
#box ol{
	width:92%;
	margin:0 auto;
	margin-top:70px;
}

#box ol li{
	
	font-weight:bold;
	
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px dotted #ACACAC;
}


#box ol li:last-child{
	margin-bottom:0;
	border-bottom:1px dotted #ACACAC;
}

#box ol li h4{
	font-size:16px;
	opacity:0.9;
	letter-spacing:0.08em;
	flex:1.7;
	color:#348c51;
	font-weight:500;
}

@media(max-width:768px){
	/* 小さい画面 */
	#box ol li h4{
		margin-bottom:25px;
	}
}

#box ol li span{
	font-size:14px;
	display:block;
	font-weight:500;
	opacity:0.7;
	line-height:1.8;
	letter-spacing:0.025em;
	flex:3.3;
}

#box ol{
  counter-reset: my-counter;
  list-style: none;
}

#box li{
  padding-left: 30px;
  position: relative;
}
@media(min-width:768px){
	/* 大きい画面 */
	#box li{
		display:flex;
		align-items:center;
	}
}

#box li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #348c51;
  color: #fff;
  display: block;
  float: left;
  line-height: 23px;
  margin-left: -30px;
  text-align: center;
  height: 23px;
  width: 23px;
  border-radius: 2px;
  margin-right:10px;
　opacity:0.9;
}