.bg-1 {
	background: rgb(243, 243, 243, 0.3);
}
.mw-1 {
	max-width: 1190px;
}
.color-1 {
	color: #ed0068 !important;
}
.w-70 {
	width: 70px;
}
.w-10070 {
	width: calc(100% - 70px) !important;
}
.w-100150 {
	width: calc(100% - 150px) !important;
}
.tl {
	text-align: left !important;
	justify-content: left !important;
}
.tr {
	text-align: right !important;
	justify-content: right !important;
}
.mr-12 {
	margin-right: 12px !important;
}
header {
	/* background-image: url("../images/header_plan_bg.png");
	background-repeat: no-repeat;
	background-size: 100%; */
	padding-bottom: 30px;
	position: relative;
}
header::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 102, 255, 1) 0%, rgba(255, 22, 190, 1) 100%);
    width: 100%;
    height: 75%;
	z-index: -1;
}
header::after {
	content: '';
	position: absolute;
	background-image: url(/images/new_lp/lp-bg-linear-liveopsis.svg);
	background-repeat: repeat-y;
	background-position: center right;
	top: 0;
	width: 100%;
	height: 75%;
	z-index: -1;
}
header > h1 {
	margin-top: 0;
}
.navbar {
	padding-top: 21px;
	padding-bottom: 21px;
	background: #fff;
}
header > h1 {
	display: block;
	width: 100%;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 47px;
	color: #ffffff;
	margin: 71px 0 52px;
}
#lp-menu-top {
    padding-bottom: 30px;
	position: relative;
}
.lp-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(min-content, max-content);
	margin: 0 auto;
}
.lp-plans .lp-plan-info {
	background: #fff;
	padding: 35px 30px 90px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.lp-plan-info.active::after {
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	/* height: auto; */
	left: 30px;
	line-height: 24px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 10px;
	/* transform: rotate( 
-45deg
 ); */
	/* width: auto; */
	z-index: 1;
	content: "現在のプラン";
	background-color: #0066ff;
}
.lp-plans .lp-plan-info.disable::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 90px);
	background: rgb(243, 243, 243, 0.5);
	z-index: 999;
	top: -35px;
	left: -30px;
}
.lp-plan-info > img {
	height: 50xp;
}
.lp-plan-info > h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 41px;
	color: #232323;
	/*margin-top: 24px;*/
	margin-bottom: 2px;
}
.lp-plan-info:nth-child(3) > h2 {
	margin-left: -4px;
}
.lp-plan-info:nth-child(2) > h2 {
	margin-left: -3px;
}
.lp-plan-info:nth-child(1) > h2 {
	margin-left: -2px;
}
.lp-plan-info > ul {
	min-height: 300px;
	margin-bottom: 24px;
}
.lp-plan-info > p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	margin-bottom: 16px;
}
.lp-plan-info > h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #232323;
}
.lp-plan-info > h4 > .btn-3 {
	padding: 1.5px 6px 3px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
span.price-tax {
	font-size: 12px;
	color: #a6a6a6;
	font-weight: normal;
}
.lp-plan-info > .red {
	color: #ed0068;
	font-size: 12px;
	line-height: 12px;
	margin-top: 12px;
}
.lp-plan-info ul li {
	color: #787878;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	display: block;
	margin-bottom: 14px;
	list-style: none;
	background-image: url("../images/plan_lp_list_icon.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
}
.lp-plan-info ul li.active {
	color: #0066ff;
	background-image: url("../images/plan_lp_list_icon_active.svg");
}
.lp-plan-info .sp-btn {
	position: absolute;
	bottom: 30px;
}
.lp-plan-info .btn-register-plan {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan-note {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	padding: 0 24px;
}
#section1 .plan-note {
	font-size: 16px;
	margin-bottom: 30px;
}
#section1,
#section2 {
	padding-top: 64px;
	padding-bottom: 58px;
}
.sp-table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
.sp-table-row {
	display: flex;
	align-content: center;
}
.sp-table-row .sp-table-col {
	display: grid;
	width: 30%;
	padding: 24px;
	align-items: center;
	align-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.sp-table-header .sp-table-col {
	border-bottom: 1px solid #e8e8e8;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}
.sp-table-row .sp-table-col:first-child {
	width: 40%;
	background: #333;
	color: #fff;
	text-align: left;
	border-bottom: none;
}
.sp-table-row .sp-table-col:nth-child(2) {
	border-right: 1px solid #e8e8e8;
}
.sp-table-col label,
.sp-table-col .sp-btn {
	margin: 0 auto 0;
}
label.sp-checkbox .checkmark {
	border: 2px solid #a6a6a6;
	border-radius: 2px;
}
.sp-checkbox input:checked ~ .checkmark {
	border-color: #0066ff;
}
.sp-checkbox .checkmark:after {
	left: 2px;
	top: -1px;
	width: 6px;
	height: 9px;
}
.containter-info {
}
.sp-table-info {
	display: flex;
	align-content: center;
	flex-direction: row;
}
.sp-table-info .sp-table-col {
	padding: 24px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background-color: #fff;
	width: 48.5%;
}
.sp-table-info .sp-table-col:first-child {
	margin-right: 3%;
}
.sp-table-info .sp-table-col .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 16px;
}
.sp-table-info .sp-table-col .title i {
	padding-right: 10px;
}
.sp-table-info .sp-table-col .content-info {
	font-size: 16px;
	line-height: 24px;
}
.sp-container > h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 47px;
	display: block;
	margin: 0 auto 52px;
	text-align: center;
	width: 100%;
}

#accordion {
	margin: 0 auto;
}
#accordion .card {
	border: none;
	border-radius: unset;
	background: transparent;
	margin-bottom: 6px;
}
#accordion .card-header {
	padding: 0;
	background: #ffffff;
	border: none;
	box-sizing: border-box;
	/*border-radius: 16px 16px 0px 0px;*/
}
#accordion .card-header h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	cursor: pointer;
	background-image: url("../images/icon_minus.svg");
	background-repeat: no-repeat;
	background-position: center right 24px;
	padding: 24px;
	padding-right: 54px;
	border: 1px solid #e8e8e8;
	border-radius: 16px 16px 0px 0px;
}
#accordion .card-header h5.collapsed {
	background-image: url("../images/icon_plus.svg");
	border-radius: 16px;
}
#accordion .card-body {
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	border-radius: 0px 0px 16px 16px;
	background: rgb(243, 243, 243, 0.3);
	margin: 6px 0 0;
	padding: 24px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
#litePlanModal .modal-dialog,
#bussPlanModal .modal-dialog {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#bussPdfMailCc {
	margin-top: 16px;
}
.form-group .input-note {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #232323;
	margin-top: 10px;
}
.form-group .input-note span {
	color: #ed0068;
}

#litePlanModal .form-notice,
#bussPlanModal .form-notice {
	width: fit-content;
	margin: 24px auto 24px;
	padding: 26px 63px;
}
input[type="radio"] + *::before {
	top: 50%;
}
.sp-modal-header p {
	margin-top: 26px;
}
/*.sp-form-inline {
	align-items: baseline;
}*/
.sp-form-inline > div > label {
	display: inline-block;
}
.sp-input-plus .form-inline {
	margin-top: 12px;
}
.sp-input-plus .form-inline:first-child {
	margin-top: 0;
}
.sp-input-plus .form-inline:first-child .sp-btn-input-del {
	display: none;
}

@media only screen and (max-width: 991px) {
	.lp-plans {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 16px;
	}
	.lp-plans .lp-plan-info {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 24px;
		padding: 41px 73px 90px;
	}
	.lp-plan-options {
		padding: 24px 24px 32px;
		background: #ffffff;
		border-radius: 16px;
		max-width: 500px;
		margin: 0 auto 24px;
	}
	#section1,
	#section2 {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	#section1 .lp-plan-options > p {
		font-weight: bold;
		font-size: 24px;
		line-height: 36px;
		color: #232323;
		margin-bottom: 26px;
	}
	.lp-plan-options label {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}
}
/* 13 inch */
@media only screen and (min-device-width: 1152px) and (max-device-width: 1248px) and (orientation: landscape) {
	.lp-plans .lp-plan-info {
		padding: 30px 19px 90px;
	}
	.lp-plans {
		margin: auto 15px;
	}
	.lp-plan-info.active::after{
		left: 20px;
	}
}
/* 12 inch */
@media only screen and (min-device-width: 1056px) and (max-device-width: 1152px) and (orientation: landscape) {
	.lp-plans .lp-plan-info {
		padding: 30px 24px 90px;
	}
	.lp-plan-info ul li {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.lp-plans {
		margin: auto 15px;
	}
	.lp-plan-info.active::after{
		left: 24px;
	}
}

.w-90 {
	width: 90% !important;
    max-width: 536px;
}

.css-lang-en {
	.sp-form-inline > div > label.w-70 {
		width: 130px;
	}
	.sp-form-inline > div:nth-child(2) > .error {
		padding-left: 145px;
	}
}

@media only screen and (max-width: 767px) {
	.sp-table-info {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 40px;
	}
	.sp-table-info .sp-table-col {
		width: 100%;
	}
	.sp-table-info .sp-table-col:first-child {
		margin-right: 0;
	}
	.sp-form-inline > div > label.w-70,
	.sp-form-inline label,
	.form-inline label {
		width: 100%;
		display: block;
		text-align: left !important;
	}
	.sp-form-inline > div > .error {
		padding-left: 0 !important;
	}
}