#post_type_page {
	.thumbnail {
		img {
			width: 100%;
			height: auto;
		}
	}
	.page_content {
		max-width: var(--content-width);
		padding-inline: 1em;
		margin-inline: auto;
		margin-top: 3em;
		line-height: 1.8em;
	}
	#plan_list_form {
		.plan_list {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 2em;
		}
		label {
			display: flex;
			gap: 1em;
			align-items: center;
			padding: 1em;
			cursor: pointer;
			&:hover, &.checked {
				background-color: #ece8c3;
			}
		}
		input[type="radio"] {
			width: 1em;
			height: 1em;
		}
		.image {
			margin: 0;
			flex: 1;
		}
		.text {
			flex: 1.5;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			gap: 1em;
			line-height: 1.4em;
			height: 100%;
		}
		.name {
			font-size: calc(20 * var(--px));
			margin: 0;
			font-family: "Shippori Mincho";
		}
		.message {
			margin-top: 0.5em;
			margin-bottom: 0;
			font-size: calc(12 * var(--px));
		}
		.price {
			font-size: calc(20 * var(--px));
			margin: 0;
		}
	}
	.wp-block-heading {
		font-family: "Shippori Mincho";
	}
}