/*   */
.features-list {
	margin-top: 56px;
}
@media screen and (min-width: 768px) {
	.features-list {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.features-list {
		margin-top: 8.5333333333vw;
	}
}

.features-list.is-mt-sm {
	margin-top: 48px !important;
}

@media screen and (max-width: 767px) {
	.features-list.is-mt-sm {
		margin-top: 5.3333333333vw !important;
	}
}

.features-list[data-col="3"] .list-item {
	width: 33.3333%;
}

@media screen and (max-width: 767px) {
	.features-list[data-col="3"] .list-item {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.features-list[data-col="3"] .list-item .item-body {
		display: flex;
		flex-direction: row-reverse;
	}
}

.features-list[data-col="2"] {
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.features-list[data-col="2"] + .features-list {
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px dashed #02BF9E;
	}
	.features-list[data-col="2"] + .features-list:last-of-type {
		margin-bottom: 32px;
	}
}

@media screen and (min-width: 768px) {
	.features-list[data-col="2"] .list-item {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.features-list[data-col="2"] .list-item .item-body {
		display: flex;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 767px) {
	.features-list[data-col="2"].hr-top-sp {
		margin-top: 3.7333333333vw;
		padding-top: 3.7333333333vw;
		border-top: 1px dashed #02BF9E;
	}
}

.features-list[data-col="2"] .lp-btn {
	font-size: 24px;
	max-width: calc(100% - 24px);
	min-height: 80px;
	margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.features-list[data-col="2"] .lp-btn {
		font-size: calc(18px + (24 - 18) * (100vw - 768px) / (1400 - 768));
		min-height: calc(72px + (80 - 72) * (100vw - 768px) / (1400 - 768));
	}
}

@media screen and (max-width: 767px) {
	.features-list[data-col="2"] .lp-btn {
		font-size: 4.2666666667vw;
		max-width: 77.3333333333vw;
		min-height: 15.4666666667vw;
		margin-top: 3.2vw;
	}
}

.features-list[data-col="2"] .lp-btn .icn-arr {
	background-position: center right 40px;
	background-size: 16px auto;
}

@media screen and (max-width: 767px) {
	.features-list[data-col="2"] .lp-btn .icn-arr {
		background-position: center right 4.2666666667vw;
		background-size: 2.6666666667vw auto;
	}
}

@media screen and (min-width: 768px) {
	.features-list .list-item {
		padding-inline: 12px;
	}
}

@media screen and (min-width: 768px) {
	.features-list .list-item + .list-item {
		border-left: 1px dashed #02BF9E;
	}
}

@media screen and (max-width: 767px) {
	.features-list .list-item + .list-item {
		margin-top: 3.7333333333vw;
		padding-top: 3.7333333333vw;
		border-top: 1px dashed #02BF9E;
	}
}

.features-list .list-item .media {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 160px;
	margin: 8px auto 0;
}

@media screen and (max-width: 767px) {
	.features-list .list-item .media {
		max-width: 23.4666666667vw;
		margin: 0 2.6666666667vw 0 0;
	}
}

.features-list .list-item .summary {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.features-list .list-item .summary {
		font-size: calc(15px + (22 - 15) * (100vw - 768px) / (1400 - 768));
	}
}

@media screen and (max-width: 767px) {
	.features-list .list-item .summary {
		font-size: 3.4666666667vw;
		text-align: left;
		width: calc(100% - 23.4666666667vw);
	}
}

@media screen and (min-width: 768px) {
	.features-list .list-item .summary.col-middle-center-pc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.features-list .list-item .summary.col-middle-sp {
		display: flex;
		align-items: center;
	}
}

.features-list .list-item .summary p {
	margin-bottom: 0;
}

.features-list .list-item .summary .strong {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	color: #D9161B;
	display: inline-block;
	margin-bottom: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.features-list .list-item .summary .strong {
		font-size: calc(22px + (32 - 22) * (100vw - 768px) / (1400 - 768));
	}
}

@media screen and (max-width: 767px) {
	.features-list .list-item .summary .strong {
		font-size: 4.8vw;
		margin-bottom: 1.0666666667vw;
	}
}

.features-list .list-item .summary .fs-sm {
	font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.features-list .list-item .summary .fs-sm {
		font-size: calc(12px + (14 - 12) * (100vw - 768px) / (1400 - 768));
	}
}

@media screen and (max-width: 767px) {
	.features-list .list-item .summary .fs-sm {
		font-size: 2.6666666667vw;
	}
}

@media screen and (min-width: 768px) {
	.features-list .list-item .summary .fs-sm.mt-0-pc {
		display: block;
		margin-top: -4px;
	}
}

.features-list .list-item .summary sup {
	top: -12px;
}

@media screen and (max-width: 767px) {
	.features-list .list-item .summary sup {
		top: -2.1333333333vw;
	}
}

.features-list .list-item .link {
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.features-list .list-item .link {
		font-size: 3.4666666667vw;
		text-align: right;
		margin-top: 0.8vw;
	}
}

.features-list .list-item .link a {
	transition: 0.25s;
	display: inline-block;
	color: #4B6FAA;
	padding-right: 22px;
	background: url(/service/mobile/special/3g/images/icn_link_arr_blu.svg) no-repeat center right 6px/7px auto;
	/*
	@media (hover: none) {
		&:active {
			@content;
		}
	}
	*/
}

@media screen and (max-width: 767px) {
	.features-list .list-item .link a {
		padding-right: 4.2666666667vw;
		background-size: 1.8666666667vw auto;
	}
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
	.features-list .list-item .link a:hover {
		background-position: center right;
	}
}





/* Swiper-topics */
.swiper-topics {
	position: relative;
	max-width: 664px;
	margin: 48px auto 60px;
	padding-inline: 16px;
}

.swiper-topics .swiper .swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
	border-radius: 0;
}

.topics-catch {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
	.topics-catch {
		font-size: 16px;
		margin-bottom: 8px;
	}
}

.text-upper::before, .text-upper::after,
.text-upper::before,
.text-upper::after {
	top: 5%;
	border-color: currentColor;
	height: 85%;
}
.text-upper::before,
.text-upper::before {
	left: 0;
	transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
	.text-upper::before,
	.text-upper::before {
		left: 8px;
	}
}
.text-upper::after,
.text-upper::after {
	right: 0;
	transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
	.text-upper::after,
	.text-upper::after {
		right: 8px;
	}
}

.swiper-topics.is-show .swiper-slide {
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.swiper-topics {
		margin-block: 40px 40px;
	}
}

.swiper-topics .swiper-button-prev,
.swiper-topics .swiper-button-next {
	position: absolute;
	z-index: 1;
	top: 55% !important;
	width: 40px;
	height: 40px;
	outline: none;
	background: url(/service/mobile/special/3g/images/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}

.swiper-topics .swiper-button-prev::after,
.swiper-topics .swiper-button-next::after {
	display: none;
}

@media screen and (max-width: 767px) {
	.swiper-topics .swiper-button-prev,
	.swiper-topics .swiper-button-next {
		display: none;
	}
}

.swiper-topics .swiper-button-prev.swiper-button-disabled,
.swiper-topics .swiper-button-next.swiper-button-disabled {
	opacity: 0.3;
}

.swiper-topics .swiper-button-prev {
	left: -32px;
	/* transform: rotate(180deg); */
}

@media screen and (max-width: 979px) {
	.swiper-topics .swiper-button-prev {
		left: -16px;
	}
}

.swiper-topics .swiper-button-next {
	right: -32px;
}

@media screen and (max-width: 979px) {
	.swiper-topics .swiper-button-next {
		right: -16px;
	}
}

.label-step {
	position: relative;
	display: inline-block;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 14px;
	background: rgb(217, 22, 27);
	border-radius: 999px;
	padding: 4px 24px;
}


/* 多くのお客様に選ばれています */
.mind-box {
	border-radius: 16px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(51, 51, 51);
	border-image: initial;
}

.mind-box .mind-box_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin: 0px;
	padding: 18px 0px;
	background: rgb(253, 236, 238);
}

.mind-box .mind-box_inner {
	text-align: center;
	position: relative;
	padding: 24px 24px 40px;
}

@media screen and (max-width: 767px) {
	.fs-17-sp {
		font-size: 17px !important;
	}
	.mb-24-sp {
		margin-bottom: 24px !important;
	}
    .mind-box .mind-box_inner {
        padding: 24px 16px 32px;
    }
}

.shadow-stripe {
	height: 100%;
}

.shadowwrap {
	height: 100%;
}

.balloon {
	position: relative;
	padding: 7px 10px;
	background: rgb(253, 236, 238);
	border-radius: 999px;
}

.balloon::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgb(253, 236, 238);
}

.list-star>li::before {
	content: "★";
}

.swiper-container {
	overflow: hidden;
	padding: 0;
}

/* COJP-3972 */
.step-list > [class*="col-"]::after{
	content: none;
}

.faq-list-accordion{
	font-size: 18px;
}


.fs-19 {
	font-size: 19px;
}


.cv-box [class*="btn-"],.section-cv .container .cv-guide .cv-board [class*="btn-"]{padding:6px 50px 10px;font-size:18px}.section-cv .container .cv-guide .cv-box [class*="btn-"][href^="tel"],.section-cv .container .cv-guide .cv-board [class*="btn-"][href^="tel"]{pointer-events:none}.section-cv .container .cv-guide .cv-box [class*="btn-"][href^="tel"]::after,.section-cv .container .cv-guide .cv-board [class*="btn-"][href^="tel"]::after{display:none}@media screen and (max-width: 767px){.section-cv .container .cv-guide .cv-box [class*="btn-"][href^="tel"],.section-cv .container .cv-guide .cv-board [class*="btn-"][href^="tel"]{pointer-events:inherit}.section-cv .container .cv-guide .cv-box [class*="btn-"][href^="tel"]::after,.section-cv .container .cv-guide .cv-board [class*="btn-"][href^="tel"]::after{display:block}}@media screen and (max-width: 767px){.section-cv .container .cv-guide .cv-box [class*="icn-"],.section-cv .container .cv-guide .cv-board [class*="icn-"]{padding:6px 20px 10px}.section-cv .container .cv-guide .cv-box [class*="icn-"] .fs-16-sp,.section-cv .container .cv-guide .cv-board [class*="icn-"] .fs-16-sp{display:flex;justify-content:center;align-items:center;height:46px;line-height:1.2}}.section-cv .container .cv-guide .cv-box .icn-starter,.section-cv .container .cv-guide .cv-board .icn-starter{background:#D9161B url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;background-size:32px 32px}@media screen and (max-width: 767px){.section-cv .container .cv-guide .cv-box .icn-starter,.section-cv .container .cv-guide .cv-board .icn-starter{padding-top:50px;background:#D9161B url(/common_v10/images/icn-think-white.svg) no-repeat center 15px;background-size:32px 32px}.section-cv .container .cv-guide .cv-box .icn-starter::after,.section-cv .container .cv-guide .cv-board .icn-starter::after{display:none}}.section-cv .container .cv-guide .cv-box .icn-member,.section-cv .container .cv-guide .cv-board .icn-member{background:#F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;