@charset "UTF-8";
.main > .bg {position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;z-index: -1;background: url(../images/img_visual.webp) no-repeat center 90px / 1400px auto;background-color: #1E2188;}
#inner.page .submenu a::before {
	background: linear-gradient(to bottom,  #5cbbd62e 0%,#5cbbd600 100%);
}
#inner.page .submenu a::after {
	border-top-color: #CEE4E5;
}
#inner.page .submenu a span {
	color: #1E2188;
}
#inner.page .sec {
	background: #F0F0F7;
}
#inner.page .sec h2 {
	color: #1E2188;
}
#inner.page .sec h2::after {
	background: #1E2188;
}
#inner.page .visual > .inner {background: none;}
#inner.page .visual h1 {width: 686px;}
#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 32px;color: #fff;line-height: 1.7em;margin-top: 65px;text-shadow: 0 0 6px #00000096;}
#inner.page .visual .copy span {
	color: #FFE100;
}
#inner.page .visual .label {position: absolute;right: 70px;bottom: 160px;width: 230px;height: 230px;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #FF7031;border-radius: 200px;box-shadow: 0 0 10px #00000033;padding-bottom: 1px;box-sizing: border-box;transform: scale(1.1);opacity: 0;transition: all ease 1s +0.4s;}
#inner.page .visual .label.active {
	opacity: 1;
	transform: scale(1);
}
#inner.page .visual .label::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: calc(100% - 19px);
	height: calc(100% - 19px);
	border-radius: 200px;
	border: 1px solid #E0CE3F;
}
#inner.page .visual .label .text1 {text-align: center;font-size: 21px;font-weight: bold;color: #fff;margin-bottom: 7px;}
#inner.page .visual .label .text2 {color: #FFE100;font-weight: bold;font-size: 67px;line-height: 1em;}
#inner.page .visual .label .text2 span {font-weight: bold;font-size: 25px;line-height: 1em;}
#inner.page .visual .label .text3 {font-size: 16px;color: #fff;1.5em:te;text-align: center;font-weight: bold;line-height: 1.3em;margin-top: 11px;}
#inner.page .sec.feature {
	
}
#inner.page .sec.feature .fbox {
	width: 94%;
	max-width: 1200px;
	margin: 90px auto 0 auto;
	gap: 20px;
	display: flex;
}
#inner.page .sec.feature .fbox .box {
	width: calc((100% - 60px) / 4);
}
#inner.page .sec.feature .fbox .box .title {
	height: 60px;
	width: calc(100% - 40px);
	text-align: center;
	background: #FFE100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #1E2389;
	font-size: 18px;
	border-radius: 100px;
	margin: 0 auto -17px auto;
	position: relative;
}
#inner.page .sec.feature .fbox .box .title::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFE100;
	border-width: 8px;
	margin-left: -8px;
}
#inner.page .sec.feature .fbox .box .img {
		box-shadow: 0 0 10px #00000017;
		border-radius: 10px;
		overflow: hidden;
		background: #fff;
		display: flex;
		justify-content: center;
		padding: 45px 0 30px 0;
}
#inner.page .sec.feature .fbox .box .img img {
		width: 180px;
}
#inner.page .sec.feature .fbox .box .text {
		font-size: 15px;
		line-height: 1.8em;
		margin-top: 17px;
}
#inner.page .sec.point {
	padding-bottom: 120px;
}
#inner.page .sec.point .fbox {
	display: flex;
	margin: 75px auto 0 auto;
	max-width: 1100px;
	width: 94%;
	gap: 40px;
}
#inner.page .sec.point .fbox .box {width: calc(50% - 20px);box-shadow: 0 0 10px #00000017;background: #FFE100;border-radius: 20px;display: flex;align-items: center;flex-direction: column;justify-content: center;height: 262px;position: relative;}
#inner.page .sec.point .fbox .box .label {position: absolute;left: 50%;top: -24px;transform: translate(-50%, 0);font-size: 37px;color: #FF7031;line-height: 1em;}
#inner.page .sec.point .fbox .box .title {font-size: 44px;font-weight: bold;color: #1E2188;line-height: 1.5em;position: relative;padding: 0 0.3em;}
#inner.page .sec.point .fbox .box .title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	background: #FEF296;
	border-radius: 11px;
}
#inner.page .sec.point .fbox .box .title span {display: block;position: relative;}
#inner.page .sec.point .fbox .box .text {margin-top: 17px;font-size: 20px;font-weight: bold;line-height: 1.5em;}
#inner.page .sec.point .fbox .box .text span {font-size: 36px;margin: 0 5px;}
#inner.page .sec.point .fbox .box2 .text {font-size: 19px;text-align: center;margin-bottom: 21px;}
#inner.page .sec.point .fbox .box2 .text span {font-size: 27px;line-height: 1.5em;}
#inner.page .sec.point .fbox .box .bt_more {position: absolute;bottom: -30px;width: 355px;border-radius: 100px;overflow: hidden;box-shadow: 0 0 10px #00000017;}

#inner.page .sec.price {
	background: none;
	margin-top: 0;
}
#inner.page .sec.price h2 {
	color: #fff;
}
#inner.page .sec.price h2::after {
	background: #fff;
}
#inner.page .sec.price .fbox {
	display: flex;
	margin: 75px auto 0 auto;
	max-width: 1100px;
	width: 94%;
	gap: 40px;
}
#inner.page .sec.price .fbox .box {width: calc(50% - 20px);box-shadow: 0 0 10px #00000017;background: #F1F1F8;border-radius: 20px;display: flex;align-items: center;flex-direction: column;justify-content: center;height: 262px;position: relative;padding-bottom: 10px;box-sizing: border-box;}
#inner.page .sec.price .fbox .box .title {
	height: 60px;
	width: 244px;
	text-align: center;
	background: #FFE100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #1E2389;
	font-size: 18px;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: -39px;
	transform: translate(-50%, 0);
}
#inner.page .sec.price .fbox .box .title::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFE100;
	border-width: 8px;
	margin-left: -8px;
}
#inner.page .sec.price .fbox .box .price {
	font-size: 25px;
	font-weight: bold;
	color: #1E2188;
	line-height: 1em;
	position: relative;
}
#inner.page .sec.price .fbox .box .price span {
	font-size: 54px;
	line-height: 1em;
	margin: 0 5px;
	position: relative;
	top: 3px;
}
#inner.page .sec.price .fbox .box .price.none::after {
	content: "";
	display: block;
	width: 106%;
	background: #FF7031;
	height: 4px;
	top: 62%;
	left: -3%;
	position: absolute;
}
#inner.page .sec.price .fbox .box .price2 {
	font-size: 29px;
	font-weight: bold;
	color: #FF7031;
	margin: 13px 0 -12px 0;
}
#inner.page .sec.price .fbox .box .price2 span {
	font-size: 78px;
}
#inner.page .sec.price .fbox .box .campaign {
	height: 76px;
	width: 400px;
	text-align: center;
	background: #FF7031;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #1E2389;
	font-size: 18px;
	border-radius: 100px;
	position: relative;
	position: absolute;
	left: 50%;
	bottom: -39px;
	transform: translate(-50%, 0);
}
#inner.page .sec.price .fbox .box .campaign::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FF7031;
	border-width: 8px;
	margin-right: -8px;
}
#inner.page .sec.price .fbox .box .campaign strong {
	font-size: 44px;
	color: #FFE100;
	line-height: 1em;
	display: block;
}
#inner.page .sec.price .fbox .box .campaign span {
	display: block;
	text-align: left;
	line-height: 1.2em;
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
}
#inner.page .sec.price .note {
	margin: 70px auto 0 auto;
	max-width: 1100px;
	width: 94%;
	font-size: 12px;
	color: #fff;
	line-height: 1.8em;
}
#inner.page .sec.flow {
	background: #F0F0F7;
	padding-bottom: 240px;
}
#inner.page .sec.flow .list {
	max-width: 1100px;
	margin: 50px auto 0 auto;
	width: 94%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
#inner.page .sec.flow .list .box {
	box-shadow: 0 0 10px #00000017;
	height: 134px;
	box-sizing: border-box;
	border-radius: 100px;
	display: flex;
	align-items: center;
	padding: 0 0 0 32px;
	background: url(../images/img_flow1.webp) no-repeat right 37px center / 90px auto;
	background-color: #fff;
	position: relative;
}
#inner.page .sec.flow .list .box2 {
	background-image: url(../images/img_flow2.webp);
}
#inner.page .sec.flow .list .box3 {
	background-image: url(../images/img_flow3.webp);
}
#inner.page .sec.flow .list .box4 {
	background-image: url(../images/img_flow4.webp);
}
#inner.page .sec.flow .list .box::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #1E2188;
	border-width: 16px;
	margin-left: -16px;
}
#inner.page .sec.flow .list .box:last-child::after {
	display: none;
}
#inner.page .sec.flow .list .box .title {
	width: 284px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFE100;
	border-radius: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #1E2188;
	position: relative;
	padding-left: 18px;
	box-sizing: border-box;
}
#inner.page .sec.flow .list .box .title span {display: flex;position: absolute;left: 10px;top: 50%;width: 50px;height: 50px;border-radius: 100px;background: #fff;justify-content: center;align-items: center;transform: translate(0, -50%);font-size: 30px;padding-bottom: 3px;box-sizing: border-box;}
#inner.page .sec.flow .list .box .text {
	width: calc(100% - 440px);
	font-size: 15px;
	line-height: 1.8em;
	margin-left: 30px;
}
#inner.page .sec.flow .list .box .text a {
	text-decoration: underline;
	color: #FF7031;
}
#inner.page .sec.faq {
	background: #fff;
	padding-top: 180px;
}
#inner.page .sec.faq dl {max-width: 1100px;width: 94%;margin: 70px auto 0 auto;}
#inner.page .sec.faq dl dt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6em;
	color: #1E2188;
	padding: 9px 0 9px 72px;
	position: relative;
}
#inner.page .sec.faq dl dt::before {
	content: "Q";
	display: flex;
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #1E2188;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
	font-size: 30px;
	padding-bottom: 9px;
	box-sizing: border-box;
	color: #fff;
}
#inner.page .sec.faq dl dd {
	background: #f0f0f7;
	margin-top: 21px;
	border-radius: 10px;
	padding: 26px 40px;
	font-size: 15px;
	line-height: 1.8em;
}
#inner.page .sec.faq dl dd + dt {
	margin-top: 36px;
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    .main > .bg {position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;z-index: -1;background: url(../images/img_visual.webp) no-repeat center 137px / 800px auto;background-color: #1E2188;}
	#inner.page .submenu a::before {
		background: linear-gradient(to bottom,  #5cbbd62e 0%,#5cbbd600 100%);
	}
	#inner.page .submenu a::after {
		border-top-color: #CEE4E5;
	}
	#inner.page .submenu a span {
		color: #1E2188;
	}
	#inner.page .sec {
		background: #F0F0F7;
	}
	#inner.page .sec h2 {
		color: #1E2188;
	}
	#inner.page .sec h2::after {
		background: #1E2188;
	}
	#inner.page .visual > .inner {background: none;}
	#inner.page .visual h1 {width: 326px;}
	#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 20px;color: #fff;line-height: 1.7em;margin-top: 35px;text-shadow: 0 0 6px #00000096;padding-left: 0.5em;}
	#inner.page .visual .copy span {
		color: #FFE100;
	}
	#inner.page .visual .label {position: absolute;right: 70px;bottom: 160px;width: 230px;height: 230px;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #FF7031;border-radius: 200px;box-shadow: 0 0 10px #00000033;padding-bottom: 1px;box-sizing: border-box;transform: scale(1.1);opacity: 0;transition: all ease 1s +0.4s;}
	#inner.page .visual .label.active {
		opacity: 1;
		transform: scale(1);
	}
	#inner.page .visual .label::before {
		content: "";
		position: absolute;
		left: 9px;
		top: 9px;
		width: calc(100% - 19px);
		height: calc(100% - 19px);
		border-radius: 200px;
		border: 1px solid #E0CE3F;
	}
	#inner.page .visual .label .text1 {text-align: center;font-size: 21px;font-weight: bold;color: #fff;margin-bottom: 7px;}
	#inner.page .visual .label .text2 {color: #FFE100;font-weight: bold;font-size: 67px;line-height: 1em;}
	#inner.page .visual .label .text2 span {font-weight: bold;font-size: 25px;line-height: 1em;}
	#inner.page .visual .label .text3 {font-size: 16px;color: #fff;1.5em:te;text-align: center;font-weight: bold;line-height: 1.3em;margin-top: 11px;}
	#inner.page .sec.feature {
		
	}
	#inner.page .sec.feature .fbox {
		width: 90%;
		max-width: 1200px;
		margin: 40px auto 0 auto;
		gap: 30px 15px;
		flex-wrap: wrap;
		display: flex;
	}
	#inner.page .sec.feature .fbox .box {
		width: calc((100% - 15px) / 2);
	}
	#inner.page .sec.feature .fbox .box .title {
		height: 55px;
		width: calc(100% - 20px);
		text-align: center;
		background: #FFE100;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		color: #1E2389;
		font-size: 15px;
		border-radius: 100px;
		margin: 0 auto -17px auto;
		position: relative;
		line-height: 1.3em;
	}
	#inner.page .sec.feature .fbox .box .title::after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #FFE100;
		border-width: 8px;
		margin-left: -8px;
	}
	#inner.page .sec.feature .fbox .box .img {
			box-shadow: 0 0 10px #00000017;
			border-radius: 10px;
			overflow: hidden;
			background: #fff;
			display: flex;
			justify-content: center;
			padding: 30px 0 16px 0;
	}
	#inner.page .sec.feature .fbox .box .img img {
			width: 120px;
	}
	#inner.page .sec.feature .fbox .box .text {
			font-size: 13px;
			line-height: 1.7em;
			margin-top: 12px;
	}
	#inner.page .sec.point {
		padding-bottom: 90px;
	}
	#inner.page .sec.point .fbox {
		display: flex;
		margin: 65px auto 0 auto;
		max-width: 1100px;
		width: 90%;
		gap: 45px;
		flex-wrap: wrap;
	}
	#inner.page .sec.point .fbox .box {width: 100%;box-shadow: 0 0 10px #00000017;background: #FFE100;border-radius: 15px;display: flex;align-items: center;flex-direction: column;justify-content: center;height: auto;position: relative;padding: 37px 0 37px 0;}
	#inner.page .sec.point .fbox .box .label {position: absolute;left: 50%;top: -15px;transform: translate(-50%, 0);font-size: 26px;color: #FF7031;line-height: 1em;}
	#inner.page .sec.point .fbox .box .title {font-size: 31px;font-weight: bold;color: #1E2188;line-height: 1.5em;position: relative;padding: 0 0.3em;}
	#inner.page .sec.point .fbox .box .title::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 10px;
		background: #FEF296;
		border-radius: 11px;
	}
	#inner.page .sec.point .fbox .box .title span {display: block;position: relative;}
	#inner.page .sec.point .fbox .box .text {margin-top: 17px;font-size: 17px;font-weight: bold;line-height: 1.5em;}
	#inner.page .sec.point .fbox .box .text span {font-size: 33px;margin: 0 5px;}
	#inner.page .sec.point .fbox .box2 .text {font-size: 16px;text-align: center;margin-bottom: 12px;}
	#inner.page .sec.point .fbox .box2 .text span {font-size: 22px;line-height: 1.5em;}
	#inner.page .sec.point .fbox .box .bt_more {position: absolute;bottom: -29px;width: 295px;border-radius: 100px;overflow: hidden;box-shadow: 0 0 10px #00000017;}
	
	#inner.page .sec.price {
		background: none;
		margin-top: 0;
	}
	#inner.page .sec.price h2 {
		color: #fff;
	}
	#inner.page .sec.price h2::after {
		background: #fff;
	}
	#inner.page .sec.price .fbox {
		display: flex;
		margin: 75px auto 0 auto;
		max-width: 1100px;
		width: 90%;
		gap: 50px;
		flex-wrap: wrap;
	}
	#inner.page .sec.price .fbox .box {width: 100%;box-shadow: 0 0 10px #00000017;background: #F1F1F8;border-radius: 15px;display: flex;align-items: center;flex-direction: column;justify-content: center;height: auto;position: relative;padding-bottom: 10px;box-sizing: border-box;padding: 50px 0 50px 0;}
	#inner.page .sec.price .fbox .box .title {
		height: 50px;
		width: 200px;
		text-align: center;
		background: #FFE100;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		color: #1E2389;
		font-size: 16px;
		border-radius: 100px;
		position: absolute;
		left: 50%;
		top: -22px;
		transform: translate(-50%, 0);
	}
	#inner.page .sec.price .fbox .box .title::after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #FFE100;
		border-width: 8px;
		margin-left: -8px;
	}
	#inner.page .sec.price .fbox .box .price {
		font-size: 18px;
		font-weight: bold;
		color: #1E2188;
		line-height: 1em;
		position: relative;
	}
	#inner.page .sec.price .fbox .box .price span {
		font-size: 40px;
		line-height: 1em;
		margin: 0 5px;
		position: relative;
		top: 3px;
	}
	#inner.page .sec.price .fbox .box .price.none::after {
		content: "";
		display: block;
		width: 106%;
		background: #FF7031;
		height: 4px;
		top: 62%;
		left: -3%;
		position: absolute;
	}
	#inner.page .sec.price .fbox .box .price2 {
		font-size: 29px;
		font-weight: bold;
		color: #FF7031;
		margin: 13px 0 -12px 0;
	}
	#inner.page .sec.price .fbox .box .price2 span {
		font-size: 78px;
	}
	#inner.page .sec.price .fbox .box .campaign {
		height: 76px;
		width: 400px;
		text-align: center;
		background: #FF7031;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		color: #1E2389;
		font-size: 18px;
		border-radius: 100px;
		position: relative;
		position: absolute;
		left: 50%;
		bottom: -39px;
		transform: translate(-50%, 0);
	}
	#inner.page .sec.price .fbox .box .campaign::after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #FF7031;
		border-width: 8px;
		margin-right: -8px;
	}
	#inner.page .sec.price .fbox .box .campaign strong {
		font-size: 44px;
		color: #FFE100;
		line-height: 1em;
		display: block;
	}
	#inner.page .sec.price .fbox .box .campaign span {
		display: block;
		text-align: left;
		line-height: 1.2em;
		color: #fff;
		font-size: 18px;
		margin-left: 10px;
	}
	#inner.page .sec.price .note {
		margin: 30px auto 0 auto;
		max-width: 1100px;
		width: 90%;
		font-size: 10px;
		color: #fff;
		line-height: 1.8em;
	}
	#inner.page .sec.flow {
		background: #F0F0F7;
		padding-bottom: 150px;
	}
	#inner.page .sec.flow .list {
		max-width: 1100px;
		margin: 50px auto 0 auto;
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	#inner.page .sec.flow .list .box {
		box-shadow: 0 0 10px #00000017;
		height: auto;
		box-sizing: border-box;
		border-radius: 15px;
		display: block;
		align-items: center;
		padding: 20px 15px 20px 15px;
		background: url(../images/img_flow1.webp) no-repeat right 10px top calc(50% + 30px) / 80px auto;
		background-color: #fff;
		position: relative;
	}
	#inner.page .sec.flow .list .box2 {
		background-image: url(../images/img_flow2.webp);
	}
	#inner.page .sec.flow .list .box3 {
		background-image: url(../images/img_flow3.webp);
	}
	#inner.page .sec.flow .list .box4 {
		background-image: url(../images/img_flow4.webp);
	}
	#inner.page .sec.flow .list .box::after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #1E2188;
		border-width: 16px;
		margin-left: -16px;
	}
	#inner.page .sec.flow .list .box:last-child::after {
		display: none;
	}
	#inner.page .sec.flow .list .box .title {
		width: auto;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FFE100;
		border-radius: 100px;
		font-size: 18px;
		font-weight: bold;
		color: #1E2188;
		position: relative;
		padding-left: 18px;
		box-sizing: border-box;
	}
	#inner.page .sec.flow .list .box .title span {display: flex;position: absolute;left: 6px;top: 50%;width: 40px;height: 40px;border-radius: 100px;background: #fff;justify-content: center;align-items: center;transform: translate(0, -50%);font-size: 22px;padding-bottom: 3px;box-sizing: border-box;}
	#inner.page .sec.flow .list .box .text {
		width: auto;
		font-size: 13px;
		line-height: 1.8em;
		margin: 17px 0 0 0;
		padding: 0 77px 0 5px;
	}
	#inner.page .sec.flow .list .box .text a {
		text-decoration: underline;
		color: #FF7031;
	}
	#inner.page .sec.faq {
		background: #fff;
		padding-top: 110px;
	}
	#inner.page .sec.faq dl {max-width: 1100px;width: 90%;margin: 40px auto 0 auto;}
	#inner.page .sec.faq dl dt {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.6em;
		color: #1E2188;
		padding: 9px 0 9px 55px;
		position: relative;
	}
	#inner.page .sec.faq dl dt::before {
		content: "Q";
		display: flex;
		position: absolute;
		left: 0;
		top: 50%;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		background: #1E2188;
		justify-content: center;
		align-items: center;
		transform: translate(0, -50%);
		font-size: 23px;
		padding-bottom: 6px;
		box-sizing: border-box;
		color: #fff;
	}
	#inner.page .sec.faq dl dd {
		background: #f0f0f7;
		margin-top: 5px;
		border-radius: 10px;
		padding: 20px 20px;
		font-size: 14px;
		line-height: 1.8em;
	}
	#inner.page .sec.faq dl dd + dt {
		margin-top: 30px;
	}
	
}