/* -- ²¼ÁØ contact
-------------------------------------------------- */
.common-wrapper.__tokushoho {
	background-image: url('../images/tokushoho/tokushoho-image.jpg');
	background-position: center;
}

.common-wrapper.__tokushoho:before {
	content: url("../images/tokushoho/tokushoho-title.svg");
	width: 450px;
}

.common-wrapper.wave:after {
	background-image: url('../images/common/pattern_wave-white.svg');
	background-position: bottom;
}

.tokushoho-list-wrap {
	max-width: 1100px;
	margin: 0 auto;
	border-bottom: 1px solid #aac8cf;
}
.tokushoho-list-row {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	color: var(--main-color);
	display: flex;
	flex-flow: wrap;
	align-items: baseline;
}
.tokushoho-list-wrap dt,
.tokushoho-list-wrap dd {
	border-top: 1px solid #aac8cf;
	padding: .75em;
}
.tokushoho-list-wrap dt {
	width: calc(100% * 300 / 1100);
	flex-shrink: 0;
}
.tokushoho-list-wrap dd {
	/* width: calc(100% - 230px); */
	margin-left: 0;
	font-size: 16px;
	flex-grow: 1;
}



@media (max-width: 768px) {
	.common-wrapper.__contact:before {
		width: 300px;
		left: 3rem;
	}

	.common-wrapper.__tokushoho:before {
		content: url("../images/tokushoho/tokushoho-title.svg");
		max-width: 450px;
		width: 80%;
	}

	.common-section__inner {
		padding: 0 var(--space-md);
	}

.tokushoho-list-row {
	flex-flow: column;
}
.tokushoho-list-wrap dt,
.tokushoho-list-wrap dd {
	width: 100%;
}
.tokushoho-list-wrap dt {
	max-width: calc(100% - 2em);
}
.tokushoho-list-wrap dd {
	padding-left: 3em;
	max-width: calc(100% - 4em);
}

}

@media (max-width: 468px) {
	.common-wrapper.__tokushoho:before {
		width: 220px;
		left: 1rem;
		bottom: 4rem;
	}
}