@charset "UTF-8";
/*------------------------
記事
------------------------*/
.fanclub {
	margin-bottom: 120px;
}
.fanclub .post {
	width: 800px;
	margin: 0 auto 100px;
}
.fanclub .post p {
	font-size: 1.8rem;
	line-height: 1.71;
	text-align: justify;
	margin-bottom: 30px;
}
.fanclub .post h2 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--btncolor);
}
/*table*/
.fanclub table {
	line-height: 1;
	margin-bottom: 50px;
}
.fanclub table tr {
	border-bottom: 1px solid var(--bgcolor);
}
.fanclub table tr:first-of-type th {
	background: var(--bgcolor);
	font-weight: bold;
}
.fanclub table .tac {
	border-left: 1px solid #fff;
	text-align: center;
}
.fanclub table th {
	padding: 15px;
}
.fanclub table td {
	border-left: 1px solid var(--bgcolor);
	padding: 15px;
	text-align: center;
}
