@charset "utf-8";

h2 {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 148px 0 130px 0;
}

h2 span {
	margin-top: 1.2em;
}

section {
	display: flex;
	flex-flow: column;
	align-items: center;
}

/* privacy */
#privacy {
	padding: 0 12.6%;	
}
#privacy * {
	color: var(--black);
}
#privacy p {
	font-size: 22px;
	line-height: 1.815em;
	letter-spacing: .16em;
	width: 100%;
	margin: 6.86em 0 1.667em;
}
#privacy dl {
	border-top: 1px solid var(--black);
	padding-top: 9em;
	margin-bottom: 7.05em;
}
#privacy dl,
#privacy dl dt {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .2em;
}
#privacy dl dt:not(:nth-child(1)) {
	margin-top: 3.778em;
}
#privacy dl dt::after {
	content: "";
	display: block;
	border-bottom: 1px dotted var(--black);
	margin: 0.556em 0;
}
#privacy dl dd {
	font-size: 18px;
	line-height: 1.696em;
	letter-spacing: .2em;
}

/* contact */
#contact {
	padding-bottom: 200px;
}
#contact h2 {
	padding: 5.1em 0 0;
}
#contact div ul {
	margin-top: 7.3em;
}
#contact div ul li {
	font-weight: 400;
}
#contact div ul li.zip {
	font-size: 20px;
	letter-spacing: 0.26em;
}
#contact div ul li.address,
#contact div ul li.address * {
	font-size: 24px;
	letter-spacing: 0.31em;
	white-space: nowrap;
}
#contact ul li.address span {
	padding-right: .5em;
}
#contact div ul:nth-child(2),
#contact div ul li.tel,
#contact div ul li.fax {
	font-size: 29px;
	letter-spacing: .1em;
}
#contact div ul:nth-child(2) {
	display: flex;
	column-gap: 1.2em;
	margin-top: 1.225em;
	flex-wrap: wrap;
}

@media screen and (max-width:750px){
	h2, h2 span {
		font-size: 15px;
	}
	h2 {
		padding: 45px 0 39px 0;
	}
	h2 img {
		width: auto;
		height: 18px;
	}
	h2 span {
		margin-top: .6em;
	}
	
	/* privacy */
	#privacy {
		padding: 0 5.9%;	
	}
	#privacy p {
		font-size: 15px;
		margin: 2.2em 0 .9em;
	}
	#privacy dl, #privacy dl dt {
		font-size: 16px;
	}
	#privacy dl {
		padding-top: 2.1em;
		margin-bottom: 3em;
	}
	#privacy dl dt:not(:nth-child(1)) {
		margin-top: 1.9em;
	}
	#privacy dl dd {
		font-size: 14px;
	}

	/* contact */
	#contact {
		padding: 0 5.9%;
	}
	#contact h2 {
		padding: 1.4em 0 0;
	}
	#contact h2 span {
		margin-top: .9em;
	}
	#contact div ul {
		margin-top: 1em;
	}
	#contact div ul li.zip,
	#contact div ul li.address,
	#contact div ul li.address * {
		font-size: 15px;
		letter-spacing: 0;
	}
	#contact div ul li.address {
		white-space: break-spaces;
		margin-top: .6em;
	}
	#contact div ul li.address span {
		display: block;
	}
	#contact div ul:nth-child(2),
	#contact div ul li.tel,
	#contact div ul li.fax {
		font-size: 15px;
		letter-spacing: 0;
	}
	#contact div ul:nth-child(2) {
		margin-top: .6em;
		margin-bottom: 2.1em;
		column-gap: 1em;
	}
}