.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
}
.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
}
.p-group__item {
	position: relative;
	text-align: center
}
.p-group__note {
	color: #bba170;
	font-weight: 400;
	font-size: calc(100vw / var(--viewport) * 22);
	line-height: 1.45
}
.p-group__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: calc(100vw / var(--viewport) * 32);
	line-height: 1.23;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.p-group ._col {
	position: relative;
	margin-bottom: 20px
}
.p-group__btn a {
	display: block;
	padding: 14px 0;
	color: #bba170;
	font-weight: 700;
	font-size: calc(100vw / var(--viewport) * 21);
	line-height: 1.66;
	text-align: center;
	background-color: #000;
	cursor: pointer
}
.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;
	overflow: hidden;
}
.p-group__access-inner {
	padding: 15px 15px 30px 15px
}
.p-group__access.active {
	height: auto;
	visibility: visible
}
.p-group__access {
	position: relative;
	top: 0;
	width: auto
}
.p-group__tbl {
	width: 100%;
	font-size: calc(100vw / var(--viewport) * 24);
	line-height: 2
}
.p-group__tbl th {
	width: 4em;
	color: #bba170;
	font-weight: 700
}
.p-group__tbl td {
	padding-left: 15px
}
._col:nth-child(2n+1) .p-group__access {
	margin-right: calc(-100% - 20px)
}
._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
}
.p-price .l-contents .p-price__nor-txt {
	font-size: 12px
}
@media screen and (min-width:1518px) {
	.p-group__txt {
		font-size: 32px;
	}
	.p-group__note {
		font-size: 22px;
	}
	.p-group__btn a {
		font-size: 21px;
	}
	.p-group__tbl {
		font-size: 24px;
	}
}