section .why-us {
	}
section .why-us .content {
	background-color: #060a0f;
	overflow: hidden;
	}
section .why-us .page-content {
	padding-bottom: 100px;
	border-top: 5px solid transparent;
	border-image: url("/common_file/image/gold_line.jpg") 1 stretch;
	}
section .why-us h2 {
	position: absolute; left: 55%; top: 64px;
	margin-top: 0;
	width: 200px;
	}
section .why-us h3 {
	width: 400px;
	margin: 100px calc((100% - 400px) / 2) 0;
	}
section .why-us  h3 span {
	display: block;
	width: 100%;
	text-align: left;
	}
section .why-us  h3 span:last-child {
	text-align: right;
	}
section .why-us ul {
	margin-top: 30px;
	color: #fff; text-shadow: 1px 2px 2px #212121;
	font-family: 'Oswald', sans-serif; font-size: 20px; line-height: 24px;
	z-index: 2;
	}
section .why-us li {
	padding: 10px 20px;
	text-align: right;
	}
section .why-us li em {
	font-size: 32px;
	}
section .why-us li span {
	margin-left: 20px;
	font-size: 32px;
	}
section .why-us li p {
	margin-top: 20px;
	padding: 10px 0;
	text-align: right;
	}
section .why-us li p b {
	display: inline-block;
	font-weight: normal;
	}
section .why-us .neon {
	position: absolute; top: 50px; left: calc((100% - 320px) / 2);
	width: 320px;
	height: 320px;
	overflow: hidden;
	}
section .why-us .note-book {
	position: absolute; top: 0; left: 0;
	}
section .why-us .note-book img {
	width: auto;
	}
section .why-us .neon .rainbow {
	position: absolute; top: 0; left: 0;
	animation: animateneon 10s;
	animation-iteration-count: infinite;
	}
@keyframes animateneon {
	0% { left: 0; }
	50% { left: -360px; }
	100% { left: 0; }
	}