@charset "utf-8";

main .inner {
	max-width: 76.5rem;
	padding: 0;
}
main.bg .mainTtl h1 {
	line-height: 1.5;
}
@media (max-width: 768px) {
	main .inner {
		max-width: 100%;
		padding: 0 4rem;
	}
}

/* mainContents */
.mainContents h2 {
	border-top: 1px solid #ea509f;
	padding-top: 5rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: center;
}
.mainContents .topTxt {
	margin-top: 1rem;
	font-size: 2rem;
	line-height: 3.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.mainContents h2 {
		padding-top: 6rem;
		font-size: 2.8rem;
	}
	.mainContents .topTxt {
		margin-top: 1rem;
		font-size: 2.6rem;
	}
}

/* tab */
.mainContents .tab {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	gap: 0 0.3rem;
	border-bottom: 4px solid #e41373;
}
.mainContents .tab li {
	width: 33%;
	display: flex;
	flex-direction: column;
}
.mainContents .tab li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #e41373;
	background: #f8e2eb;
	padding: 1.5rem 1rem 1rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.mainContents .tab li.active a {
	color: #fff;
	background: #e41373;
}
@media (max-width: 768px) {
	.mainContents .tab {
		border-bottom: 3px solid #e41373;
	}
	.mainContents .tab li a {
		font-size: 2.5rem;
		line-height: 3rem;
		padding: 1.5rem 0 1rem;
		border-radius: 1.5rem 1.5rem 0 0;
	}
}

/* flow */
.mainContents .flow {
	display: none;
	margin-top: 3rem;
}
.mainContents .flow.active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.mainContents .flow h3 {
	font-size: 2.6rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	color: #ea509f;
	text-align: center;
}
.mainContents .flow .box {
	margin-top: 2rem;
	display: flex;
}
.mainContents .flow .box + .box {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 4px solid #e41373;
}
.mainContents .flow .box .txtBox {
	width: 55%;
	padding-top: 0.5rem;
	padding-left: 4rem;
	position: relative;
}
.mainContents .flow .box .txtBox::before {
	content: "";
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
.mainContents .flow .box .txtBox .txt {
	font-size: 2rem;
	line-height: 3.6rem;
	text-align: justify;
}
.mainContents .flow .box .txtBox .txt a {
	color: #0087ce;
}
.mainContents .flow .box .txtBox .txt .pink {
	color: #e41373;
}
.mainContents .flow .box .txtBox .note {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.mainContents .flow .box .txtBox .link a {
	font-size: 2rem;
	line-height: 3.6rem;
	color: #0087ce;
}
.mainContents .flow .box .pic {
	width: 45%;
}
.mainContents .flow .box .pic img {
	display: block;
	margin: 0 auto;
}
/* flow01 */
.mainContents .flow .box.flow01 {
	align-items: center;
}
.mainContents .flow .box.flow01 .txtBox {
	width: 60%;
}
.mainContents .flow .box.flow01 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/1.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow01 .pic img {
	width: 20.5rem;
}
/* flow02 */
.mainContents .flow .box.flow02 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/2.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow02 .pic img {
	width: 35rem;
}
/* flow03 */
.mainContents .flow .box.flow03 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/3.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow03 .pic img {
	width: 28.3rem;
}
/* flow04 */
.mainContents .flow .box.flow04 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/4.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow04 .pic img {
	width: 35rem;
}
.mainContents .flow#tab04 .box.flow04 .pic img {
	width: 28.3rem;
}
/* flow05 */
.mainContents .flow .box.flow05 .txtBox {
	width: 60%;
}
.mainContents .flow .box.flow05 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/5.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow05 .pic {
	margin-left: -3rem;
}
.mainContents .flow .box.flow05 .pic img {
	width: 35rem;
}
/* flow06 */
.mainContents .flow .box + .box.flow06 {
	margin-top: 3rem;
	padding: 10rem 0;
	border-top: 4px solid #e41373;
	border-bottom: 4px solid #e41373;
}
.mainContents .flow .box.flow06 .txtBox {
	width: 100%;
}
.mainContents .flow .box.flow06 .txtBox::before {
	background: url(/member/info/expiration/online/howto/img/6.png) no-repeat;
	background-size: contain;
}
.mainContents .flow .box.flow06 .txt {
	font-size: 2rem;
	position: relative;
}
@media (max-width: 768px) {
	.mainContents .flow {
		margin-top: 5rem;
	}
	.mainContents .flow h3 {
		font-size: 3rem;
		text-align: left;
		padding: 0 1.5rem;
	}
	.mainContents .flow .box {
		margin-top: 2rem;
		display: block;
	}
	.mainContents .flow .box + .box {
		margin-top: 5rem;
		padding-top: 5rem;
		border-top: 2px solid #e41373;
	}
	.mainContents .flow .box .txtBox {
		width: 100%;
		padding: 0 6rem;
	}
	.mainContents .flow .box .txtBox::before {
		width: 4.2rem;
		height: 4.1rem;
		top: 0;
		left: 1rem;
	}
	.mainContents .flow .box .txtBox .txt {
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.mainContents .flow .box .txtBox .note {
		font-size: 2rem;
		line-height: 3rem;
	}
	.mainContents .flow .box .txtBox .link a {
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.mainContents .flow .box .pic {
		margin-top: 3.5rem;
		width: 100%;
	}
	/* flow01 */
	.mainContents .flow .box.flow01 .pic {
		margin-top: 5rem;
	}
	.mainContents .flow .box.flow01 .txtBox {
		width: 100%;
	}
	.mainContents .flow .box.flow01 .pic img {
		width: 30.4rem;
	}
	/* flow02 */
	.mainContents .flow .box.flow02 .pic img {
		width: 50.1rem;
	}
	/* flow03 */
	.mainContents .flow .box.flow03 .pic img {
		width: 40.6rem;
	}
	/* flow04 */
	.mainContents .flow .box.flow04 .pic img {
		width: 50.1rem;
	}
	.mainContents .flow#tab04 .box.flow04 .pic img {
		width: 40.6rem;
	}
	/* flow05 */
	.mainContents .flow .box.flow05 .txtBox {
		width: 100%;
	}
	.mainContents .flow .box.flow05 .pic {
		margin-left: 0;
	}
	.mainContents .flow .box.flow05 .pic img {
		width: 50.1rem;
	}
	/* flow06 */
	.mainContents .flow .box + .box.flow06 {
		margin-top: 5rem;
		padding: 5rem 0;
		border-top: 2px solid #e41373;
		border-bottom: 2px solid #e41373;
	}
	.mainContents .flow .box.flow06 .txt {
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
}

/* faq */
.mainContents .faq {
	margin-top: 15rem;
}
.mainContents .faq h4 {
	font-size: 2.5rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid #ea509f;
	color: #ea509f;
	text-align: center;
	line-height: 1.52;
}
.mainContents .accordionArea {
	margin-top: 6rem;
}
.mainContents .accordionArea .faqBox {
	background: #fbeff4;
	border-radius: 0.5rem;
}
.mainContents .accordionArea .faqBox + .faqBox {
	margin-top: 1rem;
}
.mainContents .accordionArea .faqBox .faqBoxTtl {
	padding: 5rem 10rem 5rem 5rem;
	cursor: pointer;
}
.mainContents .accordionArea .faqBox .df {
	display: flex;
}
.mainContents .accordionArea .faqBox .df .icn {
	width: 4.7rem;
	margin-right: 1rem;
}
.mainContents .accordionArea .faqBox .faqTtl {
	width: 91%;
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 3rem;
	color: #e41373;
	position: relative;
}
.mainContents .accordionArea .faqBox .faqTtl::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-bottom: solid 0.3rem #e41373;
	border-right: solid 0.3rem #e41373;
	transform: rotate(45deg);
	position: absolute;
	top: 1rem;
	right: -5rem;
}
.mainContents .accordionArea .faqBox .faqBoxTtl.close .faqTtl::after {
	border-bottom: none;
	border-right: none;
	border-top: solid 0.3rem #e41373;
	border-left: solid 0.3rem #e41373;
}
.mainContents .accordionArea .faqBox .accordionBox {
	display: none;
	padding: 0 10rem 5rem 5rem;
}
.mainContents .accordionArea .faqBox .accordionBox .faqTxtBox {
	width: 91%;
}
.mainContents .accordionArea .faqBox .accordionBox .faqTxt {
	font-size: 2rem;
	line-height: 3rem;
	text-align: justify;
	color: #900781;
}
.mainContents .accordionArea .faqBox .accordionBox .faqTxt + .faqTxt {
	margin-top: 1em;
}
@media (max-width: 768px) {
	.mainContents .faq {
		margin-top: 15rem;
	}
	.mainContents .faq h4 {
		font-size: 4rem;
		padding-bottom: 2rem;
	}
	.mainContents .accordionArea {
		margin-top: 3.5rem;
	}
	.mainContents .accordionArea .faqBox + .faqBox {
		margin-top: 1rem;
	}
	.mainContents .accordionArea .faqBox .faqBoxTtl {
		padding: 4rem 7rem 4rem 3rem;
	}
	.mainContents .accordionArea .faqBox .df .icn {
		width: 6.8rem;
		margin-right: 1.5rem;
	}
	.mainContents .accordionArea .faqBox .faqTtl {
		width: 91%;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.mainContents .accordionArea .faqBox .faqTtl::after {
		width: 1.8rem;
		height: 1.8rem;
		top: 1.5rem;
		right: -3.5rem;
	}
	.mainContents .accordionArea .faqBox .accordionBox {
		padding: 0 7rem 4rem 3rem;
	}
	.mainContents .accordionArea .faqBox .accordionBox .faqTxtBox {
		width: 91%;
	}
	.mainContents .accordionArea .faqBox .accordionBox .faqTxt {
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.mainContents .accordionArea .faqBox .accordionBox .faqTxt + .faqTxt {
		margin-top: 1em;
	}
}