@charset "UTF-8";
article {
	margin: 0 auto;
	max-width: 1040px;
  background-color: #fff;
}
h2 {
	margin-bottom: 60px;
	padding-top: 60px;
  font-family: "游ゴシック体", YuGothic, sans-serif;
	font-style: normal;
  font-size: 40px!important;
  line-height: 60px;
  letter-spacing: 0.04em;
	text-align: center;
	font-weight: bold;
}
h2 span {
	display: block;
  font-family: hero-new, sans-serif;
	font-style: italic;
  font-size: 24px!important;
	font-weight: normal;
  letter-spacing: 0.04em;
}

/*----------------------------------
/privacy
/----------------------------------*/
.privacy {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 158px;
	letter-spacing: 0.04em;
}
.privacy .title {
  margin-top: 55px;
  font-weight: bold;
}
.privacy .text {
  margin-top: 13px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
	h2 {
		margin: 0;
		padding: 60px 0 40px;
		font-size: 30px!important;
		line-height: 40px;
	}
	h2 span {
		font-size: 20px!important;
	}
  .privacy {
    padding: 0 0 100px;
		width: 86%;
  }
}