header {
	height: 325px;
}

#headerBorder {
	bottom: -3px;
}

header img {
	position: absolute;
	width: 100vw;
	height: auto;
	bottom: -60%;
}

header #title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
	background: rgba(29, 170, 123, .9);
	font-size: 3.2rem;
	z-index: 8;
}

header #logo {
	z-index: 8;
}

.box {
	margin: 0 auto 100px;
	width: 1000px;
}

h2 {
	margin: 60px 0;
	font-size: 3.4rem;
	color: #1daa7b;
	text-align: center;
}

#topicList .topic:nth-child(3n+2) {
	margin: 0 110px 80px;
}

#pagination {
	margin: auto;
	text-align: center;
}

#pagination a {
	display: inline-block;
	margin: 0 12px;
	width: 48px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 500;
	color: #1daa7b;
	border: 2px solid #1daa7b;
	cursor: pointer;
}

#pagination a:first-child {
	color: #ffffff;
	background: #1daa7b;
}

#pagination i {
	display: inline-block;
	margin: 0 12px;
	width: 48px;
	height: 60px;
	line-height: 60px;
	font-size: 2rem;
	font-style: normal;
	letter-spacing: -1rem;
	color: #1daa7b;
}


/* sp style */

@media screen and (max-width: 600px) {
	header {
		height: 200px;
	}
	header img {
		position: absolute;
		width: auto;
		height: 300px;
		min-height: 300px;
		right: -40px;
		bottom: 0;
	}
	header #title {
		width: 145px;
		height: 38px;
		line-height: 38px;
		font-size: 1.8rem;
	}
	.box {
		margin: 0 auto 50px;
		width: 90%;
	}
	h2 {
		margin: 10px 0 30px;
		font-size: 2.4rem;
	}
	#topicList {
		margin: auto;
		width: 90%;
	}
	#topicList .topic:nth-child(3n+2) {
		margin: 0 auto 40px;
	}
	#pagination {
		margin: auto;
		text-align: center;
	}
	#pagination span {
		display: inline-block;
		margin: 0 10px;
		width: 44px;
		height: 56px;
		line-height: 56px;
		box-sizing: border-box;
		font-size: 2.1rem;
		font-style: normal;
		font-weight: 500;
		color: #1daa7b;
		border: 2px solid #1daa7b;
		cursor: pointer;
	}
	#pagination span:first-child {
		margin: 0 10px 0 0;
		color: #ffffff;
		background: #1daa7b;
	}
	#pagination span:nth-child(4) {
		display: none;
	}
	#pagination span:last-child {
		margin: 0 0 0 10px;
	}
	#pagination i {
		display: inline-block;
		margin: 0 8px 0 0;
		width: 20px;
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
		font-style: normal;
		letter-spacing: -1rem;
		color: #1daa7b;
	}
}