@charset "utf-8";
#top > .inner > header {
	font-weight : bold;
	margin-bottom : 40px;
}
#top h2 {
	font-size : 2em;
	font-weight : bold;
	margin-bottom : 1em;
}

#top .content {
	margin-bottom : 40px;
}
#top .copy {
	font-size : 1.4em;
	font-weight : bold;
	margin-bottom : 1.5em;
	color : #fe922e;
}

#privacy h2 {
	font-weight : bold;
}
#privacy h2 .en {
	font-size : 3.5em;
	color : #ffffff;
}
#privacy h3 {
	font-size : 1.575em;
	font-weight : bold;
	margin-bottom : 0.8em;
}
#privacy h3 .en {
	display: block;
	font-size : 0.5em;
	color : #fe922e;
	font-family : "Jost";
}
#privacy h4 {
	font-size : 1.2em;
	font-weight : bold;
	margin-bottom : 1em;
}
#enclosure .container {
	margin-bottom : 80px;
}
#enclosure .container .text {
	margin-bottom : 20px;
}
#enclosure .container:last-child {
	margin-bottom : 150px;
}
#enclosure .container ul {
	list-style-type:none;
	margin-top : 1em;
}
#enclosure .container ul li {
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
	margin-bottom : 0.5em;
}
#enclosure .container ul li::before {
  position: absolute;
  content: '';
  display: block;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #00BCD4;
  border-bottom: 3px solid #00BCD4;
  transform: rotate(-45deg);
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	#enclosure .container:last-child {
		margin-bottom : 100px;
	}
	#privacy h3 .en {
		display: block;
		margin-left: 0;
	}
}
