@charset "utf-8";
.c-h1Bg01-c {
	margin-bottom: 0;
}

.clubLead {
	position: relative;
	background: #00a000;
	margin-bottom: 30px;
	padding: 20px 10px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.clubLeadStrong {
	font-size: 2.0rem;
	color: #fff835;
}

.clubLead:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #00a000 transparent transparent transparent;
}

.clubPanel {
	margin-bottom: 40px;
	overflow: hidden;
}

.clubPanel>li {
	display: -webkit-box;
	display: -weblit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 10px;
	padding: 15px 10px 10px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.clubPanel>li *{
	max-width: 100%;
	min-height: 0%;
}

.clubPanel>li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
}


.clubPanel>li:nth-of-type(1):before {
	background: url(/system/files/club/img/ico-index01.png) 0 0 no-repeat;
	background-size: contain;
}


.clubPanel>li:nth-of-type(2):before {
	background: url(/system/files/club/img/ico-index02.png) 0 0 no-repeat;
	background-size: contain;
}


.clubPanel>li:nth-of-type(3):before {
	background: url(/system/files/club/img/ico-index03.png) 0 0 no-repeat;
	background-size: contain;
}


.clubPanel>li:nth-of-type(4):before {
	background: url(/system/files/club/img/ico-index04.png) 0 0 no-repeat;
	background-size: contain;
}


.clubPanel>li:nth-of-type(5):before {
	background: url(/system/files/club/img/ico-index05.png) 0 0 no-repeat;
	background-size: contain;
}

.clubPanel>li:nth-of-type(6):before {
	background: url(/system/files/club/img/ico-index06.png) 0 0 no-repeat;
	background-size: contain;
}
.clubPanel>li .clubPanelImg{
	max-width: 248px;
	margin-bottom: 15px;
}

.clubPanelTxt {
	font-size: 2.1rem;
	font-weight: bold;
}

.clubPanelTxt .c-attention01 {
	margin-bottom: 0;
	font-weight: normal;
	text-align: left;
}
.meritBtn01{
	margin-bottom: 40px;
}

.meritVoiceTxt01 {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
	color: #00a000;
}

.meritVoiceTxt01:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #00a000 transparent transparent transparent;
}

.meritVoiceTxt01:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #00a000 transparent transparent transparent;
}

.clubSection {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
}
.clubSection:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border:none;
}

.clubMustBox dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
}

.clubMustBoxTxt {
	margin-bottom: 20px;
}

.clubBdrBox01 {
	border: 2px solid #dbdbdb;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.clubBdrBox01>*:last-child {
	margin-bottom: 0;
}

.clubBdrBoxImg {
	margin-bottom: 15px
}

.clubCredit {
	max-width: 310px;
}

.clubBank {
	max-width: 150px;
}


@media print,
screen and (min-width: 768px) {
	.clubLead {
		margin-bottom: 60px;
		font-size: 2.8rem;
	}

	.clubLeadStrong {
		font-size: 3.6rem;
	}
	.clubPanel {
		margin-bottom: 80px;
	}
	.clubPanel>li {
		float: left;
		width: calc(33% - 28px);
		border-bottom: none;
		margin-top: 0;
		margin-right: 42px;
		padding: 30px 10px 10px;
	}
	.clubPanel>li:after {
		content: "";
		position: absolute;
		top: 0;
		right: -22px;
		width: 1px;
		height: 100%;
		background: #e9e9e9;
	}
	.clubPanel>li:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.clubPanel>li:nth-of-type(n+4) {
		margin-top: 40px;
	}
	.meritBtn01{
		margin-bottom: 80px;
	}

	.meritVoiceTxt01 {
		font-size: 2.0rem;
		margin-bottom: 50px;
	}

	.clubSection {
		margin-bottom: 60px;
		padding-bottom: 80px;
	}
	.clubMustBox dt {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.clubMustBoxTxt {
		margin-bottom: 40px;
	}
	.clubBdrBox01 {
		padding: 30px;
	}
	.clubCredit {
		max-width: 100%;
		min-height: 0%;
	}
	.clubBank {
		max-width: inherit;
	}
}