@charset "UTF-8";
/*テキスト*/
.fs-lg {
	font-size: 130%;
}

.fs-sm {
	font-size: 75%;
}

.fs-xs {
	font-size: 60%;
}

@media (min-width: 768px) and (max-width: 959px) {
	.fs-16-tablet {
		font-size: 16px !important;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.fs-14-tablet {
		font-size: 14px !important;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.fs-12-tablet {
		font-size: 12px !important;
	}
}

.text-under {
	text-decoration: underline;
}

.text-arial,
.price-list .th-data,
.price-list .td-datamori,
.price-list .td-price .txt-price,
.price-list .td-price .txt-tax,
.price-list .td-speed .fs-md,
.price-list .td-speed .fs-lg,
.price-list .td-speed .fs-xl,
.price-list .td-kakeho .kakeho-item .num,
.price-list .td-kakeho .kakeho-item .tax {
	font-family: Arial, "Noto Sans JP", sans-serif;
}

/*背景*/
.bg-mobile-yellow {
	background-color: #f6f3a7;
}

/*余白*/
.m-auto {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.m-auto-sp {
		margin: auto;
	}
}

.mb-auto {
	margin-bottom: auto;
}

/*ラベル*/
.table-plan-label {
	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;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	background: #ee5d44;
}
@media screen and (max-width: 767px) {
	.table-plan-label {
		width: 36px;
		height: 36px;
		border-radius: 36px;
		position: absolute;
		top: 6px;
		left: 6px;
		font-size: 10px;
	}
}

.label-disk-dark {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.3em;
	border-radius: 100px;
	background-color: #333;
}

.step-tag {
	position: relative;
}

/*製品情報ラベル（staticも忘れず）*/
@media screen and (max-width: 767px) {
	.device-label {
		position: absolute;
		top: 16px;
		left: 24px;
	}
}

.static {
	position: static;
}

/*リサイズ*/
@media screen and (max-width: 767px) {
	.w-75-sp {
		width: 75%;
	}
}

/*ブレークポイント表示・非表示*/
.show-pc {
	display: none;
}
@media screen and (min-width: 960px) {
	.show-pc {
		display: block;
	}
}

.show-tablet {
	display: none;
}
@media (min-width: 768px) and (max-width: 959px) {
	.show-tablet {
		display: block;
	}
}

.show-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.show-sp {
		display: block;
	}
}

.show-pc-tablet {
	display: none;
}
@media screen and (min-width: 768px) {
	.show-pc-tablet {
		display: block;
	}
}

.show-sp-tablet {
	display: none;
}
@media screen and (max-width: 959px) {
	.show-sp-tablet {
		display: block;
	}
}

/*既存モジュール拡張*/
.table-plan td {
	position: relative;
	background-clip: padding-box;
}
@media screen and (min-width: 768px) {
	.table-plan .txt-indent {
		padding-left: 0.9em;
	}
}

.faq-list-accordion dt {
	padding-right: 46px;
}

.text-upper.text-upper-lg::before,
.text-upper.text-upper-lg::after {
	border-width: 3px;
	height: 32px;
}
@media screen and (max-width: 767px) {
	.text-upper.text-upper-lg::before,
	.text-upper.text-upper-lg::after {
		border-width: 2px;
	}
}

.h-appeal .ttl.ttl-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.step-list[data-responsive="false"] > .col::after,
	.step-list[data-responsive="false"] > [class*="col-"]::after {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		bottom: 0;
		right: -10px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.box-header.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-header.flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.box-card {
	position: relative;
}

.link-bullet-black[data-link="anchor"]::after {
	top: 8px;
	width: 8px;
	height: 16px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.link-bullet-primary[data-bullet-position="row-middle"],
.link-bullet-black[data-bullet-position="row-middle"] {
	padding-right: 0;
}
.link-bullet-primary[data-bullet-position="row-middle"]::after,
.link-bullet-black[data-bullet-position="row-middle"]::after {
	width: 8px;
	height: 16px;
	right: 12px;
}
@media screen and (max-width: 767px) {
	.link-bullet-primary[data-bullet-position="row-middle"]::after,
	.link-bullet-black[data-bullet-position="row-middle"]::after {
		right: 6px;
	}
}

/*アイコン*/
.table-plan-arrow {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #00a4a8;
}
@media screen and (max-width: 767px) {
	.table-plan-arrow {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-bottom: -8px;
	}
}
.table-plan-arrow {
	position: relative;
	width: 24px;
	height: 24px;
	background: url(/common_v10/images/icn-step-arrow.svg) no-repeat center
		center/contain;
	margin-right: 5px;
	border: none !important;
}
@media screen and (max-width: 767px) {
	.table-plan-arrow {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 20px;
		height: 20px;
		margin-top: 8px;
	}
}

#icon-mail.pos-left,
#icon-mobile.pos-left {
	position: absolute;
	top: calc(50% - 10px);
	left: 20px;
}
@media screen and (max-width: 767px) {
	#icon-mail.pos-left,
	#icon-mobile.pos-left {
		width: 18px;
		height: 18px;
		top: calc(50% - 9px);
	}
}

/*ページ内アンカーリンクボタン*/
.lnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lnav-list[data-item="5"] {
	max-width: 930px;
	margin: auto;
}
@media (min-width: 768px) and (max-width: 980px) {
	.lnav-list[data-item="5"] {
		max-width: 558px;
	}
}
.lnav-list > .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	width: 178px;
	margin: 4px 4px;
	padding: 10px 0;
	padding-bottom: 22px;
	border-radius: 14px;
	border: 2px solid #e2e2e2;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.lnav-list > .item:last-of-type {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.lnav-list > .item {
		margin: 6px 0;
		font-size: 13px;
		width: calc(50% - 6px);
	}
	.lnav-list > .item:nth-of-type(2n) {
		margin-left: 12px;
	}
}
.lnav-list > .item::after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	background: url(/common_v10/images/anchor-btn-down-primary.svg) no-repeat
		center center/contain;
	width: 11px;
	height: 6px;
	margin: auto;
}
.lnav-list > .item p {
	margin: 0;
}
.lnav-list > .item > a {
	color: #333;
}

/*端末色*/
.color-lineup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.color-lineup li {
	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;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-lineup li + li {
	margin-left: 6px;
}
.color-lineup li span {
	display: none;
}
@media screen and (max-width: 767px) {
	.color-lineup li {
		width: 18px;
		height: 18px;
		border-radius: 18px;
	}
}
.color-lineup[data-type="swiper"] {
	margin-left: 8px;
}
.color-lineup[data-type="swiper"] li {
	cursor: pointer;
}
.color-lineup[data-type="swiper"] li + li {
	margin-left: 20px;
}
.color-lineup[data-type="swiper"] li.active::before {
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 18px);
	content: "";
	width: 36px;
	height: 36px;
	border: solid #eb3817 2px;
	border-radius: 50%;
}
.color-lineup[data-product="iPhone_12"] li.blk {
	background-color: #262626;
}
.color-lineup[data-product="iPhone_12"] li.wht {
	background-color: #ebebe3;
}
.color-lineup[data-product="iPhone_12"] li.red {
	background-color: #bb0b2d;
}
.color-lineup[data-product="iPhone_12"] li.grn {
	background-color: #cbdec7;
}
.color-lineup[data-product="iPhone_12"] li.blu {
	background-color: #3a4870;
}
.color-lineup[data-product="iPhone_12"] li.ppl {
	background-color: #b6afe6;
}
.color-lineup[data-product="iPhone_se"] li.blk {
	background-color: #262626;
}
.color-lineup[data-product="iPhone_se"] li.wht {
	background-color: #ebebe3;
}
.color-lineup[data-product="iPhone_se"] li.red {
	background-color: #bb0b2d;
}
.color-lineup[data-product="iPhone_se3"] li.mdn {
	background-color: #262626;
}
.color-lineup[data-product="iPhone_se3"] li.stl {
	background-color: #ebebe3;
}
.color-lineup[data-product="iPhone_se3"] li.red {
	background-color: #bb0b2d;
}
.color-lineup[data-product="iPhone_7"] li.gld {
	background-color: #e7cfb6;
}
.color-lineup[data-product="aquos_sense5g"] li.osl {
	background-color: #c6d0c7;
}
.color-lineup[data-product="aquos_sense5g"] li.blk {
	background-color: #38393b;
}
.color-lineup[data-product="aquos_sense6s"] li.lco {
	background-color: #f3d0aa;
}
.color-lineup[data-product="aquos_sense6s"] li.blk {
	background-color: #38393b;
}
.color-lineup[data-product="aquos_wish"] li.ivr {
	background-color: #d7cebd;
}
.color-lineup[data-product="aquos_wish"] li.cha {
	background-color: #373735;
}
.color-lineup[data-product="galaxy_a21"] li.blk {
	background-color: #2c2d2f;
}
.color-lineup[data-product="galaxy_a21"] li.wht {
	background-color: #fff9f5;
}
.color-lineup[data-product="galaxy_a23_5g"] li.blk {
	background-color: #000000;
}
.color-lineup[data-product="galaxy_a23_5g"] li.wht {
	background-color: #f2f2f2;
}
.color-lineup[data-product="basio4"] li.cgl {
	background-color: #d0cfb9;
}
.color-lineup[data-product="basio_active"] li.sil {
	background-color: #ccccc9;
}
.color-lineup[data-product="basio_active2"] li.sil {
	background-color: #ccccc9;
}

.color-lineup[data-product="aquos_sense8"] li.palegreen {
	background-color: #dae1cf;
}
.color-lineup[data-product="aquos_sense8"] li.lightcopper {
	background-color: #ddc7be;
}
.color-lineup[data-product="aquos_sense8"] li.cobaltblack {
	background-color: #292929;
}

.color-lineup[data-product="aquos_sense9"] li.blue {
	background-color: #bcc8d4;
}
.color-lineup[data-product="aquos_sense9"] li.coral {
	background-color: #cca59a;
}
.color-lineup[data-product="aquos_sense9"] li.black {
	background-color: #3d4043;
}
.color-lineup[data-product="aquos_sense9"] li.white {
	background-color: #f0f0f1;
}


.color-lineup[data-product="pixel_8a"] li.bay {
	background-color: #74A5DF;
}
.color-lineup[data-product="pixel_8a"] li.porcelain {
	background-color: #F1E8E2;
}
.color-lineup[data-product="pixel_8a"] li.aloe {
	background-color: #B0F9C5;
}
.color-lineup[data-product="pixel_8a"] li.obsidian {
	background-color: #282828;
}

.color-lineup[data-product="galaxy_a25_5g"] li.black {
	background-color: #323F4D;
}
.color-lineup[data-product="galaxy_a25_5g"] li.blue {
	background-color: #7195BD;
}
.color-lineup[data-product="galaxy_a25_5g"] li.lightblue {
	background-color: #E6F3FC;
}



/*MicroModal*/
@media screen and (min-width: 768px) {
	.modal .modal-content > .modal-body {
		max-height: calc(100vh - 240px);
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.modal .modal-overlay .modal-content {
		/*IE11*/
		margin: 0;
	}
	*::-ms-backdrop,
	p.ie11_plus {
		width: calc(100% - 2px) !important;
	}
}
/*CVエリア*/
.section-cv .container .icn-member {
	padding-left: 32px;
	background: url(/common_v10/images/icn-member.svg) no-repeat left center;
	background-size: 28px;
}
@media screen and (max-width: 767px) {
	.section-cv .container .icn-member {
		padding-left: 28px;
		background-size: 24px;
	}
}
.section-cv .container svg#icon-mobile.icon-lg {
	width: 28px;
	height: 28px;
}
@media screen and (max-width: 767px) {
	.section-cv .container svg#icon-mobile.icon-lg {
		position: relative;
		display: block;
		top: 16px;
		height: 30px;
		width: auto;
		margin: 0 auto 9px;
		padding: 0;
	}
}
.section-cv .container .cv-side.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-cv .container .cv-side.wrap > .cv-item {
	padding: 0 !important;
}
.section-cv .container .cv-side.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-cv .container [class^="btn-"].h-md {
	min-height: 58px;
}
.section-cv .container [class^="btn-"].h-lg {
	min-height: 68px;
}
@media screen and (max-width: 767px) {
	.section-cv .container [class^="btn-"].square {
		height: 135px;
	}
}
.section-cv .container [class^="btn-"].adjust {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 68px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 959px) {
	.section-cv .container [class^="btn-"].adjust {
		font-size: 16px !important;
	}
	.section-cv .container [class^="btn-"].adjust::after {
		right: 12px;
	}
}
.section-cv .container [class^="btn-"].adjust.h-md,
.section-cv .container [class^="btn-"].adjust.h-lg {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.section-cv .container [class^="btn-"][data-icon-sp="false"]::after {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.section-cv .container .btn-simulation.adjust span {
		display: block;
		width: 100%;
		padding: 0;
		background-position: center left 20px;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	.section-cv .container .btn-simulation.adjust span {
		padding-left: 1.6vw;
		background-position: center left 12px;
	}
}

/*料金表*/
.price-list {
	border-collapse: separate;
	border-top: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
	.price-list {
		border-left: solid #afafaf 1px;
	}
}
.price-list caption {
	caption-side: top;
}
.price-list th,
.price-list td {
	position: relative;
	text-align: center;
	padding: 18px 0;
	border: none;
	border-left: solid #afafaf 1px;
	border-bottom: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
	.price-list th,
	.price-list td {
		display: block;
		border-bottom: none;
	}
	.price-list th:first-of-type,
	.price-list td:first-of-type {
		border-left: none;
	}
}
.price-list .th-item {
	font-size: 14px;
	color: #333;
	background-color: #e1e1e1;
	border-bottom: solid #afafaf 1px;
}
.price-list .th-item .fs-sm {
	font-size: 80%;
}
@media screen and (max-width: 767px) {
	.price-list .th-item {
		width: 100%;
		padding: 8px 0;
		border-left: none;
		border-right: solid #afafaf 1px;
		border-bottom: none;
	}
}
@media (min-width: 320px) {
	.price-list .th-item {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 0.5882));
	}
}
@media (min-width: 1000px) {
	.price-list .th-item {
		font-size: 18px;
	}
}
.price-list .th-data {
	font-size: 16px;
	color: #fff;
	width: 20%;
	background-color: #777777;
	border-left: solid #afafaf 1px;
}
.price-list .th-data .txt-num {
	font-size: 163.6363636364%;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.price-list .th-data {
		border-top: solid #afafaf 1px;
	}
	.price-list .th-data:nth-of-type(2) {
		border-left: none;
	}
}
@media (min-width: 320px) {
	.price-list .th-data {
		font-size: calc(1rem + ((1vw - 3.2px) * 0.8824));
	}
}
@media (min-width: 1000px) {
	.price-list .th-data {
		font-size: 22px;
	}
}
.price-list .th-data-item {
	font-size: 18px;
	color: #fff;
	background-color: #777777;
}
@media screen and (max-width: 767px) {
	.price-list .th-data-item {
		width: 100%;
		padding: 12px 0;
		border-left: none;
		border-right: solid #afafaf 1px;
	}
}
@media (min-width: 320px) {
	.price-list .th-data-item {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5882));
	}
}
@media (min-width: 1000px) {
	.price-list .th-data-item {
		font-size: 22px;
	}
}
.price-list .td-datamori {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #e93817;
	white-space: nowrap;
	background-color: #fff2f0;
	border-left: solid #afafaf 1px;
	border-bottom: solid #afafaf 1px;
}
.price-list .td-datamori .txt-num {
	font-size: 142.8571428571%;
}
@media screen and (max-width: 767px) {
	.price-list .td-datamori {
		border-top: solid #afafaf 1px;
	}
}
@media (min-width: 320px) {
	.price-list .td-datamori {
		font-size: calc(1.25rem + ((1vw - 3.2px) * 1.1765));
	}
}
@media (min-width: 1000px) {
	.price-list .td-datamori {
		font-size: 28px;
	}
}
.price-list .td-price {
	font-size: 10px;
}
.price-list .td-price .txt-price {
	font-weight: 700;
	letter-spacing: -0.025em;
	white-space: nowrap;
	margin: 0;
}
.price-list .td-price .txt-price span {
	font-size: 222.2222222222%;
	line-height: 1;
}
.price-list .td-price .txt-time {
	margin: 0;
}
.price-list .td-price .txt-tax {
	font-size: 10px;
	white-space: nowrap;
	margin: 0;
}
@media (min-width: 320px) {
	.price-list .td-price .txt-tax {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 0.5882));
	}
}
@media (min-width: 1000px) {
	.price-list .td-price .txt-tax {
		font-size: 14px;
	}
}
@media screen and (max-width: 374px) {
	.price-list .td-price .txt-tax {
		font-size: 9px;
	}
}
.price-list .td-price.empty::before {
	content: "ー";
	position: absolute;
	top: 39%;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.price-list .td-price.empty::before {
		top: calc(125% + 1.5vw);
	}
}
@media (min-width: 320px) {
	.price-list .td-price {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.1765));
	}
}
@media (min-width: 1000px) {
	.price-list .td-price {
		font-size: 18px;
	}
}
.price-list .td-speed {
	font-size: 12px;
}
.price-list .td-speed .fs-md {
	font-size: 133.3333333333%;
	line-height: 1.8;
}
.price-list .td-speed .fs-lg {
	font-size: 155.5555555556%;
	font-weight: 700;
	white-space: nowrap;
}
.price-list .td-speed .fs-xl {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.1;
}
@media (min-width: 320px) {
	.price-list .td-speed {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 0.8824));
	}
}
@media (min-width: 1000px) {
	.price-list .td-speed {
		font-size: 18px;
	}
}
.price-list .td-carry {
	font-size: 14px;
	line-height: 1.4;
}
.price-list .td-carry .fs-lg {
	font-size: 133.3333333333%;
}
@media (min-width: 320px) {
	.price-list .td-carry {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 0.5882));
	}
}
@media (min-width: 1000px) {
	.price-list .td-carry {
		font-size: 18px;
	}
}
.price-list .td-kakeho {
	border-bottom: solid #afafaf 1px;
}
.price-list .td-kakeho .kakeho {
	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;
}
.price-list .td-kakeho .kakeho-item {
	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;
	font-size: 13px;
	text-align: center;
	padding: 0 20px;
}
.price-list .td-kakeho .kakeho-item:last-of-type {
	border-left: 1px solid #afafaf;
}
.price-list .td-kakeho .kakeho-item p {
	margin: 0 10px;
	line-height: 0.9;
}
@media screen and (max-width: 767px) {
	.price-list .td-kakeho .kakeho-item p {
		margin: 0;
	}
	.price-list .td-kakeho .kakeho-item p + p {
		margin-top: 6px;
	}
}
.price-list .td-kakeho .kakeho-item .num {
	font-size: 166.6666666667%;
	font-weight: 700;
}
.price-list .td-kakeho .kakeho-item .tax {
	font-size: 66.6666666667%;
}
@media screen and (max-width: 767px) {
	.price-list .td-kakeho .kakeho-item {
		display: block;
		width: 50%;
		padding: 0 10px;
	}
}
@media (min-width: 320px) {
	.price-list .td-kakeho .kakeho-item {
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.7353));
	}
}
@media (min-width: 1000px) {
	.price-list .td-kakeho .kakeho-item {
		font-size: 18px;
	}
}
.price-list .th-data:last-of-type,
.price-list .td-datamori:last-of-type,
.price-list .td-price:last-of-type,
.price-list .td-speed:last-of-type,
.price-list .td-carry:last-of-type,
.price-list .td-kakeho:last-of-type {
	border-right: solid #afafaf 1px;
}

/* .price-list .tr-grid {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
	gap: 10px;
	align-items: center;
}

.price-list .tr-grid th,
.price-list .tr-grid td {
	text-align: center;
	padding: 10px;
	border: 1px solid #afafaf;
}

.price-list .tr-grid .td-price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.price-list .tr-grid .label-1-half,
.price-list .tr-grid .label-2-half {
	margin-top: 5px;
	padding: 5px;
	font-size: 0.9rem;
	background-color: #f5f5f5;
	border-radius: 10px;
	color: #333;
} */

@media screen and (max-width: 767px) {
	.price-list .th-data,
	.price-list .td-datamori,
	/* .price-list .td-price, */
	.price-list .td-speed,
	.price-list .td-carry,
	.price-list .td-kakeho {
		float: left;
		width: 25%;
		padding: 10px 0;
	}

	.price-list tr.tr-grid {
		display: grid;
		grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
		gap: 10px;
		align-items: center;

		grid-template-columns: 1fr;
		gap: 0;
	}

	.price-list tr.tr-grid th,
	.price-list tr.tr-grid td {
		display: block;
		text-align: left;
	}

	.price-list tr.tr-grid .td-price {
		width: 25%;
		align-items: flex-start;
	}
}
@media screen and (max-width: 767px) {
	.price-list .th-data {
		padding: 12px 0;
	}
}
@media screen and (max-width: 767px) {
	.price-list .td-carry {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.price-list .td-kakeho {
		width: 100%;
		padding: 15px 0;
	}
}
.price-list .fw-bold {
	font-weight: 700;
}
.price-list td.pb {
	padding-bottom: 64px !important;
}
@media screen and (max-width: 767px) {
	.price-list td.pb {
		padding-bottom: 54px !important;
	}
}
.price-list td.pb-lg {
	padding-bottom: 78px !important;
}
@media screen and (max-width: 767px) {
	.price-list td.pb-lg {
		padding-bottom: 60px !important;
	}
}

.price-list .label-1 {
	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;
	position: absolute;
	z-index: 3;
	left: 15px;
	bottom: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	width: calc(400% - 28px);
	height: 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	background: #ee5d44;
}
.price-list .label-1 a {
	color: #fff !important;
	display: block;
}
@media screen and (max-width: 767px) {
	.price-list .label-1 {
		left: 10px;
		bottom: 12px;
		width: calc(400% - 21px);
		height: 34px;
	}
}
@media (min-width: 320px) {
	.price-list .label-1 {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 1.1765));
	}
}
@media (min-width: 1000px) {
	.price-list .label-1 {
		font-size: 20px;
	}
}
.price-list .label-2 {
	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;
	position: absolute;
	z-index: 3;
	left: 15px;
	bottom: 15px;
	font-size: 12px;
	width: calc(100% - 28px);
	height: 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	background: #fff2f0;
}
@media screen and (max-width: 767px) {
	.price-list .label-2 {
		left: 10px;
		bottom: 12px;
		width: calc(100% - 21px);
		height: 34px;
	}
}
@media (min-width: 320px) {
	.price-list .label-2 {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 1.1765));
	}
}
@media (min-width: 1000px) {
	.price-list .label-2 {
		font-size: 20px;
	}
}

/* 2411 label追加 */

.price-list .label-1-half,
.price-list .label-2-half {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 3;
	left: 15px;
	bottom: 15px;
	font-size: 12px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 60px;
	background: #fff2f0;
}

@media (min-width: 767px) {
	.price-list .label-1-half,
	.price-list .label-2-half {
		width: 53vw;
	}
}

@media (min-width: 860px) {
	.price-list .label-1-half,
	.price-list .label-2-half {
		width: 54vw;
	}
}

@media (min-width: 1160px) {
	.price-list .label-1-half,
	.price-list .label-2-half {
		width: 642px;
	}
}

.price-list .label-1-half {
	background: #ee5d44;
}

.price-list .label-1-half {
	background: #f2f2f2;
}

/*製品詳細カルーセル*/
#jm-product-main .swiper-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#jm-product-main .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#jm-product-main .swiper-slide p {
	margin: 0;
}
#jm-product-main .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#jm-product-main .gallery-thumbs {
	height: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 10px;
}
#jm-product-main .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	cursor: pointer;
}
#jm-product-main .gallery-main.swiper-container,
#jm-product-main .gallery-thumbs.swiper-container {
	margin: 0;
}
#jm-product-main .gallery-thumbs {
	-webkit-transition: 0.25s 0.25s;
	transition: 0.25s 0.25s;
	opacity: 0;
}
#jm-product-main .gallery-thumbs.swiper-initialized,
#jm-product-main .gallery-thumbs.swiper-container-initialized {
	opacity: 1;
}
#jm-product-main .gallery-thumbs .swiper-wrapper .swiper-slide p {
	-webkit-transition: 0.25s;
	transition: 0.25s;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px;
	border: solid #eee 2px;
}
#jm-product-main
	.gallery-thumbs
	.swiper-wrapper
	.swiper-slide
	p.swiper-slide-thumb-active {
	border: solid #eb3817 2px;
}
#jm-product-main .gallery-thumbs .swiper-wrapper .swiper-slide p img {
	width: 100%;
	height: auto;
}
#jm-product-main .swiper-button-prev,
#jm-product-main .swiper-button-next {
	width: 32px;
	height: 32px;
	outline: none;
}
@media screen and (max-width: 767px) {
	#jm-product-main .swiper-button-prev,
	#jm-product-main .swiper-button-next {
		display: block;
		width: 24px;
		height: 24px;
	}
}
#jm-product-main .swiper-button-next {
	background: url(/common_v10/images/icn-bullet-primary.svg) no-repeat center
		right/contain;
}
@media screen and (max-width: 767px) {
	#jm-product-main .swiper-button-next {
		right: 0;
	}
}
#jm-product-main .swiper-button-prev {
	background: url(/common_v10/images/icn-bullet-primary.svg) no-repeat center
		right/contain;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
	#jm-product-main .swiper-button-prev {
		left: 0;
	}
}
#jm-product-main .swiper-button-prev:after,
#jm-product-main .swiper-button-next:after {
	display: none;
}

/* 231116 */
.bd-radius-48 {
	overflow: hidden;
	border-radius: 48px !important;
}

.border-red {
	border: 2px solid #e93817;
}

/* ----------------------

2411-12

---------------------- */

.pricing-table {
	font-family: Arial, "Noto Sans JP", sans-serif;
	display: grid;
	grid-template-rows: auto;
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto;
	line-height: 1;
	letter-spacing: -0.025em;
}

@media screen and (min-width: 768px) {
	.pricing-table .cell-group {
		display: contents;
	}
}

@media (max-width: 767px) {
	.pricing-table .header .cell-group,
	.pricing-table .row .cell-group {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

.pricing-table .header,
.pricing-table .row {
	display: grid;
	grid-template-columns: 1fr repeat(4, 1fr);
	position: relative;
}

@media (max-width: 767px) {
	.pricing-table .header,
	.pricing-table .row {
		display: grid;
		grid-template-columns: 1fr;
		overflow: hidden;
		margin-bottom: 0;
	}
}

.pricing-table .cell {
	border: 1px solid #afafaf;
	padding: 18px 0;
	text-align: center;
	box-sizing: border-box;
}

.pricing-table .header .cell {
	background-color: #777;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.pricing-table .row .cell {
	font-size: 28px;
	/* padding-bottom: 64px; */
	/* padding-top: 64px; */
}

@media (max-width: 767px) {
	.pricing-table .header .cell,
	.pricing-table .row .cell {
		display: block;
		text-align: center;
		font-size: calc(0.9rem + ((1vw - 3.2px) * 1.1765));
	}
	.pricing-table .header .cell {
		padding: 12px 0;
	}
}

.pricing-table .cell-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.75;
	color: #333;
	background-color: #e1e1e1;
	padding: 18px 0 !important;
}

.pricing-table .header .cell-title {
	font-size: 22px;
}
.pricing-table .row .cell-title {
	font-size: 18px;
}

@media (max-width: 767px) {
	.pricing-table .header .cell-title,
	.pricing-table .row .cell-title {
		grid-column: span 1;
		padding: 8px 0 !important;
	}
	.pricing-table .header .cell-title {
		font-size: calc(1rem + ((1vw - 3.2px) * 0.5882));
	}
	.pricing-table .row .cell-title {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 0.5882));
	}
}

.pricing-table .cell-row-2 {
	grid-row: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-table .cell-column-4 {
	grid-column: span 4;
}

.pricing-table .row .cell-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-table .cell .txt-num {
	font-size: 163.6363636364%;
	line-height: 1;
}

.pricing-table .cell .txt-num-data {
	font-size: 142.8571428571%;
}

.pricing-table .cell .txt-size-xxlarge {
	font-size: 36px;
}

.pricing-table .cell .txt-size-xlarge {
	font-size: 30px;
}

.pricing-table .cell .txt-size-large {
	font-size: 24px;
}

.pricing-table .cell .txt-size-normal {
	font-size: 18px;
}

.pricing-table .cell .txt-size-small {
	font-size: 14px;
}

.pricing-table .cell .txt-size-xsmall {
	font-size: 12px;
}

.pricing-table .cell .color-marker {
	background: linear-gradient(transparent 70%, #f5d200 70%);
}

@media (max-width: 767px) {
	.pricing-table .cell .txt-num-data {
		font-size: calc(1.3rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-xxlarge {
		font-size: calc(1.6rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-xlarge {
		font-size: calc(1.2rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-large {
		font-size: calc(0.8rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-normal {
		font-size: calc(0.75rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-small {
		font-size: calc(0.4rem + ((1vw)));
	}

	.pricing-table .cell .txt-size-xsmall {
		font-size: calc(0.3rem + ((1vw)));
	}
}

.pricing-table .row .pb-18 {
	padding-bottom: 18px;
}

.pricing-table .row .pt-18 {
	padding-top: 18px;
}

.pricing-table .row .pt-64 {
	padding-top: 64px;
}

.pricing-table .row .pb-64 {
	padding-bottom: 64px;
}


.pricing-table .price {
	color: #e93817;
}

.pricing-table .price strong {
	font-size: 1.2rem;
}

.pricing-table .highlight {
	color: #e93817;
	background-color: #fff2f0;
	font-weight: bold;
}

.pricing-table .subcell {
	margin: 5px 0;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.pricing-table .subcell .cell-contents {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-table .subcell .cell-contents .mr-20 {
	margin-right: 20px;
}

.pricing-table .subcell .cell-contents.br-gray {
	padding-right: 40px;
	border-right: 1px solid #afafaf;
}

@media (max-width: 767px) {
	.pricing-table .subcell {
		gap: inherit;
		padding: 0 12px;
	}
	.pricing-table .subcell .cell-contents {
		flex-wrap: wrap;
		gap: 8px;
	}
	.pricing-table .subcell .cell-contents-inner {
		width: 100%;
	}
	.pricing-table .subcell .cell-contents .mr-20 {
		margin-right: inherit;
	}
	.pricing-table .subcell .cell-contents.br-gray {
		padding-right: 4%;
	}
}

.pricing-table .labels {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	transform: translate(0, 0); /* 基準を強制的に調整 */
	z-index: 3;
	box-sizing: border-box;
	height: 42px;
	border-radius: 60px;
}

.pricing-table .label-1,
.pricing-table .label-2 {
	right: 15px;
	width: 77%;
	font-size: 20px;
}

.pricing-table .label-1 {
    /* top: 12px; */
	bottom: 12px;
}
.pricing-table .label-1-sub {
	bottom: 12px;
}

.pricing-table .label-2 {
    bottom: 15px;
}

.pricing-table .label-1-half,
.pricing-table .label-2-half {
	width: 56.4%;
}

.pricing-table .label-1,
.pricing-table .label-1-half {
	background: #ee5d44;
}

.pricing-table .label-2 {
	background: #fff2f0;
}

.pricing-table .label-1-half {
	right: 15px;
	top: 95px;
    /* top: 12px; */
}

.pricing-table .label-2-half {
	right: 15px;
	bottom: 15px;
	/* bottom: 90px; */
	background: #707070;
}

.pricing-table .label-1,
.pricing-table .label-1-half,
.pricing-table .label-2-half {
	color: #fff;
	font-weight: 700;
}

.pricing-table .label-1 a {
	color: #fff !important;
	display: block;
}

.pricing-table .mb-4 {
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.pricing-table .label-1,
	.pricing-table .label-2 {
		left: 0;
		right: 0;
		margin: auto;
		width: 96%;
		font-size: calc(0.6rem + ((1vw)));
	}
	.pricing-table .label-1 {
		/* top: 38%; */
		bottom: 12px;
	}
	.pricing-table .label-1-sub {
		/* bottom: 38%; */
		bottom: 12px;
	}

	/* .pricing-table .label-2 {
		top: 38%;
	} */


	.pricing-table .label-1-half,
	.pricing-table .label-2-half {
		width: 68%;
		font-size: calc(0.5rem + ((1vw)));
	}
	.pricing-table .label-1-half {
		/* top: 19%; */
		top: 30%;
	}
	.pricing-table .label-2-half {
		bottom: 23%;
	}


}

.pricing-table .bb-0 {
	border-bottom: 0 !important;
}

.pricing-table .bt-0 {
	border-top: 0 !important;
}



/*-------------------- CV Area --------------------*/


.btn-trouble.btn-white-dark.btn-blank::after {
	transform: inherit;
}
.btn-trouble {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-cv .container svg#icon-mobile.icon-lg {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-cv .container .cv-side.pt70 {
	flex-direction: inherit;
	align-items: center;
	padding-top: 70px;
}
.tfi:after {
	transform: inherit;
}


@media screen and (min-width: 768px) {
	.btn-trouble.cv-1,.btn-trouble.cv-3,.btn-trouble.cv-4 { min-height: 69px; }
	.section-cv .container .cv-side {
		justify-content: end !important;
		padding: 20px 0 30px 20px;
	}
	.section-cv .container .cv-side .mb-10 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.btn-trouble.cv-1,.btn-trouble.cv-2,.btn-trouble.cv-3,.btn-trouble.cv-4 { min-height: 98px; }
	.section-cv .container .cv-guide .cv-box .btn-trouble {
		padding: 10px;
		height: 126px;
	}
	.section-cv .container .btn-trouble:not(.w-100-sp)::after {
		width: 16px;
	}
	.section-cv .container .cv-guide .cv-box .btn-process::after {
		display: block;
	}
	.section-cv .container .btn-process:not(.w-100-sp)::after {
		width: 16px;
	}
	.section-cv .container svg#icon-mobile.icon-lg {
		position: relative;
		bottom: inherit;
		left: inherit;
		top: inherit;
		margin: 16px auto 9px;
	}
	.section-cv .container .cv-side.pt70 {
		padding-top: 0px;
	}
}


/*-------------------- label Color --------------------*/
.label-chip {
	display: inline-block;
	border-radius: 4px;
	padding: 3px 12px;
	font-size: 14px;
}

.label-new {
	background: #ffff00;
	border: 1px solid #ffff00;
	color: #333;
}

.label-recommend {
	background: #D9161B;
	border: 1px solid #D9161B;
	color: #fff;
}

.text-inter {
	/* google 表記用*/
	font-family: "Inter", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
	.scroll-pc {
		overflow-x: scroll;
	}
	.scroll-pc-inner {
		width: max-content;
		overflow: scroll;
	}
}

.img_border {
    border: solid 1px #d9d9d9;
}

/* 250509 */
.margin-top-center {
	margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
	.margin-top-center {
		margin-top: 16px !important;
	}
}



/*-------------------- plan table --------------------*/

/* ================================= */

/* plan-table (新料金表用CSS v1)    */

/* ================================= */

.plan-table {
  --font-family: 'Noto Sans JP', Arial, sans-serif;
  --color-primary: #e93817;
  --color-highlight: #fff2f0;
  font-family: var(--font-family);
  width: 100%;
  margin: 20px auto;
  display: grid;
  grid-template-rows: auto;
  border-collapse: collapse;
}


/* ヘッダー */
.plan-table__header {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr);
  background: #777;
  color: #fff;
  font-weight: bold;
}

.plan-table__header-cell {
  font-size: 22px;
  padding: 18px 0;
}

/* 共通セル */
.plan-table__cell {
  border: 1px solid #afafaf;
  padding: 18px 0;
  text-align: center;
  box-sizing: border-box;
}

.plan-table__cell--title {
  background-color: #e1e1e1;
  color: #333;
  line-height: 1.75;
  font-weight: bold;
  font-size: 18px;
}

/* 行定義 */
.plan-table__row {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr);
  position: relative;
}

/* ラベル */
.plan-table__labels {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  height: 42px;
  border-radius: 60px;
  box-sizing: border-box;
}

.plan-table__label--main {
  background: #ee5d44;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  right: 15px;
  width: 77%;
}

.plan-table__label--main-half {
  background: #ee5d44;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  right: 15px;
  width: 56.4%;
}

.plan-table__label--sub {
  background: #fff2f0;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
  right: 15px;
  width: 77%;
}

/* データ盛適用時の数値表現 */
.plan-table__highlight-text {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 28px;
  line-height: 1.2;
}

.plan-table__value--big {
  font-size: 164%;
  line-height: 1;
}

.plan-table__value {
  font-size: 143%;
}

/* 月額料金 */
.plan-table__row-title--double {
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #e1e1e1;
  color: #333;
  padding: 18px 0;
}

.plan-table__price {
  font-weight: bold;
  font-size: 28px;
  padding: 64px 0 12px 0;
}

.plan-table__price-tax {
  font-size: 14px;
  font-weight: normal;
}

/* 速度制限後スピード */
.plan-table__speed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}

.plan-table__speed-main {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-primary);
}

.plan-table__speed-unit {
  font-size: 30px;
  font-weight: bold;
}

/* データ繰り越し */
.plan-table__carryover {
  padding: 18px 0;
  font-size: 18px;
}

.plan-table__carryover-highlight {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 24px;
}

/* 音声通話 */
.plan-table__call-options {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 18px 0 64px 0;
}

.plan-table__call-option {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #afafaf;
  padding-right: 40px;
}

.plan-table__call-option:last-child {
  border-right: none;
  padding-right: 0;
}

.plan-table__call-title {
  font-size: 18px;
}

.plan-table__call-price {
  font-weight: bold;
  font-size: 30px;
}

.plan-table__call-price-tax {
  font-size: 12px;
}

/* ユーティリティ類 */
.plan-table__pt-64 { padding-top: 64px; }
.plan-table__pb-64 { padding-bottom: 64px; }
.plan-table__mb-4 { margin-bottom: 4px; }
.plan-table__mb-0 { margin-bottom: 0; }
.plan-table__w-100 { width: 100%; }

/* モバイル対応 */
@media (max-width: 767px) {
  .plan-table__header,
  .plan-table__row {
    grid-template-columns: 1fr;
  }

  .plan-table__cell {
    font-size: calc(0.9rem + ((1vw - 3.2px) * 1.1765));
    padding: 12px 0;
  }

  .plan-table__label--main,
  .plan-table__label--sub {
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    font-size: calc(0.6rem + ((1vw)));
  }

  .plan-table__label--main-half {
    width: 68%;
    font-size: calc(0.5rem + ((1vw)));
  }
}


.tab-nav_width {
	max-width: inherit !important;
}

.price__tab-box {
	/* max-width: 736px; */
	width: 100%;
	margin: auto;
}

.price__tab-center {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 64px;
}

.price__tab-center-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 100%;
}

@media (max-width: 767px) {
	.price__tab-center {
		height: 72px;
	}
}

/* list */
.list-note-star>li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
}