.p-group .title {
	margin: 0 auto 41.6px;
	color: #000;
	font-weight: 900;
	font-size: 5.6vw;
	line-height: 1.45
}
.p-group-wrap {
	padding: 66.2px 0 27.2px
}
@media screen and (min-width:768.8px) {
	.p-group .title {
		margin-bottom: 32.9px;
		font-size: 49px
	}
	.q-group-wrap {
		padding: 69px 0 166px
	}
}
.p-group {
	background-color: #efefef
}
.p-group__list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px
}
.p-group__list ._col {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px
}
@media screen and (min-width:768.8px) {
	.p-group__list {
		margin-right: -15px;
		margin-left: -15px
	}
	.p-group__list ._col {
		width: 33.3333%;
		padding-right: 15px;
		padding-left: 15px
	}
}
.p-group__item {
	position: relative;
	text-align: center
}
.p-group__note {
	color: #bba170;
	font-weight: 400;
	font-size: 3.2vw;
	line-height: 1.45
}
.p-group__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.23;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media screen and (min-width:768.8px) {
	.p-group__txt {
		font-size: 26px;
		line-height: 1.5
	}
	.p-group__note {
		font-size: 16px;
		line-height: 1.44
	}
}
@media screen and (min-width:960px) {
	.p-group__txt {
		font-size: 28px;
		line-height: 1.5
	}
	.p-group__note {
		font-size: 18px;
		line-height: 1.44
	}
}
.p-group ._col {
	position: relative;
	margin-bottom: 20px
}
@media screen and (min-width:768.8px) {
	.p-group ._col {
		margin-bottom: 40px
	}
}
@media screen and (min-width:679.8px) {
	.p-group ._col {
		margin-bottom: 28px
	}
}
.p-group__btn a {
	display: block;
	padding: 14px 0;
	color: #bba170;
	font-weight: 700;
	font-size: 2.8vw;
	line-height: 1.66;
	text-align: center;
	background-color: #000;
	cursor: pointer
}
@media screen and (min-width:768.8px) {
	.p-group__btn a {
		padding: 16px 0;
		font-size: 18px
	}
}
@media screen and (min-width:769px) {
	.p-group__btn a:hover {
		background-color: #6c6c6c
	}
}
.p-group__btn.active a {
	background-color: #6c6c6c
}
.p-group__access {
	position: absolute;
	top: 100%;
	z-index: 2;
	width: calc(100% - 30px);
	height: 0;
	background-color: #fff;
	visibility: hidden
}
.p-group__access-inner {
	padding: 15px 15px 30px 15px
}
.p-group__access.active {
	height: auto;
	visibility: visible
}
@media screen and (max-width:768.8px) {
	.p-group__access {
		position: relative;
		top: 0;
		width: auto
	}
}
.p-group__tbl {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2
}
.p-group__tbl th {
	width: 70px;
	color: #bba170;
	font-weight: 700
}
.p-group__tbl td {
	padding-left: 15px
}
@media screen and (max-width:768.8px) {
	._col:nth-child(2n+1) .p-group__access {
		margin-right: calc(-100% - 20px)
	}
}
@media screen and (max-width:768.8px) {
	._col:nth-child(2n) .p-group__access {
		margin-left: calc(-100% - 20px)
	}
}
.p-price .l-contents .p-price__nor-txt {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	text-align: right
}
@media screen and (max-width:768.8px) {
	.p-price .l-contents .p-price__nor-txt {
		font-size: 12px
	}
}