@charset "utf-8";








.team-faqNav{
	width:100%;
	display:flex;
	justify-content:left;
	gap:20px 0;
	flex-wrap:wrap;
}
.team-faqNav > a{
	width:25%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:5px;
	border-left:1px solid rgba(0,0,0,0.15);
	text-decoration:none;
	color:black;
	position:relative;
}
.team-faqNav > a:nth-child(4n),
.team-faqNav > a:last-child{
	border-right:1px solid rgba(0,0,0,0.15);
}
.team-faqNav > a img{
	width:50px;
	height:50px;
	display:block;
	margin-bottom:10px;
}
.team-faqNav > a span{
	display:block;
	font-size:20px;
	font-weight:var(--boldWeight);
	line-height:1;
	white-space:nowrap;
}

@media (min-width:769px){
	.team-faqNav > a:hover::before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background:rgba(0,0,0,0.02);
		pointer-events:none;
	}
}

@media (max-width:768px){
	.team-faqNav{
		gap:15px 0;
	}
	.team-faqNav > a{
		width:50%;
		padding:3px;
	}
	.team-faqNav > a:nth-child(2n),
	.team-faqNav > a:last-child{
		border-right:1px solid rgba(0,0,0,0.15);
	}
	.team-faqNav > a img{
		width:30px;
		height:30px;
		display:block;
		margin-bottom:6px;
	}
	.team-faqNav > a span{
		display:block;
		font-size:16px;
		font-weight:var(--boldWeight);
		line-height:1;
		white-space:nowrap;
	}
}



.team-faqHeader{
	padding-top:50px;
	padding-bottom:15px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:24px;
	line-height:1;
	font-weight:var(--boldWeight);
}
@media (max-width:768px){
	.team-faqHeader{
		justify-content:left;
		font-size:20px;
	}
}

.team-faqNav + .team-faqHeader{
	margin-top:50px;
}
.team-faqHeader > img{
	width:35px;
	height:35px;
	display:block;
	margin-right:8px;
}
.team-faqAccordion{
	margin:0 auto;
	max-width:800px;
}
.team-faqAccordion .team-accordionSwitch{
	padding:20px 50px 20px 20px;
	position:relative;
}
.team-faqAccordion .team-accordionContent{
	padding-left:20px;
	padding-right:30px;
	position:relative;
}
.team-faqAccordion u{
	position:absolute;
	left:0;
	top:auto;
	font-size:20px;
	line-height:1;
	font-family:var(--alphabetFont);
	font-weight:var(--alphabetWeight);
	color:rgba(0,0,0,0.25);
	text-decoration:none;
	transform:translatey(20%);
}












.team-orderSteps{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:30px 30px;
	padding-top:50px;
}
.team-orderSteps > div{
	display:flex;
	justify-content:center;
	gap:30px;
}
.team-orderStep{
	width:140px;
	display:block;
	white-space:nowrap;
	word-break:keep-all;
	text-align:center;
	text-decoration:none;
	color:black;
}
.team-orderStep > u{
	display:block;
	text-decoration:none;
	font-style:normal;
	font-family:var(--alphabetFont);
	font-weight:var(--alphabetWeight);
	font-size:24px;
	line-height:1;
	text-align:center;
	white-space:nowrap;
	color:rgba(0,0,0,0.5);
}
.team-orderStep > div{
	width:100%;
	height:50px;
	display:block;
	margin:8px auto 8px auto;
	position:relative;
}
.team-orderStep > div img{
	width:50px;
	height:auto;
	display:block;
	margin:0 auto;
}
.team-orderStep{
	font-size:14px;
	font-weight:var(--boldWeight);
	line-height:1.5;
	flex-shrink:0;
}
.team-orderStep > div::before{
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	right:calc(100% + 15px * 0.5);
	top:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	border-top:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
}
.team-orderSteps > div:first-child > .team-orderStep:first-child > div::before{
	content:none;
}

@media (max-width:768px){
	.team-orderSteps{
		width:100%;
		display:block;
		padding-top:0px;
	}
	.team-orderSteps > div{
		display:block;
		margin-top:30px;
	}
	.team-orderStep{
		width:100%;
		display:flex;
		justify-content:left;
		align-items:center;
		margin-top:30px;
	}
	.team-orderSteps > div:first-child > .team-orderStep:first-child > div{
		margin-top:0;
	}
	.team-orderStep > u{
		width:5ex;
		font-size:20px;
		text-align:left;
		flex-shrink:0;
	}
	.team-orderStep > div{
		width:30px;
		height:30px;
		margin:0 10px 0 0;
		flex-shrink:0;
	}
	.team-orderStep > div img{
		width:30px;
	}
	.team-orderStep{
		font-size:14px;
		line-height:1.5;
		text-align:left;
	}
	.team-orderStep > div::before{
		content:"";
		width:8px;
		height:8px;
		position:absolute;
		right:50%;
		top:calc(-15px);
		transform:translate(50%,-50%) rotate(45deg);
		border:none;
		border-bottom:1px solid rgba(0,0,0,0.5);
		border-right:1px solid rgba(0,0,0,0.5);
	}
}








.team-orderStepDetails{
	margin-top:110px;
	display:flex;
	flex-direction:column;
	gap:30px;
}
.team-orderStepDetail{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.team-orderStepDetail > img{
	width:45%;
	height:auto;
	display:block;
}
.team-orderStepDetail > div{
	width:50%;
}
.team-orderStepDetail u{
	display:block;
	text-decoration:none;
	font-style:normal;
	font-family:var(--alphabetFont);
	font-weight:var(--alphabetWeight);
	font-size:24px;
	line-height:1;
	color:rgba(0,0,0,0.5);
}
.team-orderStepDetail span{
	margin-top:5px;
	display:block;
	font-weight:var(--boldWeight);
	font-size:20px;
	line-height:1.5;
	word-break:keep-all;
}
.team-orderStepDetail p{
	margin-top:15px;
}

@media (max-width:768px){
	.team-orderStepDetails{
		margin-top:60px;
		gap:40px;
	}
	.team-orderStepDetail{
		width:100%;
		flex-direction:column;
		gap:25px;
	}
	.team-orderStepDetail > img{
		width:100%;
	}
	.team-orderStepDetail > div{
		width:100%;
	}
}









.team-orderNoticeMessage{
	text-align:center;
}
.team-orderNoticeMessage > em{
	color:#B41C23;
	font-size:20px;
	font-weight:var(--boldWeight);
	font-style:normal;
}
.team-orderNoticeMessage > p{
	word-break:keep-all;
}


.team-orderNoticeList{
	margin-top:50px;
	padding:50px 0;
	border-top:1px solid rgba(0,0,0,0.15);
	border-bottom:1px solid rgba(0,0,0,0.15);
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.team-orderNoticeList > div{
	width:48%;
}
.team-orderNoticeList u{
	font-size:16px;
	font-weight:var(--boldWeight);
	text-decoration:none;
	font-style:normal;
	display:block;
}
.team-orderNoticeList p + u{
	margin-top:30px;
}

@media (max-width:768px){
	.team-orderNoticeList{
		margin-top:30px;
		padding:30px 0;
		border-top:1px solid rgba(0,0,0,0.15);
		border-bottom:1px solid rgba(0,0,0,0.15);
		display:block;
	}
	.team-orderNoticeList > div{
		width:100%;
	}
	.team-orderNoticeList > div + div,
	.team-orderNoticeList p + u{
		margin-top:30px;
	}
}





.team-orderInquiryCounters{
	width:100%;
	max-width:1000px;
	margin:50px auto 0 auto;
	display:flex;
	align-items:stretch;
	text-align:center;
}
.team-orderInquiryCounters > div{
	width:50%;
}
.team-orderInquiryCounters > div:first-child{
	border-right:1px solid rgba(0,0,0,0.15);
}
.team-orderInquiryCounterCategory{
	font-size:24px;
	font-weight:var(--boldWeight);
	line-height:1.5;
	min-height:calc(24px * 1.5 * 2);
	display:flex;
	justify-content:center;
	align-items:center;
	word-break:keep-all;
}
.team-orderInquiryCounterName{
	margin-top:30px;
	font-size:16px;
	font-weight:var(--boldWeight);
	line-height:1.5;
	word-break:keep-all;
}
.team-orderInquiryCounterAccess{
	display:flex;
	justify-content:center;
	margin-top:20px;
}
.team-orderInquiryCounterAccess > div{
	color:black;
	text-decoration:none;
}
.team-orderInquiryCounterAccess > div > *{
	display:flex;
	justify-content:left;
	align-items:center;
	margin-top:5px;
}
.team-orderInquiryCounterAccess img{
	width:20px;
	height:20px;
	display:block;
	margin-right:6px;
}

@media (max-width:768px){
	.team-orderInquiryCounters{
		margin:15px auto 0 auto;
		display:block;
	}
	.team-orderInquiryCounters > div{
		width:100%;
		padding:30px 0;
	}
	.team-orderInquiryCounters > div:first-child{
		border-right:none;
		border-bottom:1px solid rgba(0,0,0,0.15);
	}
	.team-orderInquiryCounterCategory{
		font-size:20px;
		line-height:1.5;
		text-align:left;
		justify-content:left;
		min-height:0;
	}
	.team-orderInquiryCounterName{
		margin-top:10px;
		text-align:left;
	}
	.team-orderInquiryCounterAccess{
		justify-content:left;
		margin-top:10px;
	}
	.team-orderInquiryCounterAccess > div > *{
		display:flex;
		justify-content:left;
		align-items:center;
		margin-top:8px;
	}
	.team-orderInquiryCounterAccess img{
		width:20px;
		height:20px;
		display:block;
		margin-right:6px;
	}
}
.team-orderInquiryCounterAccess a:hover{
	text-decoration:underline;
	text-underline-offset:0.2em;
}













