@charset "utf-8";


#agreement h2 {
	font-weight : bold;
}
#agreement h2 .en {
	font-size : 3.5em;
	color : #ffffff;
}
#agreement h3 {
	font-size : 1.575em;
	font-weight : bold;
	margin-bottom : 0.5em;
}
#agreement h3 .en {
	display: block;
	font-size : 0.5em;
	color : #fe922e;
	font-family : "Jost";
}

#enclosure .attention {
	font-size : 1.4em;
	font-weight : bold;
	margin-bottom : 1.2em;
	color : #fe922e;
}
#enclosure .str {
	font-weight : bold;
}



#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 : 2em;
}
#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;
	}
}
