@charset "UTF-8";

/*////////////////// 共通 ////////////////////*/
main .container {
	max-width: 1000px;
}


/*//////////////// セクション1（一覧ページ） //////////////////*/
.sec1 h1 {
	margin-bottom: -30px;
}

.list {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 20px;
}

.list:last-child {
	border-bottom: 0;
	margin-bottom: 20px;
}

.list span {
	font-size: 0.9rem;
	display: block;
	margin-bottom: 0.25rem;
}

.list h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
}

@media (min-width: 576px) {
	.sec1 h1 {
		margin-bottom: -50px;
	}

	.list {
		border-bottom: 1px solid #ccc;
		padding: 40px 0 30px;
	}

	.pagination ul li a {
		padding: 0.5rem 1.1rem;
	}
}

@media (min-width: 768px) {
	.list span {
		margin-bottom: 0.5rem;
		line-height: 1em;
	}

	.list p {
		line-height: 1.6em;
	}

	.pagination ul li {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.sec1 h1 {
		margin-bottom: -40px;
	}
}


/*//////////////// セクション1（記事ページ） //////////////////*/
.article1 h1 {
	font-size: 1.3rem;
	line-height: 1.5em;
}

@media (min-width: 768px) {
	.article1 h1 {
		font-size: 1.5rem !important;
		line-height: 1.5em;
	}
}