/* --------------------------------------------------------------------------------------
	スマホ年金とは
--------------------------------------------------------------------------------------- */
.key-area {
	padding: 73px 0 43px;
}
.key-area h2 {
	padding-top: 61px;
}
.head-wrap {
	background-color: var(--color-yellow);
	margin-top: 80px;
	padding-bottom: 133px;
	position: relative;
}

.head-wrap::before {
	background-color: var(--color-yellow);
	border-radius: 160px 160px 0 0;
	content: '';
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: -80px;
	width: 100%;
}

.head-area {
	margin-top: 60px;
	padding: 50px 34px;
	text-align: center;
}

.head-area h2 {
	font-size: 2.8rem;
	font-weight: var(--Medium);
}

.head-area h2 strong {
	font-family: var(--TsukuA);
	font-weight: var(--Bold);
	margin-right: 28px;
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
}

.head-area h2 strong span,
.head-area h3 strong { color: var(--color-orange); }

.head-area h3 {
	display: inline-block;
	font-family: var(--TsukuA);
	font-size: 2.4rem;
	font-weight: var(--Bold);
	margin-top: 48px;
	position: relative;
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
}

.head-area h3::before {
	background: url(../images/icon_flag.png) no-repeat;
	background-size: 53px auto;
	content: '';
	display: block;
	height: 44px;
	left: -64px;
	position: absolute;
	top: calc(50% - 22px);
	width: 53px;
}

.head-area h3 strong,
.head-area h3 span { font-size: 3.2rem; }

.head-area ol {
	counter-reset: number 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	left: -18px;
	margin-top: 28px;
	position: relative;
	top: -18px;
}

.head-area ol li {
	background-color: var(--color-yellow-thin);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	height: 136px;
	margin-left: 18px;
	margin-top: 18px;
	max-width: 214px;
	padding-top: 28px;
	width: 100%;
}

.head-area ol li::before {
	color: var(--color-orange);
	content: 'ポイント' counter(number);
	counter-increment: number 1;
	display: block;
	font-weight: var(--Bold);
}

.head-area ol li span {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-size: 2rem;
	font-weight: var(--Bold);
	justify-content: center;
	margin-top: -10px;
}

.head-area ol li span b {
	font-size: 1.4rem;
	font-weight: var(--Medium);
}

.head-area > p {
	font-size: 1.2rem;
	margin: 16px auto;
}

.head-area > .banner { margin: 48px auto auto; }

.head-banner { margin-top: 60px; }

.head-banner ul {
	display: flex;
	justify-content: center;
	max-width: 920px;
}

.head-banner li { min-width: 440px; }

@media (max-width: 768px) {

	/* main { padding-top: 125.333vw; } */
	.key-area h1 {
		margin-top: 0;
		padding-top: 3.6vw;
	}
	.key-area {
		background-position: center 0;
		padding: 0 0 calc(48 / 750 * 100vw);
	}
	.head-wrap {
		margin-top: calc(80 / 750 * 100vw);
		padding-bottom: calc(72 / 750 * 100vw);
	}

	.head-wrap::before {
		border-radius: 11.733vw 11.733vw 0 0;
		height: 12vw;
		top: -12vw;
	}

	.head-area {
		margin: 4.667vw 5.333vw 0;
		padding: 7.333vw 4.8vw;
	}

	.head-area h2 {
		font-size: 4.8vw;
	}

	.head-area h2 strong {
		display: block;
		font-size: 6.4vw;
		margin-bottom: 3.733vw;
		margin-right: 0;
	}

	.head-area h3 {
		font-size: 5.333vw;
		margin-top: 6.667vw;
	}

	.head-area h3::before {
		background-size: cover;
		height: 10vw;
		left: -13.333vw;
		top: calc(50% - 5vw);
		width: 12.133vw;
	}

	.head-area h3 strong,
	.head-area h3 span { font-size: 6.4vw; }

	.head-area ol {
		justify-content: space-between;
		left: auto;
		margin-top: 3.067vw;
		top: auto;
	}

	.head-area ol li {
		border-radius: 1.6vw;
		height: auto;
		margin-left: 0;
		margin-top: 0;
		max-width: 37.867vw;
		padding: 2.4vw 0;
	}

	.head-area ol li::before { font-size: 3.2vw; }

	.head-area ol li:nth-of-type(n+3) { margin-top: 2.933vw; }

	.head-area ol li span {
		display: block;
		font-size: 4.267vw;
		margin-top: 1.067vw;
	}

	.head-area ol li span b {
		display: block;
		font-size: 2.667vw;
		width: 100%;
	}

	.head-area > p {
		font-size: 3.2vw;
		margin-bottom: 5.333vw;
		margin-left: 1.2em;
		margin-top: 3.467vw;
		text-align: left;
		text-indent: -1.2em;
	}

	.head-area > .banner { margin-top: 6.333vw; }

	.head-banner {
		margin-top: 8vw;
		padding-bottom: 9.6vw;
	}

	.head-banner ul {
		display: block;
		text-align: center;
	}

	.head-banner li {
		margin: auto;
		min-width: inherit;
	}

	.head-banner li:nth-of-type(n+2) { margin-top: 5.333vw; }
}

/* --------------------------------------------------------------------------------------
	バナーモーダル
--------------------------------------------------------------------------------------- */

.banner-modal {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1111;
}

.banner-modal.fadeIn {
	opacity: 1;
	transition: all .5s ease-in-out;
}

.banner-modal-inner {
	background-color: #fff;
	border: 6px solid var(--color-orange);
	border-radius: 12px;
	max-width: 1000px;
	padding: 50px 42px;
	position: relative;
	text-align: center;
	top: -72.5px;
	width: 100%;
}

.banner-modal-inner .modal-close {
	cursor: pointer;
	position: absolute;
	right: -29px;
	top: -29px;
	z-index: 1;
}

.banner-modal-inner .attention { margin-top: 28px; }
.banner-modal-inner .attention > div:nth-of-type(n+2) { margin-top: 3px; }

.banner-modal-inner .attention p {
	font-size: 2rem;
	font-weight: var(--Bold);
}

.banner-modal-inner .attention p span { color: var(--color-orange); }

.banner-modal-inner .attention p a {
	text-decoration: underline;
}

.banner-modal-inner .attention p .icon-blank {
	height: 24px;
	width: 24px;
}

.banner-modal-inner .banner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

@media (max-width: 768px) {

	.banner-modal-inner {
		border-radius: 1.6vw;
		border-width: 1.333vw;
		margin-left: 5.333vw;
		margin-right: 5.333vw;
		padding: 8.267vw 4vw 8.267vw;
		top: -7.333vw;
		width: auto;
	}

	.banner-modal-inner .modal-close {
		right: -4.267vw;
		top: -4.267vw;
		width: 8.533vw;
	}

	.banner-modal-inner .icon {
		margin-left: auto;
		margin-right: auto;
		max-width: 17.067vw;
	}

	.banner-modal-inner .attention {
		margin-top: 4.8vw;
		text-align: left;
	}

	.banner-modal-inner .attention p {
		font-size: 3.733vw;
		line-height: 1.8;
	}

	.banner-modal-inner .attention .attention-top span { display: inline-block; }

	.banner-modal-inner .attention .attention-center,
	.banner-modal-inner .attention .attention-bottom,
	.banner-modal-inner .attention .attention-center p,
	.banner-modal-inner .attention .attention-bottom p { display: inline; }

	.banner-modal-inner .attention p .icon-blank {
		height: 5.2vw;
		width: 5.2vw;
	}
}

/* --------------------------------------------------------------------------------------
	未来への準備、始めてますか？
--------------------------------------------------------------------------------------- */

.lead { position: relative; }

.lead > h2 {
	background:
		url(/kojin/lp/spnenkin/01/shared/images/index_ic04.png) no-repeat left center,
		url(/kojin/lp/spnenkin/01/shared/images/index_ic04.png) no-repeat right center;
	display: inline-block;
	font-family: var(--TsukuA);
	font-size: 3.2rem;
	font-weight: var(--Bold);
	min-height: 22px;
	padding: 0px 114px;
}

.lead > p {
	font-size: 2rem;
	line-height: 1.8;
	margin-top: 34px;
}

.lead > h3 {
	font-family: var(--TsukuA);
	font-size: 2.8rem;
	font-weight: var(--Bold);
	margin-top: 42px;
}

@media (max-width: 768px) {

	.lead { padding: 0 4.8vw ; }

	.lead > h2 {
		background:
		url(/kojin/lp/spnenkin/01/shared/images/index_ic04_sp.png) no-repeat left center,
		url(/kojin/lp/spnenkin/01/shared/images/index_ic04_sp.png) no-repeat right center;
		background-size: calc(93 / 750 * 100vw) auto;
		font-size: 5.4vw;
		padding: 0 calc(116 / 750 * 100vw);
		-moz-text-stroke-width: .5px;
		-webkit-text-stroke-width: .5px;
	}

	.lead > p {
		font-size: 3.733vw;
		margin-top: calc(92 / 750 * 100vw);
	}
}

/* --------------------------------------------------------------------------------------
	こんなお悩みも全部解消できます!
--------------------------------------------------------------------------------------- */

.onayami {
	height: 709px;
	margin-top: -100px;
	overflow-x: clip;
	position: relative;
	z-index: 0;
}

.onayami::before {
	background: url(../images/bg_kumo.png) no-repeat;
	content: '';
	height: 819px;
	left: calc(50% - 840px);
	position: absolute;
	top: -110px;
	width: 1680px;
	z-index: -1;
}

@media (max-width: 768px) {

	.onayami {
		height: auto;
		margin-bottom: -13.867vw;
		margin-top: -13.867vw;
	}

	.onayami::before { display: none; }
}

/* --------------------------------------------------------------------------------------
	スマホ年金 4つのポイント!
--------------------------------------------------------------------------------------- */

.content {
	background-color: var(--color-yellow-thin);
	margin-top: -192px;
	padding-bottom: 80px;
	padding-top: 244px;
}

.content > .banner { margin: auto;}

.point {
	background-color: var(--color-yellow-thin);
	padding: 80px 0;
}

.point > h2 {
	background: url(../images/icon_flag.png) no-repeat center top / 73px  auto;
	font-family: var(--TsukuA);
	font-size: 3.2rem;
	font-weight: var(--Bold);
	padding-top: 76px;
	-moz-text-stroke-width: .4px;
	-webkit-text-stroke-width: .4px;
}

.point > h2 strong {
	color: var(--color-orange);
	margin-left: 6px;
}

.point > h2 strong,
.point > h2 span { font-size: 4.8rem; }

.point-content {
	counter-reset: number 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
	position: relative;
	top: -66px;
}

.point-content section {
	margin-top: 66px;
	max-width: 488px;
	padding-bottom: 46px;
	padding-top: 60px;
	text-align: center;
	width: 100%;
}


.point-content section h3 {
	align-items: center;
	background: url(../images/ttl_arrow.png) no-repeat;
	display: flex;
	font-size: 2.4rem;
	font-weight: var(--Bold);
	height: 81px;
	justify-content: center;
	left: calc(50% - 208.5px);
	margin: auto;
	max-width: 417px;
	position: absolute;
	text-align: center;
	top: -46px;
	width: 100%;
}

.point-content section h3::before {
	color: var(--color-orange);
	content: 'ポイント' counter(number);
	counter-increment: number 1;
	display: block;
	font-size: 1.6rem;
	font-weight: var(--Bold);
	margin-right: 11px;
}

.point-content section h3 span {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.point-content section h3 b { font-size: 1.4rem; }

.point-content section p {
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 26px;
}

.point-content section .btn { margin: 30px auto auto; }

@media (max-width: 1000px) {

	.point-content section { max-width: inherit; }

}

.point > .banner { margin: auto; }

@media (max-width: 768px) {

	.content {
		margin-top: 0;
		padding-bottom: 13.867vw;
		padding-top: 18.933vw;
	}

	.point {
		padding-bottom: 0;
		padding-top: 9.333vw;
	}

	.point > h2 {
		background-position: 3.333vw 0;
		background-size: 18.533vw auto;
		font-size: 9.6vw;
		line-height: 1.1;
		padding-top: 1.333vw;
	}

	.point > h2 b { font-size: 6.4vw; }

	.point > h2 strong,
	.point > h2 span { font-size: 12.8vw; }

	.point-content {
		margin: 12vw 5.333vw 0;
		top: auto;
	}

	.point-content section {
		margin-top: 0;
		padding-bottom: 5.6vw;
		padding-top: 13.333vw;
	}

	.point-content section:nth-of-type(n+2) { margin-top: 12.8vw; }

	.point-content section h3 {
		background-size: cover;
		font-size: 5.333vw;
		height: 15.733vw;
		left: calc(50% - 41vw);
		max-width: 82vw;
		top: -7.733vw;
	}

	.point-content section h3::before {
		font-size: 3.467vw;
		margin-right: 1.867vw;
	}

	.point-content section h3 span { line-height: 1.2; }

	.point-content section h3 b { font-size: 3.2vw; }

	.point-content section > div {
		margin-left: 5.333vw;
		margin-right: 5.333vw;
	}

	.point-content section p { margin-top: 4.267vw; }

	.point-content section .btn {
		margin-bottom: 2.333vw;
		margin-top: 5.333vw;
	}

	.point > .banner { margin-top: 14vw; }

}

/* --------------------------------------------------------------------------------------
	簡単シミュレーション
--------------------------------------------------------------------------------------- */

.simulation {
	background-color: var(--color-yellow);
	border-radius: 24px;
	margin-top: 68px;
	padding: 37px 90px;
	text-align: center;
}

.simulation h2 {
	font-family: var(--TsukuA);
	font-size: 2.8rem;
	font-weight: var(--Bold);
}

.simulation dl {
	margin: 28px auto auto;
	max-width: 704px;
	padding: 38px 0;
	position: relative;
}

.simulation dl::before {
	background: url(../images/point_deco.png) no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 100px;
	left: -119px;
	position: absolute;
	top: -55px;
	width: 200px;
}

.simulation dt {
	color: var(--color-orange);
	display: inline-block;
	font-family: var(--TsukuA);
	font-size: 3.2rem;
	font-weight: var(--Bold);
	position: relative;
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
}

.simulation dt::before {
	background: url(../images/icon_dentaku.png) no-repeat;
	content: '';
	display: block;
	height: 40px;
	left: -58px;
	position: absolute;
	top: calc(50% - 20px);
	width: 37px;
}

.simulation dd { margin-top: 20px; }

.simulation dd p {
	font-size: 2rem;
	margin-bottom: 30px;
}


.simulation section { margin-top: 38px; }

.simulation section h3 {
	font-size: 2rem;
	font-weight: var(--Bold);
}

.simulation section p {
	display: inline-block;
	font-size: 2.2rem;
	position: relative;
	z-index: 0;
}

.simulation section p strong {
	color: var(--color-orange);
	font-size: 5.6rem;
	font-weight: var(--Bold);
}

.simulation section p strong span { font-size: 3.8rem; }

.simulation section p > span {
	display: block;
	font-size: 1.4rem;
	font-weight: var(--Regular);
}

.simulation section > span {
	display: block;
	font-size: 1.2rem;
	font-weight: var(--Regular);
	line-height: 1.8;
	margin-top: 34px;
}

@media (max-width: 768px) {

	.simulation {
		border-radius: 11.733vw;
		margin-top: 0;
		padding: 14.667vw 5.333vw 9.4vw;
	}

	.simulation h2 { font-size: 6.4vw; }

	.simulation dl {
		margin-top: 6.4vw;
		padding: 5.333vw 4.8vw 6.933vw;
	}

	.simulation dl::before {
		background-size: 100% auto;
		height: 23.6vw;
		left: -5.667vw;
		top: -49.667vw;
		width: 47.2vw;
	}

	.simulation dt {
		align-items: center;
		display: flex;
		font-size: 6.4vw;
		justify-content: center;
		letter-spacing: -2px;
	}

	.simulation dt::before {
		background-size: cover;
		height: 8.667vw;
		left: auto;
		margin-right: 3.333vw;
		position: relative;
		top: auto;
		width: 7.867vw;
	}

	.simulation dd { margin-top: 2.133vw; }

	.simulation dd p {
		font-size: 3.733vw;
		margin-bottom: 4.267vw;
	}

	.simulation dd .btn a { display: block; }

	.simulation section { margin-top: 6.4vw; }
	.simulation section h3 {
		font-size: 6.267vw;
		line-height: 1.2;
	}

	.simulation section h3 small { font-size: 4.267vw; }

	.simulation section p { font-size: 3.733vw; }

	.simulation section p strong { font-size: 9.6vw; }
	.simulation section p strong span { font-size: 6.4vw; }

	.simulation section p > span { font-size: 3.2vw; }

	.simulation section > span {
		font-size: 3.2vw;
		margin-top: 4.667vw;
	}


}

/* --------------------------------------------------------------------------------------
	商品情報
--------------------------------------------------------------------------------------- */

.product {
	margin-top: 86px;
}

.product-inner {
	margin-top: 50px;
	padding: 54px 64px 30px;
}

.product-inner section { text-align: center; }

.product-inner section:nth-of-type(n+2) {
	border-top: 2px solid #dadada;
	margin-top: 45px;
	padding-top: 32px;
}

.product-inner section h3 {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: var(--Bold);
	margin: auto;
	min-height: 33px;
	padding-left: 46px;
	position: relative;
}
.product-inner .product-heading-title {
	position: relative;
}
.product-inner .product-heading-title::before {
	position: absolute;
	content: "";
	top: 5px;
	left: -46px;
	width: 33px;
	height: 33px;
	background: url(../images/icon_check.png) no-repeat 0 0 / contain;
}
.product-heading-lead {
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}

.product-inner section h5 {
	background-color: var(--color-yellow-thin);
	display: inline-block;
	font-size: 3rem;
	font-weight: var(--Medium);
	margin-top: 13px;
	padding: 12px 48px;
}

.product-inner section h5 sup {
	font-size: 1rem;
	margin: 0 2px;
	position: relative;
	top: -4px;
}

.product-inner h5 sup b {
	display: inline-block;
	font-size: 160%;
	margin-top: 6px;
	vertical-align: middle;
}

.product-inner section h5 span { color: var(--color-orange); }

.product-inner section .diagram { margin-top: 24px; }

.product-inner section .nenkin { margin-top: 10px; }

.product-inner section .nenkin .photo {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.product-inner section .text {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	max-width: 630px;
	text-align: left;
}

.product-inner section .text dl:nth-of-type(n+2) { margin-top: 10px; }

.product-inner section .text .center { text-align: center; }

.product-inner section .text dt {
	line-height: 1.7;
	padding: 4px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.product-inner section .text dt::before,
.product-inner section .text dt::after {
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 9px;
}

.product-inner section .text dt::before {
	border-left: 1px solid #3f3f3f;
	left: 0;
}

.product-inner section .text dt::after {
	border-right: 1px solid #3f3f3f;
	right: 0;
}

.product-inner section .text dd {
	margin-top: 10px;
	text-align: left;
}

.product-inner section .text dd p {
	padding-left: 1.4em;
	position: relative;
}

.product-inner section .text dd p span {
	left: 0;
	position: absolute;
	top: 0;
}

.product-inner section .text dd p .blank {
	background-size: 10px;
	text-decoration: underline;
}

.product-inner section .text ul {
	counter-reset: number 0;
	margin-top: 10px;
	text-align: left;
}

.product-inner section .text li {
	padding-left: 1.4em;
	position: relative;
}

.product-inner section .text li::before {
	content: '※';
	left: 0;
	position: absolute;
}

@media (max-width: 768px) {

	.product {
		margin: 13.333vw 5.333vw 0;
		padding-bottom: 0;
	}

	.product-inner {
		margin-top: 6.4vw;
		padding: 8vw 4.8vw 5.333vw;
	}

	.product-inner section:nth-of-type(n+2) {
		border-top: none;
		margin-top: 6.667vw;
		padding-top: 0;
	}

	.product-inner section h3 {
		align-items: center;
		display: inline-block;
		font-size: 5.333vw;
		justify-content: center;
		min-height: 5.897vw;
		padding-left: 7.333vw;
	}
	
	.product-inner .product-heading-title {
		position: relative;
	}
	
	.product-inner .product-heading-title::before {
		position: absolute;
		content: "";
		top: 1.0667vw;
		left: -7.2vw;
		width: 5.867vw;
		height: 5.867vw;
		background: url(../images/icon_check.png) no-repeat 0 0 / contain;
	}
	
	.product-heading-lead {
		font-size: 4.333vw;
	}

	.product-inner section h3::before {
		background-size: 100% auto;
		height: 5.897vw;
		left: auto;
		margin-right: 1.6vw;
		margin-top: .333vw;
		position: relative;
		top: auto;
		width: 5.867vw;
	}

	.product-inner section h5 {
		display: block;
		font-size: 3.733vw;
		padding: 2.133vw;
	}

	.product-inner section h5 sup {
		display: inline-block;
		font-size: 2.933vw;
		margin-left: -.667vw;
		margin-right: 0;
		position: relative;
		top: .333vw;
		transform: scale(.6);
	}

	.product-inner section .text { font-size: 2.667vw; }

	.product-inner section .text dt {
		padding: 1.333vw 3.333vw;
		text-align: left;
		white-space: normal;
	}
}

/* --------------------------------------------------------------------------------------
	申込の流れ​
--------------------------------------------------------------------------------------- */

.flow {
	padding-bottom: 88px;
	padding-top: 80px;
}

.flow > .banner { margin: 80px auto 0; }

.flow ol {
	counter-reset: number 0;
	margin-top: 42px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.flow ol::before {
	background-color: var(--color-orange);;
	content: '';
	display: block;
	height: 100%;
	left: 50px;
	position: absolute;
	top: 0;
	width: 27px;
}

.flow li {
	align-items: center;
	background-color: #fff;
	border: 2px solid #c1c1c1;
	border-radius: 12px;
	display: flex;
	padding: 24px 40px;
	position: relative;
}

.flow li:nth-of-type(n+2) { margin-top: 23px; }

.flow li::before {
	color: var(--color-orange);
	content: 'STEP' counter(number);
	counter-increment: number 1;
	font-weight: var(--Bold);
}

.flow li h3 {
	margin-left: 34px;
}

.flow li h3 strong {
	display: block;
	font-size: 2rem;
}

.flow li h3 span {
	display: block;
	line-height: 1.6;
	margin-top: 6px;
}

@media (max-width: 768px) {

	.flow { padding: 13.333vw 5.333vw 14.667vw; }

	.flow ol { margin-top: 5.6vw; }

	.flow ol::before {
		left: 8.8vw;
		width: 4.267vw;
	}

	.flow li {
		border-radius: 1.6vw;
		padding: 3.2vw 0 3.2vw 5.333vw;
	}

	.flow li:nth-of-type(n+2) { margin-top: 4vw; }

	.flow li::before { font-size: 3.2vw; }

	.flow li h3 { margin-left: 5.333vw; }
	.flow li h3 strong { font-size: 4.267vw; }

	.flow li h3 span {
		font-size: 3.467vw;
		margin-top: 0;
	}

	.flow > .banner { margin-top: 8.533vw; }
}

/* --------------------------------------------------------------------------------------
	よくあるご質問
--------------------------------------------------------------------------------------- */

.qa {
	padding-bottom: 48px;
	padding-top: 80px;
	position: relative;
	z-index: 0;
}

.qa::before {
	background-color: var(--color-yellow-thin);
	border-radius: 160px 160px 0 0;
	content: '';
	display: block;
	height: 160px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.qa::after {
	background-color: var(--color-yellow-thin);
	content: '';
	display: block;
	height: calc(100% - 160px);
	left: 0;
	position: absolute;
	top: 160px;
	width: 100%;
	z-index: -1;
}

.qa .box { margin-top: 48px; }

.qa .column {
	border-bottom: 1px solid #c1c1c1;
	display: block;
}

.qa .column:first-of-type { border-top: 1px solid #c1c1c1; }

.qa .column input { display: none; }

.qa .column label {
	background: url(../images/icon_q.png) no-repeat left center;
	cursor: pointer;
	display: block;
	font-weight: var(--Medium);
	min-height: 31px;
	padding: 19px 0 19px 42px;
	position: relative;
}

.qa .column label::after {
	background: url(../images/icon_plus.png) no-repeat center center;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 20px;
}

.qa .column input:checked + label::after { background-image: url(../images/icon_minus.png); }

.qa .column .qa-content {
	max-height: 0;
	overflow: hidden;
	transition: all .1s ease-in-out;
}

.qa .column input:checked + label + .qa-content {
	max-height: 2000px;
	transition: all .3s ease-in-out;
}

.qa .column .qa-content > p,
.qa .column .qa-content > div {
	font-size: 1.4rem;
	position: relative;
}

.qa .column .qa-content > p:first-of-type,
.qa .column .qa-content > div:first-of-type {
	background: url(../images/icon_a.png) no-repeat left top;
	padding-bottom: 19px;
	padding-left: 42px;
	padding-top: 5px;
}

.qa .column .qa-content p:nth-of-type(n+2) { margin-top: 20px; }

.qa .banner-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 666px;
}

.qa .banner-area li:first-of-type { width: 100%; }
.qa .banner-area li:nth-of-type(n+2) { margin-top: 24px; }
.qa .banner-area li:nth-of-type(n+3) { margin-left: 24px; }

.qa .notice {
	background: url(../images/icon_notice.png) no-repeat center top;
	margin-top: 72px;
	padding-top: 100px;
}

.qa .notice > p {
	font-size: 1.4rem;
	text-align: center;
}

.qa .notice dl {
	background-color: #fffdf1;
	border-radius: 16px;
	margin: 32px auto auto;
	max-width: 704px;
	padding: 28px 0 50px;
	text-align: center;
}

.qa .notice dt { font-weight: var(--Bold); }

.qa .notice dd {
	font-size: 1.4rem;
	margin-top: 16px;
}

@media (max-width: 768px) {

	.qa {
		padding-bottom: 9.333vw;
		padding-top: 14.667vw;
	}

	.qa::before {
		border-radius: 14.933vw 14.933vw 0 0;
		height: 14vw;
	}

	.qa::after {
		height: calc(100% - 14vw);
		top: 14vw;
	}

	.qa .box { margin: 5.333vw 5.333vw 0; }

	.qa .column label {
		background-size: 5.067vw auto;
		padding: 3.467vw 12.667vw 3.467vw 6.667vw;
	}

	.qa .column label::after {
		background-size: 100% auto;
		height: 4.267vw;
		top: calc(50% - 2.133vw);
		width: 4.267vw;
	}

	.qa .column .qa-content > p:first-of-type,
	.qa .column .qa-content > div:first-of-type {
		background-size: 5.067vw auto;
		padding: 0 0 3.467vw 6.667vw;
	}

	.qa .banner-area { margin-top: 8vw; }

	.qa .banner-area li:nth-of-type(n+2) {
		margin-top: 3.2vw;
		min-width: 42.933vw;
	}

	.qa .banner-area li:nth-of-type(n+3) { margin-left: 3.467vw; }

	.qa .notice {
		background-size: 10.267vw auto;
		margin-top: 8.533vw;
		padding-top: 12.533vw;
	}

	.qa .notice > p {
		font-size: 3.2vw;
		text-align: left;
	}

	.qa .notice dl {
		border-radius: 2.133vw;
		margin-top: 3.2vw;
		padding: 5.6vw 4.8vw;
	}

	.qa .notice dt { font-size: 3.467vw; }

	.qa .notice dd {
		font-size: 3.2vw;
		margin-top: 2.667vw;
		text-align: left;
	}
}

/* --------------------------------------------------------------------------------------
	モーダル
--------------------------------------------------------------------------------------- */

.modal-overlay {
	background-color: var(--bg-modal);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1111;
}

.modal-overlay.fadeIn,
.modal.fadeIn {
	opacity: 1;
	transition: all .5s ease-in-out;
}

.modal {
	margin-top: 55px;
	max-width: 904px;
	opacity: 0;
	position: absolute;
	z-index: -1111;
}

.modal .modal-close {
	margin-bottom: -31px;
	margin-right: -27px;
	position: relative;
	text-align: right;
	z-index: 1;
}

.modal .modal-close img { cursor: pointer; }

.modal .modal-inner { padding: 40px 28px; }

.modal .modal-inner section:nth-of-type(n+2) { margin-top: 20px; }

.modal .modal-inner section h2 { font-weight: var(--Bold); }

.modal .modal-inner section ul {
	font-size: 1.4rem;
	margin-top: 12px;
}

.modal .modal-inner section li {
	padding-left: 24px;
	position: relative;
}

.modal .modal-inner section li::before {
	background-color: var(--color-orange);
	border-radius: 100vw;
	content: '';
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 14px;
}

.modal .modal-inner section li:nth-of-type(n+2) { margin-top: 4px; }

.modal .modal-inner .image {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 48px;
	position: relative;
}

.modal .modal-inner .image p {
	font-size: 1.4rem;
	max-width: 300px;
	position: absolute;
	right: 53px;
	text-align: center;
	top: 0;
}

.modal .modal-inner > p {
	font-size: 1.2rem;
	margin-top: 18px;
}

.modal .modal-inner dl {
	font-size: 1.2rem;
	margin-top: 14px;
}

.modal .modal-inner dd li {
	margin-left: 1em;
	text-indent: -1em;
}

@media (max-width: 768px) {

	.modal {
		left: 0 !important;
		margin: 13.867vw 5.333vw 0;
	}

	.modal .modal-close {
		margin-bottom: -5.333vw;
		margin-right: -4.333vw;
	}

	.modal .modal-close img { width: 8.533vw; }

	.modal .modal-inner { padding: 6.4vw 4.533vw 4.8vw; }

	.modal .modal-inner section:nth-of-type(n+2) { margin-top: 3.2vw; }

	.modal .modal-inner section ul {
		font-size: 3.467vw;
		margin-top: 3.2vw;
	}


	.modal .modal-inner section li { padding-left: 4.333vw; }

	.modal .modal-inner section li::before {
		height: 2.133vw;
		top: 1.333vw;
		width: 2.133vw;
	}

	.modal .modal-inner .image {
		display: block;
		margin-top: 4.333vw;
		padding-top: 0;
	}

	.modal .modal-inner .image p {
		font-size: 3.367vw;
		margin-bottom: 2.667vw;
		margin-left: 2.633vw;
		margin-top: 2.667vw;
		position: relative;
		right: auto;
		text-align: left;
		top: auto;
	}

	.modal .modal-inner > p {
		font-size: 3.2vw;
		margin-top: 3.733vw;
	}

	.modal .modal-inner dl {
		font-size: 3.367vw;
		margin-top: 3.2vw;
	}

	.modal .modal-inner section li:nth-of-type(n+2) br { display: none; }
}

/* spnenkin
------------------------------------------------------ */
.spnenkin-color01 {
	color: #ea542a;
}
.spnenkin-color02 {
	color: #38a4c4;
}
.spnenkin-sup-small {
	font-size: 50%;
}
.spnenkin-underline {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.spnenkin-underline::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 24%;
	background-color: #ffe100;
	z-index: -1;
}
[data-size-pc] > * { width: 100%; }
  [data-size-pc="1per"]{width:1%!important;}[data-size-pc="2per"]{width:2%!important;}[data-size-pc="3per"]{width:3%!important;}[data-size-pc="4per"]{width:4%!important;}[data-size-pc="5per"]{width:5%!important;}[data-size-pc="6per"]{width:6%!important;}[data-size-pc="7per"]{width:7%!important;}[data-size-pc="8per"]{width:8%!important;}[data-size-pc="9per"]{width:9%!important;}[data-size-pc="10per"]{width:10%!important;}[data-size-pc="11per"]{width:11%!important;}[data-size-pc="12per"]{width:12%!important;}[data-size-pc="13per"]{width:13%!important;}[data-size-pc="14per"]{width:14%!important;}[data-size-pc="15per"]{width:15%!important;}[data-size-pc="16per"]{width:16%!important;}[data-size-pc="17per"]{width:17%!important;}[data-size-pc="18per"]{width:18%!important;}[data-size-pc="19per"]{width:19%!important;}[data-size-pc="20per"]{width:20%!important;}[data-size-pc="21per"]{width:21%!important;}[data-size-pc="22per"]{width:22%!important;}[data-size-pc="23per"]{width:23%!important;}[data-size-pc="24per"]{width:24%!important;}[data-size-pc="25per"]{width:25%!important;}[data-size-pc="26per"]{width:26%!important;}[data-size-pc="27per"]{width:27%!important;}[data-size-pc="28per"]{width:28%!important;}[data-size-pc="29per"]{width:29%!important;}[data-size-pc="30per"]{width:30%!important;}[data-size-pc="31per"]{width:31%!important;}[data-size-pc="32per"]{width:32%!important;}[data-size-pc="33per"]{width:33%!important;}[data-size-pc="34per"]{width:34%!important;}[data-size-pc="35per"]{width:35%!important;}[data-size-pc="36per"]{width:36%!important;}[data-size-pc="37per"]{width:37%!important;}[data-size-pc="38per"]{width:38%!important;}[data-size-pc="39per"]{width:39%!important;}[data-size-pc="40per"]{width:40%!important;}[data-size-pc="41per"]{width:41%!important;}[data-size-pc="42per"]{width:42%!important;}[data-size-pc="43per"]{width:43%!important;}[data-size-pc="44per"]{width:44%!important;}[data-size-pc="45per"]{width:45%!important;}[data-size-pc="46per"]{width:46%!important;}[data-size-pc="47per"]{width:47%!important;}[data-size-pc="48per"]{width:48%!important;}[data-size-pc="49per"]{width:49%!important;}[data-size-pc="50per"]{width:50%!important;}[data-size-pc="51per"]{width:51%!important;}[data-size-pc="52per"]{width:52%!important;}[data-size-pc="53per"]{width:53%!important;}[data-size-pc="54per"]{width:54%!important;}[data-size-pc="55per"]{width:55%!important;}[data-size-pc="56per"]{width:56%!important;}[data-size-pc="57per"]{width:57%!important;}[data-size-pc="58per"]{width:58%!important;}[data-size-pc="59per"]{width:59%!important;}[data-size-pc="60per"]{width:60%!important;}[data-size-pc="61per"]{width:61%!important;}[data-size-pc="62per"]{width:62%!important;}[data-size-pc="63per"]{width:63%!important;}[data-size-pc="64per"]{width:64%!important;}[data-size-pc="65per"]{width:65%!important;}[data-size-pc="66per"]{width:66%!important;}[data-size-pc="67per"]{width:67%!important;}[data-size-pc="68per"]{width:68%!important;}[data-size-pc="69per"]{width:69%!important;}[data-size-pc="70per"]{width:70%!important;}[data-size-pc="71per"]{width:71%!important;}[data-size-pc="72per"]{width:72%!important;}[data-size-pc="73per"]{width:73%!important;}[data-size-pc="74per"]{width:74%!important;}[data-size-pc="75per"]{width:75%!important;}[data-size-pc="76per"]{width:76%!important;}[data-size-pc="77per"]{width:77%!important;}[data-size-pc="78per"]{width:78%!important;}[data-size-pc="79per"]{width:79%!important;}[data-size-pc="80per"]{width:80%!important;}[data-size-pc="81per"]{width:81%!important;}[data-size-pc="82per"]{width:82%!important;}[data-size-pc="83per"]{width:83%!important;}[data-size-pc="84per"]{width:84%!important;}[data-size-pc="85per"]{width:85%!important;}[data-size-pc="86per"]{width:86%!important;}[data-size-pc="87per"]{width:87%!important;}[data-size-pc="88per"]{width:88%!important;}[data-size-pc="89per"]{width:89%!important;}[data-size-pc="90per"]{width:90%!important;}[data-size-pc="91per"]{width:91%!important;}[data-size-pc="92per"]{width:92%!important;}[data-size-pc="93per"]{width:93%!important;}[data-size-pc="94per"]{width:94%!important;}[data-size-pc="95per"]{width:95%!important;}[data-size-pc="96per"]{width:96%!important;}[data-size-pc="97per"]{width:97%!important;}[data-size-pc="98per"]{width:98%!important;}[data-size-pc="99per"]{width:99%!important;}[data-size-pc="100per"]{width:100%!important;}
	
/* spnenkin-mv
------------------------------------------------------ */
.spnenkin-mv-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
	margin-top: 16px;
	border: 2px solid #ea542a;
	border-radius: 12px;
}
.spnenkin-mv-content-head {
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 3px;
	background-color: #ea542a;
	border-radius: 10px 10px 0 0;
	font-family: var(--TsukuA);
}
.spnenkin-mv-content-body {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding: 4px 20px 0;
}
.spnenkin-mv-content-body >:first-child {
	margin-top: 0!important;
}
.spnenkin-mv-content-lead {
	font-size: 2.8rem;;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	font-family: var(--TsukuA);
}
.spnenkin-mv-content-text01 {
	font-size: 2.8rem;;
	text-align: center;
	font-weight: bold;
	font-family: var(--TsukuA);
	margin-top: 3px;
	line-height: 1;
}
.spnenkin-mv-content-text02 {
	font-size: 1.5rem;
	margin-top: 6px;
}
.spnenkin-mv-content-col-wrap {
	display: flex;
	gap: 20px 47px;
	margin-top: 7px;
}
.spnenkin-mv-example-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #ea542a;
	font-family: var(--TsukuA);
	margin-left: 43px;
}
.spnenkin-mv-example-col {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 88px;
}
.spnenkin-mv-example-text01 {
	font-size: 4.0rem;
	font-weight: bold;
	font-family: var(--TsukuA);
}
.spnenkin-mv-example-text02 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	font-family: var(--TsukuA);
}
.spnenkin-mv-example-strong {
	font-size: 8.4rem;
	line-height: 1.1;
}
.spnenkin-mv-example-bg {
	position: relative;
}
.spnenkin-mv-example-bg::before {
	position: absolute;
	content: "";
	top: -34px;
	left: -42px;
	width: 66px;
	height: 71px;
	background: url(/kojin/lp/spnenkin/01/shared/images/index_bg01.png) no-repeat 0 0 / contain;
}
.spnenkin-mv-example-bg::after {
	position: absolute;
	content: "";
	top: -34px;
	right: -57px;
	width: 85px;
	height: 71px;
	background: url(/kojin/lp/spnenkin/01/shared/images/index_bg02.png) no-repeat 0 0 / contain;
}
.spnenkin-mv-content-note-area {
	margin: 10px -20px 0 -20px;
	padding: 13px 23px 19px;
	border-radius: 0 0 10px 10px;
	background-color: #fff8c6;
}
.spnenkin-mv-content-note-area >:first-child {
	margin-top: 0!important;
}
.spnenkin-mv-content-note-list {
	margin-top: 20px;
}
.spnenkin-mv-content-note-list > li {
	position: relative;
	font-size: 1.8rem;
	padding-left: 1.8rem;
	line-height: 1.4;
}
.spnenkin-mv-content-note-list > li > .ast {
	display: inline-block;
	text-indent: -18px;
}
.spnenkin-mv-content-note-strong {
	font-size: 2.2rem;
	color: #c90018;
	font-weight: var(--Bold);
	text-decoration: underline;
}
/* spnenkin-apply-btn-wrap
------------------------------------------------------ */
.spnenkin-apply-btn-wrap {
	margin-top: 38px;
}
.spnenkin-apply-btn-lead {
	display: inline-block;
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 35px;
	color: #ea542a;
	text-align: center;
}
.spnenkin-apply-btn-lead::before,
.spnenkin-apply-btn-lead::after {
	content: '';
	position: absolute;
	bottom: 15px;
	width: 21px;
	height: 3px;
	border-radius: 2px;
	background-color: #ea542a;
}
.spnenkin-apply-btn-lead::before {
	left: 0;
	transform: rotate(60deg);
}
.spnenkin-apply-btn-lead::after {
	right: 0;
	transform: rotate(-60deg);
}
.spnenkin-apply-btn a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	background-color: #ea542a;
	border: 2px solid #ea542a;
	border-radius: 47px;
	max-width: 440px;
	margin: 15px auto 0;
	padding: 12px 10px 12px 20px;
	gap: 24px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.spnenkin-apply-btn a::before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_white.png) no-repeat 0 0 /contain;
	width: 27px;
	height: 15px;
	content: '';
	display: block;
	position: absolute;
	right: 22px;
	top: calc(50% - 7px);
}
.spnenkin-apply-btn-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	font-size: 2.4rem;
	color: #ea542a;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #ea542a;
}
.spnenkin-apply-btn a:hover {
	color: #ea542a;
	background-color: #fff;
	border: 2px solid #ea542a;
}
.spnenkin-apply-btn a:hover:before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_orange.png) no-repeat 0 0 /contain;
}
/* spnenkin-credit
------------------------------------------------------ */
.spnenkin-credit-are {
	margin-top: -24px;
}
.spnenkin-credit-plus img {
	max-width: 89px;
}
.spnenkin-credit-box {
	display: flex;
	align-items: center;
	max-width: 510px;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 12px;
	margin: -18px auto 0;
	padding: 29px 40px 30px 40px;
	gap: 20px;
	box-shadow: 3px 3px 0 var(--color-text);
}
.spnenkin-credit-text {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}
.spnenkin-credit-ic img {
	max-width: 100px;
}
/* spnenkin-benefit
------------------------------------------------------ */
.spnenkin-benefit-wrap {
	display: flex;
	margin-top: 22px;
	gap: 23px;
}
.spnenkin-benefit-head {
	position: relative;
	background-color: #ffe04e;
	padding: 16px 0 22px 24px;
	margin-right: 41px;
}
.spnenkin-benefit-head::before {
	content: "";
	position: absolute;
	top: 0;
	right: -41px;
	width: 42px;
	height: 100%;
	background: #ffe04e;
	clip-path: polygon(
		0 0,
		100% 50%,
		0 100%
	);
}
.spnenkin-benefit-person-img {
	max-width: 107px;
}
.spnenkin-benefit-person-text {
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 17px;
}
.spnenkin-benefit-body >:first-child {
	margin-top: 0!important;
}
.spnenkin-benefit-lead {
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	font-family: var(--TsukuA);
	padding-left: 40px;
	line-height: 1;
}
.spnenkin-benefit-lead::before {
	position: absolute;
	content: "";
	top: 18px;
	left: -16px;
	width: 58px;
	height: 180px;
	background: url(/kojin/lp/spnenkin/01/shared/images/index_ic03.png) no-repeat 0 0 /contain;
}
.spnenkin-benefit-lead-sub {
	font-size: 2.0rem;
	margin-left: 180px;
}
.spnenkin-benefit-lead-large {
	font-size: 4.6rem;
	line-height: 1;
}
.spnenkin-benefit-col {
	display: flex;
	margin-top: 12px;
	gap: 20px 20px;
}
.spnenkin-benefit-col-item {
	width: 317px;
	border: 4px solid #ea542a;
	border-radius: 12px;
	font-family: var(--TsukuA);
}
.spnenkin-benefit-col-item-head {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ea542a;
	padding: 1px 0 3px;
}
.spnenkin-benefit-col-item-body {
	padding: 14px 18px 6px;
}
.spnenkin-benefit-col-item[data-color="gray"] {
	border: 4px solid #c1c1c1;
}
.spnenkin-benefit-col-item[data-color="gray"] .spnenkin-benefit-col-item-head {
	color: #333;
	background-color: #c1c1c1;
}
.spnenkin-benefit-col-text-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.spnenkin-benefit-col-text-wrap + .spnenkin-benefit-col-text-wrap {
	margin-top: 4px;
}
.spnenkin-benefit-col-text-wrap02 {
	display: flex;
	align-items: baseline;
}
.spnenkin-benefit-col-text-wrap02 + .spnenkin-benefit-col-text-wrap02 {
	margin-top: 3px;
}
.spnenkin-benefit-col-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 67px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #38a4c4;
	border-radius: 50%;
	line-height: 1;
	flex-shrink: 0;
	margin-left: 17px;
	padding: 1px 3px 7px;
}
.spnenkin-benefit-col-circle[data-color="orange"] {
	background-color: #ea542a;
}
.spnenkin-benefit-col-text {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
}
.spnenkin-benefit-col-text .spnenkin-underline::before {
	bottom: 0;
}
.spnenkin-benefit-col-text-large {
	font-size: 4.2rem;
	line-height: 1;
}
.spnenkin-benefit-col-text-normal {
	font-weight: normal;
}
.spnenkin-benefit-col-text02 {
	font-size: 1.8rem;
	font-weight: bold;
	min-width: 90px;
	text-align: left;
}
.spnenkin-benefit-col-text03 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 3px;
	text-align: left;
}
.spnenkin-benefit-text {
	font-size: 1.5rem;
	text-align: left;
	margin-top: 42px;
}
.spnenkin-benefit-numNote-list {
	margin-top: 16px;
}
.spnenkin-benefit-numNote-list > li {
	width: fit-content;
	position: relative;
	padding-left: 23px;
	font-size: 1.5rem;
}
.spnenkin-benefit-numNote-list > li > .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.spnenkin-benefit-text + .spnenkin-benefit-numNote-list {
	margin-top: 4px;
}
.spnenkin-benefit-text + .spnenkin-benefit-text {
	margin-top: 5px;
}
.spnenkin-benefit-numNote-list + .spnenkin-benefit-text {
	margin-top: 5px;
}
.spnenkin-benefit-note-area {
	margin-top: 25px;
	padding: 13px 25px 20px;
	background-color: #fff9dc;
}
.spnenkin-benefit-note-area >:first-child {
	margin-top: 0!important;
}
.spnenkin-benefit-note-list {
	margin-top: 20px;
}
.spnenkin-benefit-note-list > li {
	position: relative;
	font-size: 1.8rem;
	padding-left: 1.8rem;
	line-height: 1.4;
	text-align: left;
}
.spnenkin-benefit-note-list > li > .ast {
	display: inline-block;
	text-indent: -18px;
}
.spnenkin-benefit-note-list-strong {
	font-size: 2.2rem;
	color: #c90018;
	font-weight: var(--Bold);
	text-decoration: underline;
}
.spnenkin-heading05 {
	font-size: 2.0rem;
	font-weight: var(--Bold);
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 50px;
	padding: 18px 0;
}
/* spnenkin-table
------------------------------------------------------ */
.spnenkin-table-wrap >:first-child {
	margin-top: 0!important;
}
.spnenkin-table-wrap {
	margin-top: 24px;
}
.spnenkin-table-wrap + .spnenkin-table-wrap {
	border-top: none!important;
	margin-top: 20px!important;
	padding-top: 0!important;
}
.product-inner section h5.spnenkin-table-title {
	font-size: 2.0rem;
	text-align: center;
	font-weight: var(--Bold);
	background-color: transparent;
	padding: 0;
}
.spnenkin-table {
	width: 700px;
	margin: 13px auto 0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}
.spnenkin-table [class*="cell"] {
	padding: 18px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
}
.spnenkin-table .cell-lv1 {
	background-color: #efebea;
}
.spnenkin-table .cell-lv2 {
	font-size: 2.0rem;
	color: #fff;
	font-weight: var(--Bold);
	background-color: #38a4c4;
	padding: 16px 15px;
}
.spnenkin-table .cell-lv2 + .cell-lv2 {
	border-left: 1px solid #fff;
}
.spnenkin-table [class*="cell"].cell-border-adjust {
	border-top: none;
}
.spnenkin-table-subtitle {
	font-size: 1.6rem;
	text-align: center;
	font-weight: var(--Bold);
	margin-top: 7px;
}
.spnenkin-table-text-wrap {
	width: 700px;
	margin: 14px auto 0;
}
.spnenkin-table-text {
	font-size: 1.4rem;
	text-align: left;
}
/* spnenkin-fixed-btn
------------------------------------------------------ */
.fixed {
	background-color: rgba(255, 255, 255, 0.7);
}
.spnenkin-fixed-btn-wrap {
	margin-top: 0;
}
.spnenkin-fixed-btn-lead {
	display: inline-block;
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 35px;
	color: #ea542a;
	text-align: center;
}
.spnenkin-fixed-btn-lead::before,
.spnenkin-fixed-btn-lead::after {
	content: '';
	position: absolute;
	bottom: 15px;
	width: 21px;
	height: 3px;
	border-radius: 2px;
	background-color: #ea542a;
}
.spnenkin-fixed-btn-lead::before {
	left: 0;
	transform: rotate(60deg);
}
.spnenkin-fixed-btn-lead::after {
	right: 0;
	transform: rotate(-60deg);
}
.spnenkin-fixed-btn a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	background-color: #ea542a;
	border: 2px solid #ea542a;
	border-radius: 47px;
	max-width: 440px;
	margin: 15px auto 0;
	padding: 12px 10px 12px 20px;
	gap: 24px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.spnenkin-fixed-btn a::before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_white.png) no-repeat 0 0 /contain;
	width: 27px;
	height: 15px;
	content: '';
	display: block;
	position: absolute;
	right: 22px;
	top: calc(50% - 7px);
}
.spnenkin-fixed-btn-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	font-size: 2.4rem;
	color: #ea542a;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #ea542a;
}
.spnenkin-fixed-btn a:hover {
	color: #ea542a;
	background-color: #fff;
	border: 2px solid #ea542a;
}
.spnenkin-fixed-btn a:hover:before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_orange.png) no-repeat 0 0 /contain;
}
@media (max-width: 768px) {
.spnenkin-color01 {
	color: #ea542a;
}
.spnenkin-color02 {
	color: #38a4c4;
}
.spnenkin-sup-small {
	font-size: 50%;
}
.spnenkin-underline {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.spnenkin-underline::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 24%;
	background-color: #ffe100;
	z-index: -1;
}
[data-size-sp] > * { width: 100%; }
  [data-size-sp="1per"]{width:1%!important;}[data-size-sp="2per"]{width:2%!important;}[data-size-sp="3per"]{width:3%!important;}[data-size-sp="4per"]{width:4%!important;}[data-size-sp="5per"]{width:5%!important;}[data-size-sp="6per"]{width:6%!important;}[data-size-sp="7per"]{width:7%!important;}[data-size-sp="8per"]{width:8%!important;}[data-size-sp="9per"]{width:9%!important;}[data-size-sp="10per"]{width:10%!important;}[data-size-sp="11per"]{width:11%!important;}[data-size-sp="12per"]{width:12%!important;}[data-size-sp="13per"]{width:13%!important;}[data-size-sp="14per"]{width:14%!important;}[data-size-sp="15per"]{width:15%!important;}[data-size-sp="16per"]{width:16%!important;}[data-size-sp="17per"]{width:17%!important;}[data-size-sp="18per"]{width:18%!important;}[data-size-sp="19per"]{width:19%!important;}[data-size-sp="20per"]{width:20%!important;}[data-size-sp="21per"]{width:21%!important;}[data-size-sp="22per"]{width:22%!important;}[data-size-sp="23per"]{width:23%!important;}[data-size-sp="24per"]{width:24%!important;}[data-size-sp="25per"]{width:25%!important;}[data-size-sp="26per"]{width:26%!important;}[data-size-sp="27per"]{width:27%!important;}[data-size-sp="28per"]{width:28%!important;}[data-size-sp="29per"]{width:29%!important;}[data-size-sp="30per"]{width:30%!important;}[data-size-sp="31per"]{width:31%!important;}[data-size-sp="32per"]{width:32%!important;}[data-size-sp="33per"]{width:33%!important;}[data-size-sp="34per"]{width:34%!important;}[data-size-sp="35per"]{width:35%!important;}[data-size-sp="36per"]{width:36%!important;}[data-size-sp="37per"]{width:37%!important;}[data-size-sp="38per"]{width:38%!important;}[data-size-sp="39per"]{width:39%!important;}[data-size-sp="40per"]{width:40%!important;}[data-size-sp="41per"]{width:41%!important;}[data-size-sp="42per"]{width:42%!important;}[data-size-sp="43per"]{width:43%!important;}[data-size-sp="44per"]{width:44%!important;}[data-size-sp="45per"]{width:45%!important;}[data-size-sp="46per"]{width:46%!important;}[data-size-sp="47per"]{width:47%!important;}[data-size-sp="48per"]{width:48%!important;}[data-size-sp="49per"]{width:49%!important;}[data-size-sp="50per"]{width:50%!important;}[data-size-sp="51per"]{width:51%!important;}[data-size-sp="52per"]{width:52%!important;}[data-size-sp="53per"]{width:53%!important;}[data-size-sp="54per"]{width:54%!important;}[data-size-sp="55per"]{width:55%!important;}[data-size-sp="56per"]{width:56%!important;}[data-size-sp="57per"]{width:57%!important;}[data-size-sp="58per"]{width:58%!important;}[data-size-sp="59per"]{width:59%!important;}[data-size-sp="60per"]{width:60%!important;}[data-size-sp="61per"]{width:61%!important;}[data-size-sp="62per"]{width:62%!important;}[data-size-sp="63per"]{width:63%!important;}[data-size-sp="64per"]{width:64%!important;}[data-size-sp="65per"]{width:65%!important;}[data-size-sp="66per"]{width:66%!important;}[data-size-sp="67per"]{width:67%!important;}[data-size-sp="68per"]{width:68%!important;}[data-size-sp="69per"]{width:69%!important;}[data-size-sp="70per"]{width:70%!important;}[data-size-sp="71per"]{width:71%!important;}[data-size-sp="72per"]{width:72%!important;}[data-size-sp="73per"]{width:73%!important;}[data-size-sp="74per"]{width:74%!important;}[data-size-sp="75per"]{width:75%!important;}[data-size-sp="76per"]{width:76%!important;}[data-size-sp="77per"]{width:77%!important;}[data-size-sp="78per"]{width:78%!important;}[data-size-sp="79per"]{width:79%!important;}[data-size-sp="80per"]{width:80%!important;}[data-size-sp="81per"]{width:81%!important;}[data-size-sp="82per"]{width:82%!important;}[data-size-sp="83per"]{width:83%!important;}[data-size-sp="84per"]{width:84%!important;}[data-size-sp="85per"]{width:85%!important;}[data-size-sp="86per"]{width:86%!important;}[data-size-sp="87per"]{width:87%!important;}[data-size-sp="88per"]{width:88%!important;}[data-size-sp="89per"]{width:89%!important;}[data-size-sp="90per"]{width:90%!important;}[data-size-sp="91per"]{width:91%!important;}[data-size-sp="92per"]{width:92%!important;}[data-size-sp="93per"]{width:93%!important;}[data-size-sp="94per"]{width:94%!important;}[data-size-sp="95per"]{width:95%!important;}[data-size-sp="96per"]{width:96%!important;}[data-size-sp="97per"]{width:97%!important;}[data-size-sp="98per"]{width:98%!important;}[data-size-sp="99per"]{width:99%!important;}[data-size-sp="100per"]{width:100%!important;}

/* spnenkin-mv
------------------------------------------------------ */
.spnenkin-mv-content {
	margin: calc(396 / 750 * 100vw) calc(40 / 750 * 100vw) 0 !important;
	max-width: 1000px;
	position: relative;
	text-align: left;
	width: auto;
	z-index: 1;
	margin-top: calc(32 / 750 * 100vw);
	border: calc(4 / 750 * 100vw) solid #ea542a;
	border-radius: calc(12 / 750 * 100vw);
	overflow: hidden;
}
.spnenkin-mv-content-head {
	font-size: calc(30 / 750 * 100vw);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw) calc(6 / 750 * 100vw);
	background-color: #ea542a;
	border-radius: 0 0 0 0;
	font-family: var(--TsukuA);
}
.spnenkin-mv-content-body {
	background-color: #fff;
	border-radius: 0 0 calc(12 / 750 * 100vw) calc(12 / 750 * 100vw);
	padding: calc(12 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
}
.spnenkin-mv-content-body >:first-child {
	margin-top: 0!important;
}
.spnenkin-mv-content-lead {
	font-size: calc(28 / 750 * 100vw);
	text-align: center;
	font-weight: bold;
	margin-top: calc(20 / 750 * 100vw);
	font-family: var(--TsukuA);
}
.spnenkin-mv-content-text01 {
	font-size: calc(28 / 750 * 100vw);
	text-align: center;
	font-weight: bold;
	font-family: var(--TsukuA);
	margin-top: calc(6 / 750 * 100vw);
	line-height: 1;
}
.spnenkin-mv-content-text02 {
	font-size: calc(24 / 750 * 100vw);
	margin-top: calc(24 / 750 * 100vw);
	line-height: 1.3;
}
.spnenkin-mv-content-col-wrap {
	display: flex;
	gap: calc(20 / 750 * 100vw) calc(22 / 750 * 100vw);
	margin-top: calc(10 / 750 * 100vw);
}
.spnenkin-mv-example-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: calc(114 / 750 * 100vw);
	height: calc(114 / 750 * 100vw);
	font-size: calc(28 / 750 * 100vw);
	font-weight: bold;
	color: #fff;
	background-color: #ea542a;
	font-family: var(--TsukuA);
	margin-left: 0;
}
.spnenkin-mv-example-col {
	display: block;
}
.spnenkin-mv-example-text01 {
	font-size: calc(60 / 750 * 100vw);
	font-weight: bold;
	font-family: var(--TsukuA);
}
.spnenkin-mv-example-text02 {
	font-size: calc(34 / 750 * 100vw);
	font-weight: bold;
	text-align: center;
	font-family: var(--TsukuA);
	line-height: 1.3;
}
.spnenkin-mv-example-col-item + .spnenkin-mv-example-col-item {
	margin-top: calc(10 / 750 * 100vw);
}
.spnenkin-mv-example-strong {
	font-size: calc(112 / 750 * 100vw);
	line-height: 0.9;
}
.spnenkin-mv-example-bg {
	position: relative;
}
.spnenkin-mv-example-bg::before {
	position: absolute;
	content: "";
	top: calc(-36 / 750 * 100vw);
	left: calc(-22 / 750 * 100vw);
	width: calc(68 / 750 * 100vw);
	height: calc(65 / 750 * 100vw);
	background: url(/kojin/lp/spnenkin/01/shared/images/index_bg01_sp.png) no-repeat 0 0 / contain;
}
.spnenkin-mv-example-bg::after {
	position: absolute;
	content: "";
	top: calc(-36 / 750 * 100vw);
	right: calc(-40 / 750 * 100vw);
	width: calc(78 / 750 * 100vw);
	height: calc(69 / 750 * 100vw);
	background: url(/kojin/lp/spnenkin/01/shared/images/index_bg02_sp.png) no-repeat 0 0 / contain;
}
.spnenkin-mv-content-note-area {
	margin: calc(32 / 750 * 100vw) calc(-20 / 750 * 100vw) 0 calc(-20 / 750 * 100vw);
	padding: calc(20 / 750 * 100vw) calc(18 / 750 * 100vw) 19px;
	border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
	background-color: #fff8c6;
}
.spnenkin-mv-content-note-area >:first-child {
	margin-top: 0!important;
}
.spnenkin-mv-content-note-list {
	margin-top: 20px;
}
.spnenkin-mv-content-note-list > li {
	position: relative;
	font-size: calc(30 / 750 * 100vw);
	padding-left: calc(34 / 750 * 100vw);
	line-height: 1.4;
}
.spnenkin-mv-content-note-list > li > .ast {
	display: inline-block;
	text-indent: -18px;
}
.spnenkin-mv-content-note-strong {
	font-size: calc(36 / 750 * 100vw);
	color: #c90018;
	font-weight: var(--Bold);
	text-decoration: underline;
}
/* spnenkin-apply-btn-wrap
------------------------------------------------------ */
.spnenkin-apply-btn-wrap {
	margin-top: calc(48 / 750 * 100vw)
}
.spnenkin-apply-btn-lead {
	display: inline-block;
	position: relative;
	font-size: calc(30 / 750 * 100vw);
	font-weight: bold;
	padding: 0 calc(58 / 750 * 100vw);
	color: #ea542a;
	text-align: center;
}
.spnenkin-apply-btn-lead::before,
.spnenkin-apply-btn-lead::after {
	content: '';
	position: absolute;
	bottom: calc(22 / 750 * 100vw);
	width: calc(34 / 750 * 100vw);
	height: calc(4 / 750 * 100vw);
	border-radius: calc(4 / 750 * 100vw);
	background-color: #ea542a;
}
.spnenkin-apply-btn-lead::before {
	left: 0;
	transform: rotate(60deg);
}
.spnenkin-apply-btn-lead::after {
	right: 0;
	transform: rotate(-60deg);
}
.spnenkin-apply-btn a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: calc(36 / 750 * 100vw);
	color: #fff;
	font-weight: bold;
	background-color: #ea542a;
	border: calc(4 / 750 * 100vw) solid #ea542a;
	border-radius: calc(68 / 750 * 100vw);
	max-width: calc(670 / 750 * 100vw);
	margin: calc(12 / 750 * 100vw) auto 0;
	padding: calc(10 / 750 * 100vw) calc(86 / 750 * 100vw) calc(11 / 750 * 100vw) calc(8 / 750 * 100vw);
	gap: calc(56 / 750 * 100vw);
	text-decoration: none;
}
.spnenkin-apply-btn a::before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_white.png) no-repeat 0 0 /contain;
	width: calc(33 / 750 * 100vw);
	height: calc(16 / 750 * 100vw);
	content: '';
	display: block;
	position: absolute;
	right: calc(40 / 750 * 100vw);
	top: calc(50% - 5px);
}
.spnenkin-apply-btn-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: calc(101 / 750 * 100vw);
	height: calc(101 / 750 * 100vw);
	font-size: calc(36 / 750 * 100vw);
	color: #ea542a;
	font-weight: bold;
	background-color: #fff;
	border: calc(4 / 750 * 100vw) solid #ea542a;
}
.spnenkin-apply-btn a:hover {
	color: #fff;
	background-color: #ea542a;
	border: 2px solid #ea542a;
}
.spnenkin-apply-btn a:hover:before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_white.png) no-repeat 0 0 /contain;
}
/* spnenkin-credit
------------------------------------------------------ */
.spnenkin-credit-are {
	margin-top: calc(50 / 750 * 100vw);
}
.spnenkin-credit-plus img {
	max-width: calc(125 / 750 * 100vw);
}
.spnenkin-credit-box {
	display: flex;
	align-items: flex-start;
	max-width: calc(670 / 750 * 100vw);
	background-color: #fff;
	border: calc(4	 / 750 * 100vw) solid #333;
	border-radius: calc(24 / 750 * 100vw);
	margin: calc(-32 / 750 * 100vw) auto 0;
	padding: calc(34 / 750 * 100vw) calc(28 / 750 * 100vw) calc(28 / 750 * 100vw) calc(28 / 750 * 100vw);
	gap: calc(30 / 750 * 100vw);
	box-shadow: 3px 3px 0 var(--color-text);
}
.spnenkin-credit-text {
	font-size: calc(28 / 750 * 100vw);
	font-weight: bold;
	text-align: left;
	margin-top: calc(10 / 750 * 100vw);
}
.spnenkin-credit-ic img {
	max-width: calc(150 / 750 * 100vw);
}
/* spnenkin-benefit
------------------------------------------------------ */
.spnenkin-benefit-wrap {
	display: block;
	margin-top: calc(44 / 750 * 100vw);
}
.spnenkin-benefit-head {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ffe04e;
	padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
	margin-right: 0;
	gap: calc(32 / 750 * 100vw);
	margin-bottom: calc(63 / 750 * 100vw);
}
.spnenkin-benefit-head::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: calc(-62 / 750 * 100vw);
	right: 0;
	width: 100%;
	height: calc(63 / 750 * 100vw);
	background: #ffe04e;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.spnenkin-benefit-person-img {
	max-width: calc(146 / 750 * 100vw);
	margin-left: calc(62 / 750 * 100vw);
}
.spnenkin-benefit-person-text {
	font-size: calc(32 / 750 * 100vw);
	font-weight: bold;
	margin-top: 0;
}
.spnenkin-benefit-body {
	margin-top: calc(94 / 750 * 100vw);
}
.spnenkin-benefit-body >:first-child {
	margin-top: 0!important;
}
.spnenkin-benefit-lead {
	position: relative;
	font-size: calc(36 / 750 * 100vw);
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	font-family: var(--TsukuA);
	padding-left: 0;
	line-height: 1;
	width: fit-content;
	line-height: 1.5;
	margin: calc(100 / 750 * 100vw) auto 0;
}
.spnenkin-benefit-lead::before {
	position: absolute;
	content: "";
	top: calc(70 / 750 * 100vw);
	left: auto;
	right: calc(-92 / 750 * 100vw);
	width: calc(95 / 750 * 100vw);
	height: calc(280 / 750 * 100vw);
	background: url(/kojin/lp/spnenkin/01/shared/images/index_ic03_sp.png) no-repeat 0 0 /contain;
}
.spnenkin-benefit-lead-sub {
	font-size: calc(30 / 750 * 100vw);
	margin-left: 0;
}
.spnenkin-benefit-lead-large {
	font-size: calc(46 / 750 * 100vw);
	line-height: 1;
}
.spnenkin-benefit-col {
	display: block;
	margin-top: 12px;
}
.spnenkin-benefit-col-item {
	width: 100%;
	border: calc(4 / 750 * 100vw) solid #ea542a;
	border-radius: calc(12 / 750 * 100vw);
	font-family: var(--TsukuA);
}
.spnenkin-benefit-col-item + .spnenkin-benefit-col-item {
	margin-top: calc(30 / 750 * 100vw);
}
.spnenkin-benefit-col-item-head {
	font-size: calc(44 / 750 * 100vw);
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ea542a;
	padding: calc(2 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
}
.spnenkin-benefit-col-item-body {
	padding: calc(22 / 750 * 100vw) calc(36 / 750 * 100vw) calc(20 / 750 * 100vw);
}
.spnenkin-benefit-col-item[data-color="gray"] {
	border: calc(4 / 750 * 100vw) solid #c1c1c1;
}
.spnenkin-benefit-col-item[data-color="gray"] .spnenkin-benefit-col-item-head {
	color: #333;
	background-color: #c1c1c1;
}
.spnenkin-benefit-col-text-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: calc(22 / 750 * 100vw);
}
.spnenkin-benefit-col-text-wrap + .spnenkin-benefit-col-text-wrap {
	margin-top: calc(24 / 750 * 100vw);
}
.spnenkin-benefit-col-text-wrap02 {
	display: flex;
	align-items: baseline;
	margin-left: calc(54 / 750 * 100vw);
}
.spnenkin-benefit-col-text-wrap02 + .spnenkin-benefit-col-text-wrap02 {
	margin-top: calc(6 / 750 * 100vw);
}
.spnenkin-benefit-col-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(110 / 750 * 100vw);
	height: calc(110 / 750 * 100vw);
	font-size: calc(26 / 750 * 100vw);
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #38a4c4;
	border-radius: 50%;
	line-height: 1.2;
	flex-shrink: 0;
	margin-left: calc(63 / 750 * 100vw);
	padding: 2px 2px;
}
.spnenkin-benefit-col-circle[data-color="orange"] {
	background-color: #ea542a;
}
.spnenkin-benefit-col-text {
	font-size: calc(28 / 750 * 100vw);
	font-weight: bold;
}
.spnenkin-benefit-col-text-large {
	font-size: calc(60 / 750 * 100vw);
	line-height: 1;
}
.spnenkin-benefit-col-text-normal {
	display: inline-block;
	margin-top: calc(14 / 750 * 100vw);
	font-weight: normal;
}
.spnenkin-benefit-col-text02 {
	font-size: calc(26 / 750 * 100vw);
	font-weight: bold;
	min-width: calc(136 / 750 * 100vw);
}
.spnenkin-benefit-col-text03 {
	font-size: calc(26 / 750 * 100vw);
	font-weight: bold;
	margin-top: calc(6 / 750 * 100vw);
	text-align: left;
	margin-left: calc(52 / 750 * 100vw);
}
.spnenkin-benefit-text {
	font-size: calc(24 / 750 * 100vw);
	text-align: left;
	margin-top: calc(22 / 750 * 100vw);
}
.spnenkin-benefit-numNote-list {
	margin-top: 16px;
}
.spnenkin-benefit-numNote-list > li {
	width: fit-content;
	position: relative;
	padding-left: 23px;
	font-size: calc(24 / 750 * 100vw);
}
.spnenkin-benefit-numNote-list > li > .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.spnenkin-benefit-text + .spnenkin-benefit-numNote-list {
	margin-top: calc(4 / 750 * 100vw);
}
.spnenkin-benefit-text + .spnenkin-benefit-text {
	margin-top: calc(4 / 750 * 100vw);
}
.spnenkin-benefit-numNote-list + .spnenkin-benefit-text {
	margin-top: calc(4 / 750 * 100vw);
}
.spnenkin-benefit-note-area {
	margin-top: calc(40 / 750 * 100vw);;
	padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw) calc(24 / 750 * 100vw);
	background-color: #fff9dc;
}
.spnenkin-benefit-note-area >:first-child {
	margin-top: 0!important;
}
.spnenkin-benefit-note-list {
	margin-top: calc(40 / 750 * 100vw);
}
.spnenkin-benefit-note-list > li {
	position: relative;
	font-size: calc(30 / 750 * 100vw);;
	padding-left: calc(32 / 750 * 100vw);
	line-height: 1.4;
	text-align: left;
}
.spnenkin-benefit-note-list > li > .ast {
	display: inline-block;
	text-indent: -18px;
}
.spnenkin-benefit-note-list-strong {
	font-size: calc(36 / 750 * 100vw);
	color: #c90018;
	font-weight: var(--Bold);
	text-decoration: underline;
}
.spnenkin-heading05 {
	font-size: calc(30 / 750 * 100vw);
	font-weight: var(--Bold);
	text-align: center;
	border-top: calc(2 / 750 * 100vw) solid #999;
	border-bottom: calc(2 / 750 * 100vw) solid #999;
	margin-top: calc(50 / 750 * 100vw);
	padding: calc(22 / 750 * 100vw) 0;
}
/* spnenkin-table
------------------------------------------------------ */
.spnenkin-table-wrap >:first-child {
	margin-top: 0!important;
}
.spnenkin-table-wrap {
	margin-top: calc(28 / 720 * 100vw);
}
.product-inner section h5.spnenkin-table-title {
	font-size: calc(30 / 750 * 100vw);
	text-align: center;
	font-weight: var(--Bold);
	background-color: transparent;
	margin-top: calc(30 / 750 * 100vw);
	padding: 0;
}
.spnenkin-table {
	width: 100%;
	margin: calc(22 / 750 * 100vw) auto 0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}
.spnenkin-table [class*="cell"] {
	padding: calc(26 / 720 * 100vw) calc(10 / 720 * 100vw);
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #fff;
	font-size: calc(26 / 750 * 100vw);
	font-weight: normal;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
}
.spnenkin-table .cell-lv1 {
	background-color: #efebea;
}
.spnenkin-table .cell-lv2 {
	font-size: calc(28 / 750 * 100vw);
	color: #fff;
	font-weight: var(--Bold);
	background-color: #38a4c4;
	padding: calc(10 / 720 * 100vw) calc(18 / 720 * 100vw);
}
.spnenkin-table .cell-lv2 + .cell-lv2 {
	border-left: 1px solid #fff;
}
.spnenkin-table [class*="cell"].cell-border-adjust {
	border-top: none;
}
.spnenkin-table-subtitle {
	font-size: calc(28 / 750 * 100vw);
	text-align: center;
	font-weight: var(--Bold);
	margin-top: 0;
}
.spnenkin-table-text-wrap {
	width: 100%;
	margin: calc(24 / 750 * 100vw) auto 0;
}
.spnenkin-table-text {
	font-size: calc(24 / 750 * 100vw);
	text-align: left;
	line-height: 1.4;
}
/* spnenkin-fixed-btn
------------------------------------------------------ */
.fixed {
	background-color: rgba(255, 255, 255, 0.7);
}
.spnenkin-fixed-btn-wrap {
	margin-top: 0;
}
.spnenkin-fixed-btn-lead {
	display: inline-block;
	position: relative;
	font-size: calc(30 / 750 * 100vw);
	font-weight: bold;
	padding: 0 calc(58 / 750 * 100vw);
	color: #ea542a;
	text-align: center;
}
.spnenkin-fixed-btn-lead::before,
.spnenkin-fixed-btn-lead::after {
	content: '';
	position: absolute;
	bottom: calc(22 / 750 * 100vw);
	width: calc(34 / 750 * 100vw);
	height: calc(4 / 750 * 100vw);
	border-radius: calc(4 / 750 * 100vw);
	background-color: #ea542a;
}
.spnenkin-fixed-btn-lead::before {
	left: 0;
	transform: rotate(60deg);
}
.spnenkin-fixed-btn-lead::after {
	right: 0;
	transform: rotate(-60deg);
}
.spnenkin-fixed-btn a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: calc(36 / 750 * 100vw);
	color: #fff;
	font-weight: bold;
	background-color: #ea542a;
	border: calc(4 / 750 * 100vw) solid #ea542a;
	border-radius: calc(68 / 750 * 100vw);
	max-width: calc(670 / 750 * 100vw);
	margin: calc(12 / 750 * 100vw) auto 0;
	padding: calc(10 / 750 * 100vw) calc(86 / 750 * 100vw) calc(11 / 750 * 100vw) calc(8 / 750 * 100vw);
	gap: calc(56 / 750 * 100vw);
	text-decoration: none;
}
.spnenkin-fixed-btn a::before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_white.png) no-repeat 0 0 /contain;
	width: calc(33 / 750 * 100vw);
	height: calc(16 / 750 * 100vw);
	content: '';
	display: block;
	position: absolute;
	right: calc(40 / 750 * 100vw);
	top: calc(50% - 5px);
}
.spnenkin-fixed-btn-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: calc(101 / 750 * 100vw);
	height: calc(101 / 750 * 100vw);
	font-size: calc(36 / 750 * 100vw);
	color: #ea542a;
	font-weight: bold;
	background-color: #fff;
	border: calc(4 / 750 * 100vw) solid #ea542a;
}
.spnenkin-fixed-btn a:hover {
	color: #fff;
	background-color: #ea542a;
	border: 2px solid #ea542a;
}
.spnenkin-fixed-btn a:hover:before {
	background: url(/kojin/lp/spnenkin/01/shared/images/arrow_orange.png) no-repeat 0 0 /contain;
}

}