@charset "UTF-8";

main {
	padding: 0 32px;
}

.flexbox {
	display: flex;
	justify-content: space-around;
}

.pc {
	display: initial;
}

.sp {
	display: none;
}

span.bg-yellow {
	background-color: #fff30d !important;
}

.text-notes {
	font-size: 12px;
	color: #333333;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.text-notes a {
	color: #333;
}

.heading {
	color: #333;
	font-size: 26px;
	margin: 74px 0 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}

.ttl_new {
	color: #FF0505;
}

#myplan_box .disc {
	width: 460px;
	flex-shrink: 0;
}

.priceList-notes {
	text-align: right;
}

table.priceList {
	max-width: 920px;
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 36px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.6;
}

table.priceList tr {
	border-bottom: 1px solid #cccccc;
}

table.priceList tr:last-of-type(1) {
	border-bottom: none;
}

table.priceList th,
table.priceList td {
	padding: 25px;
	border-right: 1px solid #cccccc;
}

table.priceList th:last-of-type(1),
table.priceList td:last-of-type(1) {
	border-right: none;
}

table.priceList .thead {
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
}

table.priceList .text-bold {
	width: 240px;
}

.text_bold {
	font-weight: bold;
	font-size: 18px;
}

.text_lg {
	font-size: 20px;
}

.howto_flexbox {
	display: flex;
	justify-content: space-between;
}

.howto .howto_item {
	width: 46%;
}

.howto_title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
}

.buttonLists {
	display: flex;
	flex-direction: column;
	gap: 16px 28px;
	list-style: disc;
	padding-left: 1.2rem;
}


a.textLink {
	color: var(--primary);
	transition: 0.3s ease;
	display: inline-block;
	text-decoration: underline;
}

@media (hover:hover) {
	a.textLink:hover {
		opacity: 0.5;
		text-decoration: underline;
	}
}

.buttonText {
	text-align: center;
	margin-top: 29px;
}

#pankuzu,
#breadCrumb {
	margin-bottom: 16px !important;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.small {
	font-size: 14px;
}

.center {
	text-align: center;
}

.family_containar {
	width: fit-content;
	margin: auto;
}

.family_flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 32px;
	background-color: #FFF4F4;
	border: 2px solid var(--family);
	border-radius: 16px;
}

.family_flexbox p {
	font-size: 16px;
}

.PermitSystem_box_wrap {
	margin: 60px auto 0;
	justify-content: space-between;
}

.PermitSystem_box {
	position: relative;
	padding: 42px 30px 20px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	max-width: 260px;
}

.PermitSystem_box img {
	display: block;
	margin: auto;
}

.PermitSystem_nmb {
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
}

.PermitSystem_txt {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
}

.PermitSystem_txt_s {
	margin: 40px auto 0;
	font-size: 28px;
	font-weight: bold;
}

.PermitSystem_txt_s span {
	color: #FF0505;
	line-height: 1.5;
}

.model-box p.myplan-annotation {
	font-size: 12px;
}

.price_container {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
}

.price_flexbox.flexbox {
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.price_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.price_txt {
	font-size: 24px;
	font-weight: bold;
}

.price_txt .big {
	font-size: 32px;
}

.bg_blue {
	background-color: var(--background-blue);
}

.border-primary{
	border-color: var(--primary);
}

.border-3px{
	border-style: solid;
	border-width: 3px;
}

.price .bg_blue {
	text-align: center;
	padding: 24px 32px;
	border-radius: 16px;
	line-height: 1.7;
}


@media screen and (max-width: 869px) {
	.pc {
		display: none;
	}

	.sp {
		display: initial;
	}

	main {
		padding: 0;
	}

	.heading {
		margin: 45px 0 16px;
		font-size: 24px;
		line-height: 1.5;
	}

	.text_lg,
	.text_bold {
		font-size: 16px;
	}

	.mainvisual_sp {
		max-width: 100%;
		width: 100%;
	}

	#myplan_box .disc {
		width: auto;
		margin-top: 29px;
	}

	#myplan_box .disc.pull-left {
		margin-bottom: 29px;
	}

	#myplan_box#myplan_box .flexbox {
		justify-content: space-between;
		flex-direction: column-reverse;
		align-items: center;
	}

	table.priceList {
		width: 100%;
		font-size: 14px;
	}

	table.priceList th,
	table.priceList td {
		padding: 6px;
	}

	table.priceList .text-bold {
		width: 30%;
	}

	.howto_flexbox {
		flex-direction: column;
		gap: 16px;
	}

	.howto .howto_item {
		width: auto;
	}

	.howto .howto_item,
	.howto_item+.howto_item {
		margin-top: 29px;
	}

	.howto_image {
		text-align: center;
	}

	.buttonLists .service_btn:nth-of-type(2n) {
		margin-left: 0;
		margin-top: 16px;
	}

	table.priceList .thead {
		font-size: 14px;
	}

	.buttonText {
		text-align: left;
	}

	.family_flexbox{
		margin-top: 32px;
		padding: 24px 16px;
		gap: 16px;
	}

	.family_flexbox p{
		font-size: inherit;
	}

	.PermitSystem_box {
		box-sizing: border-box;
		max-width: 300px;
		width: 100%;
	}

	.PermitSystem_box:not(:last-of-type) {
		margin-bottom: 50px;
	}

	#myplan_box#myplan_box .flexbox.PermitSystem_box_wrap {
		flex-direction: column;
	}

	.PermitSystem_txt_s {
		font-size: 19px;
	}

	.buttonLists .service_btn {
		display: block;
	}

	.buttonLists {
		grid-template-columns: 1fr;
	}

	.price_container {
		flex-direction: column;
		gap: 0px;
	}

	#myplan_box#myplan_box .flexbox.price_flexbox {
		margin-top: 0;
		flex-direction: row;
		justify-content: center;
		gap: 24px;
	}

	.price .bg_blue {
		width: 100%;
		padding: 24px 8px;
	}
}