.bd-radius-48 {
border-radius: 48px;
}

.text-upper::before, .text-upper::after {
top: 5%;
border-color: currentColor;
height: 80%;
}
.text-upper::before {
-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
}
.text-upper::after {
-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
}
.text-upper.bd-bold::before, .text-upper.bd-bold::after {
border-color: #fa7268;
border-width: 2px;
max-height: 32px;
}

@media screen and (min-width: 768px) {
.pt-md-pc {
	padding-top: 16px !important;
}
}

@media screen and (min-width: 768px) {
.pb-md-pc {
	padding-bottom: 16px !important;
}
}

@media screen and (max-width: 767px) {
.p-md-sp {
	padding: 16px !important;
}
}

.device-frame {
position: relative;
max-width: 280px;
margin-inline: auto;
}
@media screen and (max-width: 767px) {
.device-frame {
	max-width: 75%;
}
}

hr.hr-custom {
opacity: 1;
margin-block: 12px;
border-bottom: 1px solid #e9e9e9;
background: none;
}

.price-table .price-table-td {
/* text-align: right; */
display: inline-block;
}
.price-table .price-table-td .text-tax {
text-align: left;
display: inline-block;
}

.icn-app-feature {
width: 68px;
height: 68px;
padding: 2px;
border-radius: 100%;
background: #fee5e3;
}

.box-custom {
overflow: hidden;
position: relative;
border: 2px solid #e2e2e2;
border-radius: 12px;
background: #fff;
}
.box-custom .box-header {
font-weight: bold;
text-align: center;
padding: 12px;
background: #f2f2f2;
}
.box-custom .box-body {
padding: 20px 16px;
}

.spec-row {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
.spec-row {
	display: block;
	margin-bottom: 0;
}
}
.spec-row .spec-col-summary {
width: 58%;
}
@media screen and (max-width: 767px) {
.spec-row .spec-col-summary {
	width: 100%;
}
}
.spec-row .spec-col-media {
width: 38.2%;
}
@media screen and (max-width: 767px) {
.spec-row .spec-col-media {
	width: 100%;
	margin-bottom: 24px;
}
}

.swiper-spec {
opacity: 0;
position: relative;
max-width: 1120px;
margin: 0 auto 32px;
}
.swiper-spec.is-show {
opacity: 1;
}
.swiper-spec .swiper-slide {
-webkit-transition: 0s;
transition: 0s;
}
.swiper-spec .swiper-footer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
margin: 16px auto 0;
}
.swiper-spec .swiper-footer .swiper-button-prev,
.swiper-spec .swiper-footer .swiper-button-next,
.swiper .swiper-footer .swiper-button-prev,
.swiper .swiper-footer .swiper-button-next {
position: relative;
z-index: 1;
top: 11px;
width: 40px;
height: 40px;
outline: none;
background: url(../images_v10/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}
.swiper-spec .swiper-footer .swiper-button-prev::after,
.swiper-spec .swiper-footer .swiper-button-next::after {
display: none;
}
@media screen and (max-width: 767px) {
.swiper-spec .swiper-footer .swiper-button-prev,
.swiper-spec .swiper-footer .swiper-button-next {
	display: block;
	width: 32px;
	height: 32px;
}
}
.swiper-spec .swiper-footer .swiper-button-prev.swiper-button-disabled,
.swiper-spec .swiper-footer .swiper-button-next.swiper-button-disabled {
opacity: 0.3;
}
.swiper-spec .swiper-footer .swiper-button-prev {
left: -20px;
-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}


.swiper-spec .swiper-footer .swiper-button-next {
right: -20px;



}
.swiper-spec .swiper-footer .swiper-pagination {
position: relative;
height: 28px;
}
.swiper-spec .swiper-footer .swiper-pagination .swiper-pagination-bullet {
position: relative;
margin: 0 2px;
padding: 14px;
border-radius: 0;
background: none;
opacity: 1;
}
.swiper-spec .swiper-footer .swiper-pagination .swiper-pagination-bullet::before {
content: "";
position: absolute;
top: 9px;
left: 9px;
width: 10px;
height: 10px;
border-radius: 10px;
background-color: #e6e6e6;
}
.swiper-spec .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background-color: #fb837b !important;
}


.swiper .swiper-button-prev, .swiper .swiper-button-prev:hover, .swiper .swiper-button-next, .swiper .swiper-button-next:hover {
	background-color: #fb837b !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #fb837b !important;
}


/* 2412 */
.flex-bottom {
	justify-content: center;
	align-items: flex-end;
	gap: 8px;
}

.label-construction {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	padding: 6px 10px 7px;
	border-radius: 6px;
	border: 2px solid #333;
	background: #fff;
}

.fs-42 {
	font-size: 42px;
}

@media screen and (max-width: 767px) {
	.label-construction {
		font-size: 15px;
	}
	.fs-38-sp {
		font-size: 38px;
	}
}

.price-table-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/common_v10/images/icn-step-arrow.svg') center/contain no-repeat;
    margin-right: 4px;
}

@media screen and (max-width: 767px) {
    .price-table-arrow {
        display: block;
        transform: rotate(90deg);
        margin: 8px auto;
    }
}

.link-arrow-black {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-right: 24px;
	transition: .3s opacity ease-out;
}

.link-arrow-black::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: url('/common_v10/images/icn-link-anchor-text.svg') no-repeat center center / contain;
	width: 1em;
	height: 1em;
	margin: auto;
	transform: rotate(-90deg);
}



/* 241218 */
.content-md {
	max-width: 920px;
	width: 100%;
    margin: auto;
}
.swiper .swiper-container .swiper-wrapper .swiper-slide {
	border-radius: 0 !important;
}


.swiper-button-prev {
	left: calc((100% - 280px) / 2) !important;
	bottom: -10px !important;
	top: inherit !important;
}


.swiper-button-next {
	right: calc((100% - 280px) / 2) !important;
	bottom: -10px !important;
	top: inherit !important;
}

@media screen and (max-width: 767px) {
	.swiper-button-prev, .swiper-button-next {
		display: block;
	}
}

.swiper-container {
    overflow: hidden; /* コンテンツのはみ出しを隠す */
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0); /* スライドのズレを防ぐ */
}

@media screen and (max-width: 767px) {
	.swiper-container {
		width: 90% !important;
		padding: 0 !important;
	}
    .swiper-slide {
        transform: scale(1); /* スライドをスケールさせない */
    }
}
