.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;
}
.navbar {
	padding-top: 40px;
	padding-bottom: 40px;
	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-plans {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	grid-auto-rows: minmax(min-content, max-content);
	margin: 0 auto;
}
.lp-plans .lp-plan-info {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 100%;
}
/* .lp-plan-info.active::after {
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	left: 30px;
	line-height: 24px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 10px;
	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,
.free-plan h2{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 29px;
	color: #D94A6F;
	/*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 > p,
.plan-price-content > p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #646673;
	margin-bottom: 0;
}
.lp-plan-info .plan-price-content h4 {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #232323;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 0;
}
.lp-plan-info .plan-price-content h4 > span {
	text-decoration: line-through;
}
.lp-plan-info .plan-price-content h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: right;
	color: #232323;
}
.lp-plan-info .plan-price-content h3 > span {
	font-size: 14px;
	line-height: 20px;
	color: #E52316;
	display: inline-block;
	margin-left: 10px;
}
.lp-plan-info .plan-price-content h3 > span.price-tax,
.price-tax {
	color: #a6a6a6;
	margin-left: 0px;
	font-size: 12px;
	line-height: 20px;
}
.lp-plan-info .plan-price-content 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;
	text-decoration: none !important;
}
.lp-plan-info > .red {
	color: #ed0068;
	font-size: 12px;
	line-height: 12px;
	margin-top: 12px;
}
.lp-plan-info ul li {
	color: #646673;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	display: block;
	list-style: none;
	align-items: center;
	margin-bottom: 5px;
}
.lp-plan-info ul li .icon-check {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.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;
	margin: 15px 0;
}
.lp-plan-info .btn-register-plan .btn-11 {
	width: 100%;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #D94A6F;
	color: #D94A6F;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
}
.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: 400;
    font-size: 40px;
    line-height: 58px;
    display: block;
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
}

#accordion {
	margin: 60px auto 0;
}
#accordion .card {
	border: none;
	border-radius: unset;
	background: transparent;
	margin-bottom: 30px;
}
#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: 300;
	font-size: 20px;
	line-height: 29px;
	color: #232323;
	cursor: pointer;
	background-image: url("../images/icon_minus.svg");
	background-repeat: no-repeat;
	background-position: center right 40px;
	padding: 30px 40px;
	padding-right: 74px;
	border: 1px solid #D3D5DE;
	border-radius: 10px 10px 0px 0px;
	border-bottom: none;
}
#accordion .card-header h5.collapsed {
	background-image: url("../images/icon_plus.svg");
	border-radius: 10px;
	border-bottom: 1px solid #D3D5DE;
}
#accordion .card-body {
	border: 1px solid #D3D5DE;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	margin: 0;
	padding: 0 40px 30px;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #232323;
	border-top: none;
}
#accordion .card-header h5 > span {
	display: inline-block;
}
#accordion .card-header h5 > span,
#accordion .card-body > span {
	color: #D94A6F;
}
#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: 15px;
}
/*.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;
	}
}
@media only screen and (max-width: 500px) {
	header {
		background-image: url("../images/plan_lp_header_mobile_bg.png");
	}
}

.w-90 {
	width: 90% !important;
    max-width: 536px;
}
.flex {
	display: flex;
	gap: 96px;
}
.payment-title {
	width: 80%;
	font-weight: 900;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
	margin: 80px auto 20px;
}
.payment-info .form-group {
	margin-top: 20px;
	margin-bottom: 0;
}
.payment-info .form-group label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #232323;
}
.payment-info label .required {
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	color: #733E8E;
	margin-left: 10px;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.payment-info-confirm p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding-left: 10px;
}

.lp-plan-trial {
	text-align: center;
	padding: 40px 40px 20px;
}
.lp-plan-trial p span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.sp-btn-8.disable, .sp-btn-8.disable:hover {
	background-color: #a6a6a6;
	cursor: default;
	text-decoration: none;
}
.lp-bg-1 {
	background: linear-gradient(90.06deg, #FFF5FB 0.1%, #E8EFFF 98.13%);
}
#lpSection1 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
#lpSection1 .lp-container > h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 35px;
	color: #232323;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
#lpSection1 .lp-container > p {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #232323;
}
#lpSection1 .lp-container > p > span {
	color: #D94A6F;
}
#lpSection1 .lp-container > .btns {
	margin-top: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
}
#lpSection1 .lp-container > .btns a {
	background: #fff;
	border: 1px solid #D94A6F;
	border-radius: 20px 0px 0px 20px;
	color: #D94A6F;
	font-size: 16px;
	line-height: 23px;
	padding: 8.5px 40px;
	text-decoration: none;
}
#lpSection1 .lp-container > .btns a:last-child {
	border-radius: 0px 20px 20px 0px;
}
#lpSection1 .lp-container > .btns a.active {
	background: #D94A6F;
	color: #FFFFFF;
}
.lp-page-title {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 58px;
	text-align: center;
	color: #232323;
	display: block;
	width: 100%;
}
h1.lp-page-title {
	width: fit-content;
	padding: 10px;
	background: #fff;
}
.free-plan {
	position: relative;
	background: #fff;
	margin-top: 40px;
	padding: 15px;
    border-radius: 10px;
}
.free-plan ul li {
	width: 45%;
	display: inline-block;
	margin: 0;
}
.free-plan .btn-11 {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.plan-table {
	width: 100%;
	max-width: 1160px;
	margin: 60px auto 0;
}
.plan-table th {
	background-color: #F8F8F9;
	height: 37px;
	align-items: center;
	font-size: 14px;
	color: #646673;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	min-width: 70px;
	vertical-align: middle;
}
.plan-table tr th:first-of-type {
	text-align: left;
	color: #D94A6F;
	font-size: 16px;
	line-height: 23px;
}
.plan-table td {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}
.plan-table tr td:first-of-type {
	text-align: left;
}
.plan-table td .icon-check {
	width: 24px;
	height: 24px;
}
#navbarSupportedContent .btn-2 {
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 23px;
	color: #232323;
}
#navbarSupportedContent .btn-2.active {
	border-bottom: 2px solid #D94A6F;
}
.privacy .btn-6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #646673;
}
.free-plan .btn-11 {
	padding: 6px 40px;
	border: 1px solid #D94A6F;
	border-radius: 30px;
	color: #D94A6F;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}
.lp-plan-info .btn-register-plan .btn-11.disable, .lp-plan-info .btn-register-plan .btn-11.disable:hover {
	background-color: #a6a6a6;
	cursor: default;
	text-decoration: none;
	color: #fff;
	border-color: #a6a6a6;
}
.plan-regist-container .lp-plan-info {
	border: 1px solid #737373;
	border-radius: 20px;
	padding: 20px;
}
.lp-container {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.lp-plan-info .plan-price-content h4.plan-discount-coupon {
	font-size: 15px;
}
.lp-plan-info .plan-price-content h4.plan-discount-coupon .saleoff-price {
	color: #D94A6F;
	text-decoration: none;
	font-weight: 500;
}
.lp-plan-info .plan-price-content p.price-note {
	font-size: 10px;
	text-align: right;
	width: 100%;
	display: block;
}
.lp-plan-info .plan-price-content {
	min-height: 86px;
}

@media only screen and (max-width: 1420px) {
	.lp-plan-info .plan-price-content {
		min-height: 109px;
	}
	.lp-plan-info .plan-price-content.yearly {
		min-height: 86px;
	}
}
