/* ベース（with-home の本文組みに準拠） */
.h2__title-r_pink::before {
	top: 0;
}
.sanjo__main {
	font-size: .15rem;
	font-weight: normal;
	line-height: 1.9;
}
.sanjo__main section {
	margin: 0 auto 100px;
}
.sanjo__main .top__sponsor-list {
	padding: 36px 30px 20px;
}
.sanjo__main .organization-sponsor-list__container {
	padding-bottom: 0;
}
/* --- リード文（with-home の .page__intro に統一） ------------------- */
.sanjo__main .page__intro {
	margin: 60px 0;
}
.sanjo-intro__paragraph {
	display: block;
	margin-top: 16px;
	line-height: 1.9;
}
.sanjo-intro__paragraph:first-child {
	margin-top: 0;
}
/* --- ページ内リンク（organization の pill を流用・微調整） ------------- */
.sanjo__main .inpage-link__wrap {
	width: 920px;
	max-width: 100%;
	margin: 0 auto 90px;
}
/* --- セクション見出し（common.css の .h2__title-sb を使用） ----------- */
.sanjo__main .h2__title-sb {
	margin-bottom: 34px;
}
/* 見出し直後に添えるリード（任意） */
.sanjo-sub {
	font-size: .16rem;
	line-height: 1.9;
	color: #000000;
	margin: -18px 0 40px;
}
/* 小見出し（organization の青バー .organization__h4 を使用） */
.sanjo__main .organization__h4 {
	margin: 46px 0 22px;
	border-radius: 6px;
	padding: 9px 0 9px 18px;
	font-size: .2rem;
}
/* --- 会員種別 -------------------------------------------------------- */
#member-types {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 76px 20px 80px;
	box-sizing: border-box;
	background: #edf7fc;
}
.member-types__inner {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}
#member-types .h2__title-sb {
	z-index: 0;
}
.member-types__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	padding: 0;
	background: transparent;
}
.member-type {
	position: relative;
	min-width: 0;
	padding: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(43, 87, 139, .05);
	overflow: hidden;
}
.member-type:last-child {
	border-bottom: 0;
}
.member-type__body {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	grid-template-areas:
		"illust heading"
		"illust target"
		"illust approach";
	column-gap: 0;
	row-gap: 16px;
	min-width: 0;
}
.member-type__header {
	display: contents;
}
.member-type__heading {
	grid-area: heading;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 22px;
	min-width: 0;
	padding: 30px 32px 0;
}
.member-type__illust {
	grid-area: illust;
	align-self: stretch;
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	background: #fff;
	border-right: 1px solid #e1ebf2;
	box-sizing: border-box;
	overflow: hidden;
}
.member-type__illust img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	transform: scale(1.08);
}
.member-type__class {
	display: inline-flex;
	align-self: center;
	align-items: center;
	gap: 0;
	color: #3e6eb3;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	font-size: .21rem;
	line-height: 1.4;
	margin-top: 0;
}
.member-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #3e6eb3;
	font-family: var(--font-maru);
	font-size: .2rem;
	font-weight: var(--font-weight-b);
	line-height: 1;
	letter-spacing: .04em;
}
.member-type__class .member-symbol {
	font-size: inherit;
}
.member-type__class span {
	color: inherit;
	font-size: inherit;
	line-height: 1;
	letter-spacing: .04em;
}
.member-type__cat {
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	font-size: .21rem;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 0;
	white-space: nowrap;
}
.member-type__scale {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
}
.member-type__scale span {
	font-size: .14rem;
	border: 1px solid #000000;
	border-radius: 6px;
	padding: 4px 10px;
	line-height: 1.4;
}
.member-type__scale span b {
	font-weight: var(--font-weight-b);
}
.member-type__target {
	grid-area: target;
	display: flex;
	gap: 9px;
	font-size: .15rem;
	line-height: 1.75;
	color: #000000;
	margin: 0 32px;
}
.member-type__target::before {
	content: "";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	margin-top: .5em;
	border-radius: 50%;
	background: #8fb4e0;
}
.member-type__approach {
	grid-area: approach;
	font-size: .145rem;
	line-height: 1.85;
	color: #000000;
	background: #f4f9fd;
	border-left: 4px solid #3e6eb3;
	border-radius: 0 8px 8px 0;
	padding: 16px 18px;
	margin: 0 32px 30px;
}
/* --- 会費一覧 --------------------------------------------------------- */
.fee-list {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #dbe5ef;
}
.fee-list__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 19px 4px;
	border-bottom: 1px solid #dbe5ef;
}
.fee-list__member {
	display: flex;
	align-items: center;
	gap: 34px;
	min-width: 0;
	margin: 0;
}
.fee-list__illust {
	flex: 0 0 120px;
	width: 120px;
	aspect-ratio: 800 / 529;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}
.fee-list__illust img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.08);
}
.fee-list__label {
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
}
.fee-list__tag {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: #3e6eb3;
	font-family: var(--font-maru);
	font-size: .23rem;
	font-weight: var(--font-weight-b);
	line-height: 1.4;
	white-space: nowrap;
}
.fee-list__tag>span {
	letter-spacing: .04em;
}
.fee-list__tag .member-symbol {
	font-size: inherit;
}
.fee-list__category {
	min-width: 0;
	color: #000000;
	font-size: .15rem;
	line-height: 1;
	padding-top: 2px;
}
.fee-list__price {
	margin: 0;
	color: #000000;
	font-family: var(--font-maru);
	font-size: .16rem;
	white-space: nowrap;
}
.fee-list__price strong {
	margin-right: 2px;
	color: #3e6eb3;
	font-size: .23rem;
	font-weight: var(--font-weight-b);
}
.fee-list__item--group {
	align-items: stretch;
}
.fee-list__item--group .fee-list__member {
	align-items: center;
}
.fee-list__group-prices {
	min-width: 340px;
	margin: 0;
	padding-left: 28px;
	border-left: 1px solid #dbe5ef;
}
.fee-list__group-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #e4ebf0;
}
.fee-list__group-row:last-child {
	border-bottom: 0;
}
.fee-list__group-row--c {
	padding-top: 0;
}
.fee-list__group-row--e {
	padding-bottom: 0;
}
.fee-list__group-name {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	font-family: var(--font-maru);
}
.fee-list__group-tag {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: #3e6eb3;
	white-space: nowrap;
}
.fee-list__group-name .member-symbol,
.fee-list__group-tag>span {
	flex: 0 0 auto;
	font-size: .17rem;
	font-weight: var(--font-weight-b);
}
.fee-list__group-name .fee-list__category {
	flex: 1 1 auto;
	font-family: inherit;
	font-size: .14rem;
	font-weight: normal;
	line-height: 1.4;
}
/* --- 注記ボックス ----------------------------------------------------- */
.note-box {
	margin-top: 0;
	padding: 18px 34px 20px;
	background: #f7fafc;
	border: 0;
	border-bottom: 1px solid #dbe5ef;
}
.fee-discount__heading {
	margin: 0 0 8px;
	padding-bottom: 0;
	color: #000000;
	font-family: var(--font-maru);
	font-size: .14rem;
	font-weight: normal;
	line-height: 1.7;
	border-bottom: 0;
}
.note-box__lead {
	font-size: .16rem;
	line-height: 1.8;
	color: #000000;
	margin-bottom: 20px;
}
.note-box__title {
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	font-size: .14rem;
	color: #000000;
	margin-bottom: 0;
}
.discount-list {
	counter-reset: disc;
	margin: 0;
	padding: 0;
	list-style: none;
}
.discount-list li {
	position: relative;
	padding: 10px 0 10px 34px;
	font-size: .135rem;
	line-height: 1.7;
	color: #000000;
	border-top: 1px solid #dce6ee;
}
.discount-list li:first-child {
	border-top: 0;
}
.discount-list li::before {
	counter-increment: disc;
	content: "(" counter(disc)")";
	position: absolute;
	left: 0;
	top: 10px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	color: #3e6eb3;
}
.discount-list li b {
	display: inline;
	color: #2f609e;
	font-weight: var(--font-weight-b);
	background: transparent;
	padding: 0;
	margin-left: 0;
	white-space: nowrap;
}
/* --- 特典マトリクス --------------------------------------------------- */
#benefit {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 76px 20px 80px;
	box-sizing: border-box;
	background-color: #fffbe9;
}
.benefit__inner {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}
#benefit .h2__title-sb {
	z-index: 0;
}
.benefit-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	border: 1px solid #cddcee;
	background: #fff;
}
.benefit-scroll__hint {
	display: none;
	font-size: .13rem;
	color: #000000;
	text-align: right;
	margin-bottom: 8px;
}
.benefit-table {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
}
.benefit-table th,
.benefit-table td {
	border: 0;
	border-right: 1px solid #cddcee;
	border-bottom: 1px solid #cddcee;
	text-align: center;
	vertical-align: middle;
}
.benefit-table tr>*:last-child {
	border-right: 0;
}
.benefit-table tbody tr:last-child>* {
	border-bottom: 0;
}
.benefit-table thead th {
	background: #fff;
	color: #3e6eb3;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	font-size: .17rem;
	padding: 12px 6px;
	border-bottom: 2px solid #3e6eb3;
	width: 8%;
}
.benefit-table thead th.benefit-table__corner {
	background: #ffffff;
	color: #3e6eb3;
	text-align: left;
	padding-left: 20px;
	width: 28%;
	font-size: .20rem;
	font-weight: var(--font-weight-m);
}
.benefit-table thead .member-symbol {
	color: inherit;
	font-size: .21rem;
}
.benefit-table tbody th {
	text-align: left;
	background: #f5f9fd;
	padding: 15px 22px;
	font-weight: normal;
	font-size: .15rem;
	line-height: 1.55;
	color: #000000;
	white-space: nowrap;
}
.benefit-table tbody td {
	padding: 15px 6px;
	font-size: .14rem;
	background: #fff;
}
.benefit-table tbody tr:nth-child(even) th {
	background: #eaf3fb;
}
.benefit-table .mark {
	color: #3e6eb3;
	font-size: .18rem;
	line-height: 1;
}
.benefit-table .benefit-link {
	color: #2a6bba;
	text-decoration: underline;
	font-weight: 500;
}
.benefit-table .benefit-link:hover {
	opacity: .7;
}
.note-list {
	margin-top: 24px;
	padding: 0;
	list-style: none;
}
.note-list li {
	position: relative;
	padding: 8px 0 8px 26px;
	font-size: .14rem;
	line-height: 1.8;
	color: #000000;
}
.note-list li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 8px;
	color: #000000;
	font-weight: bold;
}
.note-list li b {
	color: #000000;
}
/* --- 入会方法（1列組） ----------------------------------------------- */
.join-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
}
.join-option {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 22px;
	background: #fff;
	border: 1px solid #d5e3f2;
	border-radius: 16px;
	padding: 28px 30px;
	box-shadow: 0 8px 24px rgba(43, 87, 139, .05);
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.join-option.join-option-ab{
    pointer-events: none;
}
.join-option.join-option-ab:hover{
    opacity: 1;
}
.join-option.join-option-ab .button--blue{
    opacity: 1;
    pointer-events: none;
	filter: grayscale(1);
}
.join-option:not(.join-option-ab):hover {
	transform: translateY(-3px);
	border-color: #a9c7dd;
	box-shadow: 0 12px 30px rgba(43, 87, 139, .12);
}
.join-option:focus-visible {
	outline: 3px solid rgba(62, 110, 179, .35);
	outline-offset: 4px;
}
.join-option__main {
	flex: 1 1 auto;
	min-width: 0;
}
.join-option__tag {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 0;
	color: #3e6eb3;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	font-size: .21rem;
	line-height: 1.4;
	margin-bottom: 16px;
}
.join-option__tag .member-symbol {
	font-size: inherit;
}
.join-option__tag>span:last-child {
	letter-spacing: .04em;
}
.join-option__text {
	font-size: .155rem;
	line-height: 1.85;
	color: #000000;
}
.join-option__text .mail {
	display: inline-block;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	color: #2a6bba;
	font-size: .17rem;
	margin-left: 6px;
	word-break: break-all;
}
.join-option .button--blue {
	width: 100%;
	box-sizing: border-box;
	margin: auto 0 0;
	white-space: normal;
}
.sanjo__main .page__intro p {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 33px;
}
.sanjo-table__lead {
	font-size: .18rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
	margin-bottom: 10px;
}
.sanjo-table__img {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}
.sanjo-table__img img {
	width: 1400px;
	max-width: initial;
}
.reduction-lity {
	color: #2EA7E7;
	font-weight: var(--font-weight-b);
}
.sanjo__main .top__sponsor__list-item {
	width: 48.6%;
}
.sanjo-table li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: .13rem;
	margin-bottom: 10px;
	line-height: 1.5;
}
.scroll-hint-shadow-wrap::after,
.scroll-hint-shadow-wrap::before {
	display: none;
}
.lity-wrap:before {
	margin-right: 0 !important;
}
.lity-close {
	width: 70px !important;
	height: 70px !important;
	right: 30px !important;
	top: 30px !important;
	font-size: 100px !important;
}
/* .sub-content__wrap が 1120px 固定になる領域 */
@media screen and (min-width: 1161px) {
	.sanjo-table__img {
		/* カラム右端 → 画面右端の距離 = (画面幅 - 1120px) / 2 */
		width: calc(100% + (100vw - 1120px) / 2);
		max-width: none;
	}
}
/* .sub-content__wrap が calc(100% - 40px) の領域（左右20pxずつ） */
@media screen and (min-width: 961px) and (max-width: 1160px) {
	.sanjo-table__img {
		width: calc(100% + 20px);
		max-width: none;
	}
}
@media screen and (min-width: 767px) and (max-width: 960px) {
	.sanjo-table__img {
		width: 100vw;
		max-width: 100vw;
		margin-left: -40px;
	}
}
@media screen and (max-width:767px) {
	.sanjo-table__img img {
		width: 1000px;
		padding-bottom: 5px;
	}
	.sp_only.reduction-lity {
		margin-left: 8px;
		display: inline-block;
	}
	.lity-close {
		width: 40px !important;
		height: 40px !important;
		right: 15px !important;
		top: 15px !important;
		font-size: 70px !important;
	}
	.sanjo-table__img {
		width: 100vw;
		max-width: 100vw;
		margin-left: -60px;
	}
	.sanjo__main .top__sponsor__list-item {
		margin-bottom: 10px;
		padding: 13px;
		flex: 0 1 auto;
		width: 100%;
		text-align: center;
		min-height: fit-content;
	}
	.lity-image img {
		padding: 20px 0 !important;
	}
}
@media screen and (max-width: 699px) {
	.sanjo-table__img {
		margin-left: -20px;
	}
}
/* --- レスポンシブ ----------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:960px) {
	.sanjo__main {
		/*padding:0 40px;*/
	}
}
@media screen and (max-width:767px) {
	.sanjo__main {
		padding: 0 20px;
	}
	.sanjo__main section {
		margin: 0 auto 70px;
	}
	.sanjo__main section.sponsor {
		margin: 0 auto;
	}
	.sanjo__main .page__intro {
		margin: 35px 0 60px;
	}
	.sanjo-intro__paragraph {
		margin-top: 14px;
		line-height: 1.7;
	}
	.sanjo__main .h2__title-sb {
		margin-bottom: 24px;
	}
	.sanjo__main .organization__h4 {
		margin: 34px 0 18px;
	}
	#member-types {
		padding: 54px 20px 58px;
	}
	#benefit {
		padding: 54px 20px 58px;
	}
	.sanjo__main .inpage-link__wrap {
		margin-bottom: 55px;
	}
	.sanjo-sub {
		font-size: .155rem;
		margin: -10px 0 28px;
	}
	.member-types__grid {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 0;
	}
	.member-type {
		padding: 0;
	}
	.member-type__body {
		grid-template-columns: 125px minmax(0, 1fr);
		grid-template-areas:
			"illust heading"
			"target target"
			"approach approach";
		column-gap: 0;
		row-gap: 14px;
	}
	.member-type__heading {
		gap: 6px 14px;
		padding: 20px 18px 0;
	}
	.member-type__illust {
		width: 100%;
		padding: 12px 8px;
	}
	.member-type__target {
		margin: 2px 18px 0;
	}
	.member-type__approach {
		margin: 0 18px 22px;
	}
	.member-type__cat,
	.member-type__class {
		font-size: .18rem;
	}
	.member-type__cat {
		white-space: normal;
	}
	.fee-list__item {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 15px 2px;
	}
	.fee-list__member {
		gap: 18px;
	}
	.fee-list__illust {
		flex-basis: 104px;
		width: 104px;
	}
	.fee-list__label {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
	.fee-list__category {
		font-size: .15rem;
		line-height: 1.5;
		padding-top: 0;
	}
	.fee-list__price {
		justify-self: end;
		font-size: .15rem;
	}
	.fee-list__price strong {
		font-size: .21rem;
	}
	.fee-list__item--group {
		gap: 10px;
	}
	.fee-list__group-prices {
		min-width: 0;
		margin-left: 122px;
		padding: 8px 0 0;
		border-top: 1px solid #dbe5ef;
		border-left: 0;
	}
	.fee-list__group-row {
		gap: 12px;
		padding: 9px 0;
	}
	.fee-list__group-row--c {
		padding-top: 0;
	}
	.fee-list__group-row--e {
		padding-bottom: 0;
	}
	.fee-list__group-name {
		gap: 10px;
	}
	.fee-list__group-name .member-symbol,
	.fee-list__group-tag>span {
		font-size: .16rem;
	}
	.note-box {
		margin-top: 0;
		padding: 16px 18px 18px;
	}
	.fee-discount__heading {
		margin: 0 0 8px;
		padding-bottom: 0;
		font-size: .135rem;
	}
	.discount-list li {
		padding-left: 32px;
	}
	.benefit-scroll__hint {
		display: block;
	}
	.join-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.join-option {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		gap: 18px;
		padding: 26px 22px;
	}
	.join-option__tag {
		align-self: center;
	}
	.join-option .button--blue {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		box-sizing: border-box;
		white-space: normal;
	}
	.discount-list li b {
		white-space: normal;
	}
}
@media screen and (max-width:420px) {
	.member-types__grid {
		padding: 0;
	}
	.member-type__body {
		grid-template-columns: 108px minmax(0, 1fr);
		column-gap: 0;
	}
	.member-type__illust {
		width: 100%;
	}
	.member-type__heading {
		padding: 18px 14px 0;
	}
	.member-type__target {
		margin-left: 16px;
		margin-right: 16px;
	}
	.member-type__approach {
		margin-left: 16px;
		margin-right: 16px;
	}
	.member-type__cat,
	.member-type__class {
		font-size: .17rem;
	}
	.fee-list__member {
		gap: 14px;
	}
	.fee-list__illust {
		flex-basis: 96px;
		width: 96px;
	}
	.fee-list__group-prices {
		margin-left: 53px;
	}
}
/* --- 別案B：白い面と丸みを活かした柔らかな構成 -------------------- */
.sanjo-variant-soft #member-types {
	background: #edf7fc;
}
.sanjo-variant-soft .member-types__grid {
	gap: 22px;
}
.sanjo-variant-soft .member-type {
	border: 1px solid rgba(197, 218, 232, .65);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(43, 87, 139, .07);
}
.sanjo-variant-soft .member-type__body {
	grid-template-columns: 220px minmax(0, 1fr);
}
.sanjo-variant-soft .member-type__illust {
	border-right-color: #edf1f4;
}
.sanjo-variant-soft .member-type__approach {
	background: #eef6fc;
	border-left: 0;
	border-radius: 10px;
	padding: 17px 20px;
}
.sanjo-variant-soft .fee-list__item {
	padding: 20px 48px 20px 34px;
	border-bottom-color: #e4ebf0;
}
.sanjo-variant-soft .fee-list {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e4ebf0;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
}
.sanjo-variant-soft .fee-list__item:nth-child(odd) {
	background: #f8fbfd;
}
.sanjo-variant-soft .note-box {
	background: #f8fbfd;
	border: 1px solid #e4ebf0;
	border-top: 0;
	border-radius: 0 0 12px 12px;
}
.sanjo-variant-soft .benefit-scroll {
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(78, 92, 65, .06);
}
.sanjo-variant-soft .join-option {
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(43, 87, 139, .07);
}
.sanjo-variant-soft .join-option:hover {
	border-color: #a9c7dd;
	box-shadow: 0 14px 34px rgba(43, 87, 139, .14);
}
@media screen and (max-width:767px) {
	.sanjo-variant-soft .member-types__grid {
		gap: 16px;
	}
	.sanjo-variant-soft .member-type__body {
		grid-template-columns: 125px minmax(0, 1fr);
	}
	.sanjo-variant-soft .fee-list__item {
		padding: 16px 12px;
	}
	.sanjo-variant-soft .fee-list {
		border-radius: 10px 10px 0 0;
	}
	.sanjo-variant-soft .note-box {
		border-radius: 0 0 10px 10px;
	}
}