.plan_table_02 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 45%;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.plan_table_02 {
		/* display: none; */
		margin-top: 1rem;
		grid-template-columns: 50% 50%;

		font-size: 1.3rem;
		text-wrap: balance;
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.plan_table_02 {
		font-size: 1.2rem;
	}
}

.plan_table_02 tr,
.plan_table_02 tbody,
.plan_table_02 thead {
	display: grid;
	grid-template-columns: subgrid;
	grid-column: 1 / -1;
	row-gap: 11px;
}

.plan_table_02 thead th {
	line-height: 1;
	padding: 10px;
	padding: 0;
	padding-bottom: 15px;
	display: grid;
	place-items: center;
}

@media screen and (max-width: 767px) {
	.plan_table_02 thead th {
		padding: 1vw;
	}
}

.plan_table_02 tbody th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	display: grid;
	place-items: center;
	justify-self: start;
}

@media screen and (max-width: 767px) {
	.plan_table_02 tbody th {
		padding: 1vw;
		padding-left: 0;
	}
}

.plan_table_02 tbody td {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	display: grid;
	place-items: center;
}

@media screen and (max-width: 767px) {
	.plan_table_02 tbody td {
		padding: 1vw;
	}
}

.plan_table_02 td.--target {
	background-color: #E7F5FE;
	border-radius: 5px;
}

.plan_table_02 td.--target.--radius_top {
	background-color: #E7F5FE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.plan_table_02 td.--target.--radius_bottom {
	background-color: #E7F5FE;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.plan_table_02 td span.--text_right {
	justify-self: end;
	padding-right: 5em;
}

@media screen and (max-width: 767px) {
	.plan_table_02 td span.--text_right {
		padding-right: 20%;
	}
}

.plan_table_02 td.--target span {
	box-sizing: border-box;
	display: inline-block;
	background-color: #1B76BF;
	color: #fff;
	width: 52%;
	width: 240px;
	padding-right: 1em;
	border-radius: 5px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.plan_table_02 td.--target span {
		width: 90%;
		padding-right: 1vw;
	}
}

@media screen and (max-width: 600px) {
	.plan_table_02 td.--target span {
		padding-right: 2vw;
	}
}

.plan_table_02 td.--target.--white span {
	background-color: #fff;
	color: #1B76BF;
	border: #1B76BF solid 1px;
	width: 242px;
}

@media screen and (max-width: 767px) {
	.plan_table_02 td.--target.--white span {}
}

.plan_table_02 td.--target span.--fz14 {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.plan_table_02 td.--target span.--fz14 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 600px) {
	.plan_table_02 td.--target span.--fz14 {
		font-size: 1.2rem;
	}
}

.plan_table_02 td.--target span.--fz12 {
	display: inline;
	font-size: 1.2rem;
	padding-right: 0;
	vertical-align: text-top;
	margin-right: -6px;
}

.plan_table_02 td.--target span.--fz12.--second {
	vertical-align: super;
}

@media screen and (max-width: 600px) {
	.plan_table_02 td.--target span.--fz12.--second {
		vertical-align: baseline;
	}
}

.plan_table_02 td.--target.--white span.--fz12 {
	border: none;
}

@media screen and (max-width: 767px) {
	.plan_table_02 td.--target.--white span {
		width: 90%;
		padding-right: 1vw;
		white-space: break-spaces;
	}

	.plan_table_02 td.--target.--white span.--fz12 {
		padding-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.plan_table_02 td.--target.--white span {
		padding-right: 2vw;
	}

	.plan_table_02 td.--target.--white span.--fz12 {
		padding-right: 0;
	}
}


.plan_table_02 tr.--dotted {
	border-bottom: 1px dashed #000;
}

.plan_table_02_02 {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 767px) {
	.plan_table_02_02 {
		/* display: none; */
		margin-top: 1rem;
		grid-template-columns: 50% 50%;

		font-size: 1.3rem;
		text-wrap: balance;
	}
}

.lnuv_layout>.contents>section>section.--mt83 {
	margin-top: 83px;
}

@media screen and (max-width: 767px) {
	.lnuv_layout>.contents>section>section.--mt83 {
		margin-top: calc(6.04vw * 2);
	}
}

.--max600 {
	display: none;
}

@media screen and (max-width: 600px) {
	.--max600 {
		display: block;
	}
}

.--min600 {
	display: block;
}

@media screen and (max-width: 600px) {
	.--min600 {
		display: none;
	}
}