@charset "UTF-8";


.page-title1 {
	background-image: url(../img/top-main-img1.jpg);
}
.page-title1 h1,
.page-title1 p {
	color: #fff;
}

.hoop-top-title1 {
	margin: 60px 0 45px;
	text-align: center;
}

.main-content > p:nth-child(1) {
	margin-top: 0;
}
.page-ancor1 {
	text-align: left;
}

.page-ancor1 + .title-com1 {
	margin-top: 95px;
}

.spce-1 {
	margin: 30px 0 0;
	overflow: hidden;
	width: 100%;
}
.spce-1 > div:nth-child(1) {
	float: left;
	width: 31.5068%;
}
.spce-1 > div:nth-child(2) {
	float: right;
	width: 65.7534%;
}
.spce-1 h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.spce-1 .note1 {
	font-size: 13px;
	float: left;
	margin: 5px 0 0;
}
.spce-1 .note2 {
	font-size: 12px;
	float: right;
	margin: 5px 0 0;
}
.note-num-list1 {
	font-size: 13px;
	line-height: 1.6;
	list-style: decimal;
	margin: 10px 0 0;
	padding: 0 0 0 1.5em;
}

.spce-2 {
	margin: 30px 0 0;
	overflow: hidden;
	width: 100%;
}
.spce-2 > div {
	float: left;
	margin-right: 2.7397%;
	width: 31.5068%;
}
.spce-2 > div:nth-child(3n) {
	margin-right: 0;
}
.spce-2 p {
	font-size: 18px;
	margin: 0 0 15px;
	text-align: center;
}
.spce-2 table {
	margin: 15px 0 0;
}
.spce-2 > div:nth-child(1) img {
	/* margin-bottom: 13px; */
}
.spce-2 .note1 {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: left;
	width: 100%;
}
.spec-title1 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px;
}
.spec-title1 + p {
	margin-top: 0;
}
.spec-img1 {
	display: block;
	margin: 1.5em auto 0;
	max-width: 647px;
}
.disc-list1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.disc-list1 li {
	background: url(/assets/super-hoop/img/icon-disc1.png) no-repeat left 15px;
	border-bottom: 1px dotted #5B95B9;
	margin: 0;
	padding: 13px 0 13px 22px;
}
.disc-list1 li:last-child {
	border-bottom: none;
}





@media only screen and (max-width: 979px) {


.page-title1 {
	background-position: 25% top;
}
.page-title1 h1,
.page-title1 p,
.breadcrumbs li {
	text-shadow: 1px 1px 2px rgba(255,255,255,1), 1px -1px 2px rgba(255,255,255,1), -1px -1px 2px rgba(255,255,255,1), -1px 1px 2px rgba(255,255,255,1);
}


.spce-1 > div,
.spce-2 > div {
	float: none !important;
	width: 100%!important;
}
.spce-1 > div img,
.spce-2 > div img {
	display: block;
	margin: 0 auto 10px;
}
.spce-1 > div:nth-child(2) {
	margin-top: 20px;
}
.spce-2 > div + div {
	margin-top: 30px;
}


}