h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p,
figure {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;	
}



:is(#maincontainer, #wrapper):has(.clubR2-article) * {
	font-family: "Noto Sans JP", sans-serif;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) img {
	width: 100%;
    max-width: fit-content;
}
.clubR2-article {
	margin-bottom: min(20vw, 120px);
}
.clubR2-article * {
	box-sizing: border-box;
}
.headerArea {
}
.headerArea h1 {
	text-align: center;
	margin:auto;
}
.pageTitle-sub {
	display: block;
	color: #000;
	font-weight: bold;
	line-height: 1;
}
.pageTitle {
	display: block;
	color: #0099ff;
	font-weight: bold;
	font-style: italic;
}
.pageCatchOuter {
	margin: auto;
}
.pageCatch {
	margin: 0;
	color: #111;
	font-weight: bold;
}
.pageCatch .pageCatchEmph {
    color: #0099ff;
    padding: 0 0.25em 0 0;
    font-weight: bold;
    font-style: italic;
}
.aboutArea {
	background: #e4edf9;
}
.aboutAreaTit {
	position: relative;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.aboutAreaTit:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 120px;
    background: #0099ff;
}
.aboutLogoArea {
	display: flex;
	justify-content: center;
	gap: 10%;
}
.aboutLogo {
	/*width: min(40%, 300px);*/
	width: min(36%, 200px);
}
.pageMenu {
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	list-style-type: none;
	text-align: center;
	background: #003065;
}
.pageMenu li {
	position: relative;
	width: calc(100% / 3);
	list-style-type: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.pageMenu li:has(a) {
	background: #034ea2;
	border-right: 1px solid #fff;
}
.pageMenu li:not(:has(a)) {
	color: #999;
}
.pageMenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}


.commonTit {
	position: relative;
	color: #1ea5ff;
	margin-bottom: 1em;
	font-weight: bold;
}
.commonTit:before {
	content: '\00ff0d';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.commonTxtArea {
	margin-bottom: 1em;
}
.commonTxt {
	line-height: 1.5;
}
.noteList {
	list-style: none;
}
.noteList > li {
	position: relative;
	list-style: none;
	font-size: min(15px, 3.25vw);
	margin-bottom: 0.25em;
	padding-left: 1.25em;

}
.noteList > li:before {
	content: '\00203B';
	position: absolute;
	left: 0;
	margin-right: 0.25em;
}
.noteList > li.emphasis {
	color: #d00;
}

.pointArea {
	margin: min(10vw, 60px) auto;
}
.pointAreaTit {
	position: relative;
	color: #0099ff;
}
.pointAreaTit:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 5px;
	background: #0099ff;
	display: block;
    z-index: 1;
}
.pointAreaTit span {
	background: #fff;
	font-style: italic;
	display: inline-block;
    position: relative;
    font-weight: bold;
    z-index: 5;
}
.pointEachContent {
	position: relative;
}
.pointAreaNumber {
	position: absolute;
	color: #0099ff;
	font-style: italic;
	font-weight: bold;
}
.pointAreaEachTit {
	color: #0099ff;
	text-align: center;
}
.pointDetailImg {
	position: relative;
	text-align: center;
    clip-path: circle(50% at center);
}
.pointDetailImg:after {
	outline: 6px solid #0099ff;
	outline-offset: -6px;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 10;
}
.pointDetailImg img {
	max-width: fit-content;
}

.guidelineArea {
	background: #e6f5ff;
}
.guidelineEachContent {
	width: min(100%, 1000px);
	margin-left: auto;
	margin-right: auto;
}
.aboutclubR2TeamTable {
	margin-top: 1em;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) div.clubR2-entryBtnArea {
	margin: min(14vw, 80px) auto;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) div.clubR2-entryBtnArea:has(+ .noteList) {
	margin-bottom: min(4vw, 40px);
}
.clubR2-entryBtn {
	text-align: center;
	font-size: min(24px, 4vw);
	font-weight: bold;
}
.clubR2-entryBtn a {
	position: relative;
	display: block;
	padding: min(6vw, 15px);
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom,  rgba(231,69,65,1) 0%, rgba(210,53,49,1) 100%);
	width: min(94%, 720px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-sizing: border-box;
}
.clubR2-entryBtn a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5em;
	width: 12px;
	height: 12px;
	background: #fff;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%);
}
.clubR2-entryBtnNote {
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	width: min(94%, 720px);
	font-size: min(15px, 3.25vw);
	text-align: left;
}
.clubR2-entryBtnNote.center {
	text-align: center;
}
.registrationFlowDetails > dt {
	background: #258fd5;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.registrationFlowDetails > dt + dd {
	 border: 1px solid #258fd5;
}
.registrationFlowDetails > dt:nth-of-type(3),
.registrationFlowDetails > dt:nth-of-type(3) + dd:nth-of-type(4) {
	 margin-bottom: 0;
}
.registrationFlowDetails > dt:nth-of-type(3) ~ dd:nth-of-type(5) {
	 margin-top: 2em;
}
.registrationFlowDetails > dd {
	position: relative;
}
:is(#maincontainer, #wrapper):has(.clubR2-article) .registrationFlowDetailsTit {
	color: #258fd5;
	font-size: min(18px, 4vw);
	margin-bottom: 10px;
}
:is(#maincontainer, #wrapper):has(.clubR2-article) .registrationFlowDetailsSubTit {
	font-size: min(16px, 3.5vw);
	margin-bottom: 6px;
 }
.registrationFlowDetails--term > dt,
.registrationFlowDetails--term > dd {
	font-size: min(14px, 3vw);
}
.registrationFlowDetails--term > dt:before {
	content: '\0025C6';
	margin-right: 0.25em;
}
.registrationFlowDetails--term > dt:after {
	content: '\00FF1A';
}
.afterSTEP1List {
	position: relative;
}
.afterSTEP1List:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ffbaba;
}
.afterSTEP1List > li {
	position: relative;
	font-size: min(16px, 2.75vw);
	padding: 0.75em 0.25em;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	background: #c4c4c4;
	border-radius: 3px;
}
.afterSTEP1List > li:nth-of-type(1) {
	color: #005da5;
	background: #85c6f2;
}
.afterSTEP1List > li:nth-of-type(1):before {
	content: '';
	width: 1em;
	height: 0.75em;
	background: url('https://d3224wly93azv9.cloudfront.net/images/clubr2/icon_mail.gif') no-repeat center center;
	background-size: contain;
}
.afterSTEP1List > li:after {
	content: '';
    position: absolute;
    display: block;
    width: 0;
	height: 0;
	margin: auto;
	background: transparent;
}
.afterSTEP1Note {
	position: relative;
	background: #ffbaba;
	padding: min(0.5em, 4vw);
	font-size: min(15px, 3.25vw);
	font-weight: bold;
	color: #c20000;
	text-align: center;
}
.registrationEnterTable {
	margin-top: 1em;
}
.questionContent .questionListWrap {
	position: relative;
	margin: min(12vw, 40px) 0 min(16vw, 80px);
	padding: min(12vw, 40px) 0;
}
.questionContent .questionListWrap:before,
.questionContent .questionListWrap:after {
	position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
}
.questionContent .questionListWrap:before {
	bottom: 0;
}
.questionContent .questionListWrap:after {
	top: 0;
}
.questionContent .questionList {
	margin-left: 1.5em;
	list-style: none;
}
.questionContent .questionList li {
	list-style: none;
	margin-bottom: 0.5em;
}
.questionContent .questionList li a {
	position: relative;
	text-decoration: none;
	color: #258fd5;
}
.questionContent .questionList li a:before {
	content: '';
	position: absolute;
	left: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.75em;
	height: 0.75em;
	background: #595959;
	clip-path: polygon(0% 0, 100% 50%, 0% 100%);
}

.answerContent {
	padding: 1em 0;
	margin-bottom: 1em;
	border-bottom: 1px dashed #96b7d8;
}
.answerContent .question {
	position: relative;
	font-size: min(18px, 4vw);
	color: #034ea2;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 2rem;
}
.answerContent .question:before,
.answerContent .answer:before {
	position: absolute;
	left: 0;
	text-align: right;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.answerContent .question:before {
	content: 'Q.';
}
.answerContent .answer {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 2rem;
}
.answerContent .answer:before {
	content: 'A.';
	color: #d23531;
	font-size: min(18px, 4vw);
	font-weight: bold;
}
.answerContent .toQuestionListTit {
	text-align: right;
}
.answerContent .toQuestionListTit a {
	position: relative;
	color: #d23531;
	text-decoration: none;
}
.answerContent .toQuestionListTit a:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background: #d23531;
	clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
	text-decoration: underline;
}
.answerContent .toQuestionListTit a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background: #d23531;
}

@media (min-width: 770px) {
	.sp {
		display: none;
	}
	#maincontainer:has(.clubR2-article) {
		background-color: #fff;
		width: 1200px;
		margin: auto;
	}
	.headerArea {
		padding-top: 520px;
		background: url('https://d3224wly93azv9.cloudfront.net/images/clubr2/clubR2_mainvisualPC_ver3.jpg') no-repeat top center;
	}
	.pageTitle-sub {
		font-size: 30px;
		letter-spacing: 6px;
		margin-bottom: 0;
	}
	.pageTitle {
		font-size: 80px;
		letter-spacing: 12px;
		line-height: 1.4;
		margin: 15px 0;
	}
	.pageCatchOuter {
		text-align: center;
	}
	.pageCatch {
		letter-spacing: 1px;
		line-height: 1.75;
		font-size: 22px;
		padding: 0;
	}
	.aboutArea {
		margin: 40px auto 70px;
		padding: 20px;
		max-width: 860px;
	}
	.aboutAreaTit {
		margin: 0 auto 50px;
		font-size: 48px;
	}
	.aboutAreaTit:after {
	    bottom: -20px;
	    height: 6px;
	}
	.aboutLogoArea {
		margin: 20px auto 40px;
	}
	.aboutTxtArea {
		width: 720px;
		margin-right: auto;
		margin-left: auto;
	}
	.aboutTxt {
		font-size: 20px;
		line-height: 2;
		color: #000;
	}


	.commonEachContent {
		margin: 40px auto;
	}
	.commonArea section:nth-child(1 of .commonEachContent) {
		margin-top: 60px;
	}
	.commonTit {
		font-size: 20px;
		margin: 0 auto 20px;
	}
	.commonTit:before {
		left: -1.5em;
	}
	.commonTxt {
		font-size: 16px;
		color: #111;
	}

	.pageMenu {
		margin: 40px 0;
	}
	.pageMenu li a,
	.pageMenu li:not(:has(a)) {
		padding: 20px 0;
	}
	.pageMenu li {
		font-size: 18px;
	}

	.pointAreaTit {
		margin-bottom: 5rem;
	}
	.pointAreaTit span {
		font-size: 56px;
		padding-right: 3rem;
	}
	.pointEachContentWrap {
		display: grid;
        grid-template-columns: repeat(3, 350px);
		gap: 0 75px;
	}
	.pointEachContent {
		display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
	}
	.pointAreaNumber {
		font-size: 60px;
	}
	.pointAreaEachTit {
		font-size: 20px;
		margin: 0 auto 20px;
	}
	.pointEachContentWrap section:nth-child(1 of .pointEachContent) .pointDetailImg {
		padding: 46px 56px;
	}
	.pointEachContentWrap section:nth-child(2 of .pointEachContent) .pointDetailImg {
		padding: 50px 70px 50px 80px;
	}
	.pointEachContentWrap section:nth-child(3 of .pointEachContent) .pointDetailImg {
		padding: 80px;
	}
	.pointDetailImg {
	    display: inline-flex;
	    align-items: center;
	}
    .pointDetailImg:after {
        width: 280px;
        height: 280px;
    }
	.pointDetailImg img {
	    margin: auto;
	}


	.guidelineArea {
		padding: 20px 0;
	}
	.guidelineTxt--aboutclubR2Team {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.aboutclubR2TeamImg {
		margin: 0;
	}
	.aboutclubR2TeamImgArea {
		width: 340px;
	}
	.aboutclubR2TeamTxtArea {
		width: calc(100% - 380px);
	}
	.aboutclubR2TeamTable {
		border-collapse: collapse;
		width: 100%;
	}
	.aboutclubR2TeamTable thead th,
	.aboutclubR2TeamTable tbody th,
	.aboutclubR2TeamTable tbody td {
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		border: 1px solid #82cdff;
	}
	.aboutclubR2TeamTable thead th {
		color: #fff;
		background: #82cdff;
		font-weight: bold;
	}
	.aboutclubR2TeamTable thead th:not(:last-of-type) {
		border-right-color: #fff;
	}
	.aboutclubR2TeamTable tbody th,
	.aboutclubR2TeamTable tbody td {
		background-color: #fff;
		font-weight: normal;
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(1) {
		width: 320px;
		text-align: left;
	}
	.registrationFlowDetails {
		display: grid;
		grid-template-columns: 400px 1fr;
		grid-template-areas:
		"step1 step1Info"
		". step1After"
		"step2 step2Info"
		"step3 step3Info"
		"step3After step3After";
	}
	.registrationFlowDetails > dt,
	.registrationFlowDetails > dt + dd {
		margin-bottom: 120px;
		padding: min(20px, 3.25vw);
	}
	.registrationFlowDetails > dt {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	.registrationFlowDetails > dt:nth-of-type(1) {
		 grid-area: step1;
	}
	.registrationFlowDetails > dt:nth-of-type(1) + dd:nth-of-type(1) {
		 grid-area: step1Info;
	}
	.registrationFlowDetails > dt:nth-of-type(1) ~ dd:nth-of-type(2) {
		 grid-area: step1After;
	}
	.registrationFlowDetails > dt:nth-of-type(2) {
		 grid-area: step2;
	}
	.registrationFlowDetails > dt:nth-of-type(2) + dd {
		 grid-area: step2Info;
	}
	.registrationFlowDetails > dt:nth-of-type(3) {
		 grid-area: step3;
	}
	.registrationFlowDetails > dt:nth-of-type(3) + dd:nth-of-type(4) {
		 grid-area: step3Info;
	}
	.registrationFlowDetails > dt:nth-of-type(3) ~ dd:nth-of-type(5) {
		 grid-area: step3After;
	}
	.registrationFlowDetails--term {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		row-gap: 0.5em;
	}
	.registrationFlowDetails--term > dt {
		width: 11em;
	}
	.registrationFlowDetails--term > dd {
		width: calc(100% - 11em);
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)) {
	}
	.registrationFlowDetails--afterSTEP1 {
		display: flex;
		align-items: center;
		padding: 30px 0;
        margin-bottom: 7em !important;
	}
	.afterSTEP1List {
		position: relative;	
		width: 30em;
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)):after {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		margin: auto;
		background: transparent;
		left: 2.5%;
		border-top: 3em solid #b5daf3;
		border-left: 13.25em solid transparent;
		border-right: 13.25em solid transparent;		
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)):after {
		bottom: -90px;
	}
	.afterSTEP1List:after {
		right: -6em;
        top: 0;
        width: 4em;
        height: 100%;
        box-sizing: border-box;
		padding: 3.5em 0;
		clip-path: polygon(50% 0, 0% 10%, 20% 10%, 20% 90%, 0 90%, 50% 100%, 100% 90%, 80% 90%, 80% 10%, 100% 10%);
	}
	.afterSTEP1List > li {
		margin: 1em 0 7em;
	}
	.afterSTEP1List > li:nth-of-type(1) {
		margin-top: 0;
	}
	.afterSTEP1List > li:nth-of-type(3) {
		margin-bottom: 0;
	}
	.afterSTEP1List > li:after {
		left: 0;
		right: 0;
		border-top: 3em solid #dbdbdb;
		border-left: 10em solid transparent;
		border-right: 10em solid transparent;
		bottom: -200%;
	}
	.afterSTEP1List > li:nth-of-type(1):after,
	.afterSTEP1List > li:last-of-type:after {
		border-top-color: #b5daf3;
	}
	.afterSTEP1List > li:nth-of-type(1):before {
		display: inline-block;
		margin-right: 1.5em;
	}
	.afterSTEP1List > li:nth-of-type(1):after {
		bottom: -150%;
	}
	.afterSTEP1Note {
        width: calc(100% - 38em);
        margin-left: 8em;
        padding: 2em 0.5em;
		display: flex;
		align-items: center;
        justify-content: flex-end;
	}
	.registrationFlowDetails--afterSTEP3 {
		text-align: center;
	}
	.registrationEnterTable {
		border-collapse: collapse;
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.registrationEnterTable thead th,
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		border: 1px solid #258fd5;
	}
	.registrationEnterTable thead th {
		color: #fff;
		background: #258fd5;
		font-weight: bold;
	}
	.registrationEnterTable thead th:not(:last-of-type) {
		border-right-color: #fff;
	}
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		background-color: #fff;
		font-weight: normal;
	}
	.clubR2-faqLink {
		font-size: 16px;
		text-decoration: underline;
	}
}
@media (max-width: 769px) {
	.pc {
		display: none;
	}
	#wrapper:has(.clubR2-article) h2.blueBG {
		display: none;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea p:not([class]) {
		margin: 0;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea table {
		max-width: initial;
	}
	.headerArea {
		padding: 54vw 0 4vw;
	}
	.headerArea {
		background: url('https://d3224wly93azv9.cloudfront.net/images/clubr2/clubR2_mainvisualSMP_ver3.jpg') no-repeat top center;
		background-size: contain;
	}
	.pageTitle-sub {
		font-size: min(26px, 3.5vw);
		letter-spacing: 0.5vw;
		margin-bottom: 0;
	}
	.pageTitle {
		font-size: min(70px, 7.5vw);
		letter-spacing: 1.5vw;
		line-height: 180%;
		margin-bottom: 0vw;
	}
	.pageCatchOuter {
		width: min(560px, 77%);
		text-align-last: left;
	}
	.pageCatch {
		font-size: min(24px, 3vw);
		letter-spacing: 0.25vw;
		line-height: 165%;
		margin: 0 !important;
		padding: 0;
	}
	.aboutArea {
		margin: 4vw auto 0;
		padding: 3vw;
		width: min(560px, 82%);
	}
	.aboutAreaTit {
		font-size: min(26px, 6vw);
        margin-bottom: min(15px, 10vw);
	}
	.aboutAreaTit:after {
	    bottom: -2vw;
	    height: 2px;
	    width: 40px;
	}
	.aboutLogoArea {
		margin: 2.5vw auto;
	}
	.aboutTxt {
		font-size: min(15px, 3.25vw);
		line-height: 1.75;
	}
	.pageMenu {
		margin: 0 auto 6vw;
	}
	.pageMenu li a,
	.pageMenu li:not(:has(a)) {
		padding: 2.5vw 0;
	}
	.pageMenu li a {
		font-size: min(18px, 4vw);
	}
	.commonEachContent {
		margin: 6vw auto 0;
	}
	.commonArea section:nth-child(1 of .commonEachContent) {
		margin-top: 0;
	}
	.commonTit {
		font-size: min(18px, 4vw);
		padding-left: 1.5em;
	}
	.commonTit:before {
		left: 0;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea p.commonTxt {
		font-size: min(15px, 3.25vw);
		margin: 5px 0 10px;
	}


	.pointArea {
		margin: 0;
        padding: 0 4vw 6vw;
    }
    .pointEachContent {
    	margin: 5vw 0 4vw;
    }
    .pointEachContentWrap section:nth-child(1 of .pointEachContent) {
    	margin-top: 10vw;
    }
	.pointAreaTit span {
		font-size: min(40px, 18vw);
		padding-right: min(3rem,3vw);
	}
	.pointAreaEachTit {
        font-size: min(18px, 6vw);
        margin-bottom: min(1rem, 3vw);
	}
	.pointAreaNumber {
		font-size: min(50px, 12vw);
		top: 5vw;
	}
	.pointEachContentWrap section:nth-child(2 of .pointEachContent) .pointAreaNumber {
		top: 0;
	}
	.pointAreaEachTit {
		font-size: min(19px, 9vw);
		font-weight: bold;
		margin: 0 auto 2vw;
	}
	.pointEachContentWrap section:nth-child(1 of .pointEachContent) .pointDetailImg {
		margin-top: -10vw;
		margin-bottom: -10vw;
		padding: 20vw;
	}
	.pointEachContentWrap section:nth-child(2 of .pointEachContent) .pointDetailImg {
		margin-bottom: -2vw;
		padding: 18vw 24vw 18vw 26vw;
	}
	.pointEachContentWrap section:nth-child(3 of .pointEachContent) .pointDetailImg {
		margin-bottom: -10vw;
		padding: 26vw;
	}
    .pointDetailImg:after {
        width: 60vw;
        height: 60vw;
    }
	.pointDetailImg img {
	    width: 90%;
	    margin: auto;
	}
	.pointDetailTxt {
		font-size: min(15px, 4.25vw) !important;
	}

	.guidelineArea {
		padding: 4vw 4vw 6vw;
	}
	.aboutclubR2TeamTable,
	.aboutclubR2TeamTable tbody,
	.aboutclubR2TeamTable th,
	.aboutclubR2TeamTable td {
		display: block;
		width: 100%;
	}
	.aboutclubR2TeamTable thead {
		display: none;
	}
	.aboutclubR2TeamTable tr {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5em;
		margin-bottom: 1em;
		background-color: #fff;
		border: 1px solid #82cdff;
	}
	.aboutclubR2TeamTable tbody th {
		width: 100%;
		color: #fff;
		text-align: center;
		background: #82cdff;
		font-size: min(15px, 3.25vw);
		font-weight: bold;
		padding: 1vw 0.5vw;
		border-bottom: 4px double #fff;
	}
	.aboutclubR2TeamTable tbody th:before,
	.aboutclubR2TeamTable tbody td:before {
		display: block;
		width: 100%;
	}
	.aboutclubR2TeamTable tbody th:before {
		content: 'チーム名';
		font-size: 2vw;
        font-style: italic;
	}
	.aboutclubR2TeamTable tbody td {
		font-size: min(14px, 3vw);
		padding: 0 0.5em 0.5em;
	}
	.aboutclubR2TeamTable tbody td:before {
		color: #034ea2;
		border-bottom: 1px dotted #034ea2;
		margin-bottom: 0.75vw;
		padding-bottom: 0.5vw;
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(1):before {
		content: '推奨都道府県';
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(2):before {
		content: '登録地域陸協';
	}
	:is(.registrationArea, .qaArea) {
		width: 92%;
		margin: auto;
	}
	.registrationFlowDetails--term > dt:nth-of-type(n+2) {
		margin-top: 0.5em;
	}
	.registrationFlowDetails--term > dd {
		padding-left: 1.25em;
	}
	.registrationFlowDetails > dd {
		margin-bottom: 20vw;
		padding: min(20px, 3.25vw);
	}
	.registrationFlowDetails > dd:not(:nth-last-of-type(-n+2)):after {
		content: '';
        position: absolute;
        display: block;
        width: 0;
		height: 0;
		margin: auto;
		left: 0;
		right: 0;
		background: transparent;
		border-top: 10vw solid #b5daf3;
		border-left: 24vw solid transparent;
		border-right: 24vw solid transparent;
	}
	.registrationFlowDetails > dd:not(:nth-last-of-type(-n+2)):after {
		bottom: -15vw;
	}
	.registrationFlowDetails > dt {
		padding: 2vw 0;
	}
	.registrationFlowDetails > dd {
		padding: 2vw;
	}
	.registrationFlowDetails > dd:has(.registrationFlowDetails--afterSTEP1) {
		background: #e6f5ff;
		padding: 4vw 2vw;
	}
	.registrationFlowDetails > dt:nth-of-type(3) ~ dd:nth-of-type(5) {
		margin-bottom: 12vw;
	}
	.afterSTEP1List {
		display: flex;
	}
	.afterSTEP1List:after {
		bottom: -12vw;
		width: 100%;
		margin: auto;
		left: 0;
		right: 0;
		height: 6vw;
		padding: 0;
		clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 5% 80%, 95% 80%, 95% 100%, 100% 50%, 95% 0%, 95% 20%, 5% 20%);
	}
	.afterSTEP1List > li {
		width: 25%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.afterSTEP1List > li:not(:last-of-type) {
		margin-right: 12.5%;
	}
	.afterSTEP1List > li:nth-of-type(1):before {
		display: block;
		margin: auto;
		margin-bottom: 0.15em;
	}
	.afterSTEP1List > li:after {
		top: 0;	
		bottom: 0;
		right: -8.5vw;
		border-left: 5vw solid #cccccc;
		border-top: 3.5vw solid transparent;
		border-bottom: 3.5vw solid transparent;
	}
	.afterSTEP1List > li:nth-of-type(1):after {
		border-left-color: #b5daf3;;
	}
	.afterSTEP1List > li:last-of-type:after {
		display: none;
	}
	.registrationFlowDetails p.afterSTEP1Note {
		border-radius: 0.25em;
		margin-top: 16vw;
		margin-left: 0;
		margin-right: 0;
	}
	.registrationEnterTable {
		display: flex;
        flex-wrap: wrap;
        border: 1px solid #258fd5;
	}
	.registrationEnterTable thead,
	.registrationEnterTable tbody,
	.registrationEnterTable tr {
		display: contents;
	}
	.registrationEnterTable thead th,
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		display: flex;
        justify-content: center;
        align-items: center;
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: min(14px, 3vw);
		width: 50%;
	}
	.registrationEnterTable thead th {
		color: #fff;
		background: #258fd5;
		font-weight: bold;
	}
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		background-color: #fff;
		font-weight: normal;
		border-bottom: 1px solid #258fd5;
	}
	.registrationEnterTable thead th:nth-of-type(1) {
		border-right: 1px solid #fff;
	}
	.registrationEnterTable tbody th {
		border-right: 1px solid #258fd5;
	}
	.registrationEnterTable thead th:nth-of-type(3),
	.registrationEnterTable tbody td:nth-of-type(2) {
		width: 100%;
		order: 2;
	}
	.registrationEnterTable tbody td:nth-of-type(2) {
		border-bottom: none;
	}
}






