/* ================================
  privacy
================================ */

/*共通パーツ*/
#wrap {
  width: 100%;
  overflow: hidden
}
#topBox {
  overflow: hidden;
	padding:240px 0 160px;
	position:relative;
}
#topBox img{
	display: block;
	width: 40%;
	height: auto;
	max-width: 800px;
	right: -2%;
	top: 4rem;
	z-index: -1;
	position:absolute;
}
#topBox .inBox {
	width: 100%;
	max-width: 1200px;
	margin:auto;
}
#topBox .inBox h1{
font-size: clamp(30px, 5vw, 70px);
margin-bottom: 1rem;
white-space: nowrap;
line-height: 1.1;
}
#topBox .inBox h1 br{ display: none;}
#topBox .inBox p{
font-size: clamp(16px, 2vw, 28px);
font-weight: bold;
line-height: 1.2;
}
#disappear{
	height:20px;
	background: #041328;
}
#leadBox {
	background: linear-gradient(-225deg, #0d223e, #2e547f);
	padding: 6rem 0;
}
#leadBox p {
	max-width: 1200px;
	color: #fff;
	margin: auto;
	padding:0 5%;
	font-size: clamp(14px, 2vw, 20px);
}
@media screen and (max-width: 1280px),{
	#topBox .inBox {
	margin: 0;
	padding: 0 5%;
}
#topBox {
	padding:160px 0 120px;
}
}
@media screen and (max-width: 768px),{
	#topBox {
	padding:100px 0 60px;
}
#topBox .inBox p br{
	display: none;
}
#topBox .inBox h1{
white-space: normal;
}
#topBox .inBox h1 br{ 
	display: inline;
}
#leadBox {
  background: linear-gradient(-225deg, #0d223e, #2e547f);
  padding: 3rem 0;
}
}
@media screen and (max-width: 470px),{
  #topBox {
  padding: 100px 0 200px;
  }
#topBox .inBox p {
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.2;
}
	#topBox img{
	width: 250px;
	height: auto;
	right: -0%;
	top:auto;
	bottom: 0;
}
}




#privacyContent {
	padding: 6rem 0;
}
#privacyContent .inBox{
	max-width: 1200px;
	margin: auto;
	border-radius: 10px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 5px #ccc;
	align-items: center;
	margin-bottom: 2rem;
	position:relative;
}
.inBox h2 {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.inBox p {
	margin-bottom: 1.5rem;
}
.inBox p:last-child {
	margin-bottom: 0;
}
.inBox h2 .symbol{
	width:50px;
	height: 50px;
	background: #0d223e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	margin-right: 10px;
	font-size: clamp(18px, 4vw, 28px);
}
.inBox h2 .prTitle{
	font-size: clamp(18px, 4vw, 28px);
}
.inBox h3 {
	display: flex;
	margin-bottom: 1rem;
	font-size: clamp(16px, 4vw, 20px);
	align-items: center;
}
.inBox h3::before {
	content: "";
	background: #000;
	height: 2px;
	width: 15px;
	margin-right: 10px;
}
.inBox ol {
	margin-bottom:2rem;
}
.inBox ol li {
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 1rem;
}
.inBox ol li:last-child {
	margin-bottom: 0;
}
	
	.inBox ul li a{
			word-break: break-all;
		font-size: clamp(14px, 4vw, 16px);
	}

@media screen and (max-width: 1280px),{
	#privacyContent .inBox{
	margin: 0 5% 2rem;
}
	
	

}


@media screen and (max-width: 600px),{
#privacyContent .inBox{
	padding: 30px 20px 20px;
}
	.inBox h2 .symbol{
	width:34px;
	height: 34px;
	background: #0d223e;
	border-radius: 3px;
	margin-right: 5px;
}
}