@charset "utf-8";

.PageHeader {
	background-image: url(../img/follow-up/kv.webp);
}

.no-webp .PageHeader {
	background-image: url(../img/follow-up/kv.jpg);
}


/* --------------------------------------------------------------------------------------------------
 * 
 * Subsection
 *
 * -------------------------------------------------------------------------------------------------- */

.subsection-header__ttl {
	font-size: 2.0rem;
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 1280px) {
	.subsection-header__ttl {
		font-size: 2.5rem;
	}
}



.std-table__lbl {
	/* font-weight: bolder; */
	/* font-family: var(--serif); */
}


.std-table__des > *:first-child {
	margin-top: 0;
}

.normal-table__item {
	padding: 15px 0;
}

.normal-table__item:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.normal-table__lbl {
	width: 100px;
	font-weight: bolder;
}

.normal-table__des {
	width: calc(100% - 100px);
}

.normal-table__des > *:first-child {
	margin-top: 0;
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 1280px) {

}


/* --------------------------------------------------------------------------------------------------
 * 
 * btn
 *
 * -------------------------------------------------------------------------------------------------- */

.ConversionPhone-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ConversionPhone__read {
	margin-top: 0;
	margin-right: 10px;
}

.ConversionPhone__nav {
	justify-content: flex-end;
}


@media all and (min-width: 768px) {
	.ConversionPhone {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ConversionPhone__nav {
		margin-top: 0;
	}
}

@media all and (min-width: 1280px) {
	.ConversionPhone {
		font-size: 1.3rem;
	}

	.ConversionPhone__read {
		margin-right: 20px;
	}
}


/* --------------------------------------------------------------------------------------------------
 * 
 * list
 *
 * -------------------------------------------------------------------------------------------------- */

.order__list li + li {
	margin-top: 0.5em;
}