@charset "UTF-8";


.price_box h3 {
	line-height: 1;
	border-left: 0;
	padding: 0
}

.price_box h3 img {
	max-width: 250px;
	vertical-align: bottom;
}

.price_box > div:nth-of-type(1) > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.price_box > div:nth-of-type(1) > p:nth-of-type(2) {
	margin: 0 0 30px;
}

.price_box > div > div {
	max-width: 700px;
	display: grid;
	align-items: center;
	grid-template-columns: 50% 1fr;
	gap: 30px;
	background: #dbe5f3;
	padding: 30px 10px 10px 30px;
	margin: 0 auto 60px;
}

.price_box > div:nth-of-type(2) > div {
	margin: 0 auto;
}

.price_box > div > div > div:nth-of-type(1) > p:nth-of-type(1) {
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 30px;
}

.price_box > div > div > div:nth-of-type(1) > p:nth-of-type(1) span {
	color: #fff;
	text-align: center;
	padding: 0 5px;
	margin: 0 0 0 10px;
}

.price_box > div:nth-of-type(1) > div > div:nth-of-type(1) > p:nth-of-type(1) span {
	background: #014099;
}

.price_box > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(1) span {
	background: #e5006e;
}

.price_box > div > div > div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 4rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.price_box > div:nth-of-type(1) > div > div:nth-of-type(1) p:nth-of-type(2) span {
	color: #014099;
}

.price_box > div:nth-of-type(2) > p {
	margin: 0 0 30px;
}

.price_box > div:nth-of-type(2) > div > div:nth-of-type(1) p:nth-of-type(2) span {
	color: #e5006e;
}


.price_box > div > div > div:nth-of-type(2) img {
	max-width: 320px;
}

.option_box > section > div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

.option_box > section > div h3 {
	margin: 0;
}

.option_box > section > div > ul {
	display: flex;
	gap: 10px;
}

.option_box > section > div > ul li {
	width: 40px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.option_box > section > div > ul li:nth-of-type(1) {
	background: #014099;
}

.option_box > section > div > ul li:nth-of-type(2) {
	background: #e5006e;
}

.option_box > section > p {
	margin: 0 0 30px;
}

.option_box > section > p:nth-of-type(2) {
	margin: 0 0 60px;
}

.option_box > section > table + p {
	margin: 0 0 60px;
}

.option_box > section > table + a {
	margin: 0 auto;
}

.option_box > section > table {
	width: 100%;
	max-width: 700px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 60px;
}

.option_box > section > table:nth-of-type(1) {
	margin: 0 auto 10px;
}

.option_box > section > table tr th,
.option_box > section > table tr td {
	background: #fff;
	border: 1px solid #a8bdd1;
	padding: 10px;
}

.option_box > section > table tr th {
	background: #dbe5f3;
}

.option_box > section > table tr:nth-of-type(1) th:nth-of-type(1) {
	width: 30%;
}

.option_box > section > table tr:nth-of-type(1) th:nth-of-type(2) {
	width: 40%;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
	.price_box > div > div {
		justify-items: center;
		grid-template-columns: 1fr;
		padding: 30px 10px 10px;
	}

	.price_box > div > div:nth-of-type(1) p:nth-of-type(1) {
		font-size: 2rem;
		margin: 0 0 10px;
	}

	.price_box > div > div:nth-of-type(1) p:nth-of-type(2) {
		font-size: 3rem;
		margin: 0 0 10px;
	}

	.option_box > section > table {
		font-size: 1.2rem;
	}

	.option_box > section > table tr th,
	.option_box > section > table tr td {
		padding: 10px 5px;
	}

	.option_box > section > table tr:nth-of-type(1) th:nth-of-type(1),
	.option_box > section > table tr:nth-of-type(1) th:nth-of-type(2) {
		width: auto;
	}

}
