#terms-privacy .pageTitle{
	background-image: url("../img/terms/pc/img_01.png");
	background-size: cover;
}

/* common start */
.tpSection{
	padding-bottom: 70px;
}
.tpSection.maegaki p{
	padding-left: 0;
}
.tpSection.block-title{
	padding: 100px 0;
}
.tpSection.block-title p{
	font-size: 5rem;
	font-weight: bold;
	color: #5990cc;
	padding-left: 0;
	text-align: center;	
}
.tpSection-btn{
	padding: 50px 0 100px;
}
/* common end */

/* terms start */
.terms-15{
	padding-bottom: 0;
}
.terms h2{
	font-size: 2rem;
	font-weight: bold;
	color: #bfd63e;
}
.terms h3{
	line-height: 1.7;
	margin-top: 15px;
	margin-bottom: 5px;
}
.terms h3:first-of-type{
	margin-top: 10px;
}
.terms p{
	padding-left: 16px;
	line-height: 1.7;
}
/* terms end */

/* privacy start */
.privacy h3{
	padding-left: 16px;
	line-height: 1.7;
	margin-top: 20px;
}
.privacy h4,
.privacy p{
	padding-left: 32px;
	line-height: 1.7;
}
.privacy p{
	padding-left: 32px;
	line-height: 1.7;
}
/* privacy end */




@media screen and (max-width:767px){
  body{
      font-size: 1.4rem;
  }
  .inner{
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
  
	/*共通 start*/
	.section{
		padding: 60px 0;
	}
	/*共通 end*/
	
	#terms-privacy .pageTitle{
		background-image: url("../img/terms/sp/img_01.png");
		background-size: cover;
		background-position: inherit;
	}
	#terms-privacy .pageTitle h1{
		line-height: 1.5;
	}
	
	/* common start */
	.tpSection{
		padding-bottom: 50px;
	}
	.tpSection.maegaki p{
		padding-left: 0;
	}
	.tpSection.block-title{
		padding: 50px 0;
	}
	.tpSection.block-title p{
		font-size: 2.5rem;
		font-weight: bold;
		color: #5990cc;
		padding-left: 0;
		text-align: center;	
	}
	.tpSection-btn{
		padding: 0 0 50px;
	}
	/* common end */

	/* terms start */
	.terms-15{
		padding-bottom: 0;
	}
	.terms h2{
		font-size: 1.8rem;
		font-weight: bold;
		color: #bfd63e;
	}
	.terms h3{
		line-height: 1.7;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.terms h3:first-of-type{
		margin-top: 10px;
	}
	.terms p{
		padding-left: 16px;
		line-height: 1.7;
	}
	/* terms end */

	/* privacy start */
	.privacy h3{
		padding-left: 16px;
		line-height: 1.7;
		margin-top: 20px;
	}
	.privacy h4,
	.privacy p{
		padding-left: 32px;
		line-height: 1.7;
	}
	.privacy p{
		padding-left: 32px;
		line-height: 1.7;
	}
	/* privacy end */

	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	